summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2019-03-20Add a sanity check for DROPBEAR_SVR_MULTIUSER==0 modeMatt Johnston
2019-03-20Support servers without multiple user support (#76)Patrick Stewart
2019-03-20packet: remove stale comment about "packet_type" (#63)Konstantin Demin
2019-03-20fix some gcc warnings (#73)François Perrad
2019-03-20use strlcpy & strlcat (#74)François Perrad
2019-03-20Fix for issue successfull login of disabled user (#78)vincentto13
2019-03-20Add missing word to readme (#77)Michael Jones
2019-01-07add missing initializer (#71)François Perrad
2018-11-14mergeMatt Johnston
2018-11-14Split ChanType closehandler() and cleanup() so that dbclient doesn'tMatt Johnston
2018-11-14Remove some cluttering TRACE printoutsMatt Johnston
2018-11-06Remove incorrect _POSIX_C_SOURCEMatt Johnston
2018-11-05- Add adaptive authentication failure delayMatt Johnston
2018-09-07merge remote forward fixMatt Johnston
2018-09-07FIx remote forward listenersMatt Johnston
2018-08-26Merge writev #include fixMatt Johnston
2018-08-23make writev #include consistent for variable declarations tooMatt Johnston
2018-08-23Merge bugfix delay invalid usersMatt Johnston
2018-08-23Wait to fail invalid usernamesMatt Johnston
2018-08-23fix error message to say localoptions.hMatt Johnston
2018-07-24avoid extended regex features to avoid caring about sed -r vs -EMatt Johnston
2018-03-09Fix leaks in kex fuzzersMatt Johnston
2018-03-09move dictionaries to corpus repoMatt Johnston
2018-03-08avoid leak of ecdh public keyMatt Johnston
2018-03-08kexhashbuf was much to small in kex fuzzersMatt Johnston
2018-03-08Disable wrapfds outside of fuzzed codeMatt Johnston
2018-03-08It turns out you can't have a single-quote in an #errorMatt Johnston
2018-03-08Only advertise a single server ecdsa key when -R (generate as required) isMatt Johnston
2018-03-08#error if no ecc size is chosenMatt Johnston
2018-03-07reduce fuzzer-kexdh params count again, still hitting timeoutMatt Johnston
2018-03-07don't allow null characters in authorized_keysMatt Johnston
2018-03-07fix leak in option handlingMatt Johnston
2018-03-06avoid leak of pubkey_optionsMatt Johnston
2018-03-06fix uninitialised memory in fuzzer codepathMatt Johnston
2018-03-06workaround memory sanitizer FD_ZERO false positivesMatt Johnston
2018-03-06reduce number of dh parameters so fuzzer doesn't timeoutMatt Johnston
2018-03-05ciphers/hashes/kex algorithms won't have string lengths, also useMatt Johnston
2018-03-05Don't read uninitialised value.Matt Johnston
2018-03-05reduce number of params so it doesn't hit a timeoutMatt Johnston
2018-03-05fix some linksMatt Johnston
2018-03-05notes on the fuzzerMatt Johnston
2018-03-05Add kexdh and kexecdh fuzzersMatt Johnston
2018-03-05dictionary for fuzzer-preauthMatt Johnston
2018-03-04try and improve the odds of useful fuzzer activityMatt Johnston
2018-03-04- fuzzer-pubkey needs to free algoname, fix buildMatt Johnston
2018-03-04add a dictionary for fuzzer-pubkeyMatt Johnston
2018-03-04use random keyblob from the fuzzer insteadMatt Johnston
2018-03-04travis fuzz build clang++Matt Johnston
2018-03-04set up CXX for fuzzing buildMatt Johnston
2018-03-04try fix travis sanitizerMatt Johnston