summaryrefslogtreecommitdiffstats
path: root/server/responder/pam/pamsrv_cmd.c
Commit message (Expand)AuthorAgeFilesLines
* Fix segfaultSimo Sorce2009-10-271-1/+1
* Use standard coding practice to set last loginSimo Sorce2009-10-271-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
* Simplify some aspects of pam_LOCAL_domainSimo Sorce2009-03-041-1/+3
* replaced pure ldb calls with sysdb callsSumit Bose2009-03-031-1/+1
* first version of LOCAL pam backendSumit Bose2009-03-021-2/+21
* Add PAM responderSumit Bose2009-02-241-0/+196