1. 1a7efb4 session client CHANGE parse submodules infor from yang-library data by Radek Krejci · 6 years ago
  2. f6d9aef messageing BUGFIX proper use of realloc() by Radek Krejci · 6 years ago
  3. ac91952 seassion client CHANGE compatibility code with really old ietf-yang-library by Radek Krejci · 6 years ago
  4. a8dfaea session client BUGFIX using not initialized variable by Radek Krejci · 6 years ago
  5. 9adcc32 VERSION bump to version 0.12.2 by Radek Krejci · 6 years ago
  6. 93d1ad0 Merge branch 'devel' of https://github.com/CESNET/libnetconf2 into devel by Radek Krejci · 6 years ago
  7. fc5d07e io BUGFIX double lock by Michal Vasko · 6 years ago
  8. c939050 session client BUGFIX memory leak, checking malloc return value by Radek Krejci · 6 years ago
  9. 3f499a6 session client BUGFIX check ftell() return value by Radek Krejci · 6 years ago
  10. 3b60e5c session client CHANGE reflect recent changes in libyang API by Radek Krejci · 6 years ago
  11. 6455eb1 session client BUGFIX use of uninitialized variable by Radek Krejci · 6 years ago
  12. c29484f VERSION bump to version 0.12.1 by Radek Krejci · 6 years ago
  13. 65ef6d5 client session CHANGE building context according to server supported schemas by Radek Krejci · 6 years ago
  14. 345f0e0 VERSION bump to version 0.12.0 by Michal Vasko · 6 years ago
  15. d838d29 client session CHANGE cover new anydata types by Michal Vasko · 6 years ago
  16. c90ad9e VERSION bump ot version 0.11.47 by Michal Vasko · 6 years ago
  17. fcf32c2 client session BUGFIX print all schema warnings by Michal Vasko · 6 years ago
  18. e6a142b VERSION bump to version 0.11.46 by Michal Vasko · 6 years ago
  19. 977bacd Merge branch 'devel' by Michal Vasko · 6 years ago
  20. c310d35 Merge pull request #69 from rovarga/kbd-int by Michal Vasko · 6 years ago
  21. fcea27b Merge pull request #70 from ADTRAN/notification-after-leaf by Michal Vasko · 6 years ago
  22. bbab76f Fix parsing for notification after leaf by Andrew Langefeld · 6 years ago
  23. ad7a553 Do not send extra ssh_message_reply_default() by Robert Varga · 6 years ago
  24. 8f1d355 Merge pull request #67 from ADTRAN/ipv6_addr_len_fix by Michal Vasko · 6 years ago
  25. 740c22f provide correct address length for inet_ntop i.o. to avoid error ENOSPC by Frank Rimpler · 6 years ago
  26. 1b1d2a5 VERSION bump to version 0.11.45 by Michal Vasko · 6 years ago
  27. 2b5d7a1 Merge pull request #64 from frimpler/persistent_timeout_fix_pr by Michal Vasko · 6 years ago
  28. c7a2acb remove unused variable by Frank Rimpler · 6 years ago
  29. a32e395 Merge branch 'PR64' into persistent_timeout_fix_pr by Frank Rimpler · 6 years ago
  30. 9f838b0 restructuring, add missing socket test by Frank Rimpler · 6 years ago
  31. 1fc4b3b VERSION bump to version 0.11.44 by Michal Vasko · 6 years ago
  32. dd3e314 client session BUGFIX double free by Michal Vasko · 6 years ago
  33. f952be2 server session CHANGE enable compilation on platofrms without keep-alive by Michal Vasko · 6 years ago
  34. 5302647 VERSION bump to version 0.11.43 by Michal Vasko · 6 years ago
  35. 06c860d session CHANGE use more practical TCP keep alive options by Michal Vasko · 6 years ago
  36. f703352 VERSION bump to version 0.11.42 by Michal Vasko · 6 years ago
  37. f2eb4ab Merge pull request #65 from Dajvid/devel by Michal Vasko · 6 years ago
  38. 15dad86 fix unwanted change from last commit by David Sedlák · 6 years ago
  39. fedbc79 io CHANGE more efficient way of finding endtag in nc_read_until by David Sedlák · 6 years ago
  40. 7f60f43 VERSION bump to version 0.11.41 by Michal Vasko · 6 years ago
  41. 583c15b CHANGE update ietf-netconf-acm by Michal Vasko · 6 years ago
  42. ded6353 VERSION bump to version 0.11.40 by Michal Vasko · 6 years ago
  43. 733c0bd server session MAINTENANCE formatting and minor problems by Michal Vasko · 6 years ago
  44. 85744b2 Merge branch 'devel' of https://github.com/bhart3/libnetconf2 into devel by Michal Vasko · 6 years ago
  45. 37f94a7 Correct invalid signature by bhart · 6 years ago
  46. 1bb7cdb Update interactive callback. by bhart · 6 years ago
  47. 80848e6 VERSION bump version to 0.11.39 by Radek Krejci · 6 years ago
  48. ae813f4 ssh client CHANGE improve authentication handling by Radek Krejci · 6 years ago
  49. 25b9bb1 make a pull request for issue 1188 by Frank Rimpler · 6 years ago
  50. fdc7478 io & session BUGFIX remove invalid internal errors by Michal Vasko · 6 years ago
  51. ce550ca VERSION bump to version 0.11.38 by Michal Vasko · 6 years ago
  52. ac0356e client session BUGFIX xpath filter selects subtrees, not nodes by Michal Vasko · 6 years ago
  53. 28ef6cd session CHANGE remove vrb message by Michal Vasko · 6 years ago
  54. 46d56e0 Merge pull request #62 from alangefe/crypt-null by Michal Vasko · 6 years ago
  55. 158d6fd Fix segfault when crypt() returns NULL by Andrew Langefeld · 6 years ago
  56. db2933f Merge branch 'devel' by Michal Vasko · 6 years ago v0.11-r1
  57. 208cbcd VERSION bump to version 0.11.37 by Michal Vasko · 6 years ago
  58. 2260f55 session MAINTENANCE release build warnings by Michal Vasko · 6 years ago
  59. 23dab56 Update session_server_ssh.c by bhart3 · 6 years ago
  60. 3bc2f58 Add optional authentication methods for ssh pubkey and interactive. by bhart · 6 years ago
  61. 6e4c4b5 VERSION bump to version 0.11.36 by Michal Vasko · 6 years ago
  62. dd6e4f7 server session BUGFIX zero server options on destroy by Michal Vasko · 6 years ago
  63. 69feafd VERSION bump to version 0.11.35 by Michal Vasko · 6 years ago
  64. 86cae53 client session BUGFIX double unlock by Michal Vasko · 6 years ago
  65. 140eecd client session BUGFIX wrong pointer comparison by Michal Vasko · 6 years ago
  66. fa6fe59 VERSION bump to version 0.11.34 by Michal Vasko · 6 years ago
  67. 131120a CHANGE allow concurrent notifications and RPCs by Michal Vasko · 6 years ago
  68. b1197db VERSION bump to version 0.11.33 by Michal Vasko · 6 years ago
  69. 3b49eb2 client session BUGFIX do not write to NULL out by Michal Vasko · 6 years ago
  70. 61e8715 session MAINTENANCE redundant assign value by Michal Vasko · 6 years ago
  71. 289e3a2 travis CHANGE use cmocka 1.1.1 since 1.0.1 has issues with clang by Radek Krejci · 6 years ago
  72. 6e11eec VERSION bump version to 0.11.32 by Radek Krejci · 6 years ago
  73. 9aa1e35 client CHANGE loading schemas supported by server on the client side by Radek Krejci · 6 years ago
  74. 24a1841 server CHANGE listed schemas in server's <hello> capabilities list by Radek Krejci · 6 years ago
  75. 7116e17 VERSION bump to version 0.11.31 by Michal Vasko · 7 years ago
  76. 4cb8de5 server session BUGFIX accessing a removed endpoint by Michal Vasko · 7 years ago
  77. 03ebea4 VERSION bump to version 0.11.30 by Michal Vasko · 7 years ago
  78. 663b3d6 client session BUGFIX handle failing to load implemented schema by Michal Vasko · 7 years ago
  79. 689202b client session MAINTENANCE formatting by Michal Vasko · 7 years ago
  80. 3b13a27 VERSION bump version to 0.11.29 by Radek Krejci · 7 years ago
  81. b1d250e client CHANGE using get-schema operation on ietf-yang-library by Radek Krejci · 7 years ago
  82. 030dffe VERSION bump to version 0.11.28 by Michal Vasko · 7 years ago
  83. 974410a server session BUGFIX forgotten definition of a function by Michal Vasko · 7 years ago
  84. a9ffce2 VERSION bump to version 0.11.27 by Michal Vasko · 7 years ago
  85. 51228ac client session CHANGE terminal IO refactored by Michal Vasko · 7 years ago
  86. 0f70bcd VERSION bump to version 0.11.26 by Michal Vasko · 7 years ago
  87. 7dd4ce2 client session CHANGE properly detect fscanf error by Michal Vasko · 7 years ago
  88. a686c23 VERSION bump to version 0.11.25 by Michal Vasko · 7 years ago
  89. 8858304 client session CHANGE use /dev/tty as a backup input device by Michal Vasko · 7 years ago
  90. 1d70e10 travis CHANGE update gcc for libyang by Michal Vasko · 7 years ago
  91. 311b98d VERSION bump to version 0.11.24 by Michal Vasko · 7 years ago
  92. ebba760 server session FEATURE allow to define an SSH passwd auth callback by Michal Vasko · 7 years ago
  93. 31d91e7 VERSION bump to version 0.11.23 by Michal Vasko · 7 years ago
  94. 17c76b9 Merge branch 'devel' of https://github.com/cesnet/libnetconf2 into devel by Michal Vasko · 7 years ago
  95. 4d57e1b session BUGFIX close sockets separately by Michal Vasko · 7 years ago
  96. b85767d session BUGFIX missing include by Michal Vasko · 7 years ago
  97. f62f6a6 travis CHANGE output verbose only on failure by Michal Vasko · 7 years ago
  98. 323dff2 VERSION bump version to 0.11.22 by Radek Krejci · 7 years ago
  99. bf60383 packages CHANGE reflect possible python module location in spec files by Radek Krejci · 7 years ago
  100. cce3f8f VERSION bump version to 0.11.21 by Radek Krejci · 7 years ago