| Commit message (Expand) | Author | Age | Files | Lines |
* | build: drop autotools support | Dmitry V. Levin | 2024-10-23 | 1 | -36/+0 |
* | meson: build Linux-PAM using meson | Dmitry V. Levin | 2024-09-10 | 1 | -0/+1 |
* | pam_xauth: improve error logging on selabel lookup | Christian Göttsche | 2024-05-24 | 1 | -2/+5 |
* | pam_xauth: untangle strings | Christian Göttsche | 2024-02-22 | 1 | -10/+13 |
* | pam_xauth: sanitize variable after asprintf(3) failure | Christian Göttsche | 2024-02-22 | 1 | -0/+1 |
* | modules: add pamc headers to the search path only when needed | Tobias Stoeckmann | 2024-01-21 | 1 | -2/+1 |
* | treewide: strictly separate builddir and srcdir | Tobias Stoeckmann | 2024-01-12 | 1 | -1/+1 |
* | pam_xauth: use getline | Tobias Stoeckmann | 2024-01-03 | 1 | -2/+5 |
* | treewide: use asprintf to construct strings | Tobias Stoeckmann | 2023-12-19 | 1 | -32/+13 |
* | pam_xauth: check strdup return value | Tobias Stoeckmann | 2023-12-19 | 1 | -0/+4 |
* | treewide: assume free(NULL) is no-op | Dmitry V. Levin | 2023-12-14 | 1 | -7/+3 |
* | pam_xauth: simplify check_acl | Tobias Stoeckmann | 2023-12-12 | 1 | -9/+2 |
* | pam_xauth: avoid building argv inside run_coprocess | Benny Baumann | 2023-11-15 | 1 | -18/+8 |
* | pam_xauth: switch away from PATH_MAX | Pino Toscano | 2023-05-17 | 1 | -10/+18 |
* | modules: make use of secure memory erasure | Christian Göttsche | 2023-02-28 | 1 | -5/+2 |
* | build: use <vendordir>/security directory for installation if it has been set | Stefan Schubert | 2023-02-07 | 1 | -0/+4 |
* | doc: Update PAM documentation from DockBook 4 to DocBook 5 | Stefan Schubert | 2022-12-16 | 2 | -59/+41 |
* | pam_xauth: add SIGCHLD protection handle | dengbo | 2022-07-15 | 1 | -0/+15 |
* | pam_xauth: skip context translation | Christian Göttsche | 2020-08-05 | 1 | -8/+8 |
* | pam_xauth: replace deprecated security_context_t | Christian Göttsche | 2020-08-05 | 1 | -1/+1 |
* | modules: downgrade syslog level for errors related to pam_get_user | Dmitry V. Levin | 2020-05-22 | 1 | -2/+2 |
* | modules: downgrade syslog level for pam_get_user errors | Dmitry V. Levin | 2020-05-22 | 1 | -4/+2 |
* | modules: remove PAM_SM_* macros | Dmitry V. Levin | 2020-05-03 | 1 | -2/+2 |
* | modules/*/Makefile.am: rename TESTS to dist_check_SCRIPTS | Dmitry V. Levin | 2020-05-03 | 1 | -2/+3 |
* | modules/*/Makefile.am: rename man_MANS to dist_man_MANS | Dmitry V. Levin | 2020-05-03 | 1 | -2/+2 |
* | modules/*/Makefile.am: add dist_ prefix to *_DATA | Dmitry V. Levin | 2020-05-03 | 1 | -2/+2 |
* | modules/*/Makefile.am: replace README with $(DATA) in EXTRA_DIST | Dmitry V. Levin | 2020-04-27 | 1 | -1/+1 |
* | modules/*/Makefile.am: reorder lines to promote uniformity | Dmitry V. Levin | 2020-04-27 | 1 | -1/+0 |
* | build: move README prerequisites rule from modules/*/Makefile.am to Make.xml.... | Dmitry V. Levin | 2020-04-27 | 1 | -1/+0 |
* | modules/*/Makefile.am: list prerequisites of README target uniformly | Dmitry V. Levin | 2020-04-27 | 1 | -1/+1 |
* | modules/*/Makefile.am: list tests in EXTRA_DIST uniformly | Dmitry V. Levin | 2020-04-27 | 1 | -1/+1 |
* | modules/pam_xauth: use pam_str_skip_prefix | Dmitry V. Levin | 2020-03-19 | 1 | -13/+15 |
* | Use PAM_ARRAY_SIZE | Dmitry V. Levin | 2020-03-19 | 1 | -2/+3 |
* | Remove redundant header file inclusion | MIZUTA Takeshi | 2020-02-18 | 1 | -2/+0 |
* | configure.ac: add --enable-doc option | Fabrice Fontaine | 2020-01-27 | 1 | -0/+2 |
* | Fix remaining -Wcast-qual compilation warnings | Dmitry V. Levin | 2020-01-20 | 1 | -0/+4 |
* | Do not use CFLAGS for warning flags set from configure | Tomas Mraz | 2019-12-18 | 1 | -1/+2 |
* | Unification and cleanup of syslog log levels. | Tomas Mraz | 2016-06-30 | 1 | -2/+2 |
* | Remove "--enable-static-modules" option and support from | Thorsten Kukuk | 2016-03-29 | 1 | -13/+0 |
* | Introduce pam_modutil_sanitize_helper_fds | Dmitry V. Levin | 2014-01-27 | 1 | -10/+16 |
* | pam_xauth: avoid potential SIGPIPE when writing to xauth process | Dmitry V. Levin | 2014-01-27 | 1 | -1/+1 |
* | Fix gratuitous use of strdup and x_strdup | Dmitry V. Levin | 2014-01-27 | 1 | -7/+5 |
* | pam_xauth: log fatal errors preventing xauth process execution | Dmitry V. Levin | 2014-01-24 | 1 | -0/+3 |
* | Use libpam.la/libpam_misc.la to link with -lpam/-lpam_misc | Dmitry V. Levin | 2011-10-28 | 1 | -1/+1 |
* | Fix usage of LIBADD, LDADD and LDFLAGS | Dmitry V. Levin | 2011-10-28 | 1 | -2/+2 |
* | Update .gitignore files | Dmitry V. Levin | 2011-10-27 | 1 | -10/+0 |
* | Rename all .cvsignore files to .gitignore | Dmitry V. Levin | 2011-10-27 | 1 | -0/+0 |
* | 2011-10-25 Thorsten Kukuk <kukuk@thkukuk.de> | Thorsten Kukuk | 2011-10-25 | 1 | -18/+27 |
* | Relevant BUGIDs: | Dmitry V. Levin | 2010-10-03 | 1 | -30/+31 |
* | Relevant BUGIDs: | Thorsten Kukuk | 2010-09-30 | 1 | -1/+2 |