summaryrefslogtreecommitdiff
path: root/server/providers/data_provider_be.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-11Make child processes exit when parent diesJakub Hrozek1-0/+6
2009-08-11Make socket paths a compile-time optionStephen Gallagher1-1/+0
2009-08-10Simplify interfaces initializationSimo Sorce1-37/+22
2009-08-10merge server and connection structuresSimo Sorce1-10/+4
2009-08-10Cosmetic changesSimo Sorce1-41/+41
2009-08-10Remove redundant memory contextsSimo Sorce1-21/+27
2009-07-21added LDAP change password backend targetSumit Bose1-2/+6
2009-07-20Implement resInit for monitor, NSS, PAM, DP and the backendsStephen Gallagher1-0/+19
2009-07-20add infrastructure to handle new backend targetsSumit Bose1-110/+168
2009-04-14Make reconnection to the Data Provider a global settingStephen Gallagher1-2/+2
2009-04-13Fix a couple of segfaults and timeout checksSimo Sorce1-18/+17
2009-04-13Always pass full domain infoSimo Sorce1-6/+11
2009-04-07Split modules types in Identity and AuthenticatorSimo Sorce1-20/+135
2009-04-01Do not file a sure segfault.Simo Sorce1-0/+2
2009-03-20Enhance server_setupSimo Sorce1-1/+7
2009-03-20Enable autoreconnection of Data Provider Backends to the Data ProviderStephen Gallagher1-3/+94
2009-03-19use pam_data as main data structure for dbus communicationSumit Bose1-38/+8
2009-02-26Rebase the code to use talloc, tdb, tevent, ldb as externalSimo Sorce1-5/+6
2009-02-24Add PAM responderSumit Bose1-1/+137
2009-02-24Proper fix for memory handling problem.Simo Sorce1-36/+46
2009-02-24Revert "Fixing serious memory allocation bug in sbus_message_handler."Simo Sorce1-30/+41
2009-02-23Fixing serious memory allocation bug in sbus_message_handler.Stephen Gallagher1-41/+30
2009-02-13Make backend requests asyncSimo Sorce1-14/+223
2009-02-13Always pass teh database path explicitly, so that test cases can useSimo Sorce1-1/+1
2009-02-12Remove dp_cli_sbus_initSimo Sorce1-12/+5
2009-01-27Refactoring the monitor code and SBUS utility functions.Stephen Gallagher1-11/+59
2009-01-14Add code to make it easier to reconnect in case the serverSimo Sorce1-15/+3
2009-01-12Regroup database rleated functions under db andSimo Sorce1-3/+2
2009-01-11Turn ldap_provider.c into proxy.c and make it possible to load just anySimo Sorce1-1/+2
2009-01-08The code now successfully sends a getpwnam request to a remote LDAP server,Simo Sorce1-18/+53
2009-01-06Add more infrastructure to data provider to dispatch requests (still untested).Simo Sorce1-153/+87
2009-01-05Fix dp client to connect to the right dbus pipeSimo Sorce1-11/+16
2008-12-15Adding a parameter to the sbus_service_sbus_init function to allow passing in...Stephen Gallagher1-1/+1
2008-12-10Initial work on a test provider using the gross hack of dlopen()ing nss_ldapSimo Sorce1-8/+9
2008-12-08Change data provider into a hub, where backends (ldap, nis, ipa providers)Simo Sorce1-0/+515