Blame


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