summaryrefslogtreecommitdiff
path: root/modules/pam_unix
Commit message (Expand)AuthorAgeFilesLines
* configure: Disable NIS if header files are missingThorsten Kukuk2023-04-062-9/+3
* modules: make use of secure memory erasureChristian Göttsche2023-02-289-26/+38
* build: use <vendordir>/security directory for installation if it has been setStefan Schubert2023-02-071-0/+4
* 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_unix: regenerate yppasswd.h/yppasswd_xdr.c (#480)Thorsten Kukuk2023-01-242-61/+72
* pam_unix: silence compiler warning in md5.cDmitry V. Levin2023-01-191-13/+12
* doc: Update PAM documentation from DockBook 4 to DocBook 5Stefan Schubert2022-12-164-95/+72
* modules: use SCONFIGDIR macroDmitry V. Levin2022-01-232-2/+2
* Fix a typo found using codespell toolv1.5.2Dmitry V. Levin2021-09-031-3/+3
* pam_unix: workaround the problem caused by libnss_systemdldv/pam_unixDmitry V. Levin2021-08-191-2/+1
* Permit unix_chkpwd & pam_unix.so to run without being setuid-root.Andrew G. Morgan2021-06-291-4/+8
* Remove support for legacy xcryptBjörn Esser2021-06-142-22/+6
* pam_unix: do not use crypt_checksalt when checking for password expirationldv/fixes/pam_unixDmitry V. Levin2021-06-101-6/+0
* pam_unix: fix memory leak on error pathv1.5.1Thomas M. DuBuisson2020-11-241-0/+6
* Second blank check with root for non-existent users must never return 1Tomas Mraz2020-11-201-26/+13
* Remove deprecated pam_cracklib moduleDmitry V. Levin2020-10-291-3/+3
* Add missing format function attributes and enable -Wmissing-format-attributeChristian Göttsche2020-10-251-0/+1
* Prevent SEGFAULT for unknown UIDAnton D. Kachalov2020-09-301-1/+1
* build: rename PIE_* AC_SUBST variables to EXE_*Dmitry V. Levin2020-08-071-4/+4
* Fix -Wcast-align compilation warnings on armDmitry V. Levin2020-08-062-22/+28
* pam_unix: skip context translationChristian Göttsche2020-08-052-44/+44
* pam_unix: replace deprecated security_context_tChristian Göttsche2020-08-052-7/+7
* pam_unix: Add comment for the ignored PAM_AUTHTOK_ERR caseTomas Mraz2020-07-221-0/+4
* Fix missing initialization of daysleftTomas Mraz2020-07-221-1/+1
* Move read_passwords function from pam_unix to pam_inline.hikerexxe2020-07-154-47/+4
* pam_unix: use PAM_MAX_RESP_SIZE instead of its alias MAXPASSDmitry V. Levin2020-07-156-14/+12
* pam_unix: avoid determining if user existsikerexxe2020-06-172-7/+32
* modules: do not check user name for NULL if pam_get_user returned PAM_SUCCESSDmitry V. Levin2020-05-152-2/+2
* modules: remove PAM_SM_* macrosDmitry V. Levin2020-05-034-19/+7
* modules/*/Makefile.am: rename TESTS to dist_check_SCRIPTSDmitry V. Levin2020-05-031-2/+3
* modules/*/Makefile.am: rename man_MANS to dist_man_MANSDmitry V. Levin2020-05-031-2/+2
* modules/*/Makefile.am: add dist_ prefix to *_DATADmitry V. Levin2020-05-031-2/+2
* modules/*/Makefile.am: replace README with $(DATA) in EXTRA_DISTDmitry V. Levin2020-04-271-1/+1
* modules/*/Makefile.am: reorder lines to promote uniformityDmitry V. Levin2020-04-271-1/+0
* build: move README prerequisites rule from modules/*/Makefile.am to Make.xml....Dmitry V. Levin2020-04-271-1/+0
* modules/*/Makefile.am: list prerequisites of README target uniformlyDmitry V. Levin2020-04-271-1/+1
* modules/*/Makefile.am: list tests in EXTRA_DIST uniformlyDmitry V. Levin2020-04-271-2/+1
* build: cleanup: do not add -DWITH_SELINUX to CFLAGSDmitry V. Levin2020-04-261-4/+0
* pam_unix: modernize example in manual pageTopi Miettinen2020-04-121-1/+1
* pam_unix: Return PAM_AUTHINFO_UNAVAIL when appropriate.James Ralston2020-03-301-1/+8
* Fix various typos found using codespell toolDmitry V. Levin2020-03-282-2/+2
* modules/pam_unix: use pam_str_skip_prefix and pam_str_skip_prefix_lenDmitry V. Levin2020-03-193-8/+14
* Fix most of clang -Wcast-align compilation warningsDmitry V. Levin2020-03-192-3/+8
* modules/pam_unix: fix gcc compilation warningsDmitry V. Levin2020-03-191-14/+19
* pam_unix: fix --disable-nis compilation warningsldv/fix-compilation-warningsDmitry V. Levin2020-03-052-2/+3
* pam_unix: add nullresetok option to allow reset blank passwordsPavel Březina2020-02-184-26/+67
* Remove redundant header file inclusionMIZUTA Takeshi2020-02-181-1/+0
* configure.ac: add --enable-doc optionFabrice Fontaine2020-01-271-0/+2
* Fix remaining -Wcast-qual compilation warningsDmitry V. Levin2020-01-204-0/+12