summaryrefslogtreecommitdiffstats
path: root/server/providers/data_provider.c
Commit message (Expand)AuthorAgeFilesLines
* 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