summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog4
-rw-r--r--debian/patches-applied/022_pam_unix_group_time_miscfixes4
-rw-r--r--debian/patches-applied/026_pam_unix_passwd_unknown_user3
-rw-r--r--debian/patches-applied/054_pam_security_abstract_securetty_handling3
4 files changed, 12 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 471576b9..5f1e105f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,10 @@ pam (1.1.3-5) UNRELEASED; urgency=low
* debian/patches-applied/008_modules_pam_limits_chroot:
- fix off-by-one when parsing configuration file.
- when using chroot, chdir() to root to lose links to old tree.
+ * debian/patches-applied/022_pam_unix_group_time_miscfixes,
+ debian/patches-applied/026_pam_unix_passwd_unknown_user,
+ debian/patches-applied/054_pam_security_abstract_securetty_handling:
+ improve descriptions.
-- Kees Cook <kees@debian.org> Thu, 13 Oct 2011 12:31:03 -0700
diff --git a/debian/patches-applied/022_pam_unix_group_time_miscfixes b/debian/patches-applied/022_pam_unix_group_time_miscfixes
index 026d8c09..73cba7a2 100644
--- a/debian/patches-applied/022_pam_unix_group_time_miscfixes
+++ b/debian/patches-applied/022_pam_unix_group_time_miscfixes
@@ -1,4 +1,6 @@
- * Add support for credential reinitialization in pam_group, closes: #108697
+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
Index: pam.deb/modules/pam_group/pam_group.c
===================================================================
diff --git a/debian/patches-applied/026_pam_unix_passwd_unknown_user b/debian/patches-applied/026_pam_unix_passwd_unknown_user
index 564bab66..1b1aade2 100644
--- a/debian/patches-applied/026_pam_unix_passwd_unknown_user
+++ b/debian/patches-applied/026_pam_unix_passwd_unknown_user
@@ -1,4 +1,5 @@
-Patch from Martin Schwenke <martin@meltin.net>
+Description: distinguish between password manipulation failure and missing user.
+Author: Martin Schwenke <martin@meltin.net>
Index: pam.deb/modules/pam_unix/passverify.c
===================================================================
diff --git a/debian/patches-applied/054_pam_security_abstract_securetty_handling b/debian/patches-applied/054_pam_security_abstract_securetty_handling
index 8c3ce2c0..4f2c5250 100644
--- a/debian/patches-applied/054_pam_security_abstract_securetty_handling
+++ b/debian/patches-applied/054_pam_security_abstract_securetty_handling
@@ -1,3 +1,6 @@
+Description: extract the securetty logic for use with the "nullok_secure" option
+ introduced in the "055_pam_unix_nullok_secure" patch.
+
Index: pam.deb/modules/pam_securetty/pam_securetty.c
===================================================================
--- pam.deb.orig/modules/pam_securetty/pam_securetty.c