summaryrefslogtreecommitdiff
path: root/server/providers/data_provider.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-09Remove DP processSimo Sorce1-1016/+0
2009-10-06Remove unused btreemap codeStephen Gallagher1-1/+0
2009-09-25Send debug messages to logfileJakub Hrozek1-1/+3
2009-09-25Upgrade confdb to version 2Stephen Gallagher1-22/+3
2009-09-23Revert "Use syslog for logging error conditions in SSSD"Stephen Gallagher1-36/+28
2009-09-21Use syslog for logging error conditions in SSSDJakub Hrozek1-28/+36
2009-09-02remove the concept of a backend nameSumit Bose1-11/+8
2009-08-17Fix reconnection codeSimo Sorce1-2/+3
2009-08-11Change the why DP clients identifySimo Sorce1-131/+124
2009-08-11Change services identification mechanismSimo Sorce1-75/+11
2009-08-11Make child processes exit when parent diesJakub Hrozek1-0/+6
2009-08-10Simplify interfaces initializationSimo Sorce1-47/+29
2009-08-10merge server and connection structuresSimo Sorce1-15/+5
2009-08-10Cosmetic changesSimo Sorce1-62/+62
2009-08-10Remove redundant memory contextsSimo Sorce1-11/+12
2009-07-20Implement resInit for monitor, NSS, PAM, DP and the backendsStephen Gallagher1-0/+19
2009-07-02check pending_return after dbus_connection_send_with_replySumit Bose1-3/+3
2009-04-13Implement credentials caching in pam responder.Simo Sorce1-1/+0
2009-04-01Add way to use files as a proxy backend fro LOCALSimo Sorce1-8/+0
2009-03-20Enhance server_setupSimo Sorce1-2/+4
2009-03-19use pam_data as main data structure for dbus communicationSumit Bose1-47/+10
2009-02-26Rebase the code to use talloc, tdb, tevent, ldb as externalSimo Sorce1-2/+2
2009-02-24Add PAM responderSumit Bose1-0/+274
2009-02-24Proper fix for memory handling problem.Simo Sorce1-21/+33
2009-02-24Revert "Fixing serious memory allocation bug in sbus_message_handler."Simo Sorce1-21/+25
2009-02-23Fixing serious memory allocation bug in sbus_message_handler.Stephen Gallagher1-25/+21
2009-02-13Make backend requests asyncSimo Sorce1-6/+0
2009-01-27Refactoring the monitor code and SBUS utility functions.Stephen Gallagher1-7/+26
2009-01-13Fix return, dbus would abort because we were passing values andSimo Sorce1-3/+3
2009-01-12Add placeholders for new configuration reload methods. The monitor will be ab...Stephen Gallagher1-0/+12
2009-01-12Regroup database rleated functions under db andSimo Sorce1-53/+0
2009-01-09Lots of little nasty bugs fixed.Simo Sorce1-9/+21
2009-01-08The code now successfully sends a getpwnam request to a remote LDAP server,Simo Sorce1-21/+34
2009-01-06Add more infrastructure to data provider to dispatch requests (still untested).Simo Sorce1-9/+334
2009-01-05Fix dp client to connect to the right dbus pipeSimo Sorce1-8/+8
2008-12-15Modified sbus_server_new() to take a talloc memory context to useStephen Gallagher1-1/+2
2008-12-15Adding a parameter to the sbus_service_sbus_init function to allow passing in...Stephen Gallagher1-1/+1
2008-12-15Disconnected client SBUS connections would delete the master set of sbus_meth...Stephen Gallagher1-1/+5
2008-12-09Fix dbus related memory leaksSimo Sorce1-8/+12
2008-12-08Change data provider into a hub, where backends (ldap, nis, ipa providers)Simo Sorce1-131/+225
2008-11-25Make a binary out of each major sssd component instead ofSimo Sorce1-0/+43
2008-11-25Remove the service stuff that we stopped using when we moved toSimo Sorce1-1/+0
2008-11-24point PIPE_PATH at /var/lib/sss/pipes, not just the private path so that theSimo Sorce1-1/+2
2008-11-24Replacing hard-coded paths with configure script substitutions.Stephen Gallagher1-18/+50
2008-11-24change structure nameSimo Sorce1-4/+5
2008-11-20Created a helper function sssd_service_sbus_init() to simplify creating the i...Stephen Gallagher1-42/+12
2008-11-20Remove unused code and fix message handlers in dpSimo Sorce1-24/+10
2008-11-20Start conversion from a fork() and live to a fork()/exec() model.Simo Sorce1-22/+18
2008-11-19Add some infrastructure code to add data providers.Simo Sorce1-0/+414