Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | pam_unix: annotate declaration with format attribute | Christian Göttsche | 2024-01-15 | 2 | -1/+1 | |
* | pam_succeed_if: add unit test | Tobias Stoeckmann | 2024-01-14 | 2 | -1/+91 | |
* | pam_succeed_if: empty strings are no number | Tobias Stoeckmann | 2024-01-14 | 1 | -2/+2 | |
* | pam_succeed_if: allow very long field values | Tobias Stoeckmann | 2024-01-14 | 1 | -23/+16 | |
* | treewide: remove unused defines | Tobias Stoeckmann | 2024-01-13 | 3 | -6/+0 | |
* | pam_usertype: do not call pam_sm_authenticate | Dmitry V. Levin | 2024-01-13 | 1 | -11/+21 | |
* | pam_succeed_if: do not call pam_sm_authenticate | Dmitry V. Levin | 2024-01-13 | 1 | -11/+21 | |
* | pam_sepermit: do not call pam_sm_authenticate | Dmitry V. Levin | 2024-01-13 | 1 | -6/+12 | |
* | pam_localuser: do not call pam_sm_authenticate | Dmitry V. Levin | 2024-01-13 | 1 | -11/+21 | |
* | pam_listfile: do not call pam_sm_authenticate | Dmitry V. Levin | 2024-01-13 | 1 | -17/+23 | |
* | pam_lastlog: do not call pam_sm_authenticate | Dmitry V. Levin | 2024-01-13 | 1 | -4/+10 | |
* | pam_access: do not call pam_sm_authenticate | Dmitry V. Levin | 2024-01-13 | 1 | -12/+18 | |
* | pam_listfile: log all option errors | Dmitry V. Levin | 2024-01-13 | 1 | -15/+38 | |
* | pam_listfile: consistently log unknown options | Dmitry V. Levin | 2024-01-13 | 1 | -2/+6 | |
* | pam_access: add quiet_log option | Andreas Vögele | 2024-01-13 | 2 | -3/+24 | |
* | pam_listfile: treat \r like \n | Tobias Stoeckmann | 2024-01-12 | 1 | -7/+2 | |
* | pam_env: allow escaping of escape character | Tobias Stoeckmann | 2024-01-12 | 2 | -3/+3 | |
* | modules: simplify newline removal | Tobias Stoeckmann | 2024-01-12 | 3 | -17/+5 | |
* | pam_debug: simplify state function | Tobias Stoeckmann | 2024-01-12 | 1 | -8/+2 | |
* | pam_env: fix Makefile.am dependencies | Tobias Stoeckmann | 2024-01-12 | 1 | -1/+1 | |
* | treewide: strictly separate builddir and srcdir | Tobias Stoeckmann | 2024-01-12 | 45 | -45/+45 | |
* | pam_unix: build unix_update only with SELinux enabled | Christian Göttsche | 2024-01-08 | 1 | -3/+16 | |
* | pam_unix: fix memory leak | Christian Göttsche | 2024-01-08 | 1 | -0/+1 | |
* | pam_unix: do not truncate user names | Tobias Stoeckmann | 2024-01-08 | 2 | -6/+2 | |
* | pam_access: avoid group name truncation | Tobias Stoeckmann | 2024-01-08 | 1 | -7/+5 | |
* | pam_limits: prevent overflow with very long line | Tobias Stoeckmann | 2024-01-08 | 1 | -6/+11 | |
* | pam_env: use _pam_assemble_line | Tobias Stoeckmann | 2024-01-05 | 1 | -100/+14 | |
* | pam_env: skip _expand_arg if possible | Tobias Stoeckmann | 2024-01-05 | 1 | -0/+7 | |
* | pam_env: extend test for escaped newlines | Tobias Stoeckmann | 2024-01-05 | 1 | -1/+3 | |
* | pam_env: allow very long variable expansions | Tobias Stoeckmann | 2024-01-05 | 2 | -40/+123 | |
* | pam_namespace: fix typo in manual page | Tobias Stoeckmann | 2024-01-05 | 1 | -1/+1 | |
* | pam_unix: fix typos in manual page | Tobias Stoeckmann | 2024-01-05 | 1 | -3/+3 | |
* | treewide: fix typos in comments | Tobias Stoeckmann | 2024-01-05 | 4 | -5/+5 | |
* | pam_unix/passverify: always run the helper to obtain shadow password file ent... | Dmitry V. Levin | 2024-01-04 | 1 | -10/+11 | |
* | pam_timestamp: correct failure condition | Christian Göttsche | 2024-01-04 | 1 | -1/+1 | |
* | pam_filter: drop invalid tty hack | Christian Göttsche | 2024-01-04 | 1 | -5/+0 | |
* | pam_timestamp: fix condition order | Christian Göttsche | 2024-01-04 | 1 | -2/+2 | |
* | pam_listfile: use getline | Tobias Stoeckmann | 2024-01-03 | 1 | -3/+4 | |
* | pam_unix: use getline | Tobias Stoeckmann | 2024-01-03 | 2 | -4/+8 | |
* | pam_xauth: use getline | Tobias Stoeckmann | 2024-01-03 | 1 | -2/+5 | |
* | pam_faillock: use getline | Tobias Stoeckmann | 2024-01-03 | 1 | -3/+5 | |
* | pam_access: use getline | Tobias Stoeckmann | 2024-01-03 | 1 | -7/+12 | |
* | pam_exec: use getline | Tobias Stoeckmann | 2024-01-03 | 1 | -2/+4 | |
* | pam_limits: use getline | Tobias Stoeckmann | 2024-01-03 | 1 | -8/+16 | |
* | pam_sepermit: use getline | Tobias Stoeckmann | 2024-01-03 | 1 | -4/+10 | |
* | pam_securetty: use getline | Tobias Stoeckmann | 2024-01-03 | 1 | -9/+24 | |
* | pam_unix: reduce variable visibility | Tobias Stoeckmann | 2024-01-03 | 1 | -3/+7 | |
* | pam_unix: calculate user length only if needed | Tobias Stoeckmann | 2024-01-03 | 1 | -3/+4 | |
* | pam_unix: use getline in _unix_getpwnam | Tobias Stoeckmann | 2024-01-03 | 1 | -12/+18 | |
* | pam_unix: unify error handling | Tobias Stoeckmann | 2024-01-03 | 1 | -15/+14 |