summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog22
1 files changed, 20 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 3252d4214..201aa4283 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,25 @@
120001215
2 - (stevesk) OpenBSD CVS updates:
3 - markus@cvs.openbsd.org 2000/12/13 16:26:53
4 [ssh-keyscan.c]
5 fatal already adds \n; from stevesk@pobox.com
6 - markus@cvs.openbsd.org 2000/12/13 16:25:44
7 [ssh-agent.c]
8 remove redundant spaces; from stevesk@pobox.com
9 - ho@cvs.openbsd.org 2000/12/12 15:50:21
10 [pty.c]
11 When failing to set tty owner and mode on a read-only filesystem, don't
12 abort if the tty already has correct owner and reasonably sane modes.
13 Example; permit 'root' to login to a firewall with read-only root fs.
14 (markus@ ok)
15 - deraadt@cvs.openbsd.org 2000/12/13 06:36:05
16 [pty.c]
17 KNF
18
120001213 1920001213
2 - (djm) Make sure we reset the SIGPIPE disposition after we fork. Report 20 - (djm) Make sure we reset the SIGPIPE disposition after we fork. Report
3 from Andreas M. Kirchwitz <amk@krell.zikzak.de> 21 from Andreas M. Kirchwitz <amk@krell.zikzak.de>
4 - (stevesk) OpenSSH CVS update: 22 - (stevesk) OpenBSD CVS update:
5 - markus@cvs.openbsd.org 2000/12/12 15:30:02 23 - markus@cvs.openbsd.org 2000/12/12 15:30:02
6 [ssh-keyscan.c ssh.c sshd.c] 24 [ssh-keyscan.c ssh.c sshd.c]
7 consistently use __progname; from stevesk@pobox.com 25 consistently use __progname; from stevesk@pobox.com
@@ -62,7 +80,7 @@
62 tweak comment to reflect real location of pid file; ok provos@ 80 tweak comment to reflect real location of pid file; ok provos@
63 - (stevesk) Import <sys/queue.h> from OpenBSD for systems that don't 81 - (stevesk) Import <sys/queue.h> from OpenBSD for systems that don't
64 have it (used in ssh-keyscan). 82 have it (used in ssh-keyscan).
65 - (stevesk) OpenSSH CVS update: 83 - (stevesk) OpenBSD CVS update:
66 - markus@cvs.openbsd.org 2000/12/06 19:57:48 84 - markus@cvs.openbsd.org 2000/12/06 19:57:48
67 [ssh-keyscan.c] 85 [ssh-keyscan.c]
68 err(3) -> internal error(), from stevesk@sweden.hp.com 86 err(3) -> internal error(), from stevesk@sweden.hp.com