diff options
author | Damien Miller <djm@mindrot.org> | 2006-03-15 12:01:14 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2006-03-15 12:01:14 +1100 |
commit | 1cf76d97f91e16cd82ca457220a3e1b40ec2943a (patch) | |
tree | 1a46ec45e318db93ff1a7596cf8f55af75603de7 | |
parent | 4aea974a1df1396a7b2300a331b5162db69a39f0 (diff) |
- djm@cvs.openbsd.org 2006/02/28 01:10:21
[session.c]
fix logout recording when privilege separation is disabled, analysis and
patch from vinschen at redhat.com; tested by dtucker@ ok deraadt@
NB. ID sync only - patch already in portable
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | session.c | 2 |
2 files changed, 7 insertions, 2 deletions
@@ -195,6 +195,11 @@ | |||
195 | - jmc@cvs.openbsd.org 2006/02/26 18:03:10 | 195 | - jmc@cvs.openbsd.org 2006/02/26 18:03:10 |
196 | [ssh_config.5] | 196 | [ssh_config.5] |
197 | comma; | 197 | comma; |
198 | - djm@cvs.openbsd.org 2006/02/28 01:10:21 | ||
199 | [session.c] | ||
200 | fix logout recording when privilege separation is disabled, analysis and | ||
201 | patch from vinschen at redhat.com; tested by dtucker@ ok deraadt@ | ||
202 | NB. ID sync only - patch already in portable | ||
198 | 203 | ||
199 | 20060313 | 204 | 20060313 |
200 | - (dtucker) [configure.ac] Bug #1171: Don't use printf("%lld", longlong) | 205 | - (dtucker) [configure.ac] Bug #1171: Don't use printf("%lld", longlong) |
@@ -4096,4 +4101,4 @@ | |||
4096 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 4101 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
4097 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 4102 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
4098 | 4103 | ||
4099 | $Id: ChangeLog,v 1.4196 2006/03/15 00:59:39 djm Exp $ | 4104 | $Id: ChangeLog,v 1.4197 2006/03/15 01:01:14 djm Exp $ |
@@ -33,7 +33,7 @@ | |||
33 | */ | 33 | */ |
34 | 34 | ||
35 | #include "includes.h" | 35 | #include "includes.h" |
36 | RCSID("$OpenBSD: session.c,v 1.196 2006/02/20 17:19:54 stevesk Exp $"); | 36 | RCSID("$OpenBSD: session.c,v 1.197 2006/02/28 01:10:21 djm Exp $"); |
37 | 37 | ||
38 | #include <sys/types.h> | 38 | #include <sys/types.h> |
39 | #ifdef HAVE_SYS_STAT_H | 39 | #ifdef HAVE_SYS_STAT_H |