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