1. 294dc34 Merge pull request #78 from ADTRAN/invalid_endpoint_pointer by Michal Vasko · 6 years ago
  2. d05f225 invalid endpoint pointer by Peter Feige · 6 years ago
  3. 488b070 session client CHANGE additional check for returned <get-schema> data by Radek Krejci · 6 years ago
  4. 62bc671 Two small TLS bug fixes by Andrew Langefeld · 6 years ago
  5. 440b6c7 Provide a mechanism to setup TLS cert chain by Andrew Langefeld · 6 years ago
  6. 9d21a66 session_server FIX function prototypes by David Sedlák · 6 years ago
  7. 2d08883 session client CHANGE remove compatibility code for old ietf-yang-library schema by Radek Krejci · 6 years ago
  8. cde410d session capabilities CHANGE printing ietf-yang-library capability by Radek Krejci · 6 years ago
  9. 4e8eadd session server BUGFIX printing features in capability string by Radek Krejci · 6 years ago
  10. 261737f session client CHANGE filtering server data for ietf-yang-library data by Radek Krejci · 6 years ago
  11. 50eac70 Add the yang-library NETCONF capability by Andrew Langefeld · 6 years ago
  12. b056ff8 session client BUGFIX uninitialized variable by Radek Krejci · 6 years ago
  13. f063379 session client BUGFIX accessing freed memory by Radek Krejci · 6 years ago
  14. 782041a session client BUGFIX checking usability of the created socket by Radek Krejci · 6 years ago
  15. 235d8cb session client CHANGE produce less errors when building context for the connected server by Radek Krejci · 6 years ago
  16. 8d4f9f1 session client BUGFIX testing return value in wrong variable by Radek Krejci · 6 years ago
  17. 1a7efb4 session client CHANGE parse submodules infor from yang-library data by Radek Krejci · 6 years ago
  18. f6d9aef messageing BUGFIX proper use of realloc() by Radek Krejci · 6 years ago
  19. ac91952 seassion client CHANGE compatibility code with really old ietf-yang-library by Radek Krejci · 6 years ago
  20. a8dfaea session client BUGFIX using not initialized variable by Radek Krejci · 6 years ago
  21. 93d1ad0 Merge branch 'devel' of https://github.com/CESNET/libnetconf2 into devel by Radek Krejci · 6 years ago
  22. fc5d07e io BUGFIX double lock by Michal Vasko · 6 years ago
  23. c939050 session client BUGFIX memory leak, checking malloc return value by Radek Krejci · 6 years ago
  24. 3f499a6 session client BUGFIX check ftell() return value by Radek Krejci · 6 years ago
  25. 3b60e5c session client CHANGE reflect recent changes in libyang API by Radek Krejci · 6 years ago
  26. 6455eb1 session client BUGFIX use of uninitialized variable by Radek Krejci · 6 years ago
  27. 65ef6d5 client session CHANGE building context according to server supported schemas by Radek Krejci · 6 years ago
  28. d838d29 client session CHANGE cover new anydata types by Michal Vasko · 6 years ago
  29. fcf32c2 client session BUGFIX print all schema warnings by Michal Vasko · 6 years ago
  30. 977bacd Merge branch 'devel' by Michal Vasko · 6 years ago
  31. bbab76f Fix parsing for notification after leaf by Andrew Langefeld · 6 years ago
  32. ad7a553 Do not send extra ssh_message_reply_default() by Robert Varga · 6 years ago
  33. 740c22f provide correct address length for inet_ntop i.o. to avoid error ENOSPC by Frank Rimpler · 6 years ago
  34. c7a2acb remove unused variable by Frank Rimpler · 6 years ago
  35. 9f838b0 restructuring, add missing socket test by Frank Rimpler · 6 years ago
  36. dd3e314 client session BUGFIX double free by Michal Vasko · 6 years ago
  37. f952be2 server session CHANGE enable compilation on platofrms without keep-alive by Michal Vasko · 6 years ago
  38. 06c860d session CHANGE use more practical TCP keep alive options by Michal Vasko · 6 years ago
  39. 15dad86 fix unwanted change from last commit by David Sedlák · 6 years ago
  40. fedbc79 io CHANGE more efficient way of finding endtag in nc_read_until by David Sedlák · 6 years ago
  41. 733c0bd server session MAINTENANCE formatting and minor problems by Michal Vasko · 6 years ago
  42. 85744b2 Merge branch 'devel' of https://github.com/bhart3/libnetconf2 into devel by Michal Vasko · 6 years ago
  43. 37f94a7 Correct invalid signature by bhart · 6 years ago
  44. 1bb7cdb Update interactive callback. by bhart · 6 years ago
  45. ae813f4 ssh client CHANGE improve authentication handling by Radek Krejci · 6 years ago
  46. fdc7478 io & session BUGFIX remove invalid internal errors by Michal Vasko · 6 years ago
  47. ac0356e client session BUGFIX xpath filter selects subtrees, not nodes by Michal Vasko · 6 years ago
  48. 28ef6cd session CHANGE remove vrb message by Michal Vasko · 6 years ago
  49. 158d6fd Fix segfault when crypt() returns NULL by Andrew Langefeld · 6 years ago
  50. 2260f55 session MAINTENANCE release build warnings by Michal Vasko · 6 years ago
  51. 23dab56 Update session_server_ssh.c by bhart3 · 6 years ago
  52. 3bc2f58 Add optional authentication methods for ssh pubkey and interactive. by bhart · 6 years ago
  53. dd6e4f7 server session BUGFIX zero server options on destroy by Michal Vasko · 6 years ago
  54. 86cae53 client session BUGFIX double unlock by Michal Vasko · 6 years ago
  55. 140eecd client session BUGFIX wrong pointer comparison by Michal Vasko · 6 years ago
  56. 131120a CHANGE allow concurrent notifications and RPCs by Michal Vasko · 6 years ago
  57. 3b49eb2 client session BUGFIX do not write to NULL out by Michal Vasko · 6 years ago
  58. 61e8715 session MAINTENANCE redundant assign value by Michal Vasko · 6 years ago
  59. 9aa1e35 client CHANGE loading schemas supported by server on the client side by Radek Krejci · 6 years ago
  60. 24a1841 server CHANGE listed schemas in server's <hello> capabilities list by Radek Krejci · 6 years ago
  61. 4cb8de5 server session BUGFIX accessing a removed endpoint by Michal Vasko · 7 years ago
  62. 663b3d6 client session BUGFIX handle failing to load implemented schema by Michal Vasko · 7 years ago
  63. 689202b client session MAINTENANCE formatting by Michal Vasko · 7 years ago
  64. b1d250e client CHANGE using get-schema operation on ietf-yang-library by Radek Krejci · 7 years ago
  65. 974410a server session BUGFIX forgotten definition of a function by Michal Vasko · 7 years ago
  66. 51228ac client session CHANGE terminal IO refactored by Michal Vasko · 7 years ago
  67. 7dd4ce2 client session CHANGE properly detect fscanf error by Michal Vasko · 7 years ago
  68. 8858304 client session CHANGE use /dev/tty as a backup input device by Michal Vasko · 7 years ago
  69. ebba760 server session FEATURE allow to define an SSH passwd auth callback by Michal Vasko · 7 years ago
  70. 4d57e1b session BUGFIX close sockets separately by Michal Vasko · 7 years ago
  71. b85767d session BUGFIX missing include by Michal Vasko · 7 years ago
  72. 2737742 server session BUGFIX call home session freeing corner cases by Michal Vasko · 7 years ago
  73. 3f05a09 fixup! server session BUGFIX wait for ch thread when freeing session by Michal Vasko · 7 years ago
  74. 7d965dc session CHANGE enable keep-alive on server/client sockets by Michal Vasko · 7 years ago
  75. 2e39ed9 server session BUGFIX wait for ch thread when freeing session by Michal Vasko · 7 years ago
  76. 206ec2d client session CHANGE always store client schemas into set dir by Michal Vasko · 7 years ago
  77. 78cd61f client session BUGFIX continue connecting when a schema loading fails by Michal Vasko · 7 years ago
  78. dbf7c27 client session BUGFIX schema retrieval logging fixes by Michal Vasko · 7 years ago
  79. 93ab617 lnc2 MAINTENANCE minor bugfixes by Michal Vasko · 7 years ago
  80. 145619f session BUGFIX update function name by Michal Vasko · 7 years ago
  81. ff7e356 cmake CHANGE lnc2 schemas dir now a cmake and pkgconfig variable by Michal Vasko · 7 years ago
  82. f945da5 io & client session MAINTENANCE minor compiler warnings by Michal Vasko · 7 years ago
  83. 6cdb0c1 Merge pull request #49 from jktjkt/fix-ipv6 by Michal Vasko · 7 years ago
  84. ceae015 client session CHANGE print errors if schema loading fails by Michal Vasko · 7 years ago
  85. c997024 server session CHANGE libyang error API changes by Michal Vasko · 7 years ago
  86. 0f942e8 Use proper size for inet_ntop's buffer by Jan Kundrát · 7 years ago
  87. 103fe63 server session BUGFIX properly remove thread id on timeout by Michal Vasko · 7 years ago
  88. 2b76809 server session CHANGE separate timeout for waiting for queue by Michal Vasko · 7 years ago
  89. d834003 server session BUGFIX handle removing ids not from the beginning by Michal Vasko · 7 years ago
  90. 74c345f server session BUGFIX queue round buffer fixes by Michal Vasko · 7 years ago queue_fix
  91. 8bc747c Revert "server session BUGFIX queue round buffer fixes" by Michal Vasko · 7 years ago
  92. b4b1906 client BUGFIX double free by Radek Krejci · 7 years ago
  93. fdf1e68 server session BUGFIX queue round buffer fixes by Michal Vasko · 7 years ago
  94. 93f26d9 ssh client CHANGE for output always use fprintf and fgetc by Michal Vasko · 7 years ago
  95. f8aa997 server session CHANGE libyang api changes by Michal Vasko · 7 years ago
  96. 14fdbb6 client session CHANGE reply without msg-id can be valid by Michal Vasko · 7 years ago
  97. baaa9f0 io BUGFIX missing space between element and attribute by Michal Vasko · 7 years ago
  98. 0b89f3d server messages CHANGE check for notification presence in a notif tree by Michal Vasko · 7 years ago
  99. 3106b7b server messages CHANGE notif root doesn't have to be notification by Michal Vasko · 7 years ago
  100. ce32605 session client BUGFIX typo by Michal Vasko · 7 years ago