Blob


1 * lstun 0.3; 2022-07-06
3 - don't die if fork(2) or accept(2) fail
4 - plug memory leak in try_to_connect
5 - fix accounting of inflight connections and timeouts
6 - fix -B error reporting
7 - unveil only ssh(1)
10 * lstun 0.2; 2022-07-05
12 - bump retries to 16
13 - clarify the manpage
14 - cast argument to ctype' is*() to unsigned char
15 - allow unlimited number of incoming connections
16 - don't die for OOM
17 - bind sockets early
18 - log when the connection succeeds
19 - log before quitting