Mercurial > dropbear
graph
-
Add generated header default_options.h to version control.2016-05-04, by Matt Johnston
-
message about truncated banner2016-05-04, by Matt Johnston
-
Convert #ifdef to #if, other build changes2016-05-04, by Matt Johnston
-
options for disabling "normal" DH2016-05-02, by Matt Johnston
-
move group14 and group16 to options.h, group14-sha256 on by default2016-05-02, by Matt Johnston
-
Avoid busy loop while waiting for rekey response2016-04-29, by Matt Johnston
-
Avoid osx "install" race2016-04-12, by Matt Johnston
-
Add manpage and log for forced_command2016-04-12, by Matt Johnston
-
Add -c <command> option to force a specific command2016-04-12, by Jeremy Kerr
-
Added signature for changeset 70705edee9dd2016-03-18, by Matt Johnston
-
Added tag DROPBEAR_2016.73 for changeset 309e1c4a87682016-03-18, by Matt Johnston
-
Fix whitespace missed in merge2016-03-18, by Matt Johnston
-
move m_burn and function attributes to dbhelpers2016-03-17, by Matt Johnston
-
Fix missing paths from m_burn commit2016-03-16, by Matt Johnston
-
use m_burn for mp_clear2016-03-16, by Matt Johnston
-
Use memset_s or explicit_bzero2016-03-16, by Matt Johnston
-
add CVE2016-03-16, by Matt Johnston
-
merge2016-03-16, by Matt Johnston
-
add the idiomatic do/while(0) in the macro SCREWUP2015-12-31, by Francois Perrad
-
fix empty C prototypes2016-01-01, by Francois Perrad
-
add static in function definition2016-01-01, by Francois Perrad
-
add parentheses to macro2016-01-01, by Francois Perrad
-
const variables2016-01-01, by Francois Perrad
-
explicitly initialization of static variables2016-01-01, by Francois Perrad
-
Suspicious use of ;2016-01-01, by Francois Perrad
-
rename loop variable2015-12-31, by Francois Perrad
-
Suspicious use of &2015-12-31, by Francois Perrad
-
add comment FALLTHROUGH which recognize by many lint tools2015-12-31, by Francois Perrad
-
put default in switch/case2015-12-31, by Francois Perrad
-
remove unreachable code2015-12-31, by Francois Perrad
-
use #ifdef like everywhere2015-12-31, by Francois Perrad
-
merge2016-03-15, by Matt Johnston
-
Merge pull request #23 from Chocobo1/travis_fix2016-03-15, by Matt Johnston
-
TravisCI: re-enable MULTI=1 & NOWRITEV=1 builds on OSX, fixes d416a9b2016-01-20, by Chocobo1
-
assertion for case that shouldn't happen2016-03-15, by Matt Johnston
-
m_close() rather than close()2016-03-15, by Matt Johnston
-
ignore return value from fcntl()2016-03-15, by Matt Johnston
-
Fix truncated type for getc() at confirmation prompt2016-03-15, by Matt Johnston
-
cast return type to enum2016-03-15, by Matt Johnston
-
remove unused loginrec_set_addr()2016-03-15, by Matt Johnston
-
update CHANGES2016-03-15, by Matt Johnston
-
Merge branch 'fperrad-20151231_indent'2016-03-15, by Matt Johnston
-
Merge branch '20151231_indent' of https://github.com/fperrad/dropbear into fperrad-20151231_indent2016-03-15, by Matt Johnston
-
more hard tab2016-01-01, by Francois Perrad
-
refactor indentation with hard tab2015-12-31, by Francois Perrad
-
Get rid of group15, move group16 to sha512.2016-03-12, by Matt Johnston
-
merge github master2016-03-10, by Matt Johnston
-
Merge pull request #22 from Chocobo1/travis2016-01-20, by Matt Johnston
-
TravisCI: fix linux + clang compile2016-01-11, by Chocobo1
-
TravisCI: use `if` block2016-01-05, by Chocobo1
-
TravisCI: enable osx builds2016-01-05, by Chocobo1
-
TravisCI: enable build with clang2016-01-05, by Chocobo1
-
TravisCI: enable parallel build2016-01-05, by Chocobo1
-
TravisCI: modify to run builds in container2016-01-05, by Chocobo1
-
Merge pull request #21 from Chocobo1/fix2016-01-20, by Matt Johnston
-
Fix parentheses weird placement2016-01-05, by Chocobo1
-
Fix print format specifier2016-01-05, by Chocobo1
-
Fix "Pointer to local array variable returned"2016-01-05, by Chocobo1
-
allow specifying dropbearmulti command as an argument2016-03-10, by Matt Johnston
-
merge 2016.722016-03-10, by Matt Johnston
-
Added signature for changeset fd1981f41c622016-03-10, by Matt Johnston
-
Added tag DROPBEAR_2016.72 for changeset 78b12b6549be2016-03-10, by Matt Johnston
-
2016.722016-03-09, by Matt Johnston
-
Validate xauth input2016-03-09, by Matt Johnston
-
Don't fail if can't get the username2016-01-18, by Matt Johnston
-
scp: Have `fatal()' append a newline to the message2016-01-18, by Michael Witten
-
Add note about OpenSSH origin2016-01-18, by Matt Johnston
-
add dh group15 and group16, disabled by default2016-01-14, by Matt Johnston
-
Move dh group constants to a separate file2016-01-14, by Matt Johnston
-
Merge pull request #20 from kingosticks/debian-init-short-description2016-01-04, by Matt Johnston
-
Added missing init info field to debian init script.2016-01-03, by Nick Steel
-
use exec for proxycommand2015-12-18, by Matt Johnston
-
revert removal of space handling, different fix for avoiding option prefix2015-12-15, by Matt Johnston
-
Don't allow spaces and don't get confused by -o usesyslogd=yes2015-12-15, by Matt Johnston
-
unknown options should be non-fatal2015-12-15, by Matt Johnston
-
rename killchild to kill_proxy_sighandler2015-12-15, by Matt Johnston
-
A few minor style fixes2015-12-15, by Matt Johnston
-
Merge pull request #18 from annulen/dbclient_syslog2015-12-15, by Matt Johnston
-
Use dropbear_log instead of some fprintf's in client code.2015-12-01, by Konstantin Tokarev
-
Support syslog logging in dbclient.2015-12-01, by Konstantin Tokarev
-
Allow setting syslog identifier via startsyslog().2015-12-01, by Konstantin Tokarev
-
Moved usingsyslog from svr_runopts to runopts.2015-12-01, by Konstantin Tokarev
-
Merge pull request #17 from annulen/kill_proxy_cmd2015-12-15, by Matt Johnston
-
Client: kill proxy command when exiting application.2015-12-03, by Konstantin Tokarev
-
Merge pull request #16 from annulen/openssh_options2015-12-15, by Matt Johnston
-
Implemented ExitOnForwardFailure option for local and remote forwarding.2015-11-30, by Konstantin Tokarev
-
Added OpenSSH-like -o command line option to dbclient.2015-11-30, by Konstantin Tokarev
-
diffie-hellman-group14-sha2562015-12-11, by Matt Johnston
-
Thanks2015-12-03, by Matt Johnston
-
Added signature for changeset 926e7275cef42015-12-03, by Matt Johnston
-
Added tag DROPBEAR_2015.71 for changeset 9a944a243f082015-12-03, by Matt Johnston
-
wrong breakage version2015-12-02, by Matt Johnston
-
preliminary 2015.71 CHANGES2015-12-02, by Matt Johnston
-
ports and addresses must be malloced to avoid segfault on exit2015-12-02, by Matt Johnston
-
Merge pull request #15 from annulen/fix_cli_remotetcpfwd2015-11-30, by Matt Johnston
-
Fixed build when ENABLE_CLI_REMOTETCPFWD is the only allowed TCP forwarding.2015-11-27, by Konstantin Tokarev
-
The '==' comparision operator is not defined by POSIX, use '=' instead2015-11-30, by Juergen Daubert
-
Fix "Avoid queueing into circbuffer when the channel is about to close"2015-11-27, by Matt Johnston
-
Fix ses.channel_signal_pending race2015-11-27, by Matt Johnston
-
Added signature for changeset 5bb5976e69022015-11-26, by Matt Johnston
-
Added tag DROPBEAR_2015.70 for changeset 79a6ef02307d2015-11-26, by Matt Johnston
-
2015.702015-11-26, by Matt Johnston
-
Another attempt at test for crypt()2015-11-26, by Matt Johnston
-
Backed out changeset fbcd0a20e6672015-11-26, by Matt Johnston
-
AC_SEARCH_LIBS not AC_CHECK_LIB to find crypt()2015-11-26, by Matt Johnston
-
release.sh reminds how to sign2015-11-25, by Matt Johnston
-
Added signature for changeset af074dbcb68f2015-11-25, by Matt Johnston
-
Added tag DROPBEAR_2015.69 for changeset 1637dbd262122015-11-25, by Matt Johnston
-
debian changelog2015-11-25, by Matt Johnston
-
changelog2015-11-25, by Matt Johnston