- stevesk@cvs.openbsd.org 2002/03/26 03:24:01
[monitor.h monitor_fdpass.h monitor_mm.h monitor_wrap.h] $OpenBSD$
This commit is contained in:
parent
cf15944c23
commit
28364ecf45
|
@ -43,6 +43,9 @@
|
||||||
[channels.c channels.h compat.c compat.h nchan.c]
|
[channels.c channels.h compat.c compat.h nchan.c]
|
||||||
don't send stderr data after EOF, accept this from older known (broken)
|
don't send stderr data after EOF, accept this from older known (broken)
|
||||||
sshd servers only, fixes http://bugzilla.mindrot.org/show_bug.cgi?id=179
|
sshd servers only, fixes http://bugzilla.mindrot.org/show_bug.cgi?id=179
|
||||||
|
- stevesk@cvs.openbsd.org 2002/03/26 03:24:01
|
||||||
|
[monitor.h monitor_fdpass.h monitor_mm.h monitor_wrap.h]
|
||||||
|
$OpenBSD$
|
||||||
|
|
||||||
20020324
|
20020324
|
||||||
- (stevesk) [session.c] disable LOGIN_NEEDS_TERM until we are sure
|
- (stevesk) [session.c] disable LOGIN_NEEDS_TERM until we are sure
|
||||||
|
@ -8057,4 +8060,4 @@
|
||||||
- Wrote replacements for strlcpy and mkdtemp
|
- Wrote replacements for strlcpy and mkdtemp
|
||||||
- Released 1.0pre1
|
- Released 1.0pre1
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.1990 2002/03/26 03:26:24 mouring Exp $
|
$Id: ChangeLog,v 1.1991 2002/03/26 03:42:20 mouring Exp $
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
/* $OpenBSD: monitor.h,v 1.3 2002/03/26 03:24:01 stevesk Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright 2002 Niels Provos <provos@citi.umich.edu>
|
* Copyright 2002 Niels Provos <provos@citi.umich.edu>
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
/* $OpenBSD: monitor_fdpass.h,v 1.2 2002/03/26 03:24:01 stevesk Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright 2002 Niels Provos <provos@citi.umich.edu>
|
* Copyright 2002 Niels Provos <provos@citi.umich.edu>
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
/* $OpenBSD: monitor_mm.h,v 1.2 2002/03/26 03:24:01 stevesk Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright 2002 Niels Provos <provos@citi.umich.edu>
|
* Copyright 2002 Niels Provos <provos@citi.umich.edu>
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
/* $OpenBSD: monitor_wrap.h,v 1.4 2002/03/26 03:24:01 stevesk Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright 2002 Niels Provos <provos@citi.umich.edu>
|
* Copyright 2002 Niels Provos <provos@citi.umich.edu>
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
|
|
Loading…
Reference in New Issue