Mercurial > dropbear
graph
-
Fix -q to hide the banner2022-04-01, by Matt Johnston
-
Fix IPv6 address parsing for dbclient -b2022-04-01, by Matt Johnston
-
Allow dbclient -J to be used with multihop2022-04-01, by Matt Johnston
-
Add m_snprintf() that won't return negative2022-04-01, by Matt Johnston
-
Fix extra default -i arguments for multihop2022-04-01, by Matt Johnston
-
dbclient print remote fingerprint with -v2022-04-01, by Matt Johnston
-
Write CHANGES since last release2022-03-30, by Matt Johnston
-
Add /usr/sbin and /sbin to default root PATH2018-07-09, by Raphael Hertzog
-
Update to latest config.guess and config.sub2022-03-30, by Matt Johnston
-
Handle ecdsa-sk flags, reject no-touch2022-03-30, by Matt Johnston
-
Fix declaration after statement2022-03-30, by Matt Johnston
-
Add c89 build test2022-03-30, by Matt Johnston
-
Fix C99 comment2022-03-30, by Matt Johnston
-
Fix tilde expansion of paths2022-03-30, by Matt Johnston
-
Expand home path for MOTD file2020-07-09, by Begley Brothers Inc
-
Default options comments, ignore localoptions.h2020-07-09, by Begley Brothers Inc
-
Allow user space file locations (rootless support)2020-07-09, by Begley Brothers Inc
-
Check authorized_keys permissions as the user2022-03-30, by Matt Johnston
-
Disable dh-group1 KEX by default2022-03-30, by Matt Johnston
-
Document supported formats for dropbearconvert2022-03-30, by Matt Johnston
-
Print the key type in "Pubkey auth succeeded"2022-03-30, by Matt Johnston
-
Make SHA1 optional, implement SHA256 fingerprints2022-03-30, by Matt Johnston
-
Remove twofish and remnants of blowfish2022-03-30, by Matt Johnston
-
Remove commented ssh.com code from keyimport2022-03-30, by Matt Johnston
-
Fix dropbearconvert ecdsa parsing error typo2022-03-29, by Matt Johnston
-
Use buf_burn_free() instead of two calls2022-03-29, by Matt Johnston
-
Add ecdsa OpenSSH format for dropbearconvert2022-03-29, by Matt Johnston
-
Fix dropbearconvert for dropbearmulti test2022-03-29, by Matt Johnston
-
Add tests for dropbearconvert2022-03-29, by Matt Johnston
-
Support RSA OpenSSH new format in dropbearconvert2022-03-29, by Matt Johnston
-
Fix ed25519 dropbear to openssh conversion2022-03-29, by Matt Johnston
-
Fix act matrix workaround which broke real actions2022-03-24, by Matt Johnston
-
Add build test with DEBUG_TRACE 52022-03-24, by Matt Johnston
-
Add -v variable debug levels for server too2022-03-24, by Matt Johnston
-
Only set soft core limit not hard limit2022-03-24, by Matt Johnston
-
Revert "Don't include sk keys at all in KEX list"2022-03-24, by Matt Johnston
-
Fix tarball retention-days2022-03-24, by Matt Johnston
-
Add release.sh --testrel, github action2022-03-24, by Matt Johnston
-
Merge pull request #152 from HansH111/tracelevel22022-03-23, by Matt Johnston
-
Fix building with DEBUG_TRACE = 02022-03-22, by Matt Johnston
-
Use signature type not key type for debug message2022-03-22, by Matt Johnston
-
changed TRACE to DEBUG3 for dbclient2022-03-19, by HansH111
-
changed TRACE to DEBUG2 for dbclient2022-03-19, by HansH111
-
changed TRACE to DEBUG1 for dbclient2022-03-19, by HansH111
-
Added DEBUG1,DEBUG2,DEBUG3 to separate functions while keeping TRACE and TRACE2.2022-03-19, by HansH111
-
increase verboseness by allowing multiple -v2022-03-19, by HansH111
-
Allow for DEBUG_TRACE value 0 - 52022-03-19, by HansH111
-
merge2022-03-22, by Matt Johnston
-
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
-
Merge from main2020-10-29, by Matt Johnston
-
Fix fuzzing stderr override on os x2020-10-26, by Matt Johnston
-
Preallocate memory for sshpacketmutator. Add fuzzer-client_mutator_nomaths2020-10-26, by Matt Johnston
-
crossover works2020-10-26, by Matt Johnston
-
Fix fuzz-sshpacketmutator to work2020-10-26, by Matt Johnston
-
Print ascii in printhex too2020-10-26, by Matt Johnston
-
Added signature for changeset 5879c5829e852020-10-29, by Matt Johnston
-
Added tag DROPBEAR_2020.81 for changeset 4b984c42372d2020-10-29, by Matt Johnston
-
Add first try at fuzzing custom mutator2020-10-25, by Matt Johnston
-
merge from main2020-10-25, by Matt Johnston
-
Disable stderr output for fuzzer by default2020-10-24, by Matt Johnston
-
Add some more variation to fuzzer random number generation2020-10-23, by Matt Johnston
-
Move fuzzing code to fuzz/ subdirectory, improve Makefile.in2020-10-23, by Matt Johnston
-
Make "Too many remote algorithms" exit rather than log2020-10-24, by Matt Johnston
-
Add buf_decrpos()2020-10-24, by Matt Johnston
-
Increase MAX_PROPOSED_ALGO to 50, warn if exceeded2020-10-23, by Matt Johnston
-
Fix #ifdef DROPBEAR_FUZZ (caught by linter)2020-10-21, by Matt Johnston
-
Load password and key for client fuzzer.2020-10-20, by Matt Johnston
-
Don't sort objects, it breaks -lcrypt ordering2020-10-20, by Matt Johnston
-
Add ubsan fuzz run to Travis CI too2020-10-19, by Matt Johnston
-
Use Dropbear's random source rather than libtommath's platform2020-10-19, by Matt Johnston
-
Avoid passing NULL to memcpy2020-10-19, by Matt Johnston
-
Fix fuzzer build2020-10-18, by Matt Johnston
-
Merge fuzz branch2020-10-18, by Matt Johnston
-
Avoid gnu extension conditional operator2020-10-08, by Matt Johnston
-
Change secure.ucc.asn.au/hg to hg.ucc.asn.au2020-07-28, by Matt Johnston
-
Added signature for changeset 88f63b8b0f132020-06-26, by Matt Johnston
-
Added tag DROPBEAR_2020.80 for changeset 73646de50f132020-06-26, by Matt Johnston
-
Don't choke on disabled authorized_keys(5) options2020-06-26, by Guilhem Moulin
-
update CHANGES for 2020.802020-06-26, by Matt Johnston
-
Some notes on style2020-06-26, by Matt Johnston
-
Refer to libtom license files2020-06-25, by Matt Johnston
-
merge2020-06-23, by Matt Johnston
-
fix trace messages (#105)2020-06-23, by Ilya
-
move GNU_SOURCE earlier2020-06-23, by Matt Johnston
-
check for poly1305_init in other libtomcrypt configure test2020-06-23, by Matt Johnston
-
_GNU_SOURCE for random2020-06-23, by Matt Johnston
-
Disable toom and karatsuba for new libtommath2020-06-18, by Matt Johnston
-
Added signature for changeset 4877afd51e042020-06-15, by Matt Johnston
-
Added tag DROPBEAR_2020.79 for changeset e2e4929d057b2020-06-15, by Matt Johnston
-
changelog for 2020.792020-06-15, by Matt Johnston
-
Fix "make install" for manpages in out-of-tree builds2020-06-15, by Gabor Z. Papp
-
Add DEVELOPING.md2020-06-15, by Matt Johnston
-
Delay seedrandom until connections2020-06-15, by Matt Johnston
-
Disallow leading lines before the ident for server (#102)2020-06-15, by Vladislav Grishenko
-
Disable by default 3des, cbc, hmac-sha1-96, x11 forwarding2020-06-10, by Matt Johnston
-
Remove blowfish2020-06-10, by Matt Johnston
-
avoid zero length array in base64_decode2020-06-10, by Matt Johnston
-
Merge libtomcrypt v1.18.22020-06-10, by Matt Johnston
-
Fix whitespace changes vs upstream libtomcrypt2020-06-10, by Matt Johnston
-
Sync curve25519 license2020-05-31, by Vladislav Grishenko
-
Set IOV_MAX for IRIX2020-06-10, by Kazuo Kuroi
-
void return types for curve255192020-05-29, by Matt Johnston
-
Remove unused DEBUG_FORKGPROF2020-05-29, by Matt Johnston
-
Fix ChaCha20 on 32-bit platforms (#99)2020-05-29, by Vladislav Grishenko
-
Don't warn when SO_PRIORITY fails2020-05-28, by Matt Johnston
-
Fix typo DROPBEAR_NORMAL_DH2020-05-28, by Matt Johnston
-
Allow DH to be completely disabled (#97)2020-05-28, by Vladislav Grishenko
-
Fix warning for unused prngd branch2020-05-28, by Matt Johnston
-
Fix indentation and add braces2020-05-28, by Matt Johnston
-
merge2020-05-28, by Matt Johnston
-
Use Linux getrandom() to ensure random device is initialised2020-05-28, by Matt Johnston
-
set up early logging name2020-05-28, by Matt Johnston
-
initialise variable to stop warning2020-05-28, by Matt Johnston
-
Avoid oss-fuzz $SANITIZER causing wrong build2020-05-27, by Matt Johnston
-
Mention libtom version requirements, check for poly1305 in libtomcrypt2020-05-26, by Matt Johnston
-
Bring back -Werror and improve travis tests2020-05-26, by Matt Johnston
-
Update LibTomMath to 1.2.0 (#84)2020-05-26, by Steffen Jaeckel
-
try rearrange travis build matrix2020-05-26, by Matt Johnston
-
.travis.yml needs spaces not tabs2020-05-26, by Matt Johnston
-
update travis to Ubuntu focal to provide chacha202020-05-26, by Matt Johnston
-
Fix untested rsa-sha256 change to fuzzer-verify2020-05-26, by Matt Johnston
-
Make "dbclient -m help -c help" work2020-05-26, by Matt Johnston
-
fix typo2020-05-26, by Matt Johnston
-
Get rid of unused "none" cipher option2020-05-26, by Matt Johnston
-
cast to fix warning2020-05-26, by Matt Johnston
-
merge rsa-sha2562020-05-25, by Matt Johnston
-
rsa-sha256 for ssh-agent2020-05-25, by Matt Johnston
-
send and handle SSH_MSG_EXT_INFO only at the correct point2020-05-24, by Matt Johnston
-
run linter2020-05-24, by Matt Johnston
-
Add linter for #ifdef2020-05-24, by Matt Johnston
-
Make server send SSH_MSG_EXT_INFO2020-05-21, by Matt Johnston
-
Make DEBUG_NOFORK a #if not #ifdef2020-05-21, by Matt Johnston
-
ext-info handling for server-sig-algs2020-05-18, by Matt Johnston
-
split signkey_type and signature_type for RSA sha1 vs sha2562020-05-17, by Matt Johnston
-
use sigtype where appropriate2020-04-06, by Matt Johnston
-
CBC mode cleanup (#95)2020-05-25, by Vladislav Grishenko
-
Add Chacha20-Poly1305, AES128-GCM and AES256-GCM support (#93)2020-05-25, by Vladislav Grishenko
-
Mention Ed25519 in dropbearkey man (#94)2020-05-25, by Vladislav Grishenko
-
Add files via upload (#90)2020-05-25, by jcmathews
-
scp.c: Port OpenSSH CVE-2018-20685 fix (#80)2020-05-25, by Haelwenn Monnier
-
When explicitly passing --disable-fuzz to ./configure fuzz was actually2020-03-27, by Alexander Dahl
-
Update remaining advise to edit options.h2020-03-10, by Alexander Dahl
-
Handle early exit when addrstring isn't set2020-03-18, by Matt Johnston
-
Improve address logging on early exit messages (#83)2020-03-18, by Kevin Darbyshire-Bryant
-
merge2020-03-14, by Matt Johnston
-
Fallback for key gen without hard link support (#89)2020-03-14, by Matt Robinson
-
Set SSH_ORIGINAL_COMMAND for "dropbear -c" too, fix build without2020-03-14, by Matt Johnston
-
Don't log authorized_keys command= every time2020-03-14, by Matt Johnston
-
MOTD enabled by default as the manpage says (#87)2020-03-14, by zciendor
-
Add Ed25519 support (#91)2020-03-11, by Vladislav Grishenko
-
bring back fsync_parent_dir2019-10-18, by Matt Johnston
-
Bring back Dropbear patch to avoid setting AR/LD/RANLIB in LTM2019-09-17, by Matt Johnston
-
Prime-related bugfixes (#81)2019-09-17, by Steffen Jaeckel
-
update ltm to 1.1.0 and enable FIPS 186.4 compliant key-generation (#79)2019-09-16, by Steffen Jaeckel
-
Rename EPKA -> Plugin2019-05-15, by Matt Johnston
-
External Public-Key Authentication API (#72)2019-05-15, by fabriziobertocci
-
Added signature for changeset ebcdb893992d2019-03-27, by Matt Johnston
-
Added tag DROPBEAR_2019.78 for changeset 009d52ae26d32019-03-27, by Matt Johnston
-
Fix regression where TTY modes weren't reset for client2019-03-24, by Matt Johnston
-
Added signature for changeset 07b0d56d186d2019-03-23, by Matt Johnston
-
Added tag DROPBEAR_2019.77 for changeset 6d1bbe7d5fa52019-03-23, by Matt Johnston
-
use "openssl sha256"2019-03-23, by Matt Johnston
-
Update config.sub to 2019-01-05 and config.guess to 2019-03-042019-03-23, by Matt Johnston
-
fix constness build error2019-03-20, by Matt Johnston
-
limit password length to 1002019-03-20, by Matt Johnston
-
Increase MAX_USERNAME_LEN to 1002019-03-20, by Matt Johnston
-
dropbearconvert: keyimport.c: fix BER encoding of secp521r1 keys (#69)2019-03-20, by Christian Hohnstädt
-
support openssh long option -o Port=XXXX (#68)2019-03-20, by xcko
-
cygwin competibility fix (#64)2019-03-20, by karel-m
-
drop obsolete definition for MAX_KEXHASHBUF (#65)2019-03-20, by Andre McCurdy
-
Add a sanity check for DROPBEAR_SVR_MULTIUSER==0 mode2019-03-20, by Matt Johnston
-
Support servers without multiple user support (#76)2019-03-20, by Patrick Stewart
-
packet: remove stale comment about "packet_type" (#63)2019-03-20, by Konstantin Demin
-
fix some gcc warnings (#73)2019-03-20, by François Perrad
-
use strlcpy & strlcat (#74)2019-03-20, by François Perrad
-
Fix for issue successfull login of disabled user (#78)2019-03-20, by vincentto13
-
Add missing word to readme (#77)2019-03-20, by Michael Jones
-
add missing initializer (#71)2019-01-07, by François Perrad
-
merge2018-11-14, by Matt Johnston
-
Split ChanType closehandler() and cleanup() so that dbclient doesn't2018-11-14, by Matt Johnston
-
Remove some cluttering TRACE printouts2018-11-14, by Matt Johnston
-
Remove incorrect _POSIX_C_SOURCE2018-11-05, by Matt Johnston
-
- Add adaptive authentication failure delay2018-11-05, by Matt Johnston
-
merge remote forward fix2018-09-07, by Matt Johnston
-
Merge writev #include fix2018-08-26, by Matt Johnston
-
make writev #include consistent for variable declarations too2018-08-23, by Matt Johnston
-
Merge bugfix delay invalid users2018-08-23, by Matt Johnston
-
Wait to fail invalid usernames2018-08-23, by Matt Johnston
-
fix error message to say localoptions.h2018-08-23, by Matt Johnston
-
mention localoptions.h being build directory, fix underscore in CHANGES2018-03-01, by Matt Johnston
-
fix #endif (#59)2018-02-28, by François Perrad
-
avoid extended regex features to avoid caring about sed -r vs -E2018-07-24, by Matt Johnston
-
avoid extended regex features to avoid caring about sed -r vs -E2018-07-24, by Matt Johnston
-
Fix leaks in kex fuzzers2018-03-09, by Matt Johnston
-
move dictionaries to corpus repo2018-03-09, by Matt Johnston
-
avoid leak of ecdh public key2018-03-08, by Matt Johnston
-
kexhashbuf was much to small in kex fuzzers2018-03-08, by Matt Johnston
-
Disable wrapfds outside of fuzzed code2018-03-08, by Matt Johnston
-
It turns out you can't have a single-quote in an #error2018-03-08, by Matt Johnston
-
Only advertise a single server ecdsa key when -R (generate as required) is2018-03-08, by Matt Johnston
-
#error if no ecc size is chosen2018-03-08, by Matt Johnston
-
reduce fuzzer-kexdh params count again, still hitting timeout2018-03-07, by Matt Johnston
-
don't allow null characters in authorized_keys2018-03-07, by Matt Johnston
-
fix leak in option handling2018-03-07, by Matt Johnston
-
avoid leak of pubkey_options2018-03-06, by Matt Johnston
-
fix uninitialised memory in fuzzer codepath2018-03-06, by Matt Johnston
-
workaround memory sanitizer FD_ZERO false positives2018-03-06, by Matt Johnston
-
reduce number of dh parameters so fuzzer doesn't timeout2018-03-06, by Matt Johnston
-
ciphers/hashes/kex algorithms won't have string lengths, also use2018-03-05, by Matt Johnston
-
Don't read uninitialised value.2018-03-05, by Matt Johnston
-
reduce number of params so it doesn't hit a timeout2018-03-05, by Matt Johnston
-
fix some links2018-03-05, by Matt Johnston
-
notes on the fuzzer2018-03-05, by Matt Johnston
-
Add kexdh and kexecdh fuzzers2018-03-05, by Matt Johnston
-
dictionary for fuzzer-preauth2018-03-04, by Matt Johnston
-
try and improve the odds of useful fuzzer activity2018-03-04, by Matt Johnston
-
- fuzzer-pubkey needs to free algoname, fix build2018-03-04, by Matt Johnston
-
add a dictionary for fuzzer-pubkey2018-03-04, by Matt Johnston
-
use random keyblob from the fuzzer instead2018-03-04, by Matt Johnston
-
travis fuzz build clang++2018-03-04, by Matt Johnston
-
set up CXX for fuzzing build2018-03-04, by Matt Johnston
-
try fix travis sanitizer2018-03-04, by Matt Johnston
-
print config.log on failure2018-03-04, by Matt Johnston
-
add -fsanitize=address for fuzz test again2018-03-04, by Matt Johnston
-
get rid of unused packet_type in encrypted write queue2018-03-04, by Matt Johnston
-
merge2018-03-03, by Matt Johnston
-
some linting after fuzz merge (#60)2018-03-03, by François Perrad
-
add cryptlib for all targets in fuzz build2018-03-03, by Matt Johnston
-
Fix CFLAGS for configure2018-03-03, by Matt Johnston
-
no werror for fuzzing clang2018-03-01, by Matt Johnston
-
Attempt to fix m_free for libtomcrypt/libtommath2018-03-01, by Matt Johnston
-
avoid fsanitize=address for fuzzing2018-03-01, by Matt Johnston
-
Only use malloc wrapper if fuzzing2018-03-01, by Matt Johnston
-
avoid volatile cast warning2018-03-01, by Matt Johnston
-
don't try clang-5.02018-03-01, by Matt Johnston
-
add fuzzers to travis2018-03-01, by Matt Johnston
-
mention localoptions.h being build directory, fix underscore in CHANGES2018-03-01, by Matt Johnston
-
more portable for `which hg` test2018-02-28, by Matt Johnston
-
Merge fuzzing branch2018-02-28, by Matt Johnston
-
fix #endif (#59)2018-02-28, by François Perrad
-
Added signature for changeset 2f0c3f3361d32018-02-27, by Matt Johnston
-
Added tag DROPBEAR_2018.76 for changeset 1c66ca4f37912018-02-27, by Matt Johnston
-
bump debian changelog2018-02-27, by Matt Johnston
-
CHANGES for 2018.762018-02-27, by Matt Johnston
-
add guard HAVE_GETGROUPLIST2018-02-27, by Matt Johnston
-
Remove unused tests for headers and functions2018-02-27, by Matt Johnston
-
only clean libtom when using bundled libraries2018-02-26, by Matt Johnston
-
remove references to TODO2018-02-26, by Matt Johnston
-
avoid warning about port2018-02-26, by Matt Johnston
-
make group1 client-only2018-02-26, by Matt Johnston
-
Change default ecdsa size to 2562018-02-26, by Matt Johnston
-
disable group1 in default config2018-02-26, by Matt Johnston
-
don't log server listen ports2018-02-26, by Matt Johnston
-
ignore default_options_guard.h2018-02-26, by Matt Johnston
-
- Don't try to handle changed usernames2018-02-26, by Matt Johnston
-
more linting (#58)2018-02-26, by François Perrad
-
Fix restricted group code for BSDs, move to separate function2018-02-26, by Matt Johnston
-
Merge branch 'stellarpower-master'2018-02-22, by Matt Johnston
-
Merge branch 'master' of git://github.com/stellarpower/dropbear into stellarpower-master2018-02-22, by Matt Johnston
-
clarify that -r skips default hostkeys2018-02-22, by Matt Johnston
-
Only load dropbear default host keys if a key is not specified2018-02-22, by CamVan Nguyen
-
use a full prototype (#56)2018-02-20, by François Perrad
-
add curve25519-sha256 without @libssh.org2018-02-20, by Matt Johnston
-
limit rsa->e size to 64 bits2018-02-17, by Matt Johnston
-
12 years is too old for a TODO list2018-02-20, by Matt Johnston
-
rename default_options.h.in in docs too2018-02-20, by Matt Johnston
-
Remove bad merged libtommmath "clean" rule and leftover makefile.include2018-02-19, by Matt Johnston
-
- Fix dependencies and remove old default_options.h from version control2018-02-19, by Matt Johnston
-
draft CHANGES2018-02-18, by Matt Johnston
-
missed regenerating2018-02-18, by Matt Johnston
-
group14-sha256 should be higher than group14-sha12018-02-18, by Matt Johnston
-
clean up some default options2018-02-18, by Matt Johnston
-
Add dbclient '-J &fd' option for a file descriptor2018-02-18, by Matt Johnston
-
include config.h for options.h. don't need to include options.h when2018-02-18, by Matt Johnston
-
rename some options and move some to sysoptions.h2018-02-17, by Matt Johnston
-
loginrec close fd on error path2018-02-17, by Matt Johnston
-
more linting (#55)2018-02-17, by François Perrad
-
Add Spectre v2 mitigations for GCC (#54)2018-02-16, by Loganaden Velvindron
-
Merge branch 'master' of github.com:mkj/dropbear2018-02-16, by Matt Johnston
-
use NULL instead of 02018-01-25, by Francois Perrad
-
fix indentation2018-01-25, by Francois Perrad
-
merge2018-02-16, by Matt Johnston
-
Remove accidentally committed DROPBEAR_FUZZ2018-02-16, by Matt Johnston
-
options: Complete the transition to numeric toggles (`#if')2017-07-20, by Michael Witten
-
disallow inetd -v2018-02-15, by Matt Johnston
-
fix unused variable from merge2018-02-14, by Matt Johnston
-
fix compile warnings2018-02-14, by Matt Johnston
-
make signal flags volatile, simplify handling2018-02-14, by Matt Johnston
-
Move DEBUG_TRACE to default_options2018-02-13, by Matt Johnston
-
Update build instructions for localoptions, and tidy2018-02-13, by Matt Johnston
-
update some dependencies2018-02-13, by Matt Johnston
-
update default_options.h2018-02-13, by Matt Johnston