PAM

~roguescholar/pam/+git/upstream:ldv/pam_succeed_if

Last commit made on 2023-04-20
Get this branch:
git clone -b ldv/pam_succeed_if https://git.launchpad.net/~roguescholar/pam/+git/upstream

Branch merges

Branch information

Name:
ldv/pam_succeed_if
Repository:
lp:~roguescholar/pam/+git/upstream

Recent commits

057812f... by "Dmitry V. Levin" <email address hidden>

pam_succeed_if: do not use the result of keyword substitution for keyword match

* modules/pam_succeed_if/pam_succeed_if.c (evaluate): Do not use the
result of keyword substitution for keyword match.

Resolves: https://github.com/linux-pam/linux-pam/issues/560

2a4b23d... by "Dmitry V. Levin" <email address hidden>

ci: add --enable-openssl jobs to the ci matrix

Link: https://github.com/linux-pam/linux-pam/pull/550#issuecomment-1490362439

a7e4f03... by Stefan Schubert <email address hidden>

build: fix --enable-openssl

* Make.xml.rules.in: Avoid conflicting profile.condition settings.
* configure.ac: Likewise.

Resolves: https://github.com/linux-pam/linux-pam/issues/553

4bfb0ce... by Iker Pedrosa <email address hidden>

pam_timestamp: Only build hmacfile when no openssl

* modules/pam_timestamp/Makefile.am: Only build hmacfile target when
openssl isn't enabled.

Signed-off-by: Iker Pedrosa <email address hidden>

52c04fe... by Luca Boccassi

man: clarify PAM_DATA_SILENT in pam_set_data.3

pam_end.3 has additional and important information about PAM_DATA_SILENT,
copy it to pam_set_data.3 since that describes the cleanup callback where
it will be set.

0816a65... by Mark Huang <email address hidden>

fix a grammar mistake

4ce0965... by Thorsten Kukuk <email address hidden>

configure: Disable NIS if header files are missing

configure.ac: Disable NIS if RPC or YP header files are missing
modules/pam_unix/support.c: Use HAVE_NIS to check for header file presence
modules/pam_unix/pam_unix_passwd.c: Use HAVE_NIS, too

9c0965b... by Thorsten Kukuk <email address hidden>

doc: Include custom-html.xsl.in and custom-man.xsl.in

doc/Makefile.am: Replace custom-html.xsl and custom-man.xsl with
                 custom-html.xsl.in and custom-man.xsl.in EXTRA_DIST

b6011a2... by "Dmitry V. Levin" <email address hidden>

treewide: fix unnecessary $ on arithmetic variables

This should fix shellcheck warning SC2004.

b7ba550... by "Dmitry V. Levin" <email address hidden>

pgp.keys.asc: update

* pgp.keys.asc: Replace with the key used to sign v1.5.2.

Resolves: https://github.com/linux-pam/linux-pam/issues/544