1. da108a9 Don't allow spaces and don't get confused by -o usesyslogd=yes by Matt Johnston · 8 years ago
  2. e6432b1 unknown options should be non-fatal by Matt Johnston · 8 years ago
  3. 99bc4f4 rename killchild to kill_proxy_sighandler by Matt Johnston · 8 years ago
  4. 79b4327 A few minor style fixes by Matt Johnston · 8 years ago
  5. 3d33e65 Merge pull request #18 from annulen/dbclient_syslog by Matt Johnston · 8 years ago
  6. 5ab562f Use dropbear_log instead of some fprintf's in client code. by Konstantin Tokarev · 8 years ago
  7. 3cb278c Support syslog logging in dbclient. by Konstantin Tokarev · 8 years ago
  8. c598273 Allow setting syslog identifier via startsyslog(). by Konstantin Tokarev · 8 years ago
  9. 2d6bbf3 Moved usingsyslog from svr_runopts to runopts. by Konstantin Tokarev · 8 years ago
  10. 2f62128 Merge pull request #17 from annulen/kill_proxy_cmd by Matt Johnston · 8 years ago
  11. ed21e75 Merge pull request #16 from annulen/openssh_options by Matt Johnston · 8 years ago
  12. 87d2c9c diffie-hellman-group14-sha256 by Matt Johnston · 8 years ago
  13. df999ed Thanks by Matt Johnston · 8 years ago
  14. 154de2a Added signature for changeset 926e7275cef4 by Matt Johnston · 8 years ago
  15. f808b8e Added tag DROPBEAR_2015.71 for changeset 9a944a243f08 by Matt Johnston · 8 years ago
  16. 5b2e57a 2015.71 by Matt Johnston · 8 years ago DROPBEAR_2015.71
  17. 960364d Client: kill proxy command when exiting application. by Konstantin Tokarev · 8 years ago
  18. 0b9793c wrong breakage version by Matt Johnston · 8 years ago
  19. fff2985 preliminary 2015.71 CHANGES by Matt Johnston · 8 years ago
  20. e81b6fb ports and addresses must be malloced to avoid segfault on exit by Matt Johnston · 8 years ago
  21. 4dc1388 Implemented ExitOnForwardFailure option for local and remote forwarding. by Konstantin Tokarev · 8 years ago
  22. 1b69d6d Added OpenSSH-like -o command line option to dbclient. by Konstantin Tokarev · 8 years ago
  23. f64a50f Merge pull request #15 from annulen/fix_cli_remotetcpfwd by Matt Johnston · 8 years ago
  24. f299caf The '==' comparision operator is not defined by POSIX, use '=' instead by Juergen Daubert · 8 years ago
  25. f76141a Fixed build when ENABLE_CLI_REMOTETCPFWD is the only allowed TCP forwarding. by Konstantin Tokarev · 8 years ago
  26. a3049d6 Fix "Avoid queueing into circbuffer when the channel is about to close" by Matt Johnston · 8 years ago
  27. ee35384 Fix ses.channel_signal_pending race by Matt Johnston · 8 years ago
  28. 33b2fbb Added signature for changeset 5bb5976e6902 by Matt Johnston · 8 years ago
  29. 7d84615 Added tag DROPBEAR_2015.70 for changeset 79a6ef02307d by Matt Johnston · 8 years ago
  30. b421131 Wrong date by Matt Johnston · 8 years ago DROPBEAR_2015.70
  31. 722944f 2015.70 by Matt Johnston · 8 years ago
  32. e038c26 Another attempt at test for crypt() by Matt Johnston · 8 years ago
  33. 56b9388 Backed out changeset fbcd0a20e667 by Matt Johnston · 8 years ago
  34. 0e438f6 AC_SEARCH_LIBS not AC_CHECK_LIB to find crypt() by Matt Johnston · 8 years ago
  35. 9f1eb69 release.sh reminds how to sign by Matt Johnston · 8 years ago
  36. 9fef5d1 Added signature for changeset af074dbcb68f by Matt Johnston · 8 years ago
  37. 0bb7f77 Added tag DROPBEAR_2015.69 for changeset 1637dbd26212 by Matt Johnston · 8 years ago
  38. 9e4e562 2015.69 by Matt Johnston · 8 years ago DROPBEAR_2015.69
  39. 92ec446 debian changelog by Matt Johnston · 8 years ago
  40. 9097da0 changelog by Matt Johnston · 8 years ago
  41. eedeb00 mention dropbearkey too by Matt Johnston · 8 years ago
  42. d8bc6ab Mention "dropbear -R" if no hostkeys by Matt Johnston · 8 years ago
  43. 2293e3d check for zero K value from curve25519 by Matt Johnston · 8 years ago
  44. 550b305 Fix minor manpage formatting issues by Guilhem Moulin · 8 years ago
  45. 1ba5e80 Improve dbclient manpage by Matt Johnston · 8 years ago
  46. 6f5abef Fix flags after the hostname by Matt Johnston · 8 years ago
  47. 7cbf6b1 Bundling for dbclient by Guilhem Moulin · 8 years ago
  48. a461298 Increase channel limit to 1000 by Matt Johnston · 8 years ago
  49. 90c3a74 Avoid queueing into circbuffer when the channel is about to close by Matt Johnston · 8 years ago
  50. 87373be lazy allocation of circbuffer by Matt Johnston · 8 years ago
  51. 85d9672 Send SSH_OPEN_RESOURCE_SHORTAGE response when too many channels open by Matt Johnston · 8 years ago
  52. e0ae527 Only clear channel_signal_pending after handling all channels, by Matt Johnston · 8 years ago
  53. 7fb1bec Enable bundling by Guilhem Moulin · 8 years ago
  54. 1f308fb S_IWUSR rather than S_IWRITE for scp by Matt Johnston · 8 years ago
  55. e2d36d4 Mention -y flag by Guilhem Moulin · 8 years ago
  56. 7c43594 Add comment about compression by Matt Johnston · 8 years ago
  57. e482702 Warn rather than fail if flags have trailing parts by Matt Johnston · 8 years ago
  58. 00798ca Test for crypt() rather than crypt.h by Matt Johnston · 9 years ago
  59. e84cb3c fix default build when getpass() is unavailable by Mike Frysinger · 9 years ago
  60. 78b9cec fix default build when crypt() is unavailable by Mike Frysinger · 9 years ago
  61. 93c54fe avoid getpass when not used by Mike Frysinger · 9 years ago
  62. 5f97d0f fix build when ENABLE_CLI_INTERACT_AUTH is disabled by Mike Frysinger · 9 years ago
  63. dc01a8e Don't display the MOTD when an explicit command is run. by Guilhem Moulin · 9 years ago
  64. 23cc2bf don't silently ignore extra flag arguments by Matt Johnston · 9 years ago
  65. 9e37983 avoid invalidated iterator when connection fails by Matt Johnston · 9 years ago
  66. 8ccbd21 make sure that the test for queued packets to write occurs after by Matt Johnston · 9 years ago
  67. 90f4da2 Added signature for changeset ef4b26364b0c by Matt Johnston · 9 years ago
  68. 54dbd5b Added signature for changeset a687f835236c by Matt Johnston · 9 years ago
  69. 849b8ec Added tag DROPBEAR_2015.68 for changeset 809feaa9408f by Matt Johnston · 9 years ago
  70. 84e18f7 changelog and version 2015.68 by Matt Johnston · 9 years ago DROPBEAR_2015.68
  71. 633b98e Fix typo in dropbear(8)'s manpage by Guilhem Moulin · 9 years ago
  72. 2a34a72 Fix segfault with restricted authorized_key files without forced command by Guilhem Moulin · 9 years ago
  73. 24bae46 only update keepalive timeout post-auth (when keepalives are sent) by Matt Johnston · 9 years ago
  74. 7585d46 Build with -Werror for the simplest case by Matt Johnston · 9 years ago
  75. 94bff1d couple more changelog items by Matt Johnston · 9 years ago
  76. 2e60d20 set timeouts to time remaining rather than timeout duration by Matt Johnston · 9 years ago
  77. ce59260 Fix problem where auth timeout wasn't checked when waiting for ident by Matt Johnston · 9 years ago
  78. 387ebcc increase MAX_CMD_LEN to 9000 by Matt Johnston · 9 years ago
  79. 2f618af remove .hgtags from release by Matt Johnston · 9 years ago
  80. 0ac33d2 Don't try to send data on first ack packet of 3way handshake. by Matt Johnston · 9 years ago
  81. c7bd5ac remove extraneous semicolon from m_free #define by Matt Johnston · 9 years ago
  82. 941c067 change DROPBEAR_DEFAULT_CLI_AUTHKEY to just prepend homedir by Matt Johnston · 9 years ago
  83. 839e023 check ecc key return, fix null pointer crash by Matt Johnston · 9 years ago
  84. 2e05a2b Merge pull request #11 from nshopik/patch-2 by Matt Johnston · 9 years ago
  85. fc2c67e a bit more changelog by Matt Johnston · 9 years ago
  86. 9c3e9fc merge by Matt Johnston · 9 years ago
  87. 1a4db21 buf_getstring and buf_putstring now use non-unsigned char* by Matt Johnston · 9 years ago
  88. d96a525 Merge pull request #13 from gazoo74/fix-warnings by Matt Johnston · 9 years ago
  89. e7ac4c1 Merge pull request #13 from gazoo74/fix-warnings by Matt Johnston · 9 years ago
  90. ecd8505 Disable twofish-ctr by default, add config option by Matt Johnston · 9 years ago
  91. 1fa1c3f note about constant_time_strcmp and lengths by Matt Johnston · 9 years ago
  92. 91df741 Fix building when ENABLE_CLI_PUBKEY_AUTH is unset by Matt Johnston · 9 years ago
  93. 2a431ca separate client/server fastopen options by Matt Johnston · 9 years ago
  94. 9fdab3c Merge branch 'fix-pointer-sign-warnings' into fix-warnings by Gaël PORTAY · 9 years ago
  95. 6e15e75 Turn modptr local variable into unsigned char * by Gaël PORTAY · 9 years ago
  96. 1c2a183 Turn name and instruction local variables into char * by Gaël PORTAY · 9 years ago
  97. bfd730a Turn type and term local variables into char * by Gaël PORTAY · 9 years ago
  98. e3c6a86 Turn TCPFwdEntry's connectaddr and listenaddr attributes into char * by Gaël PORTAY · 9 years ago
  99. bbaeb91 Turn banner, methods and tok local variable into char * by Gaël PORTAY · 9 years ago
  100. 20f1e49 Turn many local variables into char * by Gaël PORTAY · 9 years ago