summaryrefslogtreecommitdiff
path: root/server/providers/data_provider_be.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-23Speed up user requests while offlineStephen Gallagher1-37/+76
2009-11-20Add initial failover support for ldap and ipaSimo Sorce1-1/+8
2009-11-12Make 'permit' the default for the access targetSumit Bose1-13/+4
2009-11-02Make debug message less irritating.Sumit Bose1-2/+2
2009-10-22Fix potential memory leaks in the data providerMartin Nagy1-2/+4
2009-10-15more implicit provider target settingsSumit Bose1-13/+48
2009-10-15set chpass_provider implicit if not set explicitSumit Bose1-20/+59
2009-10-15Return the dp error from the providersSimo Sorce1-8/+52
2009-10-14send a message if a backend target is not configuredSumit Bose1-12/+30
2009-10-09Remove DP processSimo Sorce1-178/+206
2009-10-06Remove unused btreemap codeStephen Gallagher1-1/+0
2009-09-25Send debug messages to logfileJakub Hrozek1-0/+4
2009-09-25Upgrade confdb to version 2Stephen Gallagher1-12/+10
2009-09-23Remove provider=filesJakub Hrozek1-56/+0
2009-09-23Revert "Use syslog for logging error conditions in SSSD"Stephen Gallagher1-41/+35
2009-09-21Use syslog for logging error conditions in SSSDJakub Hrozek1-35/+41
2009-09-14Make the offline status backend-globalSimo Sorce1-86/+31
2009-09-08Split database in multiple filesSimo Sorce1-2/+2
2009-09-02remove the concept of a backend nameSumit Bose1-17/+31
2009-08-17Fix reconnection codeSimo Sorce1-2/+0
2009-08-13Make "files" a reserved word for legacy local domainJakub Hrozek1-0/+43
2009-08-11Change the why DP clients identifySimo Sorce1-43/+22
2009-08-11Change services identification mechanismSimo Sorce1-81/+11
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