summaryrefslogtreecommitdiffstats
path: root/server/providers/data_provider_be.c
Commit message (Expand)AuthorAgeFilesLines
* Rebase the code to use talloc, tdb, tevent, ldb as externalSimo Sorce2009-02-261-5/+6
* Add PAM responderSumit Bose2009-02-241-1/+137
* Proper fix for memory handling problem.Simo Sorce2009-02-241-36/+46
* Revert "Fixing serious memory allocation bug in sbus_message_handler."Simo Sorce2009-02-241-30/+41
* Fixing serious memory allocation bug in sbus_message_handler.Stephen Gallagher2009-02-231-41/+30
* Make backend requests asyncSimo Sorce2009-02-131-14/+223
* Always pass teh database path explicitly, so that test cases can useSimo Sorce2009-02-131-1/+1
* Remove dp_cli_sbus_initSimo Sorce2009-02-121-12/+5
* Refactoring the monitor code and SBUS utility functions.Stephen Gallagher2009-01-271-11/+59
* Add code to make it easier to reconnect in case the serverSimo Sorce2009-01-141-15/+3
* Regroup database rleated functions under db andSimo Sorce2009-01-121-3/+2
* Turn ldap_provider.c into proxy.c and make it possible to load just anySimo Sorce2009-01-111-1/+2
* The code now successfully sends a getpwnam request to a remote LDAP server,Simo Sorce2009-01-081-18/+53
* Add more infrastructure to data provider to dispatch requests (still untested).Simo Sorce2009-01-061-153/+87
* Fix dp client to connect to the right dbus pipeSimo Sorce2009-01-051-11/+16
* Adding a parameter to the sbus_service_sbus_init function to allow passing in...Stephen Gallagher2008-12-151-1/+1
* Initial work on a test provider using the gross hack of dlopen()ing nss_ldapSimo Sorce2008-12-101-8/+9
* Change data provider into a hub, where backends (ldap, nis, ipa providers)Simo Sorce2008-12-081-0/+515