Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-03 | merge | Matt Johnston | |
2018-03-03 | add cryptlib for all targets in fuzz build | Matt Johnston | |
2018-03-03 | some linting after fuzz merge (#60) | François Perrad | |
* fix prototype * remove extra comma * use m_free after m_strdup | |||
2018-03-03 | Fix CFLAGS for configure | Matt Johnston | |
2018-03-02 | no werror for fuzzing clang | Matt Johnston | |
2018-03-02 | Attempt to fix m_free for libtomcrypt/libtommath | Matt Johnston | |
2018-03-01 | avoid fsanitize=address for fuzzing | Matt Johnston | |
2018-03-01 | Only use malloc wrapper if fuzzing | Matt Johnston | |
2018-03-01 | avoid volatile cast warning | Matt Johnston | |
2018-03-01 | don't try clang-5.0 | Matt Johnston | |
2018-03-01 | add fuzzers to travis | Matt Johnston | |
2018-03-01 | mention localoptions.h being build directory, fix underscore in CHANGES | Matt Johnston | |
2018-02-28 | more portable for `which hg` test | Matt Johnston | |
2018-02-28 | Merge fuzzing branch | Matt Johnston | |
2018-02-28 | merge from main | Matt Johnston | |
--HG-- branch : fuzz | |||
2018-02-28 | clean some fuzzing conditionals | Matt Johnston | |
--HG-- branch : fuzz | |||
2018-02-28 | fix #endif (#59) | François Perrad | |
2018-02-28 | Fix to be able to compile normal(ish) binaries with --enable-fuzz | Matt Johnston | |
--HG-- branch : fuzz | |||
2018-02-28 | - #if not #ifdef for DROPBEAR_FUZZ | Matt Johnston | |
- fix some unused variables --HG-- branch : fuzz | |||
2018-02-28 | merge from main | Matt Johnston | |
--HG-- branch : fuzz | |||
2018-02-27 | Added signature for changeset 2f0c3f3361d3 | Matt Johnston | |
2018-02-27 | Added tag DROPBEAR_2018.76 for changeset 1c66ca4f3791 | Matt Johnston | |
2018-02-27 | Bump version | Matt Johnston | |
2018-02-27 | bump debian changelog | Matt Johnston | |
2018-02-27 | CHANGES for 2018.76 | Matt Johnston | |
2018-02-27 | add guard HAVE_GETGROUPLIST | Matt Johnston | |
2018-02-27 | Remove unused tests for headers and functions | Matt Johnston | |
2018-02-26 | only clean libtom when using bundled libraries | Matt Johnston | |
2018-02-26 | remove references to TODO | Matt Johnston | |
2018-02-26 | avoid warning about port | Matt Johnston | |
2018-02-26 | merge from main | Matt Johnston | |
--HG-- branch : fuzz | |||
2018-02-26 | make group1 client-only | Matt Johnston | |
2018-02-26 | Change default ecdsa size to 256 | Matt Johnston | |
2018-02-26 | disable group1 in default config | Matt Johnston | |
2018-02-26 | don't log server listen ports | Matt Johnston | |
2018-02-26 | ignore default_options_guard.h | Matt Johnston | |
2018-02-26 | - Don't try to handle changed usernames | Matt Johnston | |
- Avoid logging repeated failed username messages | |||
2018-02-26 | more linting (#58) | François Perrad | |
* const parameter * fix indentation | |||
2018-02-26 | Fix restricted group code for BSDs, move to separate function | Matt Johnston | |
2018-02-22 | Merge branch 'stellarpower-master' | Matt Johnston | |
2018-02-22 | Merge branch 'master' of git://github.com/stellarpower/dropbear into ↵ | Matt Johnston | |
stellarpower-master | |||
2018-02-22 | clarify that -r skips default hostkeys | Matt Johnston | |
2018-02-22 | Only load dropbear default host keys if a key is not specified | CamVan Nguyen | |
2018-02-21 | print hg revid | Matt Johnston | |
--HG-- branch : fuzz | |||
2018-02-21 | The fuzzer has managed to generated DSS key/signature pairs that | Matt Johnston | |
verify. Avoid false positives from bogus keys that wouldn't be used --HG-- branch : fuzz | |||
2018-02-21 | compile fixes | Matt Johnston | |
--HG-- branch : fuzz | |||
2018-02-20 | use a full prototype (#56) | François Perrad | |
2018-02-20 | add curve25519-sha256 without @libssh.org | Matt Johnston | |
2018-02-20 | Added the -G option to allow logins only for users that are members of a ↵ | stellarpower | |
certain group. This allows finer control of an instance on who can and cannot login over a certain instance (e.g. password and not key). Needs double-checking and ensuring it meets platform requirements. | |||
2018-02-19 | Remove bad merged libtommmath "clean" rule and leftover makefile.include | Matt Johnston | |