summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2019.77DROPBEAR_2019.77Matt Johnston2019-03-233-1/+47
* use "openssl sha256"Matt Johnston2019-03-231-1/+1
* Update config.sub to 2019-01-05 and config.guess to 2019-03-04Matt Johnston2019-03-232-1678/+1767
* fix constness build errorMatt Johnston2019-03-212-2/+2
* limit password length to 100Matt Johnston2019-03-212-1/+12
* Increase MAX_USERNAME_LEN to 100Matt Johnston2019-03-201-1/+1
* dropbearconvert: keyimport.c: fix BER encoding of secp521r1 keys (#69)Christian Hohnst?dt2019-03-201-1/+3
* support openssh long option -o Port=XXXX (#68)xcko2019-03-201-0/+6
* cygwin competibility fix (#64)karel-m2019-03-201-1/+5
* drop obsolete definition for MAX_KEXHASHBUF (#65)Andre McCurdy2019-03-201-3/+0
* Add a sanity check for DROPBEAR_SVR_MULTIUSER==0 modeMatt Johnston2019-03-202-1/+13
* Support servers without multiple user support (#76)Patrick Stewart2019-03-205-1/+18
* packet: remove stale comment about "packet_type" (#63)Konstantin Demin2019-03-201-2/+0
* fix some gcc warnings (#73)Fran?ois Perrad2019-03-202-3/+3
* use strlcpy & strlcat (#74)Fran?ois Perrad2019-03-202-5/+6
* Fix for issue successfull login of disabled user (#78)vincentto132019-03-201-0/+1
* Add missing word to readme (#77)Michael Jones2019-03-201-1/+1
* add missing initializer (#71)Fran?ois Perrad2019-01-071-0/+1
* mergeMatt Johnston2018-11-1411-35/+58
|\
| * Split ChanType closehandler() and cleanup() so that dbclient doesn'tMatt Johnston2018-11-1410-31/+58
| * Remove some cluttering TRACE printoutsMatt Johnston2018-11-141-4/+0
* | Remove incorrect _POSIX_C_SOURCEMatt Johnston2018-11-062-8/+0
|/
* - Add adaptive authentication failure delayMatt Johnston2018-11-056-48/+95
* merge remote forward fixMatt Johnston2018-09-074-6/+12
|\
| * FIx remote forward listenersMatt Johnston2018-09-074-6/+12
* | Merge writev #include fixMatt Johnston2018-08-2648-133/+1756
|\ \ | |/ |/|
| * Merge bugfix delay invalid usersMatt Johnston2018-08-2348-133/+1756
| |\
| | * avoid extended regex features to avoid caring about sed -r vs -EMatt Johnston2018-07-241-1/+1
| | * Fix leaks in kex fuzzersMatt Johnston2018-03-092-2/+10
| | * move dictionaries to corpus repoMatt Johnston2018-03-093-78/+0
| | * avoid leak of ecdh public keyMatt Johnston2018-03-081-0/+3
| | * kexhashbuf was much to small in kex fuzzersMatt Johnston2018-03-082-4/+2
| | * Disable wrapfds outside of fuzzed codeMatt Johnston2018-03-081-0/+6
| | * It turns out you can't have a single-quote in an #errorMatt Johnston2018-03-081-1/+1
| | * Only advertise a single server ecdsa key when -R (generate as required) isMatt Johnston2018-03-081-24/+35
| | * #error if no ecc size is chosenMatt Johnston2018-03-081-1/+1
| | * reduce fuzzer-kexdh params count again, still hitting timeoutMatt Johnston2018-03-071-2/+4
| | * don't allow null characters in authorized_keysMatt Johnston2018-03-071-1/+6
| | * fix leak in option handlingMatt Johnston2018-03-071-0/+6
| | * avoid leak of pubkey_optionsMatt Johnston2018-03-063-2/+11
| | * fix uninitialised memory in fuzzer codepathMatt Johnston2018-03-061-3/+5
| | * workaround memory sanitizer FD_ZERO false positivesMatt Johnston2018-03-066-9/+30
| | * reduce number of dh parameters so fuzzer doesn't timeoutMatt Johnston2018-03-062-2/+2
| | * ciphers/hashes/kex algorithms won't have string lengths, also useMatt Johnston2018-03-052-21/+54
| | * Don't read uninitialised value.Matt Johnston2018-03-051-1/+1
| | * reduce number of params so it doesn't hit a timeoutMatt Johnston2018-03-052-2/+4
| | * fix some linksMatt Johnston2018-03-052-9/+11
| | * notes on the fuzzerMatt Johnston2018-03-051-0/+72
| | * Add kexdh and kexecdh fuzzersMatt Johnston2018-03-056-2/+168
| | * dictionary for fuzzer-preauthMatt Johnston2018-03-051-0/+33