summaryrefslogtreecommitdiff
path: root/server/infopipe/infopipe.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-08Change the way we retrieve domainsSimo Sorce1-15/+9
2009-03-20Enhance server_setupSimo Sorce1-1/+3
2009-03-09Improve error handling and replies in the InfoPipeStephen Gallagher1-0/+6
2009-03-09Implement SetGroupGID in the InfoPipeStephen Gallagher1-0/+43
2009-03-06Add infp_req_init() function to simplify method setupStephen Gallagher1-0/+24
2009-03-05Adding support for SetUserUID to the InfoPipeStephen Gallagher1-2/+2
2009-03-04Implement SetUserAttributes in the InfoPipeStephen Gallagher1-0/+61
2009-03-02Implement GetUserAttributes in the InfoPipeStephen Gallagher1-38/+62
2009-02-26Rebase the code to use talloc, tdb, tevent, ldb as externalSimo Sorce1-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 Gallagher1-13/+10
2009-02-24Fix SEGFAULT in CheckPermissionsStephen Gallagher1-1/+2
2009-02-24Proper fix for memory handling problem.Simo Sorce1-24/+44
2009-02-24Revert "Fixing serious memory allocation bug in sbus_message_handler."Simo Sorce1-26/+35
2009-02-24Adding support for CheckPermissions to InfoPipe.Stephen Gallagher1-3/+253
2009-02-24Add D-BUS introspection to InfoPipe This function is necessary to play nice w...Stephen Gallagher1-3/+74
2009-02-23Fixing serious memory allocation bug in sbus_message_handler.Stephen Gallagher1-18/+12
2009-02-23Attach the InfoPipe to the D-BUS system bus. InfoPipe is now capable of liste...Stephen Gallagher1-8/+38
2009-01-27Preliminary support for enabling InfoPipe to listen on the D-BUS system bus. ...Stephen Gallagher1-1/+13
2009-01-27Add skeleton for InfoPipe serviceStephen Gallagher1-0/+191