log

age author description
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
2021-03-05 Matt Johnston Return errstring on connect failure
2021-03-04 Matt Johnston fuzz: avoid extraneous printing
2021-03-04 Matt Johnston Define _GNU_SOURCE properly, other header fixes
2021-03-04 Matt Johnston Small cleanups of netio allocated port
2021-03-04 Guillaume Picquet Update netio.c (#115)
2021-03-04 Guillaume Picquet Update cli-main.c (#114)
2021-03-02 Matt Johnston Disable UNAUTH_CLOSE_DELAY by default
2021-01-29 Matt Johnston merge
2020-12-17 Xenhat Update INSTALL (#113)
2021-01-29 Matt Johnston fuzz: wrap kill()
2017-02-15 Thomas De Schampheleire Introduce extra delay before closing unauthenticated sessions
2020-12-10 Matt Johnston Use buf_eatstring instead
2020-12-10 Dirkjan Bussink Fix handling of replies to global requests (#112)
2020-12-07 Matt Johnston Fix null pointer dereference removing listeners
2020-12-06 Matt Johnston fuzz: add an always-failing dropbear_listen() replacement
2020-12-06 Matt Johnston fuzz: work around fuzz_connect_remote() limitations
2020-12-05 Matt Johnston Some minor manpage improvements
2020-12-05 Matt Johnston fuzz: skip custom mutators with -fsanitize=memory
2020-12-03 Matt Johnston fuzz: make postauth set authdone properly fuzz
2020-12-03 Matt Johnston Remove unused cli_authinitialise
2020-11-17 Matt Johnston fuzzing - Set postauth user to root since that's what it runs as
2020-11-16 Matt Johnston fuzzing: add workaround getpwuid/getpwnam
2020-11-15 Matt Johnston Fix fuzzing build
2020-11-13 Matt Johnston Add server postauth fuzzer, wrap connect_remote()
2020-11-13 Matt Johnston Remove accidentally committed abort()
2020-11-02 Matt Johnston fuzzing - fix some wrong types and -lcrypt on macos
2020-11-01 Matt Johnston Fuzzing - get rid of "prefix" for streams
2020-11-01 Matt Johnston fuzzing - avoid sha1 for random seed every iteration
2020-10-29 Matt Johnston Move fuzzer-kex initialisation into a constructor function
2020-10-29 Matt Johnston Use SSH packet mutator for preauth too
2020-10-29 Matt Johnston Fix FUZZ_NO_REPLACE_STDERR for fuzz.c
2020-10-29 Matt Johnston Merge from main
2020-10-26 Matt Johnston Fix fuzzing stderr override on os x
2020-10-26 Matt Johnston Preallocate memory for sshpacketmutator. Add fuzzer-client_mutator_nomaths
2020-10-26 Matt Johnston crossover works
2020-10-26 Matt Johnston Fix fuzz-sshpacketmutator to work
2020-10-26 Matt Johnston Print ascii in printhex too