Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-02 | options for disabling "normal" DH | Matt Johnston | |
2016-05-02 | move group14 and group16 to options.h, group14-sha256 on by default | Matt Johnston | |
2016-04-29 | Avoid busy loop while waiting for rekey response | Matt Johnston | |
2016-04-12 | Avoid osx "install" race | Matt Johnston | |
2016-04-12 | Add manpage and log for forced_command | Matt Johnston | |
2016-04-12 | Add -c <command> option to force a specific command | Jeremy Kerr | |
This change adds a -c option to dropbear, to force the session to use a specific command, in a similar fashion to OpenSSH's ForceCommand configuration option. This is useful to provide a simple fixed service over ssh, without requiring an authorized key file for the per-key forced_command option. This setting takes precedence over the channel session's provided command, and the per-key forced_command setting. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> | |||
2016-03-18 | Added signature for changeset 70705edee9dd | Matt Johnston | |
2016-03-18 | Added tag DROPBEAR_2016.73 for changeset 309e1c4a8768 | Matt Johnston | |
2016-03-18 | update for 2016.73 | Matt Johnston | |
2016-03-18 | Fix whitespace missed in merge | Matt Johnston | |
2016-03-17 | move m_burn and function attributes to dbhelpers | Matt Johnston | |
use m_burn for libtomcrypt zeromem() too | |||
2016-03-17 | Fix missing paths from m_burn commit | Matt Johnston | |
2016-03-17 | use m_burn for mp_clear | Matt Johnston | |
2016-03-16 | Use memset_s or explicit_bzero | Matt Johnston | |
2016-03-16 | add CVE | Matt Johnston | |
2016-03-16 | merge | Matt Johnston | |
2016-03-16 | add the idiomatic do/while(0) in the macro SCREWUP | Francois Perrad | |
2016-03-16 | fix empty C prototypes | Francois Perrad | |
2016-03-16 | add static in function definition | Francois Perrad | |
like in function declaration | |||
2016-03-16 | add parentheses to macro | Francois Perrad | |
2016-03-16 | const variables | Francois Perrad | |
2016-03-16 | explicitly initialization of static variables | Francois Perrad | |
2016-03-16 | Suspicious use of ; | Francois Perrad | |
2016-03-16 | rename loop variable | Francois Perrad | |
2 nested loops with the same variable 'i', line 219 and line 309 | |||
2016-03-16 | Suspicious use of & | Francois Perrad | |
2016-03-16 | add comment FALLTHROUGH which recognize by many lint tools | Francois Perrad | |
2016-03-16 | put default in switch/case | Francois Perrad | |
2016-03-16 | remove unreachable code | Francois Perrad | |
2016-03-16 | use #ifdef like everywhere | Francois Perrad | |
2016-03-15 | merge | Matt Johnston | |
2016-03-15 | assertion for case that shouldn't happen | Matt Johnston | |
2016-03-15 | m_close() rather than close() | Matt Johnston | |
2016-03-15 | ignore return value from fcntl() | Matt Johnston | |
2016-03-15 | Fix truncated type for getc() at confirmation prompt | Matt Johnston | |
2016-03-15 | cast return type to enum | Matt Johnston | |
2016-03-15 | remove unused loginrec_set_addr() | Matt Johnston | |
2016-03-15 | update CHANGES | Matt Johnston | |
2016-03-15 | Merge pull request #23 from Chocobo1/travis_fix | Matt Johnston | |
TravisCI: re-enable MULTI=1 & NOWRITEV=1 builds on OSX | |||
2016-03-15 | Merge branch 'fperrad-20151231_indent' | Matt Johnston | |
2016-03-15 | Merge branch '20151231_indent' of https://github.com/fperrad/dropbear into ↵ | Matt Johnston | |
fperrad-20151231_indent | |||
2016-03-12 | Get rid of group15, move group16 to sha512. | Matt Johnston | |
New groups are disabled by default pending draft-ietf-curdle-ssh-kex-sha2-02 being finalised | |||
2016-03-10 | merge github master | Matt Johnston | |
2016-03-10 | allow specifying dropbearmulti command as an argument | Matt Johnston | |
2016-03-10 | merge 2016.72 | Matt Johnston | |
2016-03-10 | Added signature for changeset fd1981f41c62 | Matt Johnston | |
2016-03-10 | Added tag DROPBEAR_2016.72 for changeset 78b12b6549be | Matt Johnston | |
2016-03-09 | debian changelog | Matt Johnston | |
2016-03-09 | 2016.72 | Matt Johnston | |
2016-03-09 | Validate xauth input | Matt Johnston | |
2016-01-21 | TravisCI: re-enable MULTI=1 & NOWRITEV=1 builds on OSX, fixes d416a9b | Chocobo1 | |