summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-01-29 08:07:43 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-01-29 08:07:43 +0000
commitd53902049e467f68490aae4988e466fc9a99abee (patch)
treea585cefa3310b2d10eafb74d52294c415fd1125c /ChangeLog
parent5ed8acd3e327562e7f2fc87c82cb85111d72cbce (diff)
- markus@cvs.openbsd.org 2001/01/28 10:37:26
[sshd.c] remove -Q, no longer needed
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog25
1 files changed, 14 insertions, 11 deletions
diff --git a/ChangeLog b/ChangeLog
index 82787983c..905b87382 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,20 @@
120010128 120010128
2 - (bal) Put USE_PIPES back into sco3.2v5 2 - (bal) Put USE_PIPES back into sco3.2v5
3 - (bal) OpenBSD Sync 3 - (bal) OpenBSD Sync
4 - niklas@cvs.openbsd.org 2001/01/2001 4 - markus@cvs.openbsd.org 2001/01/28 10:15:34
5 [dispatch.c]
6 re-keying is not supported; ok deraadt@
7 - markus@cvs.openbsd.org 2001/01/28 10:37:26
8 [sshd.c]
9 remove -Q, no longer needed
10 - stevesk@cvs.openbsd.org 2001/01/28 20:36:16
11 [readconf.c]
12 ``StrictHostKeyChecking ask'' documentation and small cleanup.
13 ok markus@
14 - stevesk@cvs.openbsd.org 2001/01/28 22:27:05
15 [authfile.c]
16 spelling. use sizeof vs. strlen(). ok markus@
17 - niklas@cvs.openbsd.org 2001/01/29 1:59:14
5 [atomicio.h canohost.h clientloop.h deattack.h dh.h dispatch.h 18 [atomicio.h canohost.h clientloop.h deattack.h dh.h dispatch.h
6 groupaccess.c groupaccess.h hmac.h hostfile.h includes.h kex.h 19 groupaccess.c groupaccess.h hmac.h hostfile.h includes.h kex.h
7 key.h log.h login.h match.h misc.h myproposal.h nchan.ms pathnames.h 20 key.h log.h login.h match.h misc.h myproposal.h nchan.ms pathnames.h
@@ -9,16 +22,6 @@
9 ssh-dss.h ssh-keygen.1 ssh-keyscan.1 ssh-rsa.h ssh1.h ssh_config 22 ssh-dss.h ssh-keygen.1 ssh-keyscan.1 ssh-rsa.h ssh1.h ssh_config
10 sshconnect.h sshd_config tildexpand.h uidswap.h uuencode.h] 23 sshconnect.h sshd_config tildexpand.h uidswap.h uuencode.h]
11 $OpenBSD$ 24 $OpenBSD$
12 - stevesk@cvs.openbsd.org 2001/01/28 22:27:05
13 [authfile.c]
14 spelling. use sizeof vs. strlen(). ok markus@
15 - markus@cvs.openbsd.org 2001/01/28 10:15:34
16 [dispatch.c]
17 re-keying is not supported; ok deraadt@
18 - stevesk@cvs.openbsd.or 2001/01/28 20:36:16
19 [readconf.c]
20 ``StrictHostKeyChecking ask'' documentation and small cleanup.
21 ok markus@
22 25
2320010126 2620010126
24 - (bal) SSH_PROGRAM vs _PATH_SSH_PROGRAM fix pointed out by Roumen 27 - (bal) SSH_PROGRAM vs _PATH_SSH_PROGRAM fix pointed out by Roumen