aboutsummaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* modules: cast to unsigned char for character handling functionChristian Göttsche2023-08-0715-39/+39
* pam_faillock: free handle in testChristian Göttsche2023-08-071-0/+1
* pam_selinux: fix formatting of audit messagesSteve Grubb2023-08-041-1/+1
* pam_faillock: fix formatting of audit messagesSteve Grubb2023-08-041-2/+2
* pam_access: make non-resolveable hostname a debug output (#590)Thorsten Kukuk2023-08-041-1/+2
* pam_access: document IPv6 link-local addresses (#582)Thorsten Kukuk2023-08-032-1/+14
* pam_unix: improve fallback values for "rounds" for yescrypt and blowfishJulian Kranz2023-07-171-4/+8
* pam_userdb: enable GDBM supportIker Pedrosa2023-07-171-12/+78
* Fix build if crypt_r isn't availableBernhard Rosenkränzer2023-06-071-1/+1
* pam_shells: Plug econf memory leakTobias Stoeckmann2023-05-181-0/+1
* pam_shells: return PAM_USER_UNKNOWN if getpwnam failsJonathan Krebs2023-05-172-2/+18
* pam_xauth: switch away from PATH_MAXPino Toscano2023-05-171-10/+18
* pam_mkhomedir: simplify handling of newsource/newdestPino Toscano2023-05-121-85/+32
* pam_limits: build again on non-Linux OSesPino Toscano2023-05-121-0/+8
* pam_nologin: explicitly fail when nologin path is a directoryPino Toscano2023-05-111-0/+10
* pam_timestamp: do not assume PATH_MAX is definedPino Toscano2023-05-111-1/+3
* pam_pwhistory: switch away from PATH_MAXPino Toscano2023-05-111-11/+29
* modules: update Linux detectionChristian Göttsche2023-05-072-2/+2
* pam_succeed_if: do not use the result of keyword substitution for keyword matchDmitry V. Levin2023-04-201-22/+14
* pam_timestamp: Only build hmacfile when no opensslIker Pedrosa2023-04-201-5/+2
* fix a grammar mistakeMark Huang2023-04-201-1/+1
* configure: Disable NIS if header files are missingThorsten Kukuk2023-04-062-9/+3
* treewide: fix unnecessary $ on arithmetic variablesDmitry V. Levin2023-03-311-1/+1
* pam_timestamp: fix build failureIker Pedrosa2023-03-301-0/+1
* modules: make use of secure memory erasureChristian Göttsche2023-02-2828-96/+140
* pam_env: use helper to free string listChristian Göttsche2023-02-281-2/+1
* pam_env: override undefined pointer after asprintf failureChristian Göttsche2023-02-281-0/+1
* Y2038: use logind instead of utmpThorsten Kukuk2023-02-284-9/+67
* build: use <vendordir>/security directory for installation if it has been setStefan Schubert2023-02-0743-0/+172
* pam_env: do not assume in tests that VENDORDIR is /usr/etcDmitry V. Levin2023-02-041-13/+35
* pam_env: do not hardcode /usr/etc into testsDmitry V. Levin2023-02-031-12/+18
* pam_env: do not hardcode /usr/etc into documentationDmitry V. Levin2023-02-021-3/+3
* pam_env: fix VENDOR_DEFAULT_ETC_ENVFILEDmitry V. Levin2023-02-011-1/+1
* pam_unix: don't link against yppasswd_xdr if NIS is disabledThorsten Kukuk2023-01-312-6/+5
* Enable undef warningChristian Göttsche2023-01-301-4/+4
* pam_pwhistory: use vendor specific pwhistory.conf as fallbackStefan Schubert2023-01-272-0/+31
* pam_pwhistory: add a basic test for return valuesStefan Schubert2023-01-272-1/+64
* pam_unix: regenerate yppasswd.h/yppasswd_xdr.c (#480)Thorsten Kukuk2023-01-242-61/+72
* pam_selinux: treat getenforce failures as enforcingChristian Göttsche2023-01-241-6/+6
* pam_unix: silence compiler warning in md5.cDmitry V. Levin2023-01-191-13/+12
* pam_limits: silence compiler warningDmitry V. Levin2023-01-191-2/+2
* pam_listfile: fix pointer misuse leading to data corruptionCyril Duval2023-01-181-5/+4
* doc: Update PAM documentation from DockBook 4 to DocBook 5Stefan Schubert2022-12-16104-2534/+1724
* pam_env: Use vendor specific pam_env.conf and environment as fallbackStefan Schubert2022-12-146-43/+388
* pam_shells: Use the vendor directory as fallback for a distribution provided ...Stefan Schubert2022-12-123-14/+75
* pam_env: _parse_line: fix quoteflg handledValentin Lefebvre2022-12-011-1/+2
* pam_mail: adjust wording for no new mailed neville2022-11-111-1/+1
* pam_faillock: fix typo in usage diagnosticsDmitry V. Levin2022-11-111-1/+1
* pam_lastlog: fix file lockingDavin Shearer2022-11-071-10/+26
* pam_faillock: avoid logging an erroneous consecutive login failure messageDeepak Das2022-11-071-3/+5