diff options
author | Damien Miller <djm@mindrot.org> | 1999-11-11 17:57:39 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 1999-11-11 17:57:39 +1100 |
commit | 5ce662a9202240a2f5fa6a9334d58186bdaba50c (patch) | |
tree | 9fe37122fa27f070abc3c9c28531877d43673b7f /ChangeLog | |
parent | ab5e0d0c27e00dca463c67395c2b5941e778836e (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-- | ChangeLog | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -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 | |||
12 | 19991110 | 19 | 19991110 |
13 | - Merged several minor fixed: | 20 | - Merged several minor fixed: |
14 | - ssh-agent commandline parsing | 21 | - ssh-agent commandline parsing |