1. 097fc85 client session MAINTENANCE remove useless cast by Michal Vasko · 3 years, 8 months ago
  2. 8ce3b7c client session ssh BUGFIX wrong variable size (#295) by Dragos Dan · 3 years, 8 months ago
  3. 0db3db5 session BUGFIX call home flag is protected by lock and cond by Michal Vasko · 3 years, 8 months ago
  4. 0a047f0 server session FEATURE improved call home messages by Michal Vasko · 3 years, 8 months ago
  5. 0b30e45 server session BUGFIX do not consider -1 as pending socket by Michal Vasko · 3 years, 8 months ago
  6. 0be8569 client session BUGFIX memory leak by Michal Vasko · 3 years, 8 months ago
  7. b93b41b client session BUGFIX always allow receiving notifications by Michal Vasko · 3 years, 9 months ago
  8. 3da9b34 session server BUGFIX parameter in inet_ntop func by aPiecek · 3 years, 9 months ago
  9. 90ff024 session server REFACTOR getting host and port by aPiecek · 3 years, 9 months ago
  10. b235763 session server BUGFIX get path from AF_UNIX socket by aPiecek · 3 years, 9 months ago
  11. 1d2665c session client BUGFIX get-schema of modules not in capabs by Michal Vasko · 3 years, 9 months ago
  12. 4c612cd session server BUGFIX limit number of connect retries by Michal Vasko · 3 years, 9 months ago
  13. 96a28a3 session FEATURE print error when freeing a busy session by Michal Vasko · 3 years, 9 months ago
  14. acf9847 session MAINTENANCE remove dynamic synchronization structures by Michal Vasko · 3 years, 9 months ago
  15. 925c38d session BUGFIX avoid unsafe variable reading by Michal Vasko · 3 years, 9 months ago
  16. 283c3c0 client session BUGFIX check all errors when creating RPCs by Michal Vasko · 3 years, 10 months ago
  17. 4020801 client session CHANGE do not validate incoming notifications by Michal Vasko · 4 years ago
  18. 5b24b6b session BUGFIX check for errors when generating capabilities by Michal Vasko · 4 years ago
  19. 5fb5f99 client session ssh BUGFIX flush after print without newline by Michal Vasko · 4 years ago
  20. 22b4fe7 server session FEATURE handle expired accounts by Michal Vasko · 4 years ago
  21. b4ff2fd server session REFACTOR formatting by Michal Vasko · 4 years ago
  22. b639e9c config BUGFIX workaround for atomic_load spec bug by Michal Vasko · 4 years, 2 months ago
  23. e201015 config BUGFIX avoid casting to atomic_uintptr_t by Michal Vasko · 4 years, 2 months ago
  24. 7f1fa3c session BUGFIX use atomics instead of volatile by Michal Vasko · 4 years, 2 months ago
  25. 8c24782 session BUGFIX memory leak for starting client sessions by Michal Vasko · 4 years, 2 months ago
  26. ad356f6 io BUGFIX incorrect structure free by Michal Vasko · 4 years, 2 months ago
  27. 946cacb server session FEATURE any transport combination support by Michal Vasko · 4 years, 3 months ago
  28. 5e0edd8 session BUGFIX freeing invalid multi-channel SSH sessions by Michal Vasko · 4 years, 3 months ago
  29. 2af7c38 client session BUGFIX handle socket timeout by Michal Vasko · 4 years, 3 months ago
  30. e27ab4e client session BUGFIX handle all socket errors by Michal Vasko · 4 years, 3 months ago
  31. f732adc io BUGFIX do not fail when there is data left to read (#229) by Robin Jarry · 4 years, 6 months ago
  32. 8a4e146 client session BUGFIX get-schema module is always needed locally by Michal Vasko · 4 years, 6 months ago
  33. 5a44647 modules CHANGE move schemas to tests by Michal Vasko · 4 years, 6 months ago
  34. 68177b7 server session CHANGE support for PKCS#8 keys by Michal Vasko · 4 years, 6 months ago
  35. 841bf9e server session BUGFIX correct written bytes by Michal Vasko · 4 years, 6 months ago
  36. d391091 server session MAINTENANCE unix socket acccept refactor by Michal Vasko · 4 years, 7 months ago
  37. 4e903c3 libnetconf2 CHANGE QNX compatibility (#220) by apropp-molex · 4 years, 7 months ago
  38. 31dd4c5 client session CHANGE verbose messages about get-schema/yanglib support by Michal Vasko · 4 years, 7 months ago
  39. 4ec210b server session BUGFIX invalid memory access to deleted client by Michal Vasko · 4 years, 7 months ago
  40. 2733aad log CHANGE new low-level debug log level by Michal Vasko · 4 years, 7 months ago
  41. f22d5ff server session CHANGE do not use bzero by Michal Vasko · 4 years, 7 months ago
  42. 316c963 server session & time BUGFIX add missing compat header by Michal Vasko · 4 years, 7 months ago
  43. 7b5e3d9 session CHANGE do not advertise both yang-lib capabilities by Michal Vasko · 4 years, 7 months ago
  44. 1679966 client session BUGFIX missing header by Michal Vasko · 4 years, 7 months ago
  45. bbf52c8 client session CHANGE make linux-only header conditional by Michal Vasko · 4 years, 7 months ago
  46. 9e8ac26 compat CHANGE use compatibility GNU functions for non-GNU systems by Michal Vasko · 4 years, 7 months ago
  47. 0d877f9 client session CHANGE ietf-datastores must be implemented by Michal Vasko · 4 years, 7 months ago
  48. 5c5a442 nc_server_ch_client_endpt_set_port (#215) by ravsz · 4 years, 7 months ago
  49. 20789e1 session server BUGFIX error message arguments by ravsz · 4 years, 7 months ago
  50. d5ada12 session CHANGE advertise both yang-lib capabilities by Michal Vasko · 4 years, 8 months ago
  51. dafdc74 session BUGFIX submodule features in capabilities by Michal Vasko · 4 years, 8 months ago
  52. c5fa07b client session BUGFIX wrong get-data with-defaults module by Michal Vasko · 4 years, 8 months ago
  53. f0fba4e session BUGFIX egenrate proper yang-library capab version by Michal Vasko · 4 years, 9 months ago
  54. a8de5e9 session BUGFIX do not set url capability automatically by mekleo · 4 years, 9 months ago
  55. 8fe604c io CHANGE improved messages for failed msg write by Michal Vasko · 4 years, 9 months ago
  56. 6d8a972 log BUGFIX generate libyang path by Michal Vasko · 4 years, 9 months ago
  57. d057b27 server session BUGFIX obsolete value check by Michal Vasko · 4 years, 9 months ago
  58. fb1724b server session NEW function for checking CH client and endpt existence by Michal Vasko · 4 years, 9 months ago
  59. 1b5973e server session NEW function for endpt existence checking by Michal Vasko · 4 years, 9 months ago
  60. 5a2c716 client session BUGFIX memory leak by Michal Vasko · 4 years, 9 months ago
  61. 2209191 Prevent compile errors on OSX (#198) by Claus Klein · 4 years, 10 months ago
  62. 213a3df session ssh CHANGE do not set any algorithm options by Michal Vasko · 4 years, 10 months ago
  63. cb84663 client session BUUGFIX correct socket error handling by Michal Vasko · 5 years ago
  64. 857425d ssh server CHANGE explicit key exchange and pubkey key types by Michal Vasko · 5 years ago
  65. 3cd6747 ssh client CHANGE explicitly allow all types for key exchange by Michal Vasko · 5 years ago
  66. d484a39 io BUGFIX do not support mixed content in RPCs by Michal Vasko · 5 years ago
  67. c1171a4 client messages CHANGE support for NMDA RPCs by Michal Vasko · 5 years ago
  68. 4e38e29 session_client: fix user searchpath for unix/fd transports by Robin Jarry · 5 years ago
  69. 52ddb95 session_client: fix segfault on NC_MSG_REPLY_ERR_MSGID by Robin Jarry · 5 years ago
  70. 7de4b8e io: do not wait upon EINTR by Robin Jarry · 5 years ago
  71. 98a7803 session CHANGE increase PS queue timeout by Michal Vasko · 5 years ago
  72. 9129095 server session CHANGE debug messages for queues by Michal Vasko · 5 years ago
  73. 9af829a server session BUGFIX return value typo by Michal Vasko · 5 years ago
  74. 7e7f99d client session CHANGE print port when connecting by Michal Vasko · 5 years ago
  75. b31878b Wrong umask prevents temporary private key access by mekleo · 5 years ago
  76. e1e8263 session BUILD proper threading support for libssh < 0.8.0 by Michal Vasko · 5 years ago
  77. 947d812 Modify for avoid deprecated functions of libssh by Bi-Ruei, Chiu · 5 years ago
  78. 889162e build BUGFIX fix for openssl < 1.1.0 by Michal Vasko · 5 years ago
  79. d37d2fb Fix issue where thread specific data is dereferenced inside the key value destructor by Kevin Barrett · 5 years ago
  80. 5a9bd9c config CHANGE timeout step is configurable by Michal Vasko · 5 years ago
  81. 457f053 client session BUGFIX double free by Michal Vasko · 5 years ago
  82. ef2f3ac Add support for musl libc by Rosen Penev · 5 years ago
  83. e38d7ef Fix format security warning in newer GCC by Rosen Penev · 5 years ago
  84. 5f352c5 session BUGFIX fix compilation with various options by Michal Vasko · 5 years ago
  85. 999b64a Revert "session MAINTENANCE remove unused functions" by Michal Vasko · 5 years ago
  86. 3a13405 session MAINTENANCE remove unused functions by Michal Vasko · 5 years ago
  87. 6936bf5 Merge https://github.com/cesnet/libnetconf2 into sysrepo2 by Michal Vasko · 5 years ago
  88. cbad4c5 server session BUGFIX default value update and name corrections by Michal Vasko · 5 years ago
  89. 4f552d6 Remove deprecated OpenSSL APIs by Rosen Penev · 5 years ago
  90. 0bdf70b server session BUGFIX memory leak by Michal Vasko · 5 years ago
  91. 5e8d019 client session CHANGE print ip that is being connected to by Michal Vasko · 5 years ago
  92. adf30f0 server CHANGE ssh updated to support current netconf-server drafts by Michal Vasko · 5 years ago
  93. 21fc9cb client session CHANGE do not parse irrelevant replies by Michal Vasko · 5 years ago
  94. d44680e nc_server_tls_get_ctn() had an "&&" with duplicate conditions. by Adam Richter · 5 years ago
  95. fbc6942 Delete unnecessary assignment in nc_err_set_msg(). by Adam Richter · 5 years ago
  96. e49a15f libnetconf CHANGE support for new draft netconf-server nodes by Michal Vasko · 5 years ago
  97. ddce121 server session CHANGE support for ecdsa keys data by Michal Vasko · 5 years ago
  98. 06e0fc2 session BUGFIX do not close SSH socket twice by Michal Vasko · 6 years ago
  99. 435e5cf client session BUGFIX memory leak by Michal Vasko · 6 years ago
  100. 3df5b25 client session BUGFIX memory leak by Michal Vasko · 6 years ago