summaryrefslogtreecommitdiffstats
path: root/server/responder/pam
Commit message (Expand)AuthorAgeFilesLines
* Rename server/ directory to src/Stephen Gallagher2010-02-185-2080/+0
* Supress warnings with -O2Jakub Hrozek2010-02-181-2/+1
* Make return values more specific during password changeSumit Bose2010-02-101-34/+52
* Send a message to the user if the login is delayedSumit Bose2010-02-101-3/+24
* Added option to use libcrypto instead of NSS.George McCollister2010-02-051-1/+1
* Warn the user if authentication happens offlineSumit Bose2010-02-021-1/+19
* Add offline failed login counterSumit Bose2010-02-021-6/+7
* Avoid 'PAM' at the beginning of define and enum namesSumit Bose2010-02-012-17/+17
* 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-201-3/+0
* Add sysdb request to authenticate against a cached passwordSumit Bose2010-01-204-216/+59
* 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