summaryrefslogtreecommitdiff
path: root/server/infopipe
AgeCommit message (Expand)AuthorFilesLines
2009-04-08Change the way we retrieve domainsSimo Sorce4-46/+36
2009-03-20Enhance server_setupSimo Sorce1-1/+3
2009-03-19Remove references to FreeIPA from D-BUS interfacesStephen Gallagher3-26/+26
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 Gallagher3-48/+62
2009-03-09Implement SetGroupGID in the InfoPipeStephen Gallagher4-3/+217
2009-03-09Implement AddGroupMembers and RemoveGroupMembers in the InfoPipeStephen Gallagher2-16/+263
2009-03-09Fix SIGSEGV in InfoPipe startupStephen Gallagher1-2/+4
2009-03-06Implement DeleteGroup in InfoPipeStephen Gallagher2-2/+149
2009-03-06Implement CreateGroup in InfoPipeStephen Gallagher2-4/+193
2009-03-06Implement DeleteUser in the InfoPipeStephen Gallagher1-2/+166
2009-03-06Add infp_req_init() function to simplify method setupStephen Gallagher3-64/+43
2009-03-06Implement CreateUser in InfoPipeStephen Gallagher2-6/+220
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 Gallagher4-7/+159
2009-03-04Implement SetUserAttributes in the InfoPipeStephen Gallagher4-17/+453
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 Gallagher6-53/+779
2009-02-26Rebase the code to use talloc, tdb, tevent, ldb as externalSimo Sorce4-4/+4
2009-02-25Adding InfoPipe entry to config.ldif exampleStephen Gallagher1-1/+1
2009-02-25Simplify the code to retrieve the introspection file.Simo Sorce1-31/+50
2009-02-25Store the InfoPipe introspection XML for subsequent requests.Stephen Gallagher2-13/+18
2009-02-24Fix SEGFAULT in CheckPermissionsStephen Gallagher1-1/+2
2009-02-24Proper fix for memory handling problem.Simo Sorce5-59/+157
2009-02-24Revert "Fixing serious memory allocation bug in sbus_message_handler."Simo Sorce4-61/+70
2009-02-24Adding support for CheckPermissions to InfoPipe.Stephen Gallagher5-4/+322
2009-02-24Add D-BUS introspection to InfoPipe This function is necessary to play nice w...Stephen Gallagher2-3/+76
2009-02-23Fixing serious memory allocation bug in sbus_message_handler.Stephen Gallagher4-53/+50
2009-02-23Attach the InfoPipe to the D-BUS system bus. InfoPipe is now capable of liste...Stephen Gallagher8-32/+609
2009-01-27Preliminary support for enabling InfoPipe to listen on the D-BUS system bus. ...Stephen Gallagher5-1/+158
2009-01-27Add skeleton for InfoPipe serviceStephen Gallagher2-0/+219