summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* pam_sepermit: fix conf= option supportldv/pam_sepermitDmitry V. Levin2022-01-222-4/+107
* pam_sepermit: add a basic test for return valuesDmitry V. Levin2022-01-222-1/+64
* Update xsh.cliaohanqin2022-01-181-1/+1
* Add a conversation function exampleplanc2022-01-142-1/+178
* pam_limits: adjust docu if config file is missing (#426)Thorsten Kukuk2022-01-141-1/+0
* pam_rootok: fix compilation warning when HAVE_LIBAUDIT is not definedStefan Schubert2022-01-131-2/+1
* pam_limits: don't fail on missing config files (#418)Ludwig Nussel2022-01-131-0/+3
* Check the return value of localtime in faillock (#421)pyllyukko2022-01-121-0/+5
* README: fix typoDmitry V. Levin2022-01-061-1/+1
* run-xtests.sh: check whether files existMingli Yu2021-11-241-7/+13
* modules/pam_limits: fix build with old Linux kernel headersDmitry V. Levin2021-11-241-0/+4
* Use vendor specific limits.conf as fallback (#402)Thorsten Kukuk2021-11-032-3/+22
* Only include vendordir in manual page if set (#401)Thorsten Kukuk2021-11-022-5/+4
* Include pam_xauth_data.3.xml in source archive (#400)Thorsten Kukuk2021-11-021-1/+1
* Fix a typo found using codespell toolv1.5.2Dmitry V. Levin2021-09-032-4/+4
* configure.ac: also search libcrypt through pkg-configFabrice Fontaine2021-08-301-3/+10
* pam_unix: workaround the problem caused by libnss_systemdldv/pam_unixDmitry V. Levin2021-08-191-2/+1
* po: update translations using Weblate (French)Jérôme Fenal2021-08-181-7/+8
* po/zh_CN.po: fix pam_lastlog translation errorspanchenbo2021-08-021-4/+5
* po: update translations using Weblate (Korean)simmon2021-07-241-3/+3
* po: update translations using Weblate (Swedish)Dmitry V. Levin2021-07-221-7/+8
* po: update translations using Weblate (Portuguese (Brazil))Dmitry V. Levin2021-07-221-6/+6
* po: update translations using Weblate (Portuguese (Brazil))Dmitry V. Levin2021-07-221-7/+7
* po: update translations using Weblate (Dutch)Dmitry V. Levin2021-07-221-5/+5
* po: update translations using Weblate (Italian)Dmitry V. Levin2021-07-221-8/+8
* po: update translations using Weblate (Hebrew)Dmitry V. Levin2021-07-221-7/+8
* po: update translations using Weblate (Finnish)Dmitry V. Levin2021-07-221-7/+8
* po: update translations using Weblate (Danish)Dmitry V. Levin2021-07-221-7/+8
* po: update translations using Weblate (Catalan)Dmitry V. Levin2021-07-221-7/+7
* po: update translations using Weblate (Ukrainian)Yuri Chornoivan2021-07-221-9/+9
* po: update translations using Weblate (Turkish)Oğuz Ersen2021-07-221-6/+6
* po: update translations using Weblate (Polish)Piotr Drąg2021-07-211-10/+10
* po: update translations using Weblate (German)Dmitry V. Levin2021-07-211-8/+8
* po: update translations using Weblate (Russian)Dmitry V. Levin2021-07-211-9/+9
* po: update translations using Weblate (Korean)Seong-ho Cho2021-07-211-29/+30
* po: update .pot and .po filesDmitry V. Levin2021-07-2083-1257/+2016
* Prepare for 1.5.2 releaseDmitry V. Levin2021-07-202-5/+15
* pam_faillock: remove confusing commentDmitry V. Levin2021-07-201-1/+0
* pam_filter: Close file after controlling ttyIker Pedrosa2021-07-091-1/+1
* Permit unix_chkpwd & pam_unix.so to run without being setuid-root.Andrew G. Morgan2021-06-291-4/+8
* configure.ac: fix build with libxcrypt and uclibc-ngFabrice Fontaine2021-06-151-4/+12
* Add pkgconfig files for provided librariesMathieu Trossevin2021-06-148-0/+41
* Remove support for legacy xcryptBjörn Esser2021-06-145-37/+11
* pam_misc: set default length of misc_conv() buffer to 4096Jeff Squyres2021-06-141-2/+2
* pam_misc: make length of misc_conv() configurableJeff Squyres2021-06-142-1/+8
* pam_timestamp: replace hmac implementationIker Pedrosa2021-06-1410-13/+524
* .github: add gcc-11, clang-12, and clang-11 jobsDmitry V. Levin2021-06-131-0/+70
* tests: fix -Wmaybe-uninitialized warningsDmitry V. Levin2021-06-138-8/+8
* pam_unix: do not use crypt_checksalt when checking for password expirationldv/fixes/pam_unixDmitry V. Levin2021-06-101-6/+0
* pam_exec: implement quiet_log optionPatrick Schleizer2021-06-102-0/+22