1. 74624c8 docs: include the renamed INSTALL* files in dist by Daniel Stenberg · 9 years ago
  2. bbbdf94 Prevent collisions between CMake and Autotools in examples/ and tests/. by Alexander Lamaison · 9 years ago
  3. 042993b Avoid clash between CMake build and Autotools. by Alexander Lamaison · 9 years ago
  4. 41ed2b7 Merge pull request #8 from alamaison/cmake by Alexander Lamaison · 9 years ago
  5. 6bf8983 CMake build system. by Alexander Lamaison · 9 years ago
  6. 523a552 Man man syntax tests fail gracefully if man version is not suitable. by Alexander Lamaison · 9 years ago
  7. d73e0ec Return valid code from test fixture on failure. by Alexander Lamaison · 10 years ago
  8. 1fa5fe6 Let mansyntax.sh work regardless of where it is called from. by Alexander Lamaison · 9 years ago
  9. 8f00a74 mingw build: allow to pass custom CFLAGS by Viktor Szakáts · 9 years ago
  10. fe3e230 userauth: Fixed prompt text no longer being copied to the prompts struct by Will Cosgrove · 9 years ago
  11. 33e1013 README: update the git repo locations by Daniel Stenberg · 9 years ago
  12. 20eb836 wait_socket: wrong use of difftime() by Daniel Stenberg · 9 years ago
  13. 6ada234 bump: start working toward 1.5.1 now by Daniel Stenberg · 9 years ago
  14. e16f638 RELEASE-NOTES: 1.5.0 release by Daniel Stenberg · 9 years ago libssh2-1.5.0
  15. 7d94b69 kex: bail out on rubbish in the incoming packet by Mariusz Ziulek · 9 years ago
  16. 8bb6cf7 docs: move INSTALL, AUTHORS, HACKING and TODO to docs/ by Daniel Stenberg · 9 years ago
  17. 5fcbb16 .gitignore: don't ignore INSTALL by Daniel Stenberg · 9 years ago
  18. d811750 examples/x11.c: include sys/select.h for improved portability by Dan Fandrich · 9 years ago
  19. cfe94c7 RELEASE-NOTES: synced with a8473c819bc068 by Daniel Stenberg · 9 years ago
  20. a8473c8 NetWare build: added some missing exports. by Guenter Knauf · 9 years ago
  21. c718890 knownhost.c: fix use of uninitialized argument variable wrote by Marc Hoersken · 9 years ago
  22. 253d592 examples/x11.c: fix result of operation is garbage or undefined by Marc Hoersken · 9 years ago
  23. 79d63df examples/x11.c: remove dead assigments of some return values by Marc Hoersken · 9 years ago
  24. 86552bf examples/x11.c: fix possible memory leak if read fails by Marc Hoersken · 9 years ago
  25. 477e609 examples/x11.c: fix invalid removal of first list element by Marc Hoersken · 9 years ago
  26. 3e47ca8 userauth.c: make sure that sp_len is positive and avoid overflows by Marc Hoersken · 9 years ago
  27. 6af0ee5 channel.c: remove logically dead code, host cannot be NULL here by Marc Hoersken · 9 years ago
  28. c6d99bd session.c: check return value of session_nonblock during startup by Marc Hoersken · 9 years ago
  29. d1eccb4 session.c: check return value of session_nonblock in debug mode by Marc Hoersken · 9 years ago
  30. 22204c4 pem.c: fix mixed line-endings introduced with 8670f5da24 by Marc Hoersken · 9 years ago
  31. 8670f5d pem.c: make sure there's a trailing zero and b64data is not NULL by Marc Hoersken · 9 years ago
  32. 3835655 kex.c: make sure mlist is not set to NULL by Marc Hoersken · 9 years ago
  33. dc199ed packet.c: i < 256 was always true and i would overflow to 0 by Marc Hoersken · 9 years ago
  34. 8f799f9 silence multiple data conversion warnings by Marc Hoersken · 9 years ago
  35. 637c909 agent_connect_unix: make sure there's a trailing zero by Daniel Stenberg · 9 years ago
  36. 8a731d6 examples on Windows: use native SOCKET-type instead of int by Marc Hoersken · 9 years ago
  37. d85f9a6 userauth.c: improve readability and clarity of for-loops by Marc Hoersken · 9 years ago
  38. 031566f calloc: introduce LIBSSH2_CALLOC() by Daniel Stenberg · 9 years ago
  39. 977a3b6 libssh2_priv.h: Ignore session, context and format parameters by Marc Hoersken · 9 years ago
  40. 34dc1d6 x11 example: check return value of socket function by Marc Hoersken · 9 years ago
  41. be95032 examples: fixed mixed line-endings introduced with aedfba25b8 by Marc Hoersken · 9 years ago
  42. c0bface wincng.c: explicitly ignore BCrypt*AlgorithmProvider return codes by Marc Hoersken · 9 years ago
  43. f31c9fb wincng.c: fix possible invalid memory write access by Marc Hoersken · 9 years ago
  44. f89bed9 tests on Windows: check for WSAStartup return code by Marc Hoersken · 9 years ago
  45. bc9d735 wincng.c: fix possible NULL pointer de-reference of bignum by Marc Hoersken · 9 years ago
  46. 06ff22f wincng.c: fix possible use of uninitialized memory by Marc Hoersken · 9 years ago
  47. e57f29f packet.c: fix possible NULL pointer de-reference within listen_state by Marc Hoersken · 9 years ago
  48. 1c16995 kex.c: fix possible NULL pointer de-reference with session->kex by Marc Hoersken · 9 years ago
  49. abcc0d3 agent.c: check return code of MapViewOfFile by Marc Hoersken · 9 years ago
  50. 977dbb7 examples on Windows: check for socket return code by Marc Hoersken · 9 years ago
  51. aedfba2 examples on Windows: check for WSAStartup return code by Marc Hoersken · 9 years ago
  52. 19f1402 wincng.c: silent some more gcc compiler warnings. by Guenter Knauf · 9 years ago
  53. df5c61d wincng.c: silent gcc compiler warnings. by Guenter Knauf · 9 years ago
  54. 1689315 Watcom build: added support for WinCNG build. by Guenter Knauf · 9 years ago
  55. 7f7e65c build: updated dependencies in makefiles. by Guenter Knauf · 9 years ago
  56. 751e008 configure: change LIBS not LDFLAGS when checking for libs by Daniel Stenberg · 9 years ago
  57. 600f26c MinGW build: some more GNUMakefile tweaks. by Guenter Knauf · 9 years ago
  58. 3260beb sftpdir.c: added authentication method detection. by Guenter Knauf · 9 years ago
  59. 01a6210 NMake build: fixed LIBS settings. by Guenter Knauf · 9 years ago
  60. 6a3b548 NMake build: added support for WinCNG build. by Guenter Knauf · 9 years ago
  61. e4ba5fa MinGW build: some GNUMakefile tweaks. by Guenter Knauf · 9 years ago
  62. 46f017e MinGW build: Fixed redefine warnings. by Guenter Knauf · 9 years ago
  63. 12adbc2 Updated copyright year. by Guenter Knauf · 9 years ago
  64. 424a27e COPYING: bump the copyright year by Daniel Stenberg · 10 years ago
  65. 1e4fb7e docs: fixed a bunch of typos by Dan Fandrich · 10 years ago
  66. 7b80a18 docs: added missing libssh2_session_handshake.3 file by Dan Fandrich · 10 years ago
  67. 9d50d43 wincng.c: specify the required libraries for dependencies using MSVC by Marc Hoersken · 10 years ago
  68. c355d31 windows build: do not export externals from static library by Bob Kast · 10 years ago
  69. 18fe507 Fix typos in manpages by Mikhail Gusarov · 10 years ago
  70. d63e32d wincng.c: Fixed memory leak in case of an error during ASN.1 decoding by Marc Hoersken · 10 years ago
  71. c32e82e configure: Display individual crypto backends on separate lines by Marc Hoersken · 10 years ago
  72. 7d4b5a8 libssh2_priv.h: a 1 bit bit-field should be unsigned by Bob Kast · 10 years ago
  73. 200784c knownhost.c: Fixed warning that pointer targets differ in signedness by Marc Hoersken · 10 years ago
  74. b22b237 wincng.c: Fixed warning about pointer targets differing in signedness by Marc Hoersken · 10 years ago
  75. 0e4e141 tcpip-forward.c: Fixed warning that pointer targets differ in signedness by Marc Hoersken · 10 years ago
  76. 5bcc2d4 misc.c: Fixed warning about mixed declarations and code by Marc Hoersken · 10 years ago
  77. 33df559 libgcrypt.h: Fixed warning about pointer targets differing in signedness by Marc Hoersken · 10 years ago
  78. 26f6d71 wincng.h: Fixed warning about pointer targets differing in signedness by Marc Hoersken · 10 years ago
  79. 62c91e2 misc.c: Fixed warning about unused parameter abstract by Marc Hoersken · 10 years ago
  80. b9dc611 tcpip-forward.c: Removed unused variables shost, sport and sockopt by Marc Hoersken · 10 years ago
  81. 106bacd wincng.h: Added forward declarations for all WinCNG functions by Marc Hoersken · 10 years ago
  82. 23dec38 libssh2.h: on Windows, a socket is of type SOCKET, not int by Bob Kast · 10 years ago
  83. fc94046 win32: Added WinCNG targets to generated Visual Studio project by Marc Hoersken · 10 years ago
  84. ee547fe libssh2_priv msvc: Removed redundant definition of inline keyword by Marc Hoersken · 10 years ago
  85. a58b0da wincng: Made data parameter to hash update function constant by Marc Hoersken · 10 years ago
  86. 6e710d7 wincng: fix cross-compilation against the w64 mingw-runtime package by Marc Hoersken · 10 years ago
  87. b20bfeb openssl: Check for LIBSSH2_OPENSSL in order to compile with openssl by Marc Hoersken · 10 years ago
  88. aba1138 wincng: Fixed use of possible uninitialized variable pPaddingInfo by Marc Hoersken · 10 years ago
  89. 2c46c4b wincng: Added cast for double to unsigned long conversion by Marc Hoersken · 10 years ago
  90. 160776d wincng: Cleaned up includes and check NTSTATUS using macro by Marc Hoersken · 10 years ago
  91. ee2d61a userauth_hostbased_fromfile: zero assign to avoid uninitialized use by Daniel Stenberg · 10 years ago
  92. fcb601d channel_receive_window_adjust: store windows size always by Daniel Stenberg · 10 years ago
  93. 55bae8d publickey_packet_receive: avoid junk in returned pointers by Daniel Stenberg · 10 years ago
  94. 4440e05 Added Windows Cryptography API: Next Generation based backend by Marc Hoersken · 10 years ago
  95. 378d0a6 knownhost.c: fixed that 'key_type_len' may be used uninitialized by Marc Hoersken · 10 years ago
  96. 21cb7bf pem.c: always compile pem.c independently of crypto backend by Marc Hoersken · 10 years ago
  97. e1a5d1b Fix non-autotools builds: Always define the LIBSSH2_OPENSSL CPP macro by Peter Stuge · 10 years ago
  98. 189cf86 channel_close: Close the channel even in the case of errors by Dan Fandrich · 10 years ago
  99. 30e3767 sftp_close_handle: ensure the handle is always closed by Dan Fandrich · 10 years ago
  100. 38e210a knownhost: Restore behaviour of `libssh2_knownhost_writeline` with short buffer. by Alexander Lamaison · 10 years ago