summaryrefslogtreecommitdiffstats
path: root/server/infopipe/infopipe_users.c
Commit message (Expand)AuthorAgeFilesLines
* Do not fire up backend search when the data provider is localJakub Hrozek2009-05-261-3/+3
* 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-081-17/+18
* 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-091-30/+39
* Implement DeleteGroup in InfoPipeStephen Gallagher2009-03-061-1/+1
* Implement CreateGroup in InfoPipeStephen Gallagher2009-03-061-2/+2
* Implement DeleteUser in the InfoPipeStephen Gallagher2009-03-061-2/+166
* Add infp_req_init() function to simplify method setupStephen Gallagher2009-03-061-63/+17
* Implement CreateUser in InfoPipeStephen Gallagher2009-03-061-1/+217
* 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-051-2/+153
* Implement SetUserAttributes in the InfoPipeStephen Gallagher2009-03-041-16/+387
* 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-021-6/+660
* Proper fix for memory handling problem.Simo Sorce2009-02-241-12/+54
* Revert "Fixing serious memory allocation bug in sbus_message_handler."Simo Sorce2009-02-241-12/+12
* Fixing serious memory allocation bug in sbus_message_handler.Stephen Gallagher2009-02-231-12/+12
* Attach the InfoPipe to the D-BUS system bus. InfoPipe is now capable of liste...Stephen Gallagher2009-02-231-0/+59