summaryrefslogtreecommitdiff
path: root/libpam
Commit message (Expand)AuthorAge
* New upstream version 1.5.2Steve Langasek2022-08-16
|\
| * Add pkgconfig files for provided librariesMathieu Trossevin2021-06-14
| * libpam: add supplementary groups on priv dropAllison Karlitskaya2020-11-10
| * libpam: Fix memory leak on error path in _pam_start_internal()Andreas Schneider2020-11-04
| * libpam: Fix memory leak with pam_start_confdir()Andreas Schneider2020-11-04
| * pam_dispatch: fix unread store statementikerexxe2020-11-03
| * pam_modutil_sanitize_fds: Add explicit casts to avoid warningsTomas Mraz2020-10-20
| * Revert "libpam/pam_modutil_sanitize.c: optimize the way to close fds"Tomas Mraz2020-10-20
| * pam_inline.h: cleanup pam_read_passwords a bitDmitry V. Levin2020-07-15
| * Move read_passwords function from pam_unix to pam_inline.hikerexxe2020-07-15
| * pam_modutil_check_user_in_passwd: avoid timing attacksDmitry V. Levin2020-06-16
| * Move check_user_in_passwd from pam_localuser.c to pam_modutilFabrice Fontaine2020-06-15
* | New upstream version 1.4.0Steve Langasek2020-08-11
|\|
| * Introduce test_assert.hDmitry V. Levin2020-05-21
| * pam_get_user: do not override valid values returned by the conversation functionDmitry V. Levin2020-05-06
| * pam_get_user: filter conversation function return valuesDmitry V. Levin2020-05-06
| * pam_get_user: consistently return PAM_SYSTEM_ERR if user specified a NULL poi...Dmitry V. Levin2020-05-06
| * build: rework vendordir substitutionDmitry V. Levin2020-04-28
| * build: cleanup: do not add -DWITH_SELINUX to CFLAGSDmitry V. Levin2020-04-26
| * Fix various typos found using codespell toolDmitry V. Levin2020-03-28
| * _pam_load_module: reduce redundancyDmitry V. Levin2020-03-24
| * Introduce pam_str_skip_icase_prefix_len and pam_str_skip_icase_prefixDmitry V. Levin2020-03-19
| * Introduce pam_str_skip_prefix_len and pam_str_skip_prefixDmitry V. Levin2020-03-19
| * Use PAM_ARRAY_SIZEDmitry V. Levin2020-03-19
| * Introduce pam_inline.hDmitry V. Levin2020-03-19
| * Fix remaining clang -Wcast-align compilation warningsDmitry V. Levin2020-03-19
| * Fix most of clang -Wcast-align compilation warningsDmitry V. Levin2020-03-19
| * pam_get_authtok: fix i18n of default promptsDmitry V. Levin2020-03-11
| * New API call pam_start_confdir()Tomas Mraz2020-03-06
| * pam_modutil_sanitize_helper_fds: fix SIGPIPE effect of PAM_MODUTIL_PIPE_FDDmitry V. Levin2020-02-26
| * Fix remaining -Wcast-qual compilation warningsDmitry V. Levin2020-01-20
| * _pam_mkargv: add const qualifier to the first argumentDmitry V. Levin2020-01-20
| * Fix miscellaneous const issuesTomas Mraz2020-01-20
| * Do not use CFLAGS for warning flags set from configureTomas Mraz2019-12-18
| * Optimize the checkgrouplist functionTomas Mraz2019-11-04
| * Add support for a vendor directory and libeconf (#136)Thorsten Kukuk2019-09-16
| * Update a function commentlifecrisis2019-09-06
| * libpam/pam_modutil_sanitize.c: optimize the way to close fdsChristophe Besson2019-08-26
| * pam_get_authtok_verify: Avoid duplicate password verificationTomas Mraz2019-08-07
| * Move the duplicated search_key function to pam_modutil.Tomas Mraz2018-12-11
| * Fix grammar of messages printed via pam_promptDmitry V. Levin2018-06-19
* | New upstream version 1.3.1Steve Langasek2019-02-12
|\|
| * Unification and cleanup of syslog log levels.Tomas Mraz2016-06-30
* | New upstream version 1.3.0Steve Langasek2019-01-22
|\|
| * Release version 1.3.0Thorsten Kukuk2016-04-28
| * pam_get_authtok(): Add authtok_type support to current password prompt.Tomas Mraz2016-04-06
| * Fix whitespace issuesDmitry V. Levin2016-04-01
| * PAM_EXTERN isn't needed anymore, but don't remove it to not break lot ofThorsten Kukuk2016-03-29
| * Remove "--enable-static-modules" option and support fromThorsten Kukuk2016-03-29
| * Relax the conditions for fatal failure on auditing.Tomas Mraz2015-12-17