summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-09-07 10:36:43 +1000
committerDamien Miller <djm@mindrot.org>2006-09-07 10:36:43 +1000
commit6433df036e6cf37c5ac8fc69dcedc464e6424b16 (patch)
tree6524438f390452a9020cc76e253801c4c3ec8b02 /ChangeLog
parent6e1033318cc0bc82a45a18d97894bee7bd60e935 (diff)
- (djm) [sshd.c auth.c] Set up fakepw() with privsep uid/gid, so it can
be used to drop privilege to; fixes Solaris GSSAPI crash reported by Magnus Abrante; suggestion and feedback dtucker@ NB. this change will require that the privilege separation user must exist on all the time, not just when UsePrivilegeSeparation=yes
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ff2d6ae00..b4340de78 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
120060907
2 - (djm) [sshd.c auth.c] Set up fakepw() with privsep uid/gid, so it can
3 be used to drop privilege to; fixes Solaris GSSAPI crash reported by
4 Magnus Abrante; suggestion and feedback dtucker@
5 NB. this change will require that the privilege separation user must
6 exist on all the time, not just when UsePrivilegeSeparation=yes
7
120060905 820060905
2 - (dtucker) [configure.ac] s/AC_DEFINES/AC_DEFINE/ spotted by Roumen Petrov. 9 - (dtucker) [configure.ac] s/AC_DEFINES/AC_DEFINE/ spotted by Roumen Petrov.
3 - (dtucker) [loginrec.c] Include paths.h for _PATH_BTMP. 10 - (dtucker) [loginrec.c] Include paths.h for _PATH_BTMP.
@@ -5399,4 +5406,4 @@
5399 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 5406 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
5400 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 5407 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
5401 5408
5402$Id: ChangeLog,v 1.4531 2006/09/05 09:25:19 dtucker Exp $ 5409$Id: ChangeLog,v 1.4532 2006/09/07 00:36:43 djm Exp $