1. e27ab4e client session BUGFIX handle all socket errors by Michal Vasko · 4 years, 3 months ago
  2. f732adc io BUGFIX do not fail when there is data left to read (#229) by Robin Jarry · 4 years, 6 months ago
  3. 8a4e146 client session BUGFIX get-schema module is always needed locally by Michal Vasko · 4 years, 6 months ago
  4. 5a44647 modules CHANGE move schemas to tests by Michal Vasko · 4 years, 6 months ago
  5. 68177b7 server session CHANGE support for PKCS#8 keys by Michal Vasko · 4 years, 6 months ago
  6. 841bf9e server session BUGFIX correct written bytes by Michal Vasko · 4 years, 6 months ago
  7. d391091 server session MAINTENANCE unix socket acccept refactor by Michal Vasko · 4 years, 7 months ago
  8. 4e903c3 libnetconf2 CHANGE QNX compatibility (#220) by apropp-molex · 4 years, 7 months ago
  9. 31dd4c5 client session CHANGE verbose messages about get-schema/yanglib support by Michal Vasko · 4 years, 7 months ago
  10. 4ec210b server session BUGFIX invalid memory access to deleted client by Michal Vasko · 4 years, 7 months ago
  11. 2733aad log CHANGE new low-level debug log level by Michal Vasko · 4 years, 7 months ago
  12. f22d5ff server session CHANGE do not use bzero by Michal Vasko · 4 years, 7 months ago
  13. 316c963 server session & time BUGFIX add missing compat header by Michal Vasko · 4 years, 7 months ago
  14. 7b5e3d9 session CHANGE do not advertise both yang-lib capabilities by Michal Vasko · 4 years, 7 months ago
  15. 1679966 client session BUGFIX missing header by Michal Vasko · 4 years, 7 months ago
  16. bbf52c8 client session CHANGE make linux-only header conditional by Michal Vasko · 4 years, 7 months ago
  17. 9e8ac26 compat CHANGE use compatibility GNU functions for non-GNU systems by Michal Vasko · 4 years, 7 months ago
  18. 0d877f9 client session CHANGE ietf-datastores must be implemented by Michal Vasko · 4 years, 7 months ago
  19. 5c5a442 nc_server_ch_client_endpt_set_port (#215) by ravsz · 4 years, 7 months ago
  20. 20789e1 session server BUGFIX error message arguments by ravsz · 4 years, 7 months ago
  21. d5ada12 session CHANGE advertise both yang-lib capabilities by Michal Vasko · 4 years, 8 months ago
  22. dafdc74 session BUGFIX submodule features in capabilities by Michal Vasko · 4 years, 8 months ago
  23. c5fa07b client session BUGFIX wrong get-data with-defaults module by Michal Vasko · 4 years, 8 months ago
  24. f0fba4e session BUGFIX egenrate proper yang-library capab version by Michal Vasko · 4 years, 9 months ago
  25. a8de5e9 session BUGFIX do not set url capability automatically by mekleo · 4 years, 9 months ago
  26. 8fe604c io CHANGE improved messages for failed msg write by Michal Vasko · 4 years, 9 months ago
  27. 6d8a972 log BUGFIX generate libyang path by Michal Vasko · 4 years, 9 months ago
  28. d057b27 server session BUGFIX obsolete value check by Michal Vasko · 4 years, 9 months ago
  29. fb1724b server session NEW function for checking CH client and endpt existence by Michal Vasko · 4 years, 9 months ago
  30. 1b5973e server session NEW function for endpt existence checking by Michal Vasko · 4 years, 9 months ago
  31. 5a2c716 client session BUGFIX memory leak by Michal Vasko · 4 years, 9 months ago
  32. 2209191 Prevent compile errors on OSX (#198) by Claus Klein · 4 years, 10 months ago
  33. 213a3df session ssh CHANGE do not set any algorithm options by Michal Vasko · 4 years, 10 months ago
  34. cb84663 client session BUUGFIX correct socket error handling by Michal Vasko · 5 years ago
  35. 857425d ssh server CHANGE explicit key exchange and pubkey key types by Michal Vasko · 5 years ago
  36. 3cd6747 ssh client CHANGE explicitly allow all types for key exchange by Michal Vasko · 5 years ago
  37. d484a39 io BUGFIX do not support mixed content in RPCs by Michal Vasko · 5 years ago
  38. c1171a4 client messages CHANGE support for NMDA RPCs by Michal Vasko · 5 years ago
  39. 4e38e29 session_client: fix user searchpath for unix/fd transports by Robin Jarry · 5 years ago
  40. 52ddb95 session_client: fix segfault on NC_MSG_REPLY_ERR_MSGID by Robin Jarry · 5 years ago
  41. 7de4b8e io: do not wait upon EINTR by Robin Jarry · 5 years ago
  42. 98a7803 session CHANGE increase PS queue timeout by Michal Vasko · 5 years ago
  43. 9129095 server session CHANGE debug messages for queues by Michal Vasko · 5 years ago
  44. 9af829a server session BUGFIX return value typo by Michal Vasko · 5 years ago
  45. 7e7f99d client session CHANGE print port when connecting by Michal Vasko · 5 years ago
  46. b31878b Wrong umask prevents temporary private key access by mekleo · 5 years ago
  47. e1e8263 session BUILD proper threading support for libssh < 0.8.0 by Michal Vasko · 5 years ago
  48. 947d812 Modify for avoid deprecated functions of libssh by Bi-Ruei, Chiu · 5 years ago
  49. 889162e build BUGFIX fix for openssl < 1.1.0 by Michal Vasko · 5 years ago
  50. d37d2fb Fix issue where thread specific data is dereferenced inside the key value destructor by Kevin Barrett · 5 years ago
  51. 5a9bd9c config CHANGE timeout step is configurable by Michal Vasko · 5 years ago
  52. 457f053 client session BUGFIX double free by Michal Vasko · 5 years ago
  53. ef2f3ac Add support for musl libc by Rosen Penev · 5 years ago
  54. e38d7ef Fix format security warning in newer GCC by Rosen Penev · 5 years ago
  55. 5f352c5 session BUGFIX fix compilation with various options by Michal Vasko · 5 years ago
  56. 999b64a Revert "session MAINTENANCE remove unused functions" by Michal Vasko · 5 years ago
  57. 3a13405 session MAINTENANCE remove unused functions by Michal Vasko · 5 years ago
  58. 6936bf5 Merge https://github.com/cesnet/libnetconf2 into sysrepo2 by Michal Vasko · 5 years ago
  59. cbad4c5 server session BUGFIX default value update and name corrections by Michal Vasko · 5 years ago
  60. 4f552d6 Remove deprecated OpenSSL APIs by Rosen Penev · 5 years ago
  61. 0bdf70b server session BUGFIX memory leak by Michal Vasko · 5 years ago
  62. 5e8d019 client session CHANGE print ip that is being connected to by Michal Vasko · 5 years ago
  63. adf30f0 server CHANGE ssh updated to support current netconf-server drafts by Michal Vasko · 5 years ago
  64. 21fc9cb client session CHANGE do not parse irrelevant replies by Michal Vasko · 5 years ago
  65. d44680e nc_server_tls_get_ctn() had an "&&" with duplicate conditions. by Adam Richter · 5 years ago
  66. fbc6942 Delete unnecessary assignment in nc_err_set_msg(). by Adam Richter · 5 years ago
  67. e49a15f libnetconf CHANGE support for new draft netconf-server nodes by Michal Vasko · 5 years ago
  68. ddce121 server session CHANGE support for ecdsa keys data by Michal Vasko · 5 years ago
  69. 06e0fc2 session BUGFIX do not close SSH socket twice by Michal Vasko · 6 years ago
  70. 435e5cf client session BUGFIX memory leak by Michal Vasko · 6 years ago
  71. 3df5b25 client session BUGFIX memory leak by Michal Vasko · 6 years ago
  72. e846aee server session BUGFIX typo by Michal Vasko · 6 years ago
  73. 591db0d server messages CHANGE add path to more error messages by Michal Vasko · 6 years ago
  74. 4700394 server session BUGFIX make ps session count more deterministic by Michal Vasko · 6 years ago
  75. 0829309 Merge pull request #140 from ADTRAN/hello_cap_w_empty_deviation_param by Michal Vasko · 6 years ago
  76. cb9274f fix and testcase for empty deviation parameter by Frank Rimpler · 6 years ago
  77. 8f43059 server session CHANGE function to check whether a session is call home by Michal Vasko · 6 years ago
  78. 6b281ff client session BUGFIX handle data rpc replies with only default values by Michal Vasko · 6 years ago
  79. 8fd6fca client session BUGFIX accept all supported public key algorithms by Michal Vasko · 6 years ago
  80. 16284ca [F] Restore global_rpc_clb callback by Petr A. Sokolov · 6 years ago
  81. 83ad17e session CHANGE use TCP_NODELAY socket option by Michal Vasko · 6 years ago
  82. 1e7f9e7 client ssh session BUGFIX append new channel session immediatelly by Michal Vasko · 6 years ago
  83. 32af614 client session BUILD make new libssh session options conditional by Michal Vasko · 6 years ago
  84. 66032bc session CHANGE always store ip-address host in the session by Michal Vasko · 6 years ago
  85. 5200647 client session CHANGE accept all publickey/hostkey types by client by Michal Vasko · 6 years ago
  86. c09730e build BUGFIX missing C++ include macro by Michal Vasko · 6 years ago
  87. 629dfc4 Update session_server.c by preetbhansali · 6 years ago
  88. 64cdd12 Update session_server.c by preetbhansali · 6 years ago
  89. f3edf49 Race condition in nc_ps_lock by preetbhansali · 6 years ago
  90. 2f62210 remove duplicated setsockopts for keepalive by Olivier Matz · 6 years ago
  91. ac7fa2f add support for unix socket transport by Olivier Matz · 6 years ago
  92. 90a87d9 io CHANGE detailed reasons about ssl errors by Michal Vasko · 6 years ago
  93. 0abba6d io CHANGE improve ssl IO error handling by Michal Vasko · 6 years ago
  94. 1c04270 client BUGFIX handle empty data in a data reply by Michal Vasko · 6 years ago
  95. f45e0c1 client session BUGFIX handle empty parsed responses correctly by Michal Vasko · 6 years ago
  96. b186eba Update syslog message priority format to match sysrepo by bhart · 6 years ago
  97. 7ae909a session CHANGE change stdatomic.h detection by Michal Vasko · 6 years ago
  98. 69a3ff6 session CHANGE support for old compilers without C11 atomic by Michal Vasko · 6 years ago
  99. 5472ebd session: Remove engine.h include by Rosen Penev · 6 years ago
  100. be52dc2 session CHANGE enable keep-alive for both server and client TCP sessions by Michal Vasko · 6 years ago