summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--monitor.h2
-rw-r--r--monitor_fdpass.h2
-rw-r--r--monitor_mm.h2
-rw-r--r--monitor_wrap.h2
5 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a3a918b72..4a6c14af3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -43,6 +43,9 @@
43 [channels.c channels.h compat.c compat.h nchan.c] 43 [channels.c channels.h compat.c compat.h nchan.c]
44 don't send stderr data after EOF, accept this from older known (broken) 44 don't send stderr data after EOF, accept this from older known (broken)
45 sshd servers only, fixes http://bugzilla.mindrot.org/show_bug.cgi?id=179 45 sshd servers only, fixes http://bugzilla.mindrot.org/show_bug.cgi?id=179
46 - stevesk@cvs.openbsd.org 2002/03/26 03:24:01
47 [monitor.h monitor_fdpass.h monitor_mm.h monitor_wrap.h]
48 $OpenBSD$
46 49
4720020324 5020020324
48 - (stevesk) [session.c] disable LOGIN_NEEDS_TERM until we are sure 51 - (stevesk) [session.c] disable LOGIN_NEEDS_TERM until we are sure
@@ -8057,4 +8060,4 @@
8057 - Wrote replacements for strlcpy and mkdtemp 8060 - Wrote replacements for strlcpy and mkdtemp
8058 - Released 1.0pre1 8061 - Released 1.0pre1
8059 8062
8060$Id: ChangeLog,v 1.1990 2002/03/26 03:26:24 mouring Exp $ 8063$Id: ChangeLog,v 1.1991 2002/03/26 03:42:20 mouring Exp $
diff --git a/monitor.h b/monitor.h
index da7f780b2..681b5188b 100644
--- a/monitor.h
+++ b/monitor.h
@@ -1,3 +1,5 @@
1/* $OpenBSD: monitor.h,v 1.3 2002/03/26 03:24:01 stevesk Exp $ */
2
1/* 3/*
2 * Copyright 2002 Niels Provos <provos@citi.umich.edu> 4 * Copyright 2002 Niels Provos <provos@citi.umich.edu>
3 * All rights reserved. 5 * All rights reserved.
diff --git a/monitor_fdpass.h b/monitor_fdpass.h
index cb6b71c93..cb12c41e2 100644
--- a/monitor_fdpass.h
+++ b/monitor_fdpass.h
@@ -1,3 +1,5 @@
1/* $OpenBSD: monitor_fdpass.h,v 1.2 2002/03/26 03:24:01 stevesk Exp $ */
2
1/* 3/*
2 * Copyright 2002 Niels Provos <provos@citi.umich.edu> 4 * Copyright 2002 Niels Provos <provos@citi.umich.edu>
3 * All rights reserved. 5 * All rights reserved.
diff --git a/monitor_mm.h b/monitor_mm.h
index d4f54f42f..c0af432d0 100644
--- a/monitor_mm.h
+++ b/monitor_mm.h
@@ -1,3 +1,5 @@
1/* $OpenBSD: monitor_mm.h,v 1.2 2002/03/26 03:24:01 stevesk Exp $ */
2
1/* 3/*
2 * Copyright 2002 Niels Provos <provos@citi.umich.edu> 4 * Copyright 2002 Niels Provos <provos@citi.umich.edu>
3 * All rights reserved. 5 * All rights reserved.
diff --git a/monitor_wrap.h b/monitor_wrap.h
index a75b90502..fe434d1e1 100644
--- a/monitor_wrap.h
+++ b/monitor_wrap.h
@@ -1,3 +1,5 @@
1/* $OpenBSD: monitor_wrap.h,v 1.4 2002/03/26 03:24:01 stevesk Exp $ */
2
1/* 3/*
2 * Copyright 2002 Niels Provos <provos@citi.umich.edu> 4 * Copyright 2002 Niels Provos <provos@citi.umich.edu>
3 * All rights reserved. 5 * All rights reserved.