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