summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2021-08-19keep LANG env variable for child process (#111)HEADmasterfidomax
2021-08-19Remove unused argument of do_cmd() in scp.c (#125)Anton Bershanskiy
2021-08-19signkey: remove !! from SHA1 digest (#130)Sven Roederer
2021-08-19added option to disable trivial auth methods (#128)Manfred Kaiser
2021-08-19Clarify help text for dropbear -e environment optionMatt Johnston
2021-08-19pass on sever process environment to child processes (option -e) (#118)Roland Vollgraf
2021-05-01Add "restrict" authorized_keys optionMatt Johnston
2021-03-31Don't include .hg_archival.txt in tarballs. They're now reproducible.Matt Johnston
2021-03-31mergeMatt Johnston
2021-03-31Add configure script to version control. Set timezone for release tarballMatt Johnston
2021-03-31Update config.sub and config.guess to latestMatt Johnston
2021-03-30Make releases tarballs more deterministicMatt Johnston
2021-03-30Remove some obselete autoconf bits.Matt Johnston
2021-03-18Use MAX_HOST_LEN for TCP forwarding requests (#121)ValdikSS
2021-03-08fuzz: don't push wrapfd descriptors larger than neededMatt Johnston
2021-03-07fuzz: add -q quiet argument for standalone fuzzers.Matt Johnston
2021-03-07fuzz: split long argument list with xargsMatt Johnston
2021-03-06fuzz: cifuzz fix syntaxMatt Johnston
2021-03-06fuzz: try run cifuzz on push as wellMatt Johnston
2021-03-06fuzz: add cifuzz for github pull requestsMatt Johnston
2021-03-06Prevent multiple shells being spawnedMatt Johnston
2021-03-06small tidy of "signal" while loopMatt Johnston
2021-03-06fuzz: handle errors from wrapfd_new_dummy()Matt Johnston
2021-03-05fuzz: fix crash in newtcpdirect(), don't close the channel too earlyMatt Johnston
2021-03-05Return errstring on connect failureMatt Johnston
2021-03-04fuzz: avoid extraneous printingMatt Johnston
2021-03-04Define _GNU_SOURCE properly, other header fixesMatt Johnston
2021-03-04Small cleanups of netio allocated portMatt Johnston
2021-03-04Update netio.c (#115)Guillaume Picquet
2021-03-04Update cli-main.c (#114)Guillaume Picquet
2021-03-02Disable UNAUTH_CLOSE_DELAY by defaultMatt Johnston
2021-01-29mergeMatt Johnston
2021-01-29fuzz: wrap kill()Matt Johnston
2020-12-17Update INSTALL (#113)Xenhat
2020-12-10Use buf_eatstring insteadMatt Johnston
2020-12-10Fix handling of replies to global requests (#112)Dirkjan Bussink
2020-12-07Fix null pointer dereference removing listenersMatt Johnston
2020-12-06fuzz: add an always-failing dropbear_listen() replacementMatt Johnston
2020-12-06fuzz: work around fuzz_connect_remote() limitationsMatt Johnston
2020-12-05Some minor manpage improvementsMatt Johnston
2020-12-05fuzz: skip custom mutators with -fsanitize=memoryMatt Johnston
2020-12-03fuzz: make postauth set authdone properlyMatt Johnston
2020-12-03Remove unused cli_authinitialiseMatt Johnston
2020-11-17fuzzing - Set postauth user to root since that's what it runs asMatt Johnston
2020-11-16fuzzing: add workaround getpwuid/getpwnamMatt Johnston
2020-11-15Fix fuzzing buildMatt Johnston
2020-11-13Add server postauth fuzzer, wrap connect_remote()Matt Johnston
2020-11-13Remove accidentally committed abort()Matt Johnston
2020-11-02fuzzing - fix some wrong types and -lcrypt on macosMatt Johnston
2020-11-01Fuzzing - get rid of "prefix" for streamsMatt Johnston