summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-11-11 17:57:39 +1100
committerDamien Miller <djm@mindrot.org>1999-11-11 17:57:39 +1100
commit5ce662a9202240a2f5fa6a9334d58186bdaba50c (patch)
tree9fe37122fa27f070abc3c9c28531877d43673b7f /ChangeLog
parentab5e0d0c27e00dca463c67395c2b5941e778836e (diff)
- Merged more OpenBSD CVS changes:
- [auth-krb4.c auth-passwd.c] remove x11- and krb-cleanup from fatal() + krb-cleanup cleanup - [clientloop.c log-client.c log-server.c ] [readconf.c readconf.h servconf.c servconf.h ] [ssh.1 ssh.c ssh.h sshd.8] add LogLevel {QUIET, FATAL, ERROR, INFO, CHAT, DEBUG} to ssh/sshd, obsoletes QuietMode and FascistLogging in sshd.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index a1bfb2114..4971a4421 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,8 +7,15 @@
7 - [sshd.8] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too 7 - [sshd.8] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
8 - Fix integer overflow which was messing up scp's progress bar for large 8 - Fix integer overflow which was messing up scp's progress bar for large
9 file transfers. Fix submitted to OpenBSD developers. 9 file transfers. Fix submitted to OpenBSD developers.
10 - Released 1.2pre10 10 - Merged more OpenBSD CVS changes:
11 11 - [auth-krb4.c auth-passwd.c] remove x11- and krb-cleanup from fatal()
12 + krb-cleanup cleanup
13 - [clientloop.c log-client.c log-server.c ]
14 [readconf.c readconf.h servconf.c servconf.h ]
15 [ssh.1 ssh.c ssh.h sshd.8]
16 add LogLevel {QUIET, FATAL, ERROR, INFO, CHAT, DEBUG} to ssh/sshd,
17 obsoletes QuietMode and FascistLogging in sshd.
18
1219991110 1919991110
13 - Merged several minor fixed: 20 - Merged several minor fixed:
14 - ssh-agent commandline parsing 21 - ssh-agent commandline parsing