summaryrefslogtreecommitdiff
path: root/server/responder/pam
AgeCommit message (Expand)AuthorFilesLines
2009-11-09Fix segfault on unknown user/domainStephen Gallagher1-2/+2
2009-11-09Fix tevent_req error checking.Simo Sorce1-6/+1
2009-10-27Move responsibility for entry expiration timeoutSimo Sorce1-7/+4
2009-10-27Fix segfaultSimo Sorce1-1/+1
2009-10-26Use standard coding practice to set last loginSimo Sorce1-90/+128
2009-10-22Add support for offline auth cache timeoutStephen Gallagher4-3/+192
2009-10-22Add pam_ctx (similar to nss_ctx) for storing global PAM configStephen Gallagher2-5/+25
2009-10-15Remove two unused functions.Stephen Gallagher1-10/+0
2009-10-15Fix offline authenticationSimo Sorce1-16/+3
2009-10-09Remove DP processSimo Sorce2-22/+27
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 Gallagher5-22/+14
2009-09-21Use syslog for logging error conditions in SSSDJakub Hrozek5-14/+22
2009-09-14make cli_pid mandatory and increase version number of pam protocolSumit Bose1-1/+25
2009-09-14Let the PAM client send its PIDSumit Bose1-0/+19
2009-09-11Add copyright noticesJakub Hrozek1-0/+21
2009-09-08Split database in multiple filesSimo Sorce3-5/+41
2009-08-17Fix reconnection codeSimo Sorce4-48/+57
2009-08-14Refactor responder_dp.cStephen Gallagher1-6/+6
2009-08-11Change the why DP clients identifySimo Sorce3-53/+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 Sorce3-30/+37
2009-08-10Cosmetic changesSimo Sorce2-21/+21
2009-08-10Remove redundant memory contextsSimo Sorce2-5/+5
2009-07-29Address CVE-2009-2410Stephen Gallagher1-1/+1
2009-07-20Implement resInit for monitor, NSS, PAM, DP and the backendsStephen Gallagher1-0/+20
2009-07-03Rework transaction code to use tevent_reqSimo Sorce1-31/+84
2009-07-03Rename sysdb_req to sysdb_handle.Simo Sorce2-12/+6
2009-07-02check pending_return after dbus_connection_send_with_replySumit Bose1-1/+1
2009-07-02added kerberos backend with tevent_req event handlingSumit Bose1-1/+19
2009-06-08fix detection of authentication against LOCAL domainSumit Bose1-3/+9
2009-05-28special-case NSS calls in PAM codeJakub Hrozek1-2/+2
2009-05-26fix a wrong timeoutSumit Bose1-3/+4
2009-05-18Move actual password caching into sysdbSimo Sorce4-126/+2
2009-05-18Prevent accepting blank passwordsSimo Sorce1-0/+7
2009-05-18Fix crypt functions to not use static buffers.Simo Sorce2-18/+16
2009-05-15added new pam client protocolSumit Bose1-1/+132
2009-05-15added more flexible handling of client protocolSumit Bose1-1/+12
2009-05-14added check for NULL valuesSumit Bose2-9/+1
2009-04-28handle other pam calls when offlineSumit Bose1-0/+10
2009-04-28Use different attribute for cached passwords change timeSumit Bose1-2/+2
2009-04-28change PAM timeout the match NSS timeSumit Bose2-3/+1
2009-04-27Use different attribute for cached passwordsSimo Sorce1-3/+3
2009-04-27fix for pam proxy chauthtokSumit Bose1-0/+1
2009-04-23removed length of unused element from packet size calculationSumit Bose1-1/+1
2009-04-22fix for a seq fault when pam_reply_delay is called.Sumit Bose1-2/+2