1. f0fba4e session BUGFIX egenrate proper yang-library capab version by Michal Vasko · 4 years, 9 months ago
  2. a8de5e9 session BUGFIX do not set url capability automatically by mekleo · 4 years, 9 months ago
  3. 8fe604c io CHANGE improved messages for failed msg write by Michal Vasko · 4 years, 9 months ago
  4. 6d8a972 log BUGFIX generate libyang path by Michal Vasko · 4 years, 9 months ago
  5. d057b27 server session BUGFIX obsolete value check by Michal Vasko · 4 years, 9 months ago
  6. fb1724b server session NEW function for checking CH client and endpt existence by Michal Vasko · 4 years, 9 months ago
  7. 1b5973e server session NEW function for endpt existence checking by Michal Vasko · 4 years, 9 months ago
  8. 5a2c716 client session BUGFIX memory leak by Michal Vasko · 4 years, 9 months ago
  9. 2209191 Prevent compile errors on OSX (#198) by Claus Klein · 4 years, 10 months ago
  10. 213a3df session ssh CHANGE do not set any algorithm options by Michal Vasko · 4 years, 10 months ago
  11. cb84663 client session BUUGFIX correct socket error handling by Michal Vasko · 5 years ago
  12. 857425d ssh server CHANGE explicit key exchange and pubkey key types by Michal Vasko · 5 years ago
  13. 3cd6747 ssh client CHANGE explicitly allow all types for key exchange by Michal Vasko · 5 years ago
  14. d484a39 io BUGFIX do not support mixed content in RPCs by Michal Vasko · 5 years ago
  15. c1171a4 client messages CHANGE support for NMDA RPCs by Michal Vasko · 5 years ago
  16. 4e38e29 session_client: fix user searchpath for unix/fd transports by Robin Jarry · 5 years ago
  17. 52ddb95 session_client: fix segfault on NC_MSG_REPLY_ERR_MSGID by Robin Jarry · 5 years ago
  18. 7de4b8e io: do not wait upon EINTR by Robin Jarry · 5 years ago
  19. 98a7803 session CHANGE increase PS queue timeout by Michal Vasko · 5 years ago
  20. 9129095 server session CHANGE debug messages for queues by Michal Vasko · 5 years ago
  21. 9af829a server session BUGFIX return value typo by Michal Vasko · 5 years ago
  22. 7e7f99d client session CHANGE print port when connecting by Michal Vasko · 5 years ago
  23. b31878b Wrong umask prevents temporary private key access by mekleo · 5 years ago
  24. e1e8263 session BUILD proper threading support for libssh < 0.8.0 by Michal Vasko · 5 years ago
  25. 947d812 Modify for avoid deprecated functions of libssh by Bi-Ruei, Chiu · 5 years ago
  26. 889162e build BUGFIX fix for openssl < 1.1.0 by Michal Vasko · 5 years ago
  27. d37d2fb Fix issue where thread specific data is dereferenced inside the key value destructor by Kevin Barrett · 5 years ago
  28. 5a9bd9c config CHANGE timeout step is configurable by Michal Vasko · 5 years ago
  29. 457f053 client session BUGFIX double free by Michal Vasko · 5 years ago
  30. ef2f3ac Add support for musl libc by Rosen Penev · 5 years ago
  31. e38d7ef Fix format security warning in newer GCC by Rosen Penev · 5 years ago
  32. 5f352c5 session BUGFIX fix compilation with various options by Michal Vasko · 5 years ago
  33. 999b64a Revert "session MAINTENANCE remove unused functions" by Michal Vasko · 5 years ago
  34. 3a13405 session MAINTENANCE remove unused functions by Michal Vasko · 5 years ago
  35. 6936bf5 Merge https://github.com/cesnet/libnetconf2 into sysrepo2 by Michal Vasko · 5 years ago
  36. cbad4c5 server session BUGFIX default value update and name corrections by Michal Vasko · 5 years ago
  37. 4f552d6 Remove deprecated OpenSSL APIs by Rosen Penev · 5 years ago
  38. 0bdf70b server session BUGFIX memory leak by Michal Vasko · 5 years ago
  39. 5e8d019 client session CHANGE print ip that is being connected to by Michal Vasko · 5 years ago
  40. adf30f0 server CHANGE ssh updated to support current netconf-server drafts by Michal Vasko · 5 years ago
  41. 21fc9cb client session CHANGE do not parse irrelevant replies by Michal Vasko · 5 years ago
  42. d44680e nc_server_tls_get_ctn() had an "&&" with duplicate conditions. by Adam Richter · 5 years ago
  43. fbc6942 Delete unnecessary assignment in nc_err_set_msg(). by Adam Richter · 5 years ago
  44. e49a15f libnetconf CHANGE support for new draft netconf-server nodes by Michal Vasko · 5 years ago
  45. ddce121 server session CHANGE support for ecdsa keys data by Michal Vasko · 5 years ago
  46. 06e0fc2 session BUGFIX do not close SSH socket twice by Michal Vasko · 6 years ago
  47. 435e5cf client session BUGFIX memory leak by Michal Vasko · 6 years ago
  48. 3df5b25 client session BUGFIX memory leak by Michal Vasko · 6 years ago
  49. e846aee server session BUGFIX typo by Michal Vasko · 6 years ago
  50. 591db0d server messages CHANGE add path to more error messages by Michal Vasko · 6 years ago
  51. 4700394 server session BUGFIX make ps session count more deterministic by Michal Vasko · 6 years ago
  52. 0829309 Merge pull request #140 from ADTRAN/hello_cap_w_empty_deviation_param by Michal Vasko · 6 years ago
  53. cb9274f fix and testcase for empty deviation parameter by Frank Rimpler · 6 years ago
  54. 8f43059 server session CHANGE function to check whether a session is call home by Michal Vasko · 6 years ago
  55. 6b281ff client session BUGFIX handle data rpc replies with only default values by Michal Vasko · 6 years ago
  56. 8fd6fca client session BUGFIX accept all supported public key algorithms by Michal Vasko · 6 years ago
  57. 16284ca [F] Restore global_rpc_clb callback by Petr A. Sokolov · 6 years ago
  58. 83ad17e session CHANGE use TCP_NODELAY socket option by Michal Vasko · 6 years ago
  59. 1e7f9e7 client ssh session BUGFIX append new channel session immediatelly by Michal Vasko · 6 years ago
  60. 32af614 client session BUILD make new libssh session options conditional by Michal Vasko · 6 years ago
  61. 66032bc session CHANGE always store ip-address host in the session by Michal Vasko · 6 years ago
  62. 5200647 client session CHANGE accept all publickey/hostkey types by client by Michal Vasko · 6 years ago
  63. c09730e build BUGFIX missing C++ include macro by Michal Vasko · 6 years ago
  64. 629dfc4 Update session_server.c by preetbhansali · 6 years ago
  65. 64cdd12 Update session_server.c by preetbhansali · 6 years ago
  66. f3edf49 Race condition in nc_ps_lock by preetbhansali · 6 years ago
  67. 2f62210 remove duplicated setsockopts for keepalive by Olivier Matz · 6 years ago
  68. ac7fa2f add support for unix socket transport by Olivier Matz · 6 years ago
  69. 90a87d9 io CHANGE detailed reasons about ssl errors by Michal Vasko · 6 years ago
  70. 0abba6d io CHANGE improve ssl IO error handling by Michal Vasko · 6 years ago
  71. 1c04270 client BUGFIX handle empty data in a data reply by Michal Vasko · 6 years ago
  72. f45e0c1 client session BUGFIX handle empty parsed responses correctly by Michal Vasko · 6 years ago
  73. b186eba Update syslog message priority format to match sysrepo by bhart · 6 years ago
  74. 7ae909a session CHANGE change stdatomic.h detection by Michal Vasko · 6 years ago
  75. 69a3ff6 session CHANGE support for old compilers without C11 atomic by Michal Vasko · 6 years ago
  76. 5472ebd session: Remove engine.h include by Rosen Penev · 6 years ago
  77. be52dc2 session CHANGE enable keep-alive for both server and client TCP sessions by Michal Vasko · 6 years ago
  78. 2644f75 server session CHANGE remove broken function by Michal Vasko · 6 years ago
  79. 5ce6d7d session BUGFIX null check added by Michal Vasko · 6 years ago
  80. e50b6b1 session BUGFIX thread freeing of SSH shared session by Michal Vasko · 6 years ago
  81. 65712ce Merge pull request #91 from 6WIND/multisession by Michal Vasko · 6 years ago
  82. e1e2536 Merge pull request #89 from Dajvid/devel by Michal Vasko · 6 years ago
  83. 7f1ee93 server session BUGFIX memory leak by Michal Vasko · 6 years ago
  84. 54ea296 session: fix lock on wrong mutex by Robin Jarry · 6 years ago
  85. aae4df3 ADD some comments by David Sedlák · 6 years ago
  86. 35419a3 BUGFIX memory leak caused by missing free in nc_rpc_free by David Sedlák · 6 years ago
  87. ddde449 ADD unit tests for client ssh functions by David Sedlák · 6 years ago
  88. 83d1532 server session CHANGE do not set CH flag on new channel sessions by Michal Vasko · 6 years ago
  89. bf378cb session BUGFIX absolute ts used instead of relative by Michal Vasko · 6 years ago
  90. 488c7f5 client session BUGFIX do not load imported modules as implemented by Michal Vasko · 6 years ago
  91. 3964a83 server session BUGFIX incorrect fopen mode by Michal Vasko · 6 years ago
  92. 6ed922d Fix call home client thread cleanup by Andrew Langefeld · 6 years ago
  93. 99e6568 Merge pull request #81 from jktjkt/libyang-cpp-changes by Michal Vasko · 6 years ago
  94. 488f480 server BUGFIX missing header file by Michal Vasko · 6 years ago
  95. 6d7c396 Adapt to libyang's "Change constness of the data returned by module implementation callbacks" by Jan Kundrát · 6 years ago
  96. 35972df Adapt to libyang's "Pass the original user_data to the deleter function" by Jan Kundrát · 6 years ago
  97. 2a22534 server session MAINTENANCE code formatting by Michal Vasko · 6 years ago
  98. 294dc34 Merge pull request #78 from ADTRAN/invalid_endpoint_pointer by Michal Vasko · 6 years ago
  99. d05f225 invalid endpoint pointer by Peter Feige · 6 years ago
  100. 488b070 session client CHANGE additional check for returned <get-schema> data by Radek Krejci · 6 years ago