Mercurial > dropbear
comparison CHANGES @ 1077:26c1f9b8f82e coverity
merge main
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Tue, 14 Apr 2015 20:44:30 +0800 |
parents | 0b365b6a6f08 |
children | 7cb1f49d89a8 |
comparison
equal
deleted
inserted
replaced
1062:210982935887 | 1077:26c1f9b8f82e |
---|---|
1 - Improve efficiency of writing data to local program/pipes, measured 30% for | |
2 connections to localhost | |
3 | |
4 - Use TCP Fast Open on Linux if available. saves a round trip at connection | |
5 to hosts that have previously been connected. | |
6 Needs a recent Linux kernel and possibly "sysctl -w net.ipv4.tcp_fastopen=3" | |
7 | |
8 - Forwarded TCP ports connect asynchronously and retry with other available | |
9 addresses (IPv4 or IPv6) | |
10 | |
11 - Free memory before exiting, patch from Thorsten Horstmann. Useful for | |
12 Dropbear ports to embedded systems and for checking memory leaks | |
13 with valgrind. Only partially implemented for client side. | |
14 | |
15 - Fix small ECC memory leaks | |
16 | |
1 2015.67 - Wednesday 28 January 2015 | 17 2015.67 - Wednesday 28 January 2015 |
2 | 18 |
3 - Call fsync() after generating private keys to ensure they aren't lost if a | 19 - Call fsync() after generating private keys to ensure they aren't lost if a |
4 reboot occurs. Thanks to Peter Korsgaard | 20 reboot occurs. Thanks to Peter Korsgaard |
5 | 21 |