summaryrefslogtreecommitdiff
path: root/server/providers/data_provider_be.c
AgeCommit message (Expand)AuthorFilesLines
2010-02-18Rename server/ directory to src/Stephen Gallagher1-1235/+0
2010-02-15Make PAM responses more compatible with D-BUS specStephen Gallagher1-0/+2
2010-02-15Make attr_type an integerStephen Gallagher1-17/+11
2010-02-05Internationalize the command-line help messageStephen Gallagher1-1/+1
2010-02-01Force offline operation with SIGUSR1Stephen Gallagher1-0/+32
2010-02-01Avoid 'PAM' at the beginning of define and enum namesSumit Bose1-1/+1
2010-02-01Rename PAM_USER_INFO to PAM_SYSTEM_INFOSumit Bose1-1/+1
2010-01-12Re-create c-ares channels if /etc/resolv.conf is modifiedMartin Nagy1-1/+11
2010-01-05Return an error for an unknown PAM requestSumit Bose1-2/+7
2009-12-18Handle chauthtok with PAM_PRELIM_CHECK separatelySumit Bose1-0/+1
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