summaryrefslogtreecommitdiff
path: root/server/sbus/sssd_dbus_connection.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-05Increase the sbus dispatch DEBUG level to 9Stephen Gallagher1-2/+2
2009-09-23Revert "Use syslog for logging error conditions in SSSD"Stephen Gallagher1-5/+5
2009-09-21Use syslog for logging error conditions in SSSDJakub Hrozek1-5/+5
2009-09-11Add copyright noticesJakub Hrozek1-0/+21
2009-08-11Change services identification mechanismSimo Sorce1-3/+4
2009-08-10Simplify interfaces initializationSimo Sorce1-72/+65
2009-08-10merge server and connection structuresSimo Sorce1-159/+123
2009-08-10Cosmetic changesSimo Sorce1-147/+147
2009-08-10Remove redundant memory contextsSimo Sorce1-8/+1
2009-08-10Refactor some code around watches and timeoutsSimo Sorce1-180/+23
2009-08-10CleanupsSimo Sorce1-146/+156
2009-04-13Allow configuration of the SSSD through /etc/sssd/sssd.confStephen Gallagher1-0/+1
2009-04-08Fix SBUS handling of unknown messagesStephen Gallagher1-0/+2
2009-04-01allow compilation with older version of dbusSumit Bose1-0/+4
2009-03-20Add reconnection logic to the SBUSStephen Gallagher1-1/+189
2009-03-06Add sbus_reply_internal_error() feature to sbus_message_handler()Stephen Gallagher1-2/+14
2009-02-26Rebase the code to use talloc, tdb, tevent, ldb as externalSimo Sorce1-24/+23
2009-02-24Proper fix for memory handling problem.Simo Sorce1-9/+14
2009-02-24Revert "Fixing serious memory allocation bug in sbus_message_handler."Simo Sorce1-22/+10
2009-02-23Fixing serious memory allocation bug in sbus_message_handler.Stephen Gallagher1-10/+22
2009-02-23Attach the InfoPipe to the D-BUS system bus. InfoPipe is now capable of liste...Stephen Gallagher1-4/+24
2009-02-16Modifying sbus_message_handler to return DBUS_ERROR_UNKNOWN_METHOD when the r...Stephen Gallagher1-2/+10
2009-01-14Add code to make it easier to reconnect in case the serverSimo Sorce1-0/+6
2009-01-09Lots of little nasty bugs fixed.Simo Sorce1-4/+4
2009-01-06SBUS messages with no reply (or no immediate reply) would incorrectly report ...Stephen Gallagher1-3/+2
2008-12-22libevents renamed upstream to libteventSimo Sorce1-1/+1
2008-12-15Adding a parameter to the sbus_service_sbus_init function to allow passing in...Stephen Gallagher1-1/+5
2008-12-15Disconnected client SBUS connections would delete the master set of sbus_meth...Stephen Gallagher1-1/+2
2008-12-10Fix indentation to follow rulesSimo Sorce1-21/+29
2008-11-20Start conversion from a fork() and live to a fork()/exec() model.Simo Sorce1-16/+17
2008-11-19Add method to get a connection's private dataSimo Sorce1-0/+5
2008-11-17The default message handler will now pass both the method_ctx and theStephen Gallagher1-14/+30
2008-11-13Fix trailing spaces and some indentation issues.Simo Sorce1-46/+57
2008-11-04Add the ping funtion to the nss service Make the monitor task ping connecting...Simo Sorce1-3/+4
2008-11-03Renaming sssd/server/dbus to sssd/server/sbus. Making necessary changes to he...Stephen Gallagher1-0/+576