summaryrefslogtreecommitdiffstats
path: root/src/responder/pam
Commit message (Expand)AuthorAgeFilesLines
* PAM: Use qualified names internally in the PAM responderJakub Hrozek2016-07-072-19/+40
* Responders: Make the client context more genericSimo Sorce2016-06-292-7/+13
* RESPONDER: New interface for client registrationPavel Březina2016-06-201-3/+1
* Remove braces from DEBUG statementsPavel Březina2016-06-181-18/+18
* p11: add PKCS11_LOGIN_TOKEN_NAME environment variableSumit Bose2016-06-091-0/+25
* Do not leak fds in case of failures setting up a child processJakub Hrozek2016-05-311-19/+25
* UTIL: exit() the forked process if exec()-ing a child process failsJakub Hrozek2016-05-191-8/+6
* RESPONDER: Removing ncache from pam_ctxPetr Cech2016-05-113-18/+8
* RESPONDER: Removing neg_timeout from pam responderPetr Cech2016-05-113-9/+1
* NEGCACHE: Removing timeout from sss_ncache_check_*Petr Cech2016-05-111-4/+2
* NEGCACHE: Adding timeout to struct sss_nc_ctxPetr Cech2016-05-111-1/+5
* Fix typos reported by lintianLukas Slebodnik2016-02-231-1/+1
* PAM: Pass account lockout status and display messagePavel Reichl2016-02-171-8/+23
* Util: Improve code to get connection credentialsSimo Sorce2016-01-281-13/+10
* p11: add gnome-screensaver to list of allowed servicesSumit Bose2016-01-201-1/+1
* UTIL: allow to skip default options for child processesSumit Bose2016-01-191-1/+1
* p11: enable ocsp checksSumit Bose2015-11-263-8/+28
* pam-srv-tests: Add UT for cached 'online' auth.Pavel Reichl2015-11-122-1/+6
* util: Update get_next_domain's interfaceMichal Židek2015-10-231-3/+3
* PAM: remove unused parameter cdbPavel Reichl2015-10-201-6/+3
* REFACTOR: SCKT_RSP_UMASK constant in responder codePetr Cech2015-10-141-1/+1
* REFACTOR: DFL_RSP_UMASK constant in responder codePetr Cech2015-10-141-1/+2
* PAM: only allow missing user name for certificate authenticationSumit Bose2015-10-021-3/+9
* PAM: Make p11_child timeout configurableMichal Židek2015-09-231-25/+38
* pam: Incerease p11 child timeoutMichal Židek2015-08-171-2/+7
* PAM: add certificate support to PAM (pre-)auth requestsSumit Bose2015-07-314-37/+858
* PAM: Only cache first-factorJakub Hrozek2015-07-061-1/+20
* Minor code improvementsPavel Reichl2015-07-062-2/+3
* PAM: authenticate agains cachePavel Reichl2015-07-062-6/+167
* sysdb: new attribute lastOnlineAuthWithCurrentTokenPavel Reichl2015-07-061-0/+66
* 2FA offline authSumit Bose2015-05-081-3/+32
* Add pre-auth requestSumit Bose2015-05-081-0/+7
* pam: handle 2FA authentication token in the responderSumit Bose2015-05-081-0/+4
* responders: reset ncache after domains are discovered during startupJakub Hrozek2015-04-091-1/+1
* Add missing new lines to debug messagesLukas Slebodnik2015-03-171-2/+2
* pam_initgr_check_timeout: add debug outputSumit Bose2015-03-131-0/+4
* PAM: use the logon_name as the key for the PAM initgr cacheSumit Bose2015-03-131-13/+3
* PAM: check return value of confdb_get_stringPavel Reichl2015-02-271-0/+6
* PAM: print the pam status as string, tooJakub Hrozek2015-02-252-4/+7
* PAM: warn all services about account expirationPavel Reichl2015-02-231-2/+17
* PAM: new option pam_account_expired_messagePavel Reichl2015-02-231-4/+10
* PAM: do not reject abruptlyPavel Reichl2015-02-231-0/+53
* RESPONDERS: Warn to syslog about colliding objectsLukas Slebodnik2015-02-181-0/+4
* PAM: Domain names are case-insensitiveJakub Hrozek2014-12-131-2/+2
* PAM: Move is_uid_trusted from pam_ctx to preqJakub Hrozek2014-11-252-12/+13
* PAM: Check for trusted domain before sending the request to BEJakub Hrozek2014-11-251-41/+26
* PAM: Make pam_forwarder_parse_data staticJakub Hrozek2014-11-241-1/+1
* RESPONDERS: Set default value for umaskPavel Reichl2014-10-291-0/+2
* PAM: Run pam responder as nonrootMichal Zidek2014-10-221-1/+1
* PAM: Create pipe file descriptors before privileges are droppedMichal Zidek2014-10-221-4/+26