diff options
author | Damien Miller <djm@mindrot.org> | 2000-04-19 16:26:12 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2000-04-19 16:26:12 +1000 |
commit | 8bb73be04e3e38be582c4b3843c765aab74017c2 (patch) | |
tree | 2050fbf49e4e94a9cef9bbe557787298111eb886 /ChangeLog | |
parent | 71795160ee9dbf15633b2c27679df62c11f79aaa (diff) |
- OpenBSD CVS updates
[channels.c]
- fix pr 1196, listen_port and port_to_connect interchanged
[scp.c]
- after completion, replace the progress bar ETA counter with a final
elapsed time; my idea, aaron wrote the patch
[ssh_config sshd_config]
- show 'Protocol' as an example, ok markus@
[sshd.c]
- missing xfree()
- Add missing header to bsd-misc.c
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ | |||
1 | 20000419 | ||
2 | - OpenBSD CVS updates | ||
3 | [channels.c] | ||
4 | - fix pr 1196, listen_port and port_to_connect interchanged | ||
5 | [scp.c] | ||
6 | - after completion, replace the progress bar ETA counter with a final | ||
7 | elapsed time; my idea, aaron wrote the patch | ||
8 | [ssh_config sshd_config] | ||
9 | - show 'Protocol' as an example, ok markus@ | ||
10 | [sshd.c] | ||
11 | - missing xfree() | ||
12 | - Add missing header to bsd-misc.c | ||
13 | |||
1 | 20000416 | 14 | 20000416 |
2 | - Reduce diff against OpenBSD source | 15 | - Reduce diff against OpenBSD source |
3 | - All OpenSSL includes are now unconditionally referenced as | 16 | - All OpenSSL includes are now unconditionally referenced as |