summaryrefslogtreecommitdiff
path: root/server/sbus
AgeCommit message (Expand)AuthorFilesLines
2009-09-23Revert "Use syslog for logging error conditions in SSSD"Stephen Gallagher2-9/+9
2009-09-21Use syslog for logging error conditions in SSSDJakub Hrozek2-9/+9
2009-09-11Add copyright noticesJakub Hrozek3-0/+63
2009-08-31Correctly handle DbusWatch behavior.Simo Sorce2-37/+124
2009-08-11Change services identification mechanismSimo Sorce1-3/+4
2009-08-11Minor fixesSimo Sorce2-7/+13
2009-08-10Simplify interfaces initializationSimo Sorce6-100/+93
2009-08-10merge server and connection structuresSimo Sorce7-253/+212
2009-08-10Cosmetic changesSimo Sorce5-179/+179
2009-08-10Remove redundant memory contextsSimo Sorce4-53/+22
2009-08-10Refactor some code around watches and timeoutsSimo Sorce4-355/+324
2009-08-10CleanupsSimo Sorce2-189/+199
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 Bose2-0/+8
2009-03-20Add reconnection logic to the SBUSStephen Gallagher2-1/+206
2009-03-06Add sbus_reply_internal_error() feature to sbus_message_handler()Stephen Gallagher1-2/+14
2009-03-04Implement SetUserAttributes in the InfoPipeStephen Gallagher2-0/+37
2009-03-02Implement GetUserAttributes in the InfoPipeStephen Gallagher2-0/+31
2009-02-26Rebase the code to use talloc, tdb, tevent, ldb as externalSimo Sorce6-51/+50
2009-02-24Proper fix for memory handling problem.Simo Sorce3-16/+19
2009-02-24Revert "Fixing serious memory allocation bug in sbus_message_handler."Simo Sorce2-29/+11
2009-02-24Add D-BUS introspection to InfoPipe This function is necessary to play nice w...Stephen Gallagher1-0/+1
2009-02-23Fixing serious memory allocation bug in sbus_message_handler.Stephen Gallagher2-11/+29
2009-02-23Attach the InfoPipe to the D-BUS system bus. InfoPipe is now capable of liste...Stephen Gallagher3-10/+55
2009-02-16Modifying sbus_message_handler to return DBUS_ERROR_UNKNOWN_METHOD when the r...Stephen Gallagher1-2/+10
2009-01-27Refactoring the monitor code and SBUS utility functions.Stephen Gallagher2-0/+121
2009-01-14Add code to make it easier to reconnect in case the serverSimo Sorce2-0/+7
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 Sorce3-3/+3
2008-12-15Modified sbus_server_new() to take a talloc memory context to useStephen Gallagher2-3/+5
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 Gallagher3-4/+9
2008-12-10Fix indentation to follow rulesSimo Sorce1-21/+29
2008-12-09Fix dbus related memory leaksSimo Sorce1-2/+4
2008-11-24REmove test client. It's not needed anymore.Simo Sorce1-214/+0
2008-11-20Created a helper function sssd_service_sbus_init() to simplify creating the i...Stephen Gallagher1-0/+2
2008-11-20Start conversion from a fork() and live to a fork()/exec() model.Simo Sorce3-26/+27
2008-11-19Add method to get a connection's private dataSimo Sorce3-7/+13
2008-11-17The default message handler will now pass both the method_ctx and theStephen Gallagher3-21/+42
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 Sorce3-59/+77
2008-11-03Add support for dbus comunication in the nss serviceSimo Sorce1-6/+5
2008-11-03Use a common interface file for all users of the internalSimo Sorce1-10/+1
2008-11-03Renaming sssd/server/dbus to sssd/server/sbus. Making necessary changes to he...Stephen Gallagher6-0/+1260