summaryrefslogtreecommitdiffstats
path: root/server/infopipe
Commit message (Expand)AuthorAgeFilesLines
* Do not fire up backend search when the data provider is localJakub Hrozek2009-05-261-3/+3
* Fix typos in the Introspection XML fileJakub Hrozek2009-05-261-3/+5
* Move actual password caching into sysdbSimo Sorce2009-05-181-2/+0
* Always pass full domain infoSimo Sorce2009-04-131-2/+2
* Change the way we retrieve domainsSimo Sorce2009-04-084-46/+36
* Enhance server_setupSimo Sorce2009-03-201-1/+3
* Remove references to FreeIPA from D-BUS interfacesStephen Gallagher2009-03-193-26/+26
* Fix copy-paste error in InfoPipe CreateUserStephen Gallagher2009-03-111-2/+11
* Always pass sss_domain_info to sysdb functions.Simo Sorce2009-03-091-4/+2
* Do not duplicate attribute names macros.Simo Sorce2009-03-091-10/+10
* Improve error handling and replies in the InfoPipeStephen Gallagher2009-03-093-48/+62
* Implement SetGroupGID in the InfoPipeStephen Gallagher2009-03-094-3/+217
* Implement AddGroupMembers and RemoveGroupMembers in the InfoPipeStephen Gallagher2009-03-092-16/+263
* Fix SIGSEGV in InfoPipe startupStephen Gallagher2009-03-091-2/+4
* Implement DeleteGroup in InfoPipeStephen Gallagher2009-03-062-2/+149
* Implement CreateGroup in InfoPipeStephen Gallagher2009-03-062-4/+193
* Implement DeleteUser in the InfoPipeStephen Gallagher2009-03-061-2/+166
* Add infp_req_init() function to simplify method setupStephen Gallagher2009-03-063-64/+43
* Implement CreateUser in InfoPipeStephen Gallagher2009-03-062-6/+220
* Remove _PW_ and _GR_ from SYSDB_ definesSimo Sorce2009-03-051-2/+2
* Implement GetCachedUsers in the InfoPipeStephen Gallagher2009-03-051-7/+194
* Adding support for SetUserUID to the InfoPipeStephen Gallagher2009-03-054-7/+159
* Implement SetUserAttributes in the InfoPipeStephen Gallagher2009-03-044-17/+453
* Fixing memory leak in GetUserAttributesStephen Gallagher2009-03-041-1/+2
* Provide sysdb_set_user_attr() functions.Simo Sorce2009-03-031-1/+2
* Do not steal memory in btreemaps.Simo Sorce2009-03-021-39/+17
* Support byte arrays in InfoPipe GetUserAttributesStephen Gallagher2009-03-021-27/+80
* Implement GetUserAttributes in the InfoPipeStephen Gallagher2009-03-026-53/+779
* Rebase the code to use talloc, tdb, tevent, ldb as externalSimo Sorce2009-02-264-4/+4
* Adding InfoPipe entry to config.ldif exampleStephen Gallagher2009-02-251-1/+1
* Simplify the code to retrieve the introspection file.Simo Sorce2009-02-251-31/+50
* Store the InfoPipe introspection XML for subsequent requests.Stephen Gallagher2009-02-252-13/+18
* Fix SEGFAULT in CheckPermissionsStephen Gallagher2009-02-241-1/+2
* Proper fix for memory handling problem.Simo Sorce2009-02-245-59/+157
* Revert "Fixing serious memory allocation bug in sbus_message_handler."Simo Sorce2009-02-244-61/+70
* Adding support for CheckPermissions to InfoPipe.Stephen Gallagher2009-02-245-4/+322
* Add D-BUS introspection to InfoPipe This function is necessary to play nice w...Stephen Gallagher2009-02-242-3/+76
* Fixing serious memory allocation bug in sbus_message_handler.Stephen Gallagher2009-02-234-53/+50
* Attach the InfoPipe to the D-BUS system bus. InfoPipe is now capable of liste...Stephen Gallagher2009-02-238-32/+609
* Preliminary support for enabling InfoPipe to listen on the D-BUS system bus. ...Stephen Gallagher2009-01-275-1/+158
* Add skeleton for InfoPipe serviceStephen Gallagher2009-01-272-0/+219