- 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
This commit is contained in:
Damien Miller 2006-03-15 12:01:14 +11:00
parent 4aea974a1d
commit 1cf76d97f9
2 changed files with 7 additions and 2 deletions

View File

@ -195,6 +195,11 @@
- jmc@cvs.openbsd.org 2006/02/26 18:03:10
[ssh_config.5]
comma;
- 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
20060313
- (dtucker) [configure.ac] Bug #1171: Don't use printf("%lld", longlong)
@ -4096,4 +4101,4 @@
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
$Id: ChangeLog,v 1.4196 2006/03/15 00:59:39 djm Exp $
$Id: ChangeLog,v 1.4197 2006/03/15 01:01:14 djm Exp $

View File

@ -33,7 +33,7 @@
*/
#include "includes.h"
RCSID("$OpenBSD: session.c,v 1.196 2006/02/20 17:19:54 stevesk Exp $");
RCSID("$OpenBSD: session.c,v 1.197 2006/02/28 01:10:21 djm Exp $");
#include <sys/types.h>
#ifdef HAVE_SYS_STAT_H