summaryrefslogtreecommitdiffstats
path: root/server/sbus
Commit message (Expand)AuthorAgeFilesLines
* Remove unused btreemap codeStephen Gallagher2009-10-061-1/+0
* Revert "Use syslog for logging error conditions in SSSD"Stephen Gallagher2009-09-232-9/+9
* Use syslog for logging error conditions in SSSDJakub Hrozek2009-09-212-9/+9
* Add copyright noticesJakub Hrozek2009-09-113-0/+63
* Correctly handle DbusWatch behavior.Simo Sorce2009-08-312-37/+124
* Change services identification mechanismSimo Sorce2009-08-111-3/+4
* Minor fixesSimo Sorce2009-08-112-7/+13
* Simplify interfaces initializationSimo Sorce2009-08-106-100/+93
* merge server and connection structuresSimo Sorce2009-08-107-253/+212
* Cosmetic changesSimo Sorce2009-08-105-179/+179
* Remove redundant memory contextsSimo Sorce2009-08-104-53/+22
* Refactor some code around watches and timeoutsSimo Sorce2009-08-104-355/+324
* CleanupsSimo Sorce2009-08-102-189/+199
* Allow configuration of the SSSD through /etc/sssd/sssd.confStephen Gallagher2009-04-131-0/+1
* Fix SBUS handling of unknown messagesStephen Gallagher2009-04-081-0/+2
* allow compilation with older version of dbusSumit Bose2009-04-012-0/+8
* Add reconnection logic to the SBUSStephen Gallagher2009-03-202-1/+206
* Add sbus_reply_internal_error() feature to sbus_message_handler()Stephen Gallagher2009-03-061-2/+14
* Implement SetUserAttributes in the InfoPipeStephen Gallagher2009-03-042-0/+37
* 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