summaryrefslogtreecommitdiffstats
path: root/server/responder/pam/pamsrv_cmd.c
Commit message (Expand)AuthorAgeFilesLines
* Rename server/ directory to src/Stephen Gallagher2010-02-181-1181/+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
* Warn the user if authentication happens offlineSumit Bose2010-02-021-1/+19
* Avoid 'PAM' at the beginning of define and enum namesSumit Bose2010-02-011-13/+13
* 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-201-11/+51
* 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-221-1/+170
* Fix offline authenticationSimo Sorce2009-10-151-16/+3
* Revert "Use syslog for logging error conditions in SSSD"Stephen Gallagher2009-09-231-3/+3
* Use syslog for logging error conditions in SSSDJakub Hrozek2009-09-211-3/+3
* 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
* Split database in multiple filesSimo Sorce2009-09-081-3/+26
* Fix reconnection codeSimo Sorce2009-08-171-1/+1
* Refactor responder_dp.cStephen Gallagher2009-08-141-6/+6
* 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-181-13/+0
* 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-141-0/+1
* handle other pam calls when offlineSumit Bose2009-04-281-0/+10
* change PAM timeout the match NSS timeSumit Bose2009-04-281-1/+1
* fix for pam proxy chauthtokSumit Bose2009-04-271-0/+1
* removed length of unused element from packet size calculationSumit Bose2009-04-231-1/+1
* fix for a seq fault when pam_reply_delay is called.Sumit Bose2009-04-221-2/+2
* Force user check and discover user's domainSimo Sorce2009-04-171-19/+316
* Implement credentials caching in pam responder.Simo Sorce2009-04-131-28/+95
* Change the way we retrieve domainsSimo Sorce2009-04-081-16/+13
* Clean up warnings in SSSDStephen Gallagher2009-04-071-2/+2
* Unify name parsing and reposnder headersSimo Sorce2009-04-071-31/+34
* Use info in the domain entry to determine action.Simo Sorce2009-04-071-1/+12
* Make nsssrv use the common responder functionsSimo Sorce2009-03-271-8/+1
* Refactor nss_ctx to resp_ctx in respondersStephen Gallagher2009-03-261-8/+8
* remove an unnecessary call to confdbSumit Bose2009-03-111-8/+4
* added generic PAM return messages and a false login delaySumit Bose2009-03-101-7/+86