summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2010-03-07 13:21:12 +1100
committerDarren Tucker <dtucker@zip.com.au>2010-03-07 13:21:12 +1100
commitc738e6c646aa0b588f50e953b4d3931c29e9ab28 (patch)
tree8b4ec045539c608e14ccd8d43af5024e6ca683fa /ChangeLog
parentb3d20a3ff0f822e2b39c3f6d31bfdea89f577465 (diff)
- (dtucker) [session.c] Bug #1567: move setpcred call to before chroot and
do not set real uid, since that's needed for the chroot, and will be set by permanently_set_uid.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 63beb9482..e9cb557d7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,9 @@
2 - (dtucker) [auth.c] Bug #1710: call setauthdb on AIX before getpwuid so that 2 - (dtucker) [auth.c] Bug #1710: call setauthdb on AIX before getpwuid so that
3 it gets the passwd struct from the LAM that knows about the user which is 3 it gets the passwd struct from the LAM that knows about the user which is
4 not necessarily the default. Patch from Alexandre Letourneau. 4 not necessarily the default. Patch from Alexandre Letourneau.
5 - (dtucker) [session.c] Bug #1567: move setpcred call to before chroot and
6 do not set real uid, since that's needed for the chroot, and will be set
7 by permanently_set_uid.
5 8
620100305 920100305
7 - OpenBSD CVS Sync 10 - OpenBSD CVS Sync