diff options
author | Sam Hartman <hartmans@debian.org> | 2023-09-11 14:25:48 -0600 |
---|---|---|
committer | Sam Hartman <hartmans@debian.org> | 2023-09-11 14:25:48 -0600 |
commit | 7ae7ed41ad1d32a258fd8ab2c48a0c2920f06db7 (patch) | |
tree | a147944bd7566bdd7231f249a777fcc1084b7d37 /debian/patches/022_pam_unix_group_time_miscfixes | |
parent | 42408448b00a7a2150b5853dc4f63296b6827e0e (diff) | |
download | pam-7ae7ed41ad1d32a258fd8ab2c48a0c2920f06db7.tar.gz pam-7ae7ed41ad1d32a258fd8ab2c48a0c2920f06db7.tar.bz2 pam-7ae7ed41ad1d32a258fd8ab2c48a0c2920f06db7.zip |
WIP initial set of 1.5.3 patches
Just an initial rebase of the patches against 1.5.3.
* I'm not sure I handled pam_wheel correctly
* I removed most of the generated nroff man page patches; my plan is to add a single patch at the end that includes the nroff manpage updates.
Diffstat (limited to 'debian/patches/022_pam_unix_group_time_miscfixes')
-rw-r--r-- | debian/patches/022_pam_unix_group_time_miscfixes | 22 |
1 files changed, 14 insertions, 8 deletions
diff --git a/debian/patches/022_pam_unix_group_time_miscfixes b/debian/patches/022_pam_unix_group_time_miscfixes index 8239fd98..1c8c3b67 100644 --- a/debian/patches/022_pam_unix_group_time_miscfixes +++ b/debian/patches/022_pam_unix_group_time_miscfixes @@ -1,12 +1,18 @@ -Description: handle the case of flags being empty or only PAM_SILENT, which is - documented in other PAM implementations as meaning PAM_ESTABLISH_CRED: - http://publib.boulder.ibm.com/infocenter/aix/v6r1/index.jsp?topic=%2Fcom.ibm.aix.basetechref%2Fdoc%2Fbasetrf1%2Fpam_setcred.htm +From: Sam Hartman <hartmans@debian.org> +Date: Mon, 11 Sep 2023 14:00:42 -0600 +Subject: handle the case of flags being empty or only PAM_SILENT, which is -Index: pam/modules/pam_group/pam_group.c -=================================================================== ---- pam.orig/modules/pam_group/pam_group.c -+++ pam/modules/pam_group/pam_group.c -@@ -754,9 +754,12 @@ +documented in other PAM implementations as meaning PAM_ESTABLISH_CRED: +http://publib.boulder.ibm.com/infocenter/aix/v6r1/index.jsp?topic=%2Fcom.ibm.aix.basetechref%2Fdoc%2Fbasetrf1%2Fpam_setcred.htm +--- + modules/pam_group/pam_group.c | 5 ++++- + 1 file changed, 4 insertions(+), 1 deletion(-) + +diff --git a/modules/pam_group/pam_group.c b/modules/pam_group/pam_group.c +index 6877849..7d11f59 100644 +--- a/modules/pam_group/pam_group.c ++++ b/modules/pam_group/pam_group.c +@@ -773,9 +773,12 @@ pam_sm_setcred (pam_handle_t *pamh, int flags, unsigned setting; /* only interested in establishing credentials */ |