diff options
author | Damien Miller <djm@mindrot.org> | 2006-09-07 10:36:43 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2006-09-07 10:36:43 +1000 |
commit | 6433df036e6cf37c5ac8fc69dcedc464e6424b16 (patch) | |
tree | 6524438f390452a9020cc76e253801c4c3ec8b02 /ChangeLog | |
parent | 6e1033318cc0bc82a45a18d97894bee7bd60e935 (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-- | ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,10 @@ | |||
1 | 20060907 | ||
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 | |||
1 | 20060905 | 8 | 20060905 |
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 $ |