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