1. 0911189 server session BUGFIX missing unlock by Michal Vasko · 3 years, 3 months ago
  2. c46b3df session server REFACTOR formatting by Michal Vasko · 3 years, 3 months ago
  3. 7a86615 server session FEATURE arbitrary size pwd and spwd entries by Michal Vasko · 3 years, 4 months ago
  4. 5bd4a3f session BUGFIX safe notification thread exit by Michal Vasko · 3 years, 5 months ago
  5. 0553277 log FEATURE supply session as log clb parameter by Michal Vasko · 3 years, 5 months ago
  6. b83a3fa libnetconf2 REFACTOR formatting by Michal Vasko · 3 years, 6 months ago
  7. 7a20d2e compat FEATURE compat updated by Michal Vasko · 3 years, 6 months ago
  8. 7736745 libnetconf2 REFACTOR initial libyang2 support by Michal Vasko · 3 years, 9 months ago
  9. 22b4fe7 server session FEATURE handle expired accounts by Michal Vasko · 4 years ago
  10. b4ff2fd server session REFACTOR formatting by Michal Vasko · 4 years ago
  11. 7f1fa3c session BUGFIX use atomics instead of volatile by Michal Vasko · 4 years, 2 months ago
  12. 5e0edd8 session BUGFIX freeing invalid multi-channel SSH sessions by Michal Vasko · 4 years, 3 months ago
  13. 68177b7 server session CHANGE support for PKCS#8 keys by Michal Vasko · 4 years, 6 months ago
  14. 841bf9e server session BUGFIX correct written bytes by Michal Vasko · 4 years, 6 months ago
  15. 4e903c3 libnetconf2 CHANGE QNX compatibility (#220) by apropp-molex · 4 years, 7 months ago
  16. 2209191 Prevent compile errors on OSX (#198) by Claus Klein · 4 years, 10 months ago
  17. 213a3df session ssh CHANGE do not set any algorithm options by Michal Vasko · 4 years, 10 months ago
  18. 857425d ssh server CHANGE explicit key exchange and pubkey key types by Michal Vasko · 5 years ago
  19. b31878b Wrong umask prevents temporary private key access by mekleo · 5 years ago
  20. cbad4c5 server session BUGFIX default value update and name corrections 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. e49a15f libnetconf CHANGE support for new draft netconf-server nodes by Michal Vasko · 5 years ago
  23. ddce121 server session CHANGE support for ecdsa keys data by Michal Vasko · 5 years ago
  24. e846aee server session BUGFIX typo by Michal Vasko · 6 years ago
  25. 69a3ff6 session CHANGE support for old compilers without C11 atomic by Michal Vasko · 6 years ago
  26. 2644f75 server session CHANGE remove broken function by Michal Vasko · 6 years ago
  27. 83d1532 server session CHANGE do not set CH flag on new channel sessions by Michal Vasko · 6 years ago
  28. 3964a83 server session BUGFIX incorrect fopen mode by Michal Vasko · 6 years ago
  29. 6ed922d Fix call home client thread cleanup by Andrew Langefeld · 6 years ago
  30. ad7a553 Do not send extra ssh_message_reply_default() by Robert Varga · 6 years ago
  31. 733c0bd server session MAINTENANCE formatting and minor problems by Michal Vasko · 6 years ago
  32. 85744b2 Merge branch 'devel' of https://github.com/bhart3/libnetconf2 into devel by Michal Vasko · 6 years ago
  33. 37f94a7 Correct invalid signature by bhart · 6 years ago
  34. 1bb7cdb Update interactive callback. by bhart · 6 years ago
  35. 158d6fd Fix segfault when crypt() returns NULL by Andrew Langefeld · 6 years ago
  36. 23dab56 Update session_server_ssh.c by bhart3 · 6 years ago
  37. 3bc2f58 Add optional authentication methods for ssh pubkey and interactive. by bhart · 6 years ago
  38. 131120a CHANGE allow concurrent notifications and RPCs by Michal Vasko · 6 years ago
  39. 974410a server session BUGFIX forgotten definition of a function by Michal Vasko · 7 years ago
  40. ebba760 server session FEATURE allow to define an SSH passwd auth callback by Michal Vasko · 7 years ago
  41. 9f6275e session BUGFIX do not mix real and monotonic time by Michal Vasko · 7 years ago
  42. e852c8b session CHANGE use monotonic clock where possible by Michal Vasko · 7 years ago
  43. 9563b81 MAINTENANCE removed redundant _POSIX_SOURCE flags by Miroslav Mareš · 7 years ago
  44. f62f0e2 Merge pull request #37 from sartura/crypt_r_port by Michal Vasko · 7 years ago
  45. ce9a7ef CHANGE add mutex lock when crypt() is used by Mislav Novakovic · 7 years ago
  46. 3d4e721 server BUGFIX nc_ps_poll deadlock due to multi-thread conflict by fanchanghu · 7 years ago
  47. ebf4bd7 server session BUGFIX where crypt_r is not available by Mislav Novakovic · 7 years ago
  48. 80075de ssh server CHANGE error message includes key path by Michal Vasko · 7 years ago
  49. cc41ce2 ssh session CHANGE add error code to message by Michal Vasko · 7 years ago
  50. e4300a8 session CHANGE poll sessions now have state by Michal Vasko · 7 years ago
  51. 2725269 server session BUGFIX set umask before mkstemp by Michal Vasko · 8 years ago
  52. 3e9d168 session MAINTENANCE some false warnings by Michal Vasko · 8 years ago
  53. ade892d session CHANGE concurrency greatly improved by Michal Vasko · 8 years ago
  54. 36c7be8 session CHANGE timeout mechanism completely rewritten by Michal Vasko · 8 years ago
  55. fbfe8b6 server session FEATURE changing order of host keys by Michal Vasko · 8 years ago
  56. 7d25588 server session CHANGE possible to work with host key order by Michal Vasko · 8 years ago
  57. c13da70 server session MAINTENANCE messages updated by Michal Vasko · 8 years ago
  58. 145ae67 server session BUGFIX moved place for chekcing max auth attempts by Michal Vasko · 8 years ago
  59. a05c7b1 server session BUGFIX forgotten locked access by Michal Vasko · 8 years ago
  60. 4c1fb49 session CHANGE use callbacks for hostkey and certificate retrieval by Michal Vasko · 8 years ago
  61. 99f251b server session CHANGE make ps poll transport-specific by Michal Vasko · 8 years ago
  62. 625ffa5 server session BUGFIX check that all received SSH data were processed by Michal Vasko · 8 years ago
  63. 17dfda9 session CHANGE ssh authorized keys are global now by Michal Vasko · 8 years ago
  64. 2e6defd session FEATURE callhome rewritten by Michal Vasko · 8 years ago
  65. 50cc94f session CHANGE print caller in mutex lock fail by Michal vasko · 8 years ago
  66. 6a595fe server session BUGFIX username is in the dictionary by Michal Vasko · 8 years ago
  67. bd13a93 server session BUGFIX ssh publickey authentication by Michal Vasko · 8 years ago
  68. e2713da session CHANGE option store adjusted for ietf-netconf-server granularity by Michal Vasko · 8 years ago
  69. 2f975cf server session BUGFIX set last_rpc for new sessions by Michal Vasko · 8 years ago
  70. 227f8ff server session CHANGE print calling function on lock error by Michal Vasko · 8 years ago
  71. bdcf236 session BUGFIX proper ps locking error cleanup by Michal Vasko · 8 years ago
  72. 7abcdeb session BUGFIX proper import key error handling by Michal Vasko · 8 years ago
  73. 71090fc all CHANGE larger api change to enable server stats collecting by Michal Vasko · 8 years ago
  74. f835235 server session FEATURE session start time stored by Michal Vasko · 8 years ago
  75. 296fee8 server session BUGFIX typo by Michal Vasko · 9 years ago
  76. 45e53ae log CHANGE invalid argument error enhanced by Michal Vasko · 9 years ago
  77. f04a52a server session BUGFIX ssh channel on pollsession creation locking updated by Michal Vasko · 9 years ago
  78. fb53374 BUGFIX memory leak by Radek Krejci · 9 years ago
  79. 62be1ce session CHANGE do not returned elapsed time in nc_timedlock by Michal Vasko · 9 years ago
  80. e65b449 server session CHANGE wait longer for key exchange by Michal Vasko · 9 years ago
  81. 0190bc3 session CHANGE make all the communication non-blocking by Michal Vasko · 9 years ago
  82. 4eb3c31 all BUGFIX memory allocation error checks by Michal Vasko · 9 years ago
  83. 48a63ed server session BUGFIX locked access to pollsession by Michal Vasko · 9 years ago
  84. 842522c server session FEATURE write messages on ssh authentication timeout by Michal Vasko · 9 years ago
  85. 2cc4c68 server session FEATURE option to store user data in a session by Michal Vasko · 9 years ago
  86. ab63994 server session BUGFIX use correct timeout in ssh accept by Michal Vasko · 9 years ago
  87. 8f5270d server session CHANGE timeout removed from callhome by Michal Vasko · 9 years ago
  88. afd416b all DOC trailing space by Michal Vasko · 9 years ago
  89. 9b81f5b MAINTENANCE correct license text in source codes by Radek Krejci · 9 years ago
  90. a43589b session CHANGE ctx lock removed, dict access is now always thread-safe by Michal Vasko · 9 years ago
  91. 105bf27 server session BUGFIX mixed msec and usec timeout by Michal Vasko · 9 years ago
  92. ce31916 server session BUGFIX ssh_msg_clb call during session close by Michal Vasko · 9 years ago
  93. 72387da server session BUGFIX fixed elapsed unit by Michal Vasko · 9 years ago
  94. e5612cf server session BUGFIX extra parameter removed by Michal Vasko · 9 years ago
  95. 51e514d server session BUGFIX lock fixes and optimizations by Michal Vasko · 9 years ago
  96. 1e5a9e8 server session BUGFIX timeout check fixed by Michal Vasko · 9 years ago
  97. 5fcc714 server session BUGFIX returns cleaned and fixed by Michal Vasko · 9 years ago
  98. c025649 session BUGFIX freeing last items in arrays by Michal Vasko · 9 years ago
  99. da51477 server session FEATURE functions to change endpoint bind parameters by Michal Vasko · 9 years ago
  100. e22c673 client session FEATURE getters now for all options by Michal Vasko · 9 years ago