summaryrefslogtreecommitdiffstats
path: root/server/infopipe
Commit message (Expand)AuthorAgeFilesLines
* 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-026-53/+779
* Rebase the code to use talloc, tdb, tevent, ldb as externalSimo Sorce2009-02-264-4/+4
* Adding InfoPipe entry to config.ldif exampleStephen Gallagher2009-02-251-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-252-13/+18
* Fix SEGFAULT in CheckPermissionsStephen Gallagher2009-02-241-1/+2
* Proper fix for memory handling problem.Simo Sorce2009-02-245-59/+157
* Revert "Fixing serious memory allocation bug in sbus_message_handler."Simo Sorce2009-02-244-61/+70
* Adding support for CheckPermissions to InfoPipe.Stephen Gallagher2009-02-245-4/+322
* Add D-BUS introspection to InfoPipe This function is necessary to play nice w...Stephen Gallagher2009-02-242-3/+76
* Fixing serious memory allocation bug in sbus_message_handler.Stephen Gallagher2009-02-234-53/+50
* Attach the InfoPipe to the D-BUS system bus. InfoPipe is now capable of liste...Stephen Gallagher2009-02-238-32/+609
* Preliminary support for enabling InfoPipe to listen on the D-BUS system bus. ...Stephen Gallagher2009-01-275-1/+158
* Add skeleton for InfoPipe serviceStephen Gallagher2009-01-272-0/+219