summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorTomas Mraz <tm@t8m.info>2005-05-24 12:04:21 +0000
committerTomas Mraz <tm@t8m.info>2005-05-24 12:04:21 +0000
commit3d1d89d1397237bb80d612096c7cacf2943fae70 (patch)
tree5a29ccf8096223f35d0f4501f6de5e19791e2cb5 /CHANGELOG
parentfc3b13b0cc7905bbbf2820f9e5dd6479ed2ca14f (diff)
Relevant BUGIDs:
Purpose of commit: bugfix Commit summary: --------------- pam_xauth: Unset the XAUTHORITY variable when requesting user is root and target user is not
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 55d9957c..352556d2 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -79,6 +79,8 @@ BerliOS Bugs are marked with (BerliOS #XXXX).
patch from Red Hat (kukuk)
* pam_limits: Correct support of unlimited limits, use correct type
for rlimit value (Bug 945449 - kukuk, t8m)
+* pam_xauth: Unset the XAUTHORITY variable when requesting user is
+ root and target user is not (t8m)
0.79: Thu Mar 31 16:48:45 CEST 2005
* pam_tally: added audit option (toady)