summaryrefslogtreecommitdiffstats
path: root/server/responder/pam
Commit message (Expand)AuthorAgeFilesLines
* Fix size error on 64-bit systemsStephen Gallagher2010-01-251-1/+1
* Pointers to non 32 bit aligned data were being cast to uint32_t *George McCollister2010-01-221-8/+10
* Fix a double free bugSumit Bose2010-01-221-3/+0
* Fix broken password changes for local usersStephen Gallagher2009-12-181-1/+6
* Handle chauthtok with PAM_PRELIM_CHECK separatelySumit Bose2009-12-181-0/+6
* Speed up user requests while offlineStephen Gallagher2009-11-231-3/+5
* Change the pam code to perform an initgroups callSimo Sorce2009-11-181-1/+1
* Fix segfault on unknown user/domainStephen Gallagher2009-11-091-2/+2
* Fix tevent_req error checking.Simo Sorce2009-11-091-6/+1
* Move responsibility for entry expiration timeoutSimo Sorce2009-10-271-7/+4
* Fix segfaultSimo Sorce2009-10-271-1/+1
* Use standard coding practice to set last loginSimo Sorce2009-10-261-90/+128
* Add support for offline auth cache timeoutStephen Gallagher2009-10-224-3/+192
* Add pam_ctx (similar to nss_ctx) for storing global PAM configStephen Gallagher2009-10-222-5/+25
* Remove two unused functions.Stephen Gallagher2009-10-151-10/+0
* Fix offline authenticationSimo Sorce2009-10-151-16/+3
* Remove DP processSimo Sorce2009-10-092-22/+27
* Remove unused btreemap codeStephen Gallagher2009-10-061-1/+0
* Send debug messages to logfileJakub Hrozek2009-09-251-1/+3
* Upgrade confdb to version 2Stephen Gallagher2009-09-251-5/+4
* Revert "Use syslog for logging error conditions in SSSD"Stephen Gallagher2009-09-235-22/+14
* Use syslog for logging error conditions in SSSDJakub Hrozek2009-09-215-14/+22
* make cli_pid mandatory and increase version number of pam protocolSumit Bose2009-09-141-1/+25
* Let the PAM client send its PIDSumit Bose2009-09-141-0/+19
* Add copyright noticesJakub Hrozek2009-09-111-0/+21
* Split database in multiple filesSimo Sorce2009-09-083-5/+41
* Fix reconnection codeSimo Sorce2009-08-174-48/+57
* Refactor responder_dp.cStephen Gallagher2009-08-141-6/+6
* Change the why DP clients identifySimo Sorce2009-08-113-53/+16
* Change services identification mechanismSimo Sorce2009-08-111-72/+5
* Make child processes exit when parent diesJakub Hrozek2009-08-111-0/+6
* Make socket paths a compile-time optionStephen Gallagher2009-08-111-1/+0
* Simplify interfaces initializationSimo Sorce2009-08-103-30/+37
* Cosmetic changesSimo Sorce2009-08-102-21/+21
* Remove redundant memory contextsSimo Sorce2009-08-102-5/+5
* Address CVE-2009-2410Stephen Gallagher2009-07-291-1/+1
* Implement resInit for monitor, NSS, PAM, DP and the backendsStephen Gallagher2009-07-201-0/+20
* Rework transaction code to use tevent_reqSimo Sorce2009-07-031-31/+84
* Rename sysdb_req to sysdb_handle.Simo Sorce2009-07-032-12/+6
* check pending_return after dbus_connection_send_with_replySumit Bose2009-07-021-1/+1
* added kerberos backend with tevent_req event handlingSumit Bose2009-07-021-1/+19
* fix detection of authentication against LOCAL domainSumit Bose2009-06-081-3/+9
* special-case NSS calls in PAM codeJakub Hrozek2009-05-281-2/+2
* fix a wrong timeoutSumit Bose2009-05-261-3/+4
* Move actual password caching into sysdbSimo Sorce2009-05-184-126/+2
* Prevent accepting blank passwordsSimo Sorce2009-05-181-0/+7
* Fix crypt functions to not use static buffers.Simo Sorce2009-05-182-18/+16
* added new pam client protocolSumit Bose2009-05-151-1/+132
* added more flexible handling of client protocolSumit Bose2009-05-151-1/+12
* added check for NULL valuesSumit Bose2009-05-142-9/+1