diff options
author | Damien Miller <djm@mindrot.org> | 2010-11-20 15:19:38 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2010-11-20 15:19:38 +1100 |
commit | 0dac6fb6b228a96f4ab3717e3d73871595a291a8 (patch) | |
tree | 7eae6f1e6a39fb7d608a05250f4749a77a914814 /ChangeLog | |
parent | 4499f4cc20eee7e0f67b35f5a5c6078bf07dcbc0 (diff) |
- djm@cvs.openbsd.org 2010/11/13 23:27:51
[clientloop.c misc.c misc.h packet.c packet.h readconf.c readconf.h]
[servconf.c servconf.h session.c ssh.c ssh_config.5 sshd_config.5]
allow ssh and sshd to set arbitrary TOS/DSCP/QoS values instead of
hardcoding lowdelay/throughput.
bz#1733 patch from philipp AT redfish-solutions.com; ok markus@ deraadt@
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -7,6 +7,13 @@ | |||
7 | [kexdhc.c kexdhs.c kexgexc.c kexgexs.c key.c moduli.c] | 7 | [kexdhc.c kexdhs.c kexgexc.c kexgexs.c key.c moduli.c] |
8 | use only libcrypto APIs that are retained with OPENSSL_NO_DEPRECATED. | 8 | use only libcrypto APIs that are retained with OPENSSL_NO_DEPRECATED. |
9 | these have been around for years by this time. ok markus | 9 | these have been around for years by this time. ok markus |
10 | - djm@cvs.openbsd.org 2010/11/13 23:27:51 | ||
11 | [clientloop.c misc.c misc.h packet.c packet.h readconf.c readconf.h] | ||
12 | [servconf.c servconf.h session.c ssh.c ssh_config.5 sshd_config.5] | ||
13 | allow ssh and sshd to set arbitrary TOS/DSCP/QoS values instead of | ||
14 | hardcoding lowdelay/throughput. | ||
15 | |||
16 | bz#1733 patch from philipp AT redfish-solutions.com; ok markus@ deraadt@ | ||
10 | 17 | ||
11 | 20101111 | 18 | 20101111 |
12 | - (djm) [servconf.c ssh-add.c ssh-keygen.c] don't look for ECDSA keys on | 19 | - (djm) [servconf.c ssh-add.c ssh-keygen.c] don't look for ECDSA keys on |