Mercurial > dropbear
graph
-
Split CPPFLAGS and CFLAGS more carefully2022-03-22, by Matt Johnston
-
Don't set pubkey_info directly in checkpubkey_line2022-03-16, by Matt Johnston
-
Fix pytest incorrect skip "reason" string2022-03-16, by Matt Johnston
-
Disable aslr pytest for fsanitize test platforms2022-03-16, by Matt Johnston
-
Fix SSH_PUBKEYINFO, limit characters, add tests2022-03-16, by Matt Johnston
-
Merge pull request #151 from HansH111/pubkeyinfo2022-03-16, by Matt Johnston
-
set envvar SSH_PUBKEYINFO if authstate.pubkey_info contains information2022-03-13, by HansH111
-
extract pubkey_info when seuccesfully auth with a key and free it in the cleanup function2022-03-13, by HansH111
-
add pubkey_info field to authstate structure2022-03-13, by HansH111
-
test: Set allow_reuse_addr2022-03-15, by Matt Johnston
-
only show banner when cli_opts.quiet is not set2022-03-13, by HansH111
-
use option -q for suppression remote banner output, pass option also for proxy command2022-03-13, by HansH111
-
added quiet variable in cli_opts2022-03-13, by HansH111
-
Make missing homedir non-fatal, instead use /2022-02-24, by Matt Johnston
-
Handle /proc/.../maps being reordered2022-02-03, by Matt Johnston
-
Avoid unused argument warning when reexec is unused2022-02-03, by Matt Johnston
-
Fix regression in non-symlink dropbearmulti2022-02-01, by Matt Johnston
-
Fix accidentally commented out test matrix items2022-02-01, by Matt Johnston
-
Make re-exec work with "dropbearmulti dropbear"2022-02-01, by Matt Johnston
-
Fix incorrect algolist TRACE print2022-02-01, by Matt Johnston
-
merge2022-02-01, by Matt Johnston
-
Add test for up-to-date configure script2022-01-30, by Matt Johnston
-
Fix missing NULL terminator for re-exec2022-01-31, by Matt Johnston
-
Fix testing with dropbearmulti2022-01-30, by Matt Johnston
-
Remove extraneous print2022-01-30, by Matt Johnston
-
Use venv for test_aslr2022-01-30, by Matt Johnston
-
Fix -Wexpansion-to-defined failure on clang2022-01-30, by Matt Johnston
-
Add re-exec for server2022-01-30, by Matt Johnston
-
Merge netio changes2022-01-27, by Matt Johnston
-
Leave non-interactive at default QoS class2022-01-27, by Matt Johnston
-
Test for IP_TOS and hardcode DSCP values2022-01-25, by Matt Johnston
-
Use DSCP for IP QoS traffic classes2022-01-25, by Matt Johnston
-
Don't include sk keys at all in KEX list2022-01-23, by Matt Johnston
-
Implement server-side support for sk-ecdsa U2F-backed keys (#142)2022-01-22, by egor-duda
-
Fix accidentally committed debug message2022-01-22, by Matt Johnston
-
debugging test runner authorized_keys perms2021-10-19, by Matt Johnston
-
Debug pytest password auth failing2021-10-19, by Matt Johnston
-
Use HOME before /etc/passwd to find id_dropbear (#137)2021-10-19, by Matt Robinson
-
Remove caching and socat from build.yml2021-10-19, by Matt Johnston
-
Add configure --enable-werror argument2021-10-19, by Matt Johnston
-
Upload config.log on failure2021-10-19, by Matt Johnston
-
github action workaround macos ranlib2021-10-18, by Matt Johnston
-
disable fuzzstandalone github action for now, needs debugging2021-10-18, by Matt Johnston
-
fix github actions arguments2021-10-18, by Matt Johnston
-
github action, don't try apt or python on macos2021-10-18, by Matt Johnston
-
Use sudo for the real github action job2021-10-18, by Matt Johnston
-
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
-
Disable UNAUTH_CLOSE_DELAY by default2021-03-02, by Matt Johnston
-
merge2021-01-29, by Matt Johnston
-
Update INSTALL (#113)2020-12-17, by Xenhat
-
fuzz: wrap kill()2021-01-29, by Matt Johnston
-
Introduce extra delay before closing unauthenticated sessions2017-02-15, by Thomas De Schampheleire
-
Use buf_eatstring instead2020-12-10, by Matt Johnston
-
Fix handling of replies to global requests (#112)2020-12-10, by Dirkjan Bussink
-
Fix null pointer dereference removing listeners2020-12-07, by Matt Johnston
-
fuzz: add an always-failing dropbear_listen() replacement2020-12-06, by Matt Johnston
-
fuzz: work around fuzz_connect_remote() limitations2020-12-06, by Matt Johnston
-
Some minor manpage improvements2020-12-05, by Matt Johnston
-
fuzz: skip custom mutators with -fsanitize=memory2020-12-05, by Matt Johnston
-
Remove unused cli_authinitialise2020-12-03, by Matt Johnston
-
fuzzing - Set postauth user to root since that's what it runs as2020-11-17, by Matt Johnston
-
fuzzing: add workaround getpwuid/getpwnam2020-11-16, by Matt Johnston
-
Fix fuzzing build2020-11-15, by Matt Johnston
-
Add server postauth fuzzer, wrap connect_remote()2020-11-13, by Matt Johnston
-
Remove accidentally committed abort()2020-11-13, by Matt Johnston
-
fuzzing - fix some wrong types and -lcrypt on macos2020-11-02, by Matt Johnston
-
Fuzzing - get rid of "prefix" for streams2020-11-01, by Matt Johnston
-
fuzzing - avoid sha1 for random seed every iteration2020-11-01, by Matt Johnston
-
Move fuzzer-kex initialisation into a constructor function2020-10-29, by Matt Johnston
-
Use SSH packet mutator for preauth too2020-10-29, by Matt Johnston
-
Fix FUZZ_NO_REPLACE_STDERR for fuzz.c2020-10-29, by Matt Johnston