Mercurial > dropbear
graph
-
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