summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Wait to fail invalid usernamesbugfixMatt Johnston2018-08-235-35/+54
* fix error message to say localoptions.hMatt Johnston2018-08-231-1/+1
* mention localoptions.h being build directory, fix underscore in CHANGESMatt Johnston2018-03-014-4/+7
* fix #endif (#59)François Perrad2018-02-281-1/+1
* avoid extended regex features to avoid caring about sed -r vs -EMatt Johnston2018-07-241-1/+1
* Bump versionDROPBEAR_2018.76Matt Johnston2018-02-271-1/+1
* bump debian changelogMatt Johnston2018-02-271-0/+6
* CHANGES for 2018.76Matt Johnston2018-02-271-9/+32
* add guard HAVE_GETGROUPLISTMatt Johnston2018-02-273-2/+18
* Remove unused tests for headers and functionsMatt Johnston2018-02-271-5/+6
* only clean libtom when using bundled librariesMatt Johnston2018-02-261-1/+2
* remove references to TODOMatt Johnston2018-02-262-3/+2
* avoid warning about portMatt Johnston2018-02-261-1/+1
* make group1 client-onlyMatt Johnston2018-02-262-1/+19
* Change default ecdsa size to 256Matt Johnston2018-02-261-5/+6
* disable group1 in default configMatt Johnston2018-02-261-1/+1
* don't log server listen portsMatt Johnston2018-02-261-4/+1
* ignore default_options_guard.hMatt Johnston2018-02-261-0/+1
* - Don't try to handle changed usernamesMatt Johnston2018-02-262-43/+31
* more linting (#58)François Perrad2018-02-264-6/+6
* Fix restricted group code for BSDs, move to separate functionMatt Johnston2018-02-264-61/+62
* Merge branch 'stellarpower-master'Matt Johnston2018-02-223-0/+70
|\
| * Merge branch 'master' of git://github.com/stellarpower/dropbear into stellarp...Matt Johnston2018-02-223-0/+70
| |\ |/ /
| * Added the -G option to allow logins only for users that are members of a cert...stellarpower2018-02-203-0/+70
* | clarify that -r skips default hostkeysMatt Johnston2018-02-221-2/+4
* | Only load dropbear default host keys if a key is not specifiedCamVan Nguyen2018-02-221-3/+6
* | use a full prototype (#56)François Perrad2018-02-202-2/+2
* | add curve25519-sha256 without @libssh.orgMatt Johnston2018-02-201-0/+1
* | limit rsa->e size to 64 bitsMatt Johnston2018-02-171-0/+6
* | 12 years is too old for a TODO listMatt Johnston2018-02-201-27/+0
* | rename default_options.h.in in docs tooMatt Johnston2018-02-202-2/+2
|/
* Remove bad merged libtommmath "clean" rule and leftover makefile.includeMatt Johnston2018-02-193-126/+9
* - Fix dependencies and remove old default_options.h from version controlMatt Johnston2018-02-195-461/+19
* draft CHANGESMatt Johnston2018-02-181-0/+73
* missed regeneratingMatt Johnston2018-02-181-41/+27
* group14-sha256 should be higher than group14-sha1Matt Johnston2018-02-181-3/+3
* clean up some default optionsMatt Johnston2018-02-182-31/+38
* Add dbclient '-J &fd' option for a file descriptorMatt Johnston2018-02-182-0/+26
* include config.h for options.h. don't need to include options.h whenMatt Johnston2018-02-1811-10/+5
* rename some options and move some to sysoptions.hMatt Johnston2018-02-184-149/+106
* loginrec close fd on error pathMatt Johnston2018-02-171-1/+2
* more linting (#55)François Perrad2018-02-173-5/+5
* Add Spectre v2 mitigations for GCC (#54)Loganaden Velvindron2018-02-161-0/+5
* Merge branch 'master' of github.com:mkj/dropbearMatt Johnston2018-02-162-8/+7
|\
| * mergeMatt Johnston2018-02-161-0/+7
| |\
| | * disallow inetd -vMatt Johnston2018-02-151-0/+7
| * | Remove accidentally committed DROPBEAR_FUZZMatt Johnston2018-02-161-8/+0
* | | use NULL instead of 0Francois Perrad2018-02-161-1/+1
* | | fix indentationFrancois Perrad2018-02-161-1/+1
|/ /
* | options: Complete the transition to numeric toggles (`#if')Michael Witten2018-02-1618-54/+100
|/