Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2018-02-19 | - Fix dependencies and remove old default_options.h from version control | Matt Johnston | |
- Rename default_options.h.in -> default_options.h, and default_options.h -> default_options_guard.h - Fix newlines in default_options.h | |||
2018-02-18 | draft CHANGES | Matt Johnston | |
2018-02-18 | missed regenerating | Matt Johnston | |
2018-02-18 | group14-sha256 should be higher than group14-sha1 | Matt Johnston | |
2018-02-18 | clean up some default options | Matt Johnston | |
- move hmac-sha2-512, hmac-md5, twofish_ctr to sysoptions.h, off by default - try and improve text for KEX methods | |||
2018-02-18 | Add dbclient '-J &fd' option for a file descriptor | Matt Johnston | |
Based on patch by Harald Becker | |||
2018-02-18 | include config.h for options.h. don't need to include options.h when | Matt Johnston | |
includes.h brings it in | |||
2018-02-18 | rename some options and move some to sysoptions.h | Matt Johnston | |
2018-02-17 | limit rsa->e size to 64 bits | Matt Johnston | |
--HG-- branch : fuzz | |||
2018-02-17 | limit rsa->e size to 64 bits | Matt Johnston | |
2018-02-20 | 12 years is too old for a TODO list | Matt Johnston | |
2018-02-20 | rename default_options.h.in in docs too | Matt Johnston | |
2018-02-17 | merge from main | Matt Johnston | |
--HG-- branch : fuzz | |||
2018-02-17 | loginrec close fd on error path | Matt Johnston | |
2018-02-17 | more linting (#55) | François Perrad | |
* dropbear_exit: remove priority parameter confusion with dropbear_log() * const parameter | |||
2018-02-16 | Add Spectre v2 mitigations for GCC (#54) | Loganaden Velvindron | |
2018-02-16 | Merge branch 'master' of github.com:mkj/dropbear | Matt Johnston | |
2018-02-16 | use NULL instead of 0 | Francois Perrad | |