aboutsummaryrefslogtreecommitdiff
path: root/libpam
Commit message (Expand)AuthorAgeFilesLines
...
* libpam: avoid infinite recursion with includesBenny Baumann2023-11-141-8/+11
* libpam: mark debug output functions as potentially unusedBenny Baumann2023-11-141-0/+6
* libpam: mark _pam_output_debug as printf-style functionBenny Baumann2023-11-141-0/+1
* libpam: fix superfluous argument to debug outputBenny Baumann2023-11-131-1/+1
* libpam: ensure correct argument type when printing debug outputBenny Baumann2023-11-131-1/+1
* libpam: use printf type annotation for size_tBenny Baumann2023-11-135-5/+5
* libpam: print module name in debug error messageBenny Baumann2023-11-131-1/+2
* libpam: drop module if memory allocation failedTobias Stoeckmann2023-11-121-0/+9
* libpam: fix integer overflow when parsing configsTobias Stoeckmann2023-11-121-1/+11
* treewide: do not cast calloc/malloc/reallocTobias Stoeckmann2023-11-122-5/+4
* libpam: simplify IF_NO_PAMHTobias Stoeckmann2023-11-1212-27/+27
* libpam: improve debug messageTobias Stoeckmann2023-11-121-1/+1
* libpam: fix typo in debug messageTobias Stoeckmann2023-11-121-1/+1
* pam_env: remove function prefix in debug messagesTobias Stoeckmann2023-11-121-1/+1
* libpam: remove function prefixes in debug messagesTobias Stoeckmann2023-11-123-28/+27
* libpam: stop processing excessively long linesTobias Stoeckmann2023-11-121-0/+6
* libpam: avoid endless loop on long config lineTobias Stoeckmann2023-11-121-1/+1
* libpam: improve debug outputTobias Stoeckmann2023-11-121-1/+7
* libpam: fix possible heap overflow in _pam_strdupTobias Stoeckmann2023-11-101-1/+1
* libpam: use close_range() to close file descriptorsIker Pedrosa2023-10-251-2/+17
* pam_env: fix handling of huge stringsTobias Stoeckmann2023-10-131-3/+4
* pam_start.c: call bindtextdomain() to expose Linux-PAM localesSergei Trofimovich2023-08-252-0/+16
* libpam: avoid reserved variable names in macrosChristian Göttsche2023-08-071-13/+13
* libpam: cast to unsigned char for character handling functionChristian Göttsche2023-08-074-9/+9
* pam_start: free handlers on handler init failureChristian Göttsche2023-08-071-0/+1
* tests: define PATH_MAX if not availablePino Toscano2023-05-111-0/+5
* libpam: simplify string copying using strdupChristian Göttsche2023-03-041-5/+1
* libpam: make use of secure memory erasureChristian Göttsche2023-02-287-41/+48
* libpam: introduce secure memory erasure helpersChristian Göttsche2023-02-283-10/+84
* libpam: use getlogin() from libc and not utmpThorsten Kukuk2023-02-141-41/+11
* Enable format compiler warningsChristian Göttsche2023-01-302-6/+20
* libpam: remove dead code in pam_dynamic.cDmitry V. Levin2023-01-241-83/+1
* libpam*: For uncommon prefixes, provide substitution variables in pkgconfig f...Felix Lechner2022-09-281-0/+2
* libpam: improve pam_modutil_search_key() docIker Pedrosa2022-07-151-1/+10
* _pam_add_handler: make sure struct handler is properly initialized on error pathDmitry V. Levin2022-07-151-10/+4
* libpam: Fix undefined reference to `libintl_dgettext` on muslJakov Smolić2022-02-041-1/+1
* Add pkgconfig files for provided librariesMathieu Trossevin2021-06-142-0/+13
* libpam: add supplementary groups on priv dropAllison Karlitskaya2020-11-101-4/+13
* libpam: Fix memory leak on error path in _pam_start_internal()Andreas Schneider2020-11-041-0/+3
* libpam: Fix memory leak with pam_start_confdir()Andreas Schneider2020-11-041-0/+3
* pam_dispatch: fix unread store statementikerexxe2020-11-031-1/+0
* pam_modutil_sanitize_fds: Add explicit casts to avoid warningsTomas Mraz2020-10-201-3/+3
* Revert "libpam/pam_modutil_sanitize.c: optimize the way to close fds"Tomas Mraz2020-10-201-59/+14
* pam_inline.h: cleanup pam_read_passwords a bitDmitry V. Levin2020-07-151-5/+6
* Move read_passwords function from pam_unix to pam_inline.hikerexxe2020-07-151-0/+50
* pam_modutil_check_user_in_passwd: avoid timing attacksDmitry V. Levin2020-06-161-1/+3
* Move check_user_in_passwd from pam_localuser.c to pam_modutilFabrice Fontaine2020-06-154-0/+101
* Introduce test_assert.hDmitry V. Levin2020-05-212-1/+56
* pam_get_user: do not override valid values returned by the conversation functionDmitry V. Levin2020-05-061-22/+26
* pam_get_user: filter conversation function return valuesDmitry V. Levin2020-05-061-0/+10