aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorAndrew G. Morgan <morgan@kernel.org>2002-07-11 06:22:45 +0000
committerAndrew G. Morgan <morgan@kernel.org>2002-07-11 06:22:45 +0000
commit0912bbea47b70d7dce2de8a98828c4ad04ff68aa (patch)
tree24f78e1e4b63e37099ef8a90cf78904bb535ac8b /CHANGELOG
parent449f88eeb44e910b25261e8e5bead120d3757fec (diff)
downloadpam-0912bbea47b70d7dce2de8a98828c4ad04ff68aa.tar.gz
pam-0912bbea47b70d7dce2de8a98828c4ad04ff68aa.tar.bz2
pam-0912bbea47b70d7dce2de8a98828c4ad04ff68aa.zip
Relevant BUGIDs: 476941, 476980
Purpose of commit: bugfix and new feature Commit summary: --------------- fix case that wheel is the primary group of the user add support for passwordless transitions from a trusted user to another non-root user.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 8958c118..f10c76f5 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -55,6 +55,10 @@ bug report - outstanding bugs are listed here:
0.77: please submit patches for this section with actual code/doc
patches!
+* pam_wheel feature from Nalin - can use the module to provide wheel
+ access to non-root accounts. Also from Nalin, a bugfix related to
+ the primary group of the applicant is the 'wheel' group. (Bugs
+ 476980, 476941 - agmorgan)
* pam_unix and pam_pwdb: by default turn off the SIGCHLD handler while
running the helper binary (patch from Nalin) added the "noreap"
module argument to both of these modules to turn off this new