1. 292656d Turn signame local variable into char * by Gaël PORTAY · 9 years ago
  2. 05b36b4 Turn ChanSess's cmd attribute into char * by Gaël PORTAY · 9 years ago
  3. be3016b Turn send_msg_service_accept()'s name argument into char * by Gaël PORTAY · 9 years ago
  4. 5cf43d7 Turn checkpubkey() and send_msg_userauth_pk_ok()'s algo argument into char * by Gaël PORTAY · 9 years ago
  5. 6f05e81 Turn addr local variable into char * by Gaël PORTAY · 9 years ago
  6. 947d269 Turn sshsession's remoteident attribute into char * by Gaël PORTAY · 9 years ago
  7. 449ddae Turn dropbear_ecc_curve's name into const char * by Gaël PORTAY · 9 years ago
  8. 6b90885 Turn Algo_Type's name attribute into const char * by Gaël PORTAY · 9 years ago
  9. bd6c37a Turn local key_indent variable into char * by Gaël PORTAY · 9 years ago
  10. 5923527 Turn get_response()'s return type and prompt argument into char * by Gaël PORTAY · 9 years ago
  11. e5ce3fc Turn type local variable into char * by Gaël PORTAY · 9 years ago
  12. 9f97511 Turn ChanSess's tty and term attributes into char * by Gaël PORTAY · 9 years ago
  13. ef0aac4 Fix unused make_connection_string() warning [-Werror=unused-function] by Gaël PORTAY · 9 years ago
  14. 7928d83 Turn cleantext()'s dirtytext argument into char * by Gaël PORTAY · 9 years ago
  15. 3e91ec0 Fix unused but set variable warnings [-Werror=unused-but-set-variable] by Gaël PORTAY · 9 years ago
  16. d680a9e Turn username, servicename and methodname local variables into char * by Gaël PORTAY · 9 years ago
  17. 6086851 Fix unused parameters warnings [-Werror=unused-parameter] by Gaël PORTAY · 9 years ago
  18. 61726df Turn sendaddr, listenaddr and request_listenaddr local variables into char * by Gaël PORTAY · 9 years ago
  19. 1601a65 Turn send_msg_channel_open_failure()'s text and lang into const char * by Gaël PORTAY · 9 years ago
  20. 50b14f6 Turn start_send_channel_request()'s type argument into char * by Gaël PORTAY · 9 years ago
  21. c239baf Turn addrandom()'s buf argument into unsigned char * by Gaël PORTAY · 9 years ago
  22. 1863885 Expect len to be a type of socklen_t [-Werror=pointer-sign] by Gaël PORTAY · 9 years ago
  23. 224b16b Fix pointer differ in signess warnings [-Werror=pointer-sign] by Gaël PORTAY · 9 years ago
  24. d9d9796 Uses abort() instead of raising a SIGABRT signal [-Werror] by Gaël PORTAY · 9 years ago
  25. 897da4e Uses k_size as an signed integer by Gaël PORTAY · 9 years ago
  26. 90f9f43 Test struct existance against sizeof() operator by Gaël PORTAY · 9 years ago
  27. 0e1dee8 Make sure kexfirstinitialise is called early enough by Matt Johnston · 9 years ago
  28. cbdc1f0 fix travis more by Matt Johnston · 9 years ago
  29. 7e30633 bad travis syntax by Matt Johnston · 9 years ago
  30. e7def4c add no-writev build by Matt Johnston · 9 years ago
  31. 19e1afb Fix no-writev fallback by Matt Johnston · 9 years ago
  32. fee3205 Should be AF_UNSPEC not PF_UNSPEC by Matt Johnston · 9 years ago
  33. 9754fdd fastopen code was totally broken by Matt Johnston · 9 years ago
  34. ef20b9f Avoid channel writev() when there is nothing to write by Matt Johnston · 9 years ago
  35. 275611f Make main socket nonblocking. Limit writequeue size. by Matt Johnston · 9 years ago
  36. a070159 Fix when iov queue is large by Matt Johnston · 9 years ago
  37. 20f9683 avoid malloc for iovec by Matt Johnston · 9 years ago
  38. dce3846 dropbear_assert() rather than assert() by Matt Johnston · 9 years ago
  39. fdcd21e Prepend DROPBEAR for scp.c by Nikolay Shopik · 9 years ago
  40. 67b4fa3 strdup strerror by Matt Johnston · 9 years ago
  41. 5dff741 Fix error handling for dbclient async connect by Matt Johnston · 9 years ago
  42. 20d970a more changes by Matt Johnston · 9 years ago
  43. 94734ad changes (also testing hg bookmarks) by Matt Johnston · 9 years ago
  44. 14ad6a5 merge by Matt Johnston · 9 years ago
  45. 9e66b5a reword comment for clarity by Matt Johnston · 9 years ago
  46. f782cf3 Fix pubkey auth after change to reuse ses.readbuf as ses.payload (4d7b4c5526c5) by Matt Johnston · 9 years ago
  47. 3317916 Fix some memory leaks in ecc code by Matt Johnston · 9 years ago
  48. f367273 allocate buffer and data in a single allocation by Matt Johnston · 9 years ago
  49. 91ef9b2 Avoid malloc in hmac by Matt Johnston · 9 years ago
  50. 5794639 A bit of a bodge to avoid memcpy if zlib is disabled by Matt Johnston · 9 years ago
  51. 989c5c1 Avoid copying data into circular buffer by Matt Johnston · 9 years ago
  52. 3113932 Better failure handling by Matt Johnston · 9 years ago
  53. 125a970 merge tcp fastopen by Matt Johnston · 9 years ago
  54. 89c0b2a Add cleanup by Matt Johnston · 9 years ago
  55. 31e379c merge from default by Matt Johnston · 9 years ago
  56. 8439533 EINPROGRESS for sendmsg() means it's working OK by Matt Johnston · 9 years ago
  57. 2a90c1c ignore any sendmsg() errors by Matt Johnston · 9 years ago
  58. 59bb177 Use m_burn rather than memset by Thorsten Horstmann · 9 years ago
  59. c5f3c55 Avoid cppcheck warning by Thorsten Horstmann · 9 years ago
  60. 1809f74 Add more ATTRIB_NORETURN annotations, from Thorsten Horstmann by Matt Johnston · 9 years ago
  61. 9adfff5 Revert accidental commented out signal handlers by Matt Johnston · 9 years ago
  62. 8008b59 Some additional cleanup functions by Matt Johnston · 9 years ago
  63. 21bed0d Free memory before exiting. Based on patch from Thorsten Horstmann. by Matt Johnston · 9 years ago
  64. 4b1f5ec Use m_close() which will avoid close(-1) by Matt Johnston · 9 years ago
  65. ab94395 Fix for old compilers, variable declarations at beginning of functions by Thorsten Horstmann · 9 years ago
  66. abeb9d6 Some minor typo fixes, found by codespell. by Thorsten Horstmann · 9 years ago
  67. fdb7ffa DROPBEAR_ prefix for include guards to avoid collisions by Thorsten Horstmann · 9 years ago
  68. 46845fd get rid of some unnecessary code by Matt Johnston · 9 years ago
  69. c53ca6e avoid some warnings by Matt Johnston · 9 years ago
  70. f04a3a2 Fixes for backwards compatibility by Matt Johnston · 9 years ago
  71. 364a535 Move generic network routines to netio.c by Matt Johnston · 9 years ago
  72. 1b1997b Update priority once the socket is open by Matt Johnston · 9 years ago
  73. 34f9adb merge by Matt Johnston · 9 years ago
  74. 2e7d468 Add the missing second half of iov code by Matt Johnston · 9 years ago
  75. 86a717c fallback for old glibc and fastopen memset rather than = {0} initialiser by Matt Johnston · 9 years ago
  76. 76a3eb3 In theory TFO should work. Needs platform cleanup and testing by Matt Johnston · 9 years ago
  77. 5f0cc96 generalise write iovec handling by Matt Johnston · 9 years ago
  78. 755c145 async connections working by Matt Johnston · 9 years ago
  79. 8795d73 work in progress for async connect by Matt Johnston · 9 years ago
  80. 28f61c8 tcp fastopen for the server by Matt Johnston · 9 years ago
  81. 9abcc7b connect_remote() is now always non-blocking by Matt Johnston · 9 years ago
  82. 2c35f1c Add envirnonment variable for debug timestamps to roughly match by Matt Johnston · 9 years ago
  83. 1361882 Fix print that no longer works since we're not using fourCCs by Matt Johnston · 9 years ago
  84. 02179b1 merge by Matt Johnston · 9 years ago
  85. 1e350de Make it compile by Matt Johnston · 9 years ago
  86. 9aeda4c piggyback data on acks when making connections on linux by Matt Johnston · 9 years ago
  87. 8eb30c3 debug should be off by default by Matt Johnston · 9 years ago
  88. c44a78a Tighten validation of DH values. Odds of x==0 being generated are by Matt Johnston · 9 years ago
  89. b6685bf twofish ctr modes by Matt Johnston · 9 years ago
  90. 269d690 Added signature for changeset 1d2d81b1b7c1 by Matt Johnston · 9 years ago
  91. 4df268f sha256 by Matt Johnston · 9 years ago
  92. 19b3f01 bump version by Matt Johnston · 9 years ago
  93. 86811f4 Added tag DROPBEAR_2015.67 for changeset cbd674d63cd4 by Matt Johnston · 9 years ago
  94. dd0352d changelog for 2015.67 by Matt Johnston · 9 years ago DROPBEAR_2015.67
  95. 30ec18d merge by Matt Johnston · 9 years ago
  96. 9d495ab changes for 2015.67 by Matt Johnston · 9 years ago
  97. 9174de4 Fix bad multi-statement define for m_free(), detected by Coverity by Matt Johnston · 9 years ago
  98. d857faf When clearing the memory of 'key' in function openssh_read(), only the size by Christian Engelmayer · 9 years ago
  99. d5c8ba1 Initialise sa_mask by Matt Johnston · 9 years ago
  100. 9bb9b48 Fix memory leak of ecdsa structure, found by Coverity by Matt Johnston · 9 years ago