2019-09-17 |
Steffen Jaeckel |
Prime-related bugfixes (#81)
|
2019-09-16 |
Steffen Jaeckel |
update ltm to 1.1.0 and enable FIPS 186.4 compliant key-generation (#79)
|
2019-05-15 |
Matt Johnston |
Rename EPKA -> Plugin
|
2019-05-15 |
fabriziobertocci |
External Public-Key Authentication API (#72)
|
2019-03-27 |
Matt Johnston |
Added signature for changeset ebcdb893992d
|
2019-03-27 |
Matt Johnston |
Added tag DROPBEAR_2019.78 for changeset 009d52ae26d3
|
2019-03-27 |
Matt Johnston |
Bump to 2019.78
DROPBEAR_2019.78
|
2019-03-24 |
Matt Johnston |
Fix regression where TTY modes weren't reset for client
|
2019-03-23 |
Matt Johnston |
Added signature for changeset 07b0d56d186d
|
2019-03-23 |
Matt Johnston |
Added tag DROPBEAR_2019.77 for changeset 6d1bbe7d5fa5
|
2019-03-23 |
Matt Johnston |
2019.77
DROPBEAR_2019.77
|
2019-03-23 |
Matt Johnston |
use "openssl sha256"
|
2019-03-23 |
Matt Johnston |
Update config.sub to 2019-01-05 and config.guess to 2019-03-04
|
2019-03-21 |
Matt Johnston |
try for coverity
coverity
|
2019-03-20 |
Matt Johnston |
fix constness build error
|
2019-03-20 |
Matt Johnston |
merge coverity
coverity
|
2019-03-20 |
Matt Johnston |
limit password length to 100
|
2019-03-20 |
Matt Johnston |
Increase MAX_USERNAME_LEN to 100
|
2019-03-20 |
Christian Hohnstädt |
dropbearconvert: keyimport.c: fix BER encoding of secp521r1 keys (#69)
|
2019-03-20 |
xcko |
support openssh long option -o Port=XXXX (#68)
|
2019-03-20 |
karel-m |
cygwin competibility fix (#64)
|
2019-03-20 |
Andre McCurdy |
drop obsolete definition for MAX_KEXHASHBUF (#65)
|
2019-03-20 |
Matt Johnston |
Add a sanity check for DROPBEAR_SVR_MULTIUSER==0 mode
|
2019-03-20 |
Patrick Stewart |
Support servers without multiple user support (#76)
|
2019-03-20 |
Konstantin Demin |
packet: remove stale comment about "packet_type" (#63)
|
2019-03-20 |
François Perrad |
fix some gcc warnings (#73)
|
2019-03-20 |
François Perrad |
use strlcpy & strlcat (#74)
|
2019-03-20 |
vincentto13 |
Fix for issue successfull login of disabled user (#78)
|
2019-03-20 |
Michael Jones |
Add missing word to readme (#77)
|
2019-01-07 |
François Perrad |
add missing initializer (#71)
|
2018-11-14 |
Matt Johnston |
merge
|
2018-11-14 |
Matt Johnston |
Split ChanType closehandler() and cleanup() so that dbclient doesn't
|
2018-11-14 |
Matt Johnston |
Remove some cluttering TRACE printouts
|
2018-11-05 |
Matt Johnston |
Remove incorrect _POSIX_C_SOURCE
|
2018-11-05 |
Matt Johnston |
- Add adaptive authentication failure delay
|
2018-09-07 |
Matt Johnston |
merge remote forward fix
|
2018-09-07 |
Matt Johnston |
FIx remote forward listeners
bugfix
|
2018-08-26 |
Matt Johnston |
Merge writev #include fix
|
2018-08-23 |
Matt Johnston |
make writev #include consistent for variable declarations too
|
2018-08-23 |
Matt Johnston |
Merge bugfix delay invalid users
|
2018-08-23 |
Matt Johnston |
Wait to fail invalid usernames
|
2018-08-23 |
Matt Johnston |
fix error message to say localoptions.h
|
2018-03-01 |
Matt Johnston |
mention localoptions.h being build directory, fix underscore in CHANGES
|
2018-02-28 |
François Perrad |
fix #endif (#59)
|
2018-07-24 |
Matt Johnston |
avoid extended regex features to avoid caring about sed -r vs -E
|
2018-07-24 |
Matt Johnston |
avoid extended regex features to avoid caring about sed -r vs -E
|
2018-03-20 |
Matt Johnston |
merge coverity
coverity
|
2018-03-09 |
Matt Johnston |
Fix leaks in kex fuzzers
|
2018-03-09 |
Matt Johnston |
move dictionaries to corpus repo
|
2018-03-08 |
Matt Johnston |
avoid leak of ecdh public key
|
2018-03-08 |
Matt Johnston |
kexhashbuf was much to small in kex fuzzers
|
2018-03-08 |
Matt Johnston |
Disable wrapfds outside of fuzzed code
|
2018-03-08 |
Matt Johnston |
It turns out you can't have a single-quote in an #error
|
2018-03-08 |
Matt Johnston |
Only advertise a single server ecdsa key when -R (generate as required) is
|
2018-03-08 |
Matt Johnston |
#error if no ecc size is chosen
|
2018-03-07 |
Matt Johnston |
reduce fuzzer-kexdh params count again, still hitting timeout
|
2018-03-07 |
Matt Johnston |
don't allow null characters in authorized_keys
|
2018-03-07 |
Matt Johnston |
fix leak in option handling
|
2018-03-06 |
Matt Johnston |
avoid leak of pubkey_options
|
2018-03-06 |
Matt Johnston |
fix uninitialised memory in fuzzer codepath
|
2018-03-06 |
Matt Johnston |
workaround memory sanitizer FD_ZERO false positives
|
2018-03-06 |
Matt Johnston |
reduce number of dh parameters so fuzzer doesn't timeout
|
2018-03-05 |
Matt Johnston |
ciphers/hashes/kex algorithms won't have string lengths, also use
|
2018-03-05 |
Matt Johnston |
Don't read uninitialised value.
|
2018-03-05 |
Matt Johnston |
reduce number of params so it doesn't hit a timeout
|
2018-03-05 |
Matt Johnston |
fix some links
|
2018-03-05 |
Matt Johnston |
notes on the fuzzer
|
2018-03-05 |
Matt Johnston |
Add kexdh and kexecdh fuzzers
|
2018-03-04 |
Matt Johnston |
dictionary for fuzzer-preauth
|
2018-03-04 |
Matt Johnston |
try and improve the odds of useful fuzzer activity
|
2018-03-04 |
Matt Johnston |
- fuzzer-pubkey needs to free algoname, fix build
|
2018-03-04 |
Matt Johnston |
add a dictionary for fuzzer-pubkey
|
2018-03-04 |
Matt Johnston |
use random keyblob from the fuzzer instead
|
2018-03-04 |
Matt Johnston |
travis fuzz build clang++
|
2018-03-04 |
Matt Johnston |
set up CXX for fuzzing build
|
2018-03-04 |
Matt Johnston |
try fix travis sanitizer
|
2018-03-04 |
Matt Johnston |
merge coverity
coverity
|
2018-03-04 |
Matt Johnston |
print config.log on failure
|
2018-03-04 |
Matt Johnston |
add -fsanitize=address for fuzz test again
|
2018-03-04 |
Matt Johnston |
get rid of unused packet_type in encrypted write queue
|
2018-03-03 |
Matt Johnston |
merge
|
2018-03-03 |
François Perrad |
some linting after fuzz merge (#60)
|
2018-03-03 |
Matt Johnston |
add cryptlib for all targets in fuzz build
|
2018-03-03 |
Matt Johnston |
Fix CFLAGS for configure
|
2018-03-01 |
Matt Johnston |
no werror for fuzzing clang
|
2018-03-01 |
Matt Johnston |
Attempt to fix m_free for libtomcrypt/libtommath
|
2018-03-01 |
Matt Johnston |
avoid fsanitize=address for fuzzing
|
2018-03-01 |
Matt Johnston |
Only use malloc wrapper if fuzzing
|
2018-03-01 |
Matt Johnston |
avoid volatile cast warning
|
2018-03-01 |
Matt Johnston |
don't try clang-5.0
|
2018-03-01 |
Matt Johnston |
add fuzzers to travis
|
2018-03-01 |
Matt Johnston |
mention localoptions.h being build directory, fix underscore in CHANGES
|
2018-02-28 |
Matt Johnston |
more portable for `which hg` test
|
2018-02-28 |
Matt Johnston |
Merge fuzzing branch
|
2018-02-28 |
Matt Johnston |
merge from main
fuzz
|
2018-02-28 |
Matt Johnston |
clean some fuzzing conditionals
fuzz
|
2018-02-28 |
François Perrad |
fix #endif (#59)
|
2018-02-28 |
Matt Johnston |
Fix to be able to compile normal(ish) binaries with --enable-fuzz
fuzz
|
2018-02-28 |
Matt Johnston |
- #if not #ifdef for DROPBEAR_FUZZ
fuzz
|
2018-02-28 |
Matt Johnston |
merge from main
fuzz
|
2018-02-27 |
Matt Johnston |
Added signature for changeset 2f0c3f3361d3
|
2018-02-27 |
Matt Johnston |
Added tag DROPBEAR_2018.76 for changeset 1c66ca4f3791
|
2018-02-27 |
Matt Johnston |
Bump version
DROPBEAR_2018.76
|
2018-02-27 |
Matt Johnston |
bump debian changelog
|
2018-02-27 |
Matt Johnston |
CHANGES for 2018.76
|
2018-02-27 |
Matt Johnston |
add guard HAVE_GETGROUPLIST
|
2018-02-27 |
Matt Johnston |
Remove unused tests for headers and functions
|
2018-02-26 |
Matt Johnston |
only clean libtom when using bundled libraries
|
2018-02-26 |
Matt Johnston |
remove references to TODO
|
2018-02-26 |
Matt Johnston |
avoid warning about port
|
2018-02-26 |
Matt Johnston |
merge from main
fuzz
|
2018-02-26 |
Matt Johnston |
merge coverity
coverity
|
2018-02-26 |
Matt Johnston |
make group1 client-only
|
2018-02-26 |
Matt Johnston |
Change default ecdsa size to 256
|
2018-02-26 |
Matt Johnston |
disable group1 in default config
|
2018-02-26 |
Matt Johnston |
don't log server listen ports
|
2018-02-26 |
Matt Johnston |
ignore default_options_guard.h
|
2018-02-26 |
Matt Johnston |
- Don't try to handle changed usernames
|
2018-02-26 |
François Perrad |
more linting (#58)
|
2018-02-26 |
Matt Johnston |
Fix restricted group code for BSDs, move to separate function
|