summaryrefslogtreecommitdiffstats
path: root/src/sss_client/pam_sss.c
Commit message (Expand)AuthorAgeFilesLines
* pam: use authtok from PAM stack if availableSumit Bose2017-03-021-3/+11
* pam: enhance Smartcard authentication tokenSumit Bose2017-02-231-7/+38
* p11: return name of PKCS#11 module and key id to pam_sssSumit Bose2017-02-231-2/+47
* PAM: fix memory leak in pam_sssSumit Bose2017-02-231-0/+6
* pam_sss: check conversation callbackSumit Bose2017-02-221-0/+8
* pam_sss: Suppress warning format-truncationLukas Slebodnik2017-02-011-2/+2
* PAM: call free only when memory is expected to be allocatedSumit Bose2016-09-191-1/+2
* pam_sss: check PKCS11_LOGIN_TOKEN_NAMESumit Bose2016-09-161-0/+65
* PAM/KRB5: optional otp and password promptingSumit Bose2016-07-071-2/+12
* PAM: add pam_sss option allow_missing_nameSumit Bose2016-06-091-4/+37
* pam_sss: reorder pam_message arraySumit Bose2016-03-141-22/+14
* UTIL: Function 2string for enum sss_cli_commandPetr Cech2015-08-311-3/+3
* pam_sss: add sc supportSumit Bose2015-07-311-1/+93
* pam_sss: move message encoding into separate fileSumit Bose2015-05-081-176/+1
* pam_sss: add pre-auth and 2fa supportSumit Bose2015-05-081-2/+233
* utils: add sss_authtok_[gs]et_2faSumit Bose2015-05-081-0/+1
* pam_client: fix casting to const pointerLukas Slebodnik2015-03-261-7/+8
* Remove useless assignment to function parameterLukas Slebodnik2015-03-021-1/+0
* PAM: new option pam_account_expired_messagePavel Reichl2015-02-231-1/+1
* PAM: do not reject abruptlyPavel Reichl2015-02-231-1/+63
* PAM: Missing argument to domains= should fail authJakub Hrozek2014-12-131-0/+6
* PAM: Remove authtok from PAM stack with OTPLukas Slebodnik2014-11-071-1/+15
* PAM: Add domains= option to pam_sssDaniel Gollub2014-09-291-2/+27
* PAM: Test right variable after calling sss_atomic_read_sLukas Slebodnik2014-07-091-1/+1
* PAM: add ignore_authinfo_unavail optionLukas Slebodnik2014-06-031-0/+11
* PAM: Define compatible macros for some functions.Lukas Slebodnik2014-06-031-2/+2
* PAM: Include header file security/pam_appl.hLukas Slebodnik2014-06-031-0/+1
* PAM: macro PAM_DATA_REPLACE isn't available in openpam.Lukas Slebodnik2014-05-181-0/+2
* KRB5: Do not attempt to get a TGT after a password change using OTPJakub Hrozek2014-03-261-0/+19
* PAM: add ignore_unknown_user optionPete Fritchman2014-03-141-0/+11
* PAM: Test return value of strdupLukas Slebodnik2014-03-071-0/+4
* CLIENT: Remove unused macrosLukas Slebodnik2014-01-241-5/+0
* sss_client: Use SAFEALIGN_COPY_<type> macros where appropriate.Michal Zidek2013-12-031-1/+1
* sss_client: Use SAFEALIGN_SETMEM_<type> macros where appropriate.Michal Zidek2013-11-151-6/+3
* PAM: fix handling the client fd in pam destructorJakub Hrozek2012-10-121-9/+2
* PAM: close socket fd with pam_set_dataJakub Hrozek2012-10-111-0/+25
* Write SELinux config files in responder instead of PAM moduleJan Zeleny2012-07-271-95/+0
* Move SELinux processing from session to account PAM stackJan Zeleny2012-07-271-55/+55
* SSS_CLIENT: Fix uninitialized value errorStephen Gallagher2012-06-151-1/+1
* Provide "service filter" for SELinux contextJan Zeleny2012-06-141-0/+20
* Always use positional arguments in translatable stringsStephen Gallagher2012-05-221-2/+2
* PAM_SSS: report error code if write failsJakub Hrozek2012-05-021-2/+2
* Convert read and write operations to sss_atomic_readJakub Hrozek2012-04-201-25/+25
* pam_sss: improve error handling in SELinux codeJakub Hrozek2012-04-181-3/+5
* pam_sss: keep selinux optionalSimo Sorce2012-02-231-0/+6
* Fix missing NULL check after mallocStephen Gallagher2012-02-131-0/+4
* SELinux support in PAM moduleJan Zeleny2012-02-061-1/+60
* Fixed incorrect return code in PAM clientJan Zeleny2011-12-081-1/+1
* Cleanup: Remove unused parametersJakub Hrozek2011-11-221-8/+2
* Added quiet option to pam_sssPavel Březina2011-09-201-5/+25