log

age author description
2021-10-11 Matt Johnston Merge
2021-10-11 Matt Johnston Replace ChanType.sepfds with Channel.bidir_fd
2021-10-11 Matt Johnston - Remove "flushing" handling for exited processes, it should be
2021-10-11 Matt Johnston Fix some outdated comments
2021-10-11 Matt Johnston Move comment to svr_chansess_checksignal() where it belongs
2021-10-11 Matt Johnston Add a comment about sending initial auth request
2021-08-19 fidomax keep LANG env variable for child process (#111)
2021-08-19 Anton Bershanskiy Remove unused argument of do_cmd() in scp.c (#125)
2021-08-19 Sven Roederer signkey: remove !! from SHA1 digest (#130)
2021-08-19 Manfred Kaiser added option to disable trivial auth methods (#128)
2021-08-19 Matt Johnston Clarify help text for dropbear -e environment option
2021-08-19 Roland Vollgraf pass on sever process environment to child processes (option -e) (#118)
2021-05-01 Matt Johnston Add "restrict" authorized_keys option
2021-03-31 Matt Johnston Don't include .hg_archival.txt in tarballs. They're now reproducible.
2021-03-31 Matt Johnston merge
2021-03-18 ValdikSS Use MAX_HOST_LEN for TCP forwarding requests (#121)
2021-03-31 Matt Johnston Add configure script to version control. Set timezone for release tarball
2021-03-31 Matt Johnston Update config.sub and config.guess to latest
2021-03-30 Matt Johnston Make releases tarballs more deterministic
2021-03-30 Matt Johnston Remove some obselete autoconf bits.
2021-03-08 Matt Johnston fuzz: don't push wrapfd descriptors larger than needed
2021-03-07 Matt Johnston fuzz: add -q quiet argument for standalone fuzzers.
2021-03-07 Matt Johnston fuzz: split long argument list with xargs
2021-03-06 Matt Johnston fuzz: cifuzz fix syntax
2021-03-06 Matt Johnston fuzz: try run cifuzz on push as well
2021-03-06 Matt Johnston fuzz: add cifuzz for github pull requests
2021-03-06 Matt Johnston Prevent multiple shells being spawned
2021-03-06 Matt Johnston small tidy of "signal" while loop
2021-03-06 Matt Johnston fuzz: handle errors from wrapfd_new_dummy()
2021-03-05 Matt Johnston fuzz: fix crash in newtcpdirect(), don't close the channel too early