1. ddce121 server session CHANGE support for ecdsa keys data by Michal Vasko · 5 years ago
  2. 7269b00 VERSION bump to version 0.12.53 by Michal Vasko · 6 years ago
  3. 06e0fc2 session BUGFIX do not close SSH socket twice by Michal Vasko · 6 years ago
  4. 083826f Merge pull request #150 from chaitu-tk/master by Michal Vasko · 6 years ago
  5. f2a28fc libssh: Fix the replace order to derive libssh path by Chaitanya Tata · 6 years ago
  6. 02ea9ad VERSION bump to version 0.12.52 by Michal Vasko · 6 years ago
  7. 435e5cf client session BUGFIX memory leak by Michal Vasko · 6 years ago
  8. 3df5b25 client session BUGFIX memory leak by Michal Vasko · 6 years ago
  9. 236d081 VERSION bump to version 0.12.51 by Michal Vasko · 6 years ago
  10. e846aee server session BUGFIX typo by Michal Vasko · 6 years ago
  11. a2d4cb9 VERSION bump to version 0.12.50 by Michal Vasko · 6 years ago
  12. 591db0d server messages CHANGE add path to more error messages by Michal Vasko · 6 years ago
  13. bbaa9b2 test BUGFIX make test thread-safe by Michal Vasko · 6 years ago
  14. a5fd85c VERSION bump to version 0.12.49 by Michal Vasko · 6 years ago
  15. 4700394 server session BUGFIX make ps session count more deterministic by Michal Vasko · 6 years ago
  16. ef2b550 VERSION bump to version 0.12.48 by Michal Vasko · 6 years ago
  17. 0829309 Merge pull request #140 from ADTRAN/hello_cap_w_empty_deviation_param by Michal Vasko · 6 years ago
  18. cb9274f fix and testcase for empty deviation parameter by Frank Rimpler · 6 years ago
  19. b4e6657 VERSION bump to version 0.12.47 by Michal Vasko · 6 years ago
  20. 8f43059 server session CHANGE function to check whether a session is call home by Michal Vasko · 6 years ago
  21. 9f083fa VERSION bump to version 0.12.46 by Michal Vasko · 6 years ago
  22. 6b281ff client session BUGFIX handle data rpc replies with only default values by Michal Vasko · 6 years ago
  23. 7e5f7b0 VERSION bump to version 0.12.45 by Michal Vasko · 6 years ago
  24. 8fd6fca client session BUGFIX accept all supported public key algorithms by Michal Vasko · 6 years ago
  25. 5ea84c1 Merge pull request #137 from pick-a-username/fix-restore-global_rpc_clb by Michal Vasko · 6 years ago
  26. 16284ca [F] Restore global_rpc_clb callback by Petr A. Sokolov · 6 years ago
  27. b2b9584 VERSION bump to version 0.12.44 by Michal Vasko · 6 years ago
  28. 83ad17e session CHANGE use TCP_NODELAY socket option by Michal Vasko · 6 years ago
  29. 716a60f VERSION bump to version 0.12.43 by Michal Vasko · 6 years ago
  30. 1e7f9e7 client ssh session BUGFIX append new channel session immediatelly by Michal Vasko · 6 years ago
  31. 4280c2a VERSION bump to version 0.12.42 by Michal Vasko · 6 years ago
  32. 32af614 client session BUILD make new libssh session options conditional by Michal Vasko · 6 years ago
  33. 92ef5ff VERSION bump to version 0.12.41 by Michal Vasko · 6 years ago
  34. 66032bc session CHANGE always store ip-address host in the session by Michal Vasko · 6 years ago
  35. 526f9f8 VERSION bump to version 0.12.40 by Michal Vasko · 6 years ago
  36. 5200647 client session CHANGE accept all publickey/hostkey types by client by Michal Vasko · 6 years ago
  37. b4a2362 VERSION bump to version 0.12.39 by Michal Vasko · 6 years ago
  38. c09730e build BUGFIX missing C++ include macro by Michal Vasko · 6 years ago
  39. 2125110 travis BUGFIX wrong archive extension by Michal Vasko · 6 years ago
  40. f5b9c18 VERSION bump to version 0.12.38 by Michal Vasko · 6 years ago
  41. 6c3e473 Merge pull request #127 from preetbhansali/patch-1 by Michal Vasko · 6 years ago
  42. 629dfc4 Update session_server.c by preetbhansali · 6 years ago
  43. 64cdd12 Update session_server.c by preetbhansali · 6 years ago
  44. f3edf49 Race condition in nc_ps_lock by preetbhansali · 6 years ago
  45. 67b7af2 VERSION bump to version 0.12.37 by Michal Vasko · 6 years ago
  46. 63cec37 Merge pull request #125 from 6WIND/dup_keepalive by Michal Vasko · 6 years ago
  47. 2f62210 remove duplicated setsockopts for keepalive by Olivier Matz · 6 years ago
  48. 0a2a23d VERSION bump to version 0.12.36 by Michal Vasko · 6 years ago
  49. f4d210a Merge pull request #123 from 6WIND/unix_sock by Michal Vasko · 6 years ago
  50. ac7fa2f add support for unix socket transport by Olivier Matz · 6 years ago
  51. 16714a5 VERSION bump to version 0.12.35 by Michal Vasko · 6 years ago
  52. 90a87d9 io CHANGE detailed reasons about ssl errors by Michal Vasko · 6 years ago
  53. 11836ae VERSION bump to version 0.12.34 by Michal Vasko · 6 years ago
  54. 0abba6d io CHANGE improve ssl IO error handling by Michal Vasko · 6 years ago
  55. f50e8c6 VERSION bump to version 0.12.33 by Michal Vasko · 6 years ago
  56. 1c04270 client BUGFIX handle empty data in a data reply by Michal Vasko · 6 years ago
  57. aa01f7b VERSION bump to version 0.12.32 by Michal Vasko · 6 years ago
  58. f45e0c1 client session BUGFIX handle empty parsed responses correctly by Michal Vasko · 6 years ago
  59. 3f62184 VERSION bump to version 0.12.31 by Michal Vasko · 6 years ago
  60. ef6cae1 Merge pull request #116 from ADTRAN/devel by Michal Vasko · 6 years ago
  61. b186eba Update syslog message priority format to match sysrepo by bhart · 6 years ago
  62. 352c390 cmake BUGFIX typo by Michal Vasko · 6 years ago
  63. 9aa3c6a cmake BUGFIX missing include by Michal Vasko · 6 years ago
  64. 1ab15af travis CHANGE use recent libssh version by Michal Vasko · 6 years ago
  65. 3a7b0bf VERSION bump to version 0.12.30 by Michal Vasko · 6 years ago
  66. 7ae909a session CHANGE change stdatomic.h detection by Michal Vasko · 6 years ago
  67. cf7c01f VERSION bump to version 0.12.29 by Michal Vasko · 6 years ago
  68. 69a3ff6 session CHANGE support for old compilers without C11 atomic by Michal Vasko · 6 years ago
  69. e110b13 travis CHANGE gcc7 no longer required by Michal Vasko · 6 years ago
  70. ab3c8e9 VERSION bump to version 0.12.28 by Michal Vasko · 6 years ago
  71. 9f56b4a Merge pull request #113 from neheb/patch-1 by Michal Vasko · 6 years ago
  72. 5472ebd session: Remove engine.h include by Rosen Penev · 6 years ago
  73. 346ac56 tests CHANGE expired ceritifcates updated by Michal Vasko · 6 years ago
  74. ac66d75 VERSION bump to version 0.12.27 by Michal Vasko · 6 years ago
  75. be52dc2 session CHANGE enable keep-alive for both server and client TCP sessions by Michal Vasko · 6 years ago
  76. 1c07c8e VERSION bump to version 0.12.26 by Michal Vasko · 6 years ago
  77. 2644f75 server session CHANGE remove broken function by Michal Vasko · 6 years ago
  78. 48bf808 VERSION bump to version 0.12.25 by Michal Vasko · 6 years ago
  79. 5ce6d7d session BUGFIX null check added by Michal Vasko · 6 years ago
  80. ea35230 VERSION bump to version 0.12.24 by Michal Vasko · 6 years ago
  81. e50b6b1 session BUGFIX thread freeing of SSH shared session by Michal Vasko · 6 years ago
  82. 65712ce Merge pull request #91 from 6WIND/multisession by Michal Vasko · 6 years ago
  83. e1e2536 Merge pull request #89 from Dajvid/devel by Michal Vasko · 6 years ago
  84. 1330c80 VERSION bump to version 0.12.23 by Michal Vasko · 6 years ago
  85. 7f1ee93 server session BUGFIX memory leak by Michal Vasko · 6 years ago
  86. 54ea296 session: fix lock on wrong mutex by Robin Jarry · 6 years ago
  87. aae4df3 ADD some comments by David Sedlák · 6 years ago
  88. 493f2b1 build FIX file formatting by David Sedlák · 6 years ago
  89. 2f2f2e3 client tests ADD test case with generic rpc by David Sedlák · 6 years ago
  90. 77acc20 client tests ADD test case with ssh pubkey authentication by David Sedlák · 6 years ago
  91. 35419a3 BUGFIX memory leak caused by missing free in nc_rpc_free by David Sedlák · 6 years ago
  92. 3983ed0 messages_client tests ADD additional checks of correct execution by David Sedlák · 6 years ago
  93. 19af266 ADD tests for client API messages functions by David Sedlák · 6 years ago
  94. 2057be1 ADD unit tests for general API client functions by David Sedlák · 6 years ago
  95. 6fdf1ec ADD unit tests for client TLS API functions by David Sedlák · 6 years ago
  96. ddde449 ADD unit tests for client ssh functions by David Sedlák · 6 years ago
  97. 9662233 VERSION bump to version 0.12.22 by Michal Vasko · 6 years ago
  98. 83d1532 server session CHANGE do not set CH flag on new channel sessions by Michal Vasko · 6 years ago
  99. 38e8ff3 VERSION bump to version 0.12.21 by Michal Vasko · 6 years ago
  100. bf378cb session BUGFIX absolute ts used instead of relative by Michal Vasko · 6 years ago