summaryrefslogtreecommitdiff
path: root/server/responder/pam/pamsrv.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-22Add support for offline auth cache timeoutStephen Gallagher1-0/+3
2009-10-22Add pam_ctx (similar to nss_ctx) for storing global PAM configStephen Gallagher1-5/+21
2009-10-15Remove two unused functions.Stephen Gallagher1-10/+0
2009-10-09Remove DP processSimo Sorce1-15/+16
2009-10-06Remove unused btreemap codeStephen Gallagher1-1/+0
2009-09-25Send debug messages to logfileJakub Hrozek1-1/+3
2009-09-25Upgrade confdb to version 2Stephen Gallagher1-5/+4
2009-09-23Revert "Use syslog for logging error conditions in SSSD"Stephen Gallagher1-11/+3
2009-09-21Use syslog for logging error conditions in SSSDJakub Hrozek1-3/+11
2009-08-17Fix reconnection codeSimo Sorce1-45/+55
2009-08-11Change the why DP clients identifySimo Sorce1-3/+16
2009-08-11Change services identification mechanismSimo Sorce1-72/+5
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-20/+19
2009-08-10Cosmetic changesSimo Sorce1-15/+15
2009-08-10Remove redundant memory contextsSimo Sorce1-3/+3
2009-07-20Implement resInit for monitor, NSS, PAM, DP and the backendsStephen Gallagher1-0/+20
2009-04-14Make reconnection to the Data Provider a global settingStephen Gallagher1-2/+2
2009-04-13Implement credentials caching in pam responder.Simo Sorce1-1/+2
2009-04-07Unify name parsing and reposnder headersSimo Sorce1-2/+0
2009-03-27Make nsssrv use the common responder functionsSimo Sorce1-4/+7
2009-03-26Enable autoreconnection to the Data Provider in PAMStephen Gallagher1-1/+61
2009-03-20Enhance server_setupSimo Sorce1-1/+1
2009-03-09use fixed paths to sockets to make sure clients and server are using the sameSumit Bose1-2/+3
2009-02-24Add PAM responderSumit Bose1-0/+171