summaryrefslogtreecommitdiff
path: root/server/infopipe/infopipe_users.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-20Remove unused InfoPipe and PolicyKit codeStephen Gallagher1-1846/+0
2009-07-03Rename sysdb_req to sysdb_handle.Simo Sorce1-26/+26
2009-05-26Do not fire up backend search when the data provider is localJakub Hrozek1-3/+3
2009-05-18Move actual password caching into sysdbSimo Sorce1-2/+0
2009-04-13Always pass full domain infoSimo Sorce1-2/+2
2009-04-08Change the way we retrieve domainsSimo Sorce1-17/+18
2009-03-11Fix copy-paste error in InfoPipe CreateUserStephen Gallagher1-2/+11
2009-03-09Always pass sss_domain_info to sysdb functions.Simo Sorce1-4/+2
2009-03-09Do not duplicate attribute names macros.Simo Sorce1-10/+10
2009-03-09Improve error handling and replies in the InfoPipeStephen Gallagher1-30/+39
2009-03-06Implement DeleteGroup in InfoPipeStephen Gallagher1-1/+1
2009-03-06Implement CreateGroup in InfoPipeStephen Gallagher1-2/+2
2009-03-06Implement DeleteUser in the InfoPipeStephen Gallagher1-2/+166
2009-03-06Add infp_req_init() function to simplify method setupStephen Gallagher1-63/+17
2009-03-06Implement CreateUser in InfoPipeStephen Gallagher1-1/+217
2009-03-05Remove _PW_ and _GR_ from SYSDB_ definesSimo Sorce1-2/+2
2009-03-05Implement GetCachedUsers in the InfoPipeStephen Gallagher1-7/+194
2009-03-05Adding support for SetUserUID to the InfoPipeStephen Gallagher1-2/+153
2009-03-04Implement SetUserAttributes in the InfoPipeStephen Gallagher1-16/+387
2009-03-04Fixing memory leak in GetUserAttributesStephen Gallagher1-1/+2
2009-03-03Provide sysdb_set_user_attr() functions.Simo Sorce1-1/+2
2009-03-02Do not steal memory in btreemaps.Simo Sorce1-39/+17
2009-03-02Support byte arrays in InfoPipe GetUserAttributesStephen Gallagher1-27/+80
2009-03-02Implement GetUserAttributes in the InfoPipeStephen Gallagher1-6/+660
2009-02-24Proper fix for memory handling problem.Simo Sorce1-12/+54
2009-02-24Revert "Fixing serious memory allocation bug in sbus_message_handler."Simo Sorce1-12/+12
2009-02-23Fixing serious memory allocation bug in sbus_message_handler.Stephen Gallagher1-12/+12
2009-02-23Attach the InfoPipe to the D-BUS system bus. InfoPipe is now capable of liste...Stephen Gallagher1-0/+59