Mercurial > dropbear
graph
-
Add github actions build workflow, remove travis CI2021-10-18, by Matt Johnston
-
Add a default 10 second timeout for tests2021-10-18, by Matt Johnston
-
Only redirect stderr after the session login. That lets errors2021-10-18, by Matt Johnston
-
Rename "make test" to "make check". Also run lint2021-10-18, by Matt Johnston
-
Update .hgignore and .gitignore with tests2021-10-18, by Matt Johnston
-
Add "make test" target to run pytest2021-10-18, by Matt Johnston
-
Add first channel tests2021-10-18, by Matt Johnston
-
Bring back recently removed channel->flushing2021-10-14, by Matt Johnston
-
Increase max window size to 10MB, fallback rather than2021-10-12, by Matt Johnston
-
Partial strings from strtoul should return error2021-10-12, by Matt Johnston
-
Banner size should account for newlines2021-10-12, by Matt Johnston
-
Comment on reason for DROPBEAR_MAX_PASSWORD_LEN limit2021-10-12, by Matt Johnston
-
Merge2021-10-11, by Matt Johnston
-
Replace ChanType.sepfds with Channel.bidir_fd2021-10-11, by Matt Johnston
-
- Remove "flushing" handling for exited processes, it should be2021-10-11, by Matt Johnston
-
Fix some outdated comments2021-10-11, by Matt Johnston
-
Move comment to svr_chansess_checksignal() where it belongs2021-10-11, by Matt Johnston
-
Add a comment about sending initial auth request2021-10-11, by Matt Johnston
-
keep LANG env variable for child process (#111)2021-08-19, by fidomax
-
Remove unused argument of do_cmd() in scp.c (#125)2021-08-19, by Anton Bershanskiy
-
signkey: remove !! from SHA1 digest (#130)2021-08-19, by Sven Roederer
-
added option to disable trivial auth methods (#128)2021-08-19, by Manfred Kaiser
-
Clarify help text for dropbear -e environment option2021-08-19, by Matt Johnston
-
pass on sever process environment to child processes (option -e) (#118)2021-08-19, by Roland Vollgraf
-
Add "restrict" authorized_keys option2021-05-01, by Matt Johnston
-
Don't include .hg_archival.txt in tarballs. They're now reproducible.2021-03-31, by Matt Johnston
-
merge2021-03-31, by Matt Johnston
-
Use MAX_HOST_LEN for TCP forwarding requests (#121)2021-03-18, by ValdikSS
-
Add configure script to version control. Set timezone for release tarball2021-03-31, by Matt Johnston
-
Update config.sub and config.guess to latest2021-03-31, by Matt Johnston
-
Make releases tarballs more deterministic2021-03-30, by Matt Johnston
-
Remove some obselete autoconf bits.2021-03-30, by Matt Johnston
-
fuzz: don't push wrapfd descriptors larger than needed2021-03-08, by Matt Johnston
-
fuzz: add -q quiet argument for standalone fuzzers.2021-03-07, by Matt Johnston
-
fuzz: split long argument list with xargs2021-03-07, by Matt Johnston
-
fuzz: cifuzz fix syntax2021-03-06, by Matt Johnston
-
fuzz: try run cifuzz on push as well2021-03-06, by Matt Johnston
-
fuzz: add cifuzz for github pull requests2021-03-06, by Matt Johnston
-
Prevent multiple shells being spawned2021-03-06, by Matt Johnston
-
small tidy of "signal" while loop2021-03-06, by Matt Johnston
-
fuzz: handle errors from wrapfd_new_dummy()2021-03-06, by Matt Johnston
-
fuzz: fix crash in newtcpdirect(), don't close the channel too early2021-03-05, by Matt Johnston
-
Return errstring on connect failure2021-03-05, by Matt Johnston
-
fuzz: avoid extraneous printing2021-03-04, by Matt Johnston
-
Define _GNU_SOURCE properly, other header fixes2021-03-04, by Matt Johnston
-
Small cleanups of netio allocated port2021-03-04, by Matt Johnston
-
Update netio.c (#115)2021-03-04, by Guillaume Picquet
-
Update cli-main.c (#114)2021-03-04, by Guillaume Picquet