| Commit message (Expand) | Author | Age | Files | Lines |
* | pam_unix: drop cast to same type | Christian Göttsche | 2024-02-22 | 1 | -1/+1 |
* | pam_unix: do not allow comma as a field separator | Tobias Stoeckmann | 2024-01-16 | 1 | -7/+6 |
* | pam_unix: log about failure to execute unix_chkpwd(8) | Christian Göttsche | 2024-01-15 | 1 | -1/+1 |
* | pam_unix: clean additional possible sensitive buffers | Christian Göttsche | 2024-01-15 | 1 | -1/+2 |
* | pam_unix: set close-on-exec | Christian Göttsche | 2024-01-15 | 1 | -1/+1 |
* | pam_unix: fix regressions | Tobias Stoeckmann | 2024-01-15 | 1 | -1/+0 |
* | pam_unix: use getline | Tobias Stoeckmann | 2024-01-03 | 1 | -2/+4 |
* | pam_unix: avoid reading uninitialized variable | Tobias Stoeckmann | 2024-01-03 | 1 | -10/+8 |
* | treewide: fix typos in comments and documentation | Tobias Stoeckmann | 2023-12-18 | 1 | -1/+1 |
* | pam_unix: only output length check message on failure | Benny Baumann | 2023-11-14 | 1 | -2/+3 |
* | configure: Disable NIS if header files are missing | Thorsten Kukuk | 2023-04-06 | 1 | -8/+2 |
* | modules: make use of secure memory erasure | Christian Göttsche | 2023-02-28 | 1 | -0/+1 |
* | pam_unix: don't link against yppasswd_xdr if NIS is disabled | Thorsten Kukuk | 2023-01-31 | 1 | -4/+0 |
* | Enable undef warning | Christian Göttsche | 2023-01-30 | 1 | -4/+4 |
* | pam_unix: use PAM_MAX_RESP_SIZE instead of its alias MAXPASS | Dmitry V. Levin | 2020-07-15 | 1 | -1/+1 |
* | modules: do not check user name for NULL if pam_get_user returned PAM_SUCCESS | Dmitry V. Levin | 2020-05-15 | 1 | -1/+1 |
* | modules: remove PAM_SM_* macros | Dmitry V. Levin | 2020-05-03 | 1 | -5/+2 |
* | pam_unix: fix --disable-nis compilation warnings | Dmitry V. Levin | 2020-03-05 | 1 | -1/+2 |
* | Remove redundant header file inclusion | MIZUTA Takeshi | 2020-02-18 | 1 | -1/+0 |
* | Fix remaining -Wcast-qual compilation warnings | Dmitry V. Levin | 2020-01-20 | 1 | -0/+3 |
* | Fix or suppress various warnings when compiling with -Wall -Wextra | Tomas Mraz | 2019-12-16 | 1 | -5/+5 |
* | Lower "bad username" log priority (#154) | Sophie Herold | 2019-11-28 | 1 | -1/+1 |
* | pam_unix: Fix the spelling of Jan Rękorajski's name. | Tomas Mraz | 2019-10-10 | 1 | -1/+1 |
* | pam_unix: Correct MAXPASS define name in the previous two commits. | Tomas Mraz | 2019-06-27 | 1 | -1/+1 |
* | Restrict password length when changing password | Florian Best | 2019-06-27 | 1 | -1/+5 |
* | pam_unix: Add support for (gost-)yescrypt hashing methods. | Björn Esser | 2018-11-23 | 1 | -6/+6 |
* | pam_unix: Prefer a gensalt function, that supports auto entropy. | Björn Esser | 2018-11-22 | 1 | -1/+1 |
* | Fix grammar of messages printed via pam_prompt | Dmitry V. Levin | 2018-06-19 | 1 | -3/+4 |
* | pam_unix: remove obsolete _UNIX_AUTHTOK, _UNIX_OLD_AUTHTOK, and _UNIX_NEW_AUT... | Dmitry V. Levin | 2018-05-31 | 1 | -5/+0 |
* | Unification and cleanup of syslog log levels. | Tomas Mraz | 2016-06-30 | 1 | -2/+2 |
* | pam_unix: Use pam_get_authtok() instead of direct pam_prompt() calls. | Tomas Mraz | 2016-04-06 | 1 | -43/+15 |
* | Use TI-RPC functions if we compile and link against libtirpc. | Thorsten Kukuk | 2016-04-01 | 1 | -1/+72 |
* | Remove "--enable-static-modules" option and support from | Thorsten Kukuk | 2016-03-29 | 1 | -5/+1 |
* | Release version 1.2.1 | Thorsten Kukuk | 2015-06-22 | 1 | -8/+15 |
* | pam_unix: Check for NULL return from Goodcrypt_md5(). | Tomas Mraz | 2014-06-19 | 1 | -1/+1 |
* | Introduce pam_modutil_sanitize_helper_fds | Dmitry V. Levin | 2014-01-27 | 1 | -11/+9 |
* | Fix gratuitous use of strdup and x_strdup | Dmitry V. Levin | 2014-01-27 | 1 | -8/+8 |
* | Always ask for old password if changing NIS account | Thorsten Kukuk | 2013-11-11 | 1 | -1/+2 |
* | Add missing ')' | Tomas Mraz | 2013-09-13 | 1 | -1/+1 |
* | Restart waitpid if it returns with EINTR (ticket #17) | Thorsten Kukuk | 2013-08-29 | 1 | -1/+2 |
* | pam_unix: fix build in --enable-selinux mode | Dmitry V. Levin | 2012-10-10 | 1 | -0/+1 |
* | Check for crypt() failure returning NULL. | Paul Wouters | 2012-04-11 | 1 | -1/+1 |
* | pam_unix: make configuration consistent in --enable-static-modules mode | Dmitry V. Levin | 2012-02-03 | 1 | -18/+7 |
* | Fix matching of usernames in the pam_unix remember feature. | Tomas Mraz | 2012-01-03 | 1 | -1/+3 |
* | Fix whitespace issues | Dmitry V. Levin | 2011-10-26 | 1 | -2/+2 |
* | 2011-06-14 Thorsten Kukuk <kukuk@thkukuk.de> | Thorsten Kukuk | 2011-06-14 | 1 | -18/+30 |
* | Relevant BUGIDs: | Thorsten Kukuk | 2010-08-17 | 1 | -4/+12 |
* | Relevant BUGIDs: 2923437 | Thorsten Kukuk | 2010-08-09 | 1 | -3/+0 |
* | Relevant BUGIDs: 2892529 | Thorsten Kukuk | 2009-12-08 | 1 | -1/+1 |
* | Relevant BUGIDs: | Thorsten Kukuk | 2009-06-30 | 1 | -2/+34 |