summaryrefslogtreecommitdiffstats
path: root/server/sbus
Commit message (Expand)AuthorAgeFilesLines
* Implement GetUserAttributes in the InfoPipeStephen Gallagher2009-03-022-0/+31
* Rebase the code to use talloc, tdb, tevent, ldb as externalSimo Sorce2009-02-266-51/+50
* Proper fix for memory handling problem.Simo Sorce2009-02-243-16/+19
* Revert "Fixing serious memory allocation bug in sbus_message_handler."Simo Sorce2009-02-242-29/+11
* Add D-BUS introspection to InfoPipe This function is necessary to play nice w...Stephen Gallagher2009-02-241-0/+1
* Fixing serious memory allocation bug in sbus_message_handler.Stephen Gallagher2009-02-232-11/+29
* Attach the InfoPipe to the D-BUS system bus. InfoPipe is now capable of liste...Stephen Gallagher2009-02-233-10/+55
* Modifying sbus_message_handler to return DBUS_ERROR_UNKNOWN_METHOD when the r...Stephen Gallagher2009-02-161-2/+10
* Refactoring the monitor code and SBUS utility functions.Stephen Gallagher2009-01-272-0/+121
* Add code to make it easier to reconnect in case the serverSimo Sorce2009-01-142-0/+7
* Lots of little nasty bugs fixed.Simo Sorce2009-01-091-4/+4
* SBUS messages with no reply (or no immediate reply) would incorrectly report ...Stephen Gallagher2009-01-061-3/+2
* libevents renamed upstream to libteventSimo Sorce2008-12-223-3/+3
* Modified sbus_server_new() to take a talloc memory context to useStephen Gallagher2008-12-152-3/+5
* Adding a parameter to the sbus_service_sbus_init function to allow passing in...Stephen Gallagher2008-12-151-1/+5
* Disconnected client SBUS connections would delete the master set of sbus_meth...Stephen Gallagher2008-12-153-4/+9
* Fix indentation to follow rulesSimo Sorce2008-12-101-21/+29
* Fix dbus related memory leaksSimo Sorce2008-12-091-2/+4
* REmove test client. It's not needed anymore.Simo Sorce2008-11-241-214/+0
* Created a helper function sssd_service_sbus_init() to simplify creating the i...Stephen Gallagher2008-11-201-0/+2
* Start conversion from a fork() and live to a fork()/exec() model.Simo Sorce2008-11-203-26/+27
* Add method to get a connection's private dataSimo Sorce2008-11-193-7/+13
* The default message handler will now pass both the method_ctx and theStephen Gallagher2008-11-173-21/+42
* Fix trailing spaces and some indentation issues.Simo Sorce2008-11-131-46/+57
* Add the ping funtion to the nss service Make the monitor task ping connecting...Simo Sorce2008-11-043-59/+77
* Add support for dbus comunication in the nss serviceSimo Sorce2008-11-031-6/+5
* Use a common interface file for all users of the internalSimo Sorce2008-11-031-10/+1
* Renaming sssd/server/dbus to sssd/server/sbus. Making necessary changes to he...Stephen Gallagher2008-11-036-0/+1260