1. 0bc8735 mx_size_t -> size_t by Roland McGrath · 7 years ago main master
  2. b910774 Move to new mx_cprng_draw argument ordering by George Kulakowski · 7 years ago
  3. 17a70b9 Use system freeaddrinfo (since we are using system getaddrinfo) by Ian McKellar · 8 years ago
  4. 3b33b45 Link dropbear against libmagenta so that it can get to the crypto syscalls. by Ian McKellar · 8 years ago
  5. ef4d3d0 Start of a Fuchsia port by Ian McKellar · 8 years ago
  6. 4222251 merge github by Matt Johnston · 8 years ago upstream/main upstream/master
  7. c6e912f merge 2016.74 by Matt Johnston · 8 years ago
  8. 1df5c97 Added signature for changeset 9030ffdbe562 by Matt Johnston · 8 years ago
  9. b840a0f Added tag DROPBEAR_2016.74 for changeset 0ed3d2bbf956 by Matt Johnston · 8 years ago
  10. 9f40bbb mention regression release by Matt Johnston · 8 years ago
  11. 0086e1d bump version by Matt Johnston · 8 years ago
  12. 4732de7 changelogs by Matt Johnston · 8 years ago
  13. 8db9415 merge by Matt Johnston · 8 years ago
  14. dd19d73 make sure socket is of the right domain by Matt Johnston · 8 years ago
  15. e0c6e81 Merge pull request #29 from hno/patch-out-of-tree by Matt Johnston · 8 years ago
  16. 3aeb557 Support out-of-tree builds usign bundled libtom by Henrik Nordström · 8 years ago
  17. 8c7ebc0 Add generated header default_options.h to version control. by Matt Johnston · 8 years ago
  18. 1152e47 message about truncated banner by Matt Johnston · 8 years ago
  19. 32a28d0 Convert #ifdef to #if, other build changes by Matt Johnston · 8 years ago
  20. d6daad2 options for disabling "normal" DH by Matt Johnston · 8 years ago
  21. 4664ce2 move group14 and group16 to options.h, group14-sha256 on by default by Matt Johnston · 8 years ago
  22. 171456c Avoid busy loop while waiting for rekey response by Matt Johnston · 8 years ago
  23. 2c73fd6 make sure socket is of the right domain by Matt Johnston · 8 years ago
  24. 0ee860a make indenting consistent by Matt Johnston · 8 years ago
  25. 5127943 add length checks for ecc too by Matt Johnston · 8 years ago
  26. 3ee9656 merge fixes from PuTTY import.c by Matt Johnston · 8 years ago
  27. c0f63ee additional length checks by Matt Johnston · 8 years ago
  28. 8fd720c Improve exit message formatting by Matt Johnston · 8 years ago
  29. 4f5d075 improve algorithm list parsing by Matt Johnston · 8 years ago
  30. 64e6e3a better TRACE of failed remote ident by Matt Johnston · 8 years ago
  31. 8174300 Avoid busy loop while waiting for rekey response by Matt Johnston · 8 years ago
  32. a453b06 Avoid osx "install" race by Matt Johnston · 8 years ago
  33. 103036c Add manpage and log for forced_command by Matt Johnston · 8 years ago
  34. ac9a4c8 Add -c <command> option to force a specific command by Jeremy Kerr · 8 years ago
  35. 3d2ddd1 Added signature for changeset 70705edee9dd by Matt Johnston · 8 years ago
  36. ea4ab22 Added tag DROPBEAR_2016.73 for changeset 309e1c4a8768 by Matt Johnston · 8 years ago
  37. 8c53621 update for 2016.73 by Matt Johnston · 8 years ago
  38. 514baf3 Fix whitespace missed in merge by Matt Johnston · 8 years ago
  39. 420151d move m_burn and function attributes to dbhelpers by Matt Johnston · 8 years ago
  40. 156b28c Fix missing paths from m_burn commit by Matt Johnston · 8 years ago
  41. ad80185 use m_burn for mp_clear by Matt Johnston · 8 years ago
  42. b647b75 Use memset_s or explicit_bzero by Matt Johnston · 8 years ago
  43. 48b855c add CVE by Matt Johnston · 8 years ago
  44. c830d30 merge by Matt Johnston · 8 years ago
  45. 0650182 add the idiomatic do/while(0) in the macro SCREWUP by Francois Perrad · 8 years ago
  46. 3e20c44 fix empty C prototypes by Francois Perrad · 8 years ago
  47. af87369 add static in function definition by Francois Perrad · 8 years ago
  48. edea73b add parentheses to macro by Francois Perrad · 8 years ago
  49. 893d7be const variables by Francois Perrad · 8 years ago
  50. c5b77e1 explicitly initialization of static variables by Francois Perrad · 8 years ago
  51. a5e5bab Suspicious use of ; by Francois Perrad · 8 years ago
  52. 8f96b89 rename loop variable by Francois Perrad · 8 years ago
  53. f3a6dd1 Suspicious use of & by Francois Perrad · 8 years ago
  54. 1dba0d4 add comment FALLTHROUGH which recognize by many lint tools by Francois Perrad · 8 years ago
  55. da85400 put default in switch/case by Francois Perrad · 8 years ago
  56. 7f38cae remove unreachable code by Francois Perrad · 8 years ago
  57. 937594c use #ifdef like everywhere by Francois Perrad · 8 years ago
  58. 3e7672e merge by Matt Johnston · 8 years ago
  59. 098aba4 assertion for case that shouldn't happen by Matt Johnston · 8 years ago
  60. c67fc56 m_close() rather than close() by Matt Johnston · 8 years ago
  61. 6b5c6af ignore return value from fcntl() by Matt Johnston · 8 years ago
  62. 3ccc36b Fix truncated type for getc() at confirmation prompt by Matt Johnston · 8 years ago
  63. e7828bb cast return type to enum by Matt Johnston · 8 years ago
  64. e255f05 remove unused loginrec_set_addr() by Matt Johnston · 8 years ago
  65. 4615631 update CHANGES by Matt Johnston · 8 years ago
  66. e708f95 Merge pull request #23 from Chocobo1/travis_fix by Matt Johnston · 8 years ago
  67. 6bfbcdb Merge branch 'fperrad-20151231_indent' by Matt Johnston · 8 years ago
  68. 645b254 Merge branch '20151231_indent' of https://github.com/fperrad/dropbear into fperrad-20151231_indent by Matt Johnston · 8 years ago
  69. fdc61f3 Get rid of group15, move group16 to sha512. by Matt Johnston · 8 years ago
  70. a991d3b merge github master by Matt Johnston · 8 years ago
  71. 26a1a0a allow specifying dropbearmulti command as an argument by Matt Johnston · 8 years ago
  72. 73bc3a9 merge 2016.72 by Matt Johnston · 8 years ago
  73. 9cb325e Added signature for changeset fd1981f41c62 by Matt Johnston · 8 years ago
  74. 9e1d038 Added tag DROPBEAR_2016.72 for changeset 78b12b6549be by Matt Johnston · 8 years ago
  75. 7e5fe1d debian changelog by Matt Johnston · 8 years ago DROPBEAR_2016.72
  76. 97dff15 2016.72 by Matt Johnston · 8 years ago
  77. 1868187 Validate xauth input by Matt Johnston · 8 years ago
  78. 9b0a271 TravisCI: re-enable MULTI=1 & NOWRITEV=1 builds on OSX, fixes d416a9b by Chocobo1 · 8 years ago
  79. a84ce21 Merge pull request #22 from Chocobo1/travis by Matt Johnston · 8 years ago
  80. 1fc1559 Merge pull request #21 from Chocobo1/fix by Matt Johnston · 8 years ago
  81. de70b02 Don't fail if can't get the username by Matt Johnston · 8 years ago
  82. 6453b5b scp: Have `fatal()' append a newline to the message by Michael Witten · 8 years ago
  83. 61b49ea Add note about OpenSSH origin by Matt Johnston · 8 years ago
  84. 21ed948 add dh group15 and group16, disabled by default by Matt Johnston · 8 years ago
  85. 09e83ad Move dh group constants to a separate file by Matt Johnston · 8 years ago
  86. 3360072 TravisCI: fix linux + clang compile by Chocobo1 · 8 years ago
  87. 0ba59d8 TravisCI: use `if` block by Chocobo1 · 8 years ago
  88. d416a9b TravisCI: enable osx builds by Chocobo1 · 8 years ago
  89. de1993a Fix parentheses weird placement by Chocobo1 · 8 years ago
  90. 307c71b TravisCI: enable build with clang by Chocobo1 · 8 years ago
  91. b41ae80 TravisCI: enable parallel build by Chocobo1 · 8 years ago
  92. bbf9ba6 TravisCI: modify to run builds in container by Chocobo1 · 8 years ago
  93. 9bcd5f3 Fix print format specifier by Chocobo1 · 8 years ago
  94. 533aebe Fix "Pointer to local array variable returned" by Chocobo1 · 8 years ago
  95. 5f8fcef Merge pull request #20 from kingosticks/debian-init-short-description by Matt Johnston · 8 years ago
  96. f37d67f Added missing init info field to debian init script. by Nick Steel · 8 years ago
  97. 9bda22e more hard tab by Francois Perrad · 8 years ago
  98. 23ac7f5 refactor indentation with hard tab by Francois Perrad · 8 years ago
  99. 4c4aa50 use exec for proxycommand by Matt Johnston · 8 years ago
  100. 20bdf3a revert removal of space handling, different fix for avoiding option prefix by Matt Johnston · 8 years ago