1. ad7a553 Do not send extra ssh_message_reply_default() by Robert Varga · 6 years ago
  2. 733c0bd server session MAINTENANCE formatting and minor problems by Michal Vasko · 6 years ago
  3. 85744b2 Merge branch 'devel' of https://github.com/bhart3/libnetconf2 into devel by Michal Vasko · 6 years ago
  4. 37f94a7 Correct invalid signature by bhart · 6 years ago
  5. 1bb7cdb Update interactive callback. by bhart · 6 years ago
  6. 158d6fd Fix segfault when crypt() returns NULL by Andrew Langefeld · 6 years ago
  7. 23dab56 Update session_server_ssh.c by bhart3 · 6 years ago
  8. 3bc2f58 Add optional authentication methods for ssh pubkey and interactive. by bhart · 6 years ago
  9. 131120a CHANGE allow concurrent notifications and RPCs by Michal Vasko · 6 years ago
  10. 974410a server session BUGFIX forgotten definition of a function by Michal Vasko · 7 years ago
  11. ebba760 server session FEATURE allow to define an SSH passwd auth callback by Michal Vasko · 7 years ago
  12. 9f6275e session BUGFIX do not mix real and monotonic time by Michal Vasko · 7 years ago
  13. e852c8b session CHANGE use monotonic clock where possible by Michal Vasko · 7 years ago
  14. 9563b81 MAINTENANCE removed redundant _POSIX_SOURCE flags by Miroslav Mareš · 7 years ago
  15. f62f0e2 Merge pull request #37 from sartura/crypt_r_port by Michal Vasko · 7 years ago
  16. ce9a7ef CHANGE add mutex lock when crypt() is used by Mislav Novakovic · 7 years ago
  17. 3d4e721 server BUGFIX nc_ps_poll deadlock due to multi-thread conflict by fanchanghu · 7 years ago
  18. ebf4bd7 server session BUGFIX where crypt_r is not available by Mislav Novakovic · 7 years ago
  19. 80075de ssh server CHANGE error message includes key path by Michal Vasko · 7 years ago
  20. cc41ce2 ssh session CHANGE add error code to message by Michal Vasko · 7 years ago
  21. e4300a8 session CHANGE poll sessions now have state by Michal Vasko · 7 years ago
  22. 2725269 server session BUGFIX set umask before mkstemp by Michal Vasko · 8 years ago
  23. 3e9d168 session MAINTENANCE some false warnings by Michal Vasko · 8 years ago
  24. ade892d session CHANGE concurrency greatly improved by Michal Vasko · 8 years ago
  25. 36c7be8 session CHANGE timeout mechanism completely rewritten by Michal Vasko · 8 years ago
  26. fbfe8b6 server session FEATURE changing order of host keys by Michal Vasko · 8 years ago
  27. 7d25588 server session CHANGE possible to work with host key order by Michal Vasko · 8 years ago
  28. c13da70 server session MAINTENANCE messages updated by Michal Vasko · 8 years ago
  29. 145ae67 server session BUGFIX moved place for chekcing max auth attempts by Michal Vasko · 8 years ago
  30. a05c7b1 server session BUGFIX forgotten locked access by Michal Vasko · 8 years ago
  31. 4c1fb49 session CHANGE use callbacks for hostkey and certificate retrieval by Michal Vasko · 8 years ago
  32. 99f251b server session CHANGE make ps poll transport-specific by Michal Vasko · 8 years ago
  33. 625ffa5 server session BUGFIX check that all received SSH data were processed by Michal Vasko · 8 years ago
  34. 17dfda9 session CHANGE ssh authorized keys are global now by Michal Vasko · 8 years ago
  35. 2e6defd session FEATURE callhome rewritten by Michal Vasko · 8 years ago
  36. 50cc94f session CHANGE print caller in mutex lock fail by Michal vasko · 8 years ago
  37. 6a595fe server session BUGFIX username is in the dictionary by Michal Vasko · 8 years ago
  38. bd13a93 server session BUGFIX ssh publickey authentication by Michal Vasko · 8 years ago
  39. e2713da session CHANGE option store adjusted for ietf-netconf-server granularity by Michal Vasko · 8 years ago
  40. 2f975cf server session BUGFIX set last_rpc for new sessions by Michal Vasko · 8 years ago
  41. 227f8ff server session CHANGE print calling function on lock error by Michal Vasko · 8 years ago
  42. bdcf236 session BUGFIX proper ps locking error cleanup by Michal Vasko · 8 years ago
  43. 7abcdeb session BUGFIX proper import key error handling by Michal Vasko · 8 years ago
  44. 71090fc all CHANGE larger api change to enable server stats collecting by Michal Vasko · 8 years ago
  45. f835235 server session FEATURE session start time stored by Michal Vasko · 8 years ago
  46. 296fee8 server session BUGFIX typo by Michal Vasko · 9 years ago
  47. 45e53ae log CHANGE invalid argument error enhanced by Michal Vasko · 9 years ago
  48. f04a52a server session BUGFIX ssh channel on pollsession creation locking updated by Michal Vasko · 9 years ago
  49. fb53374 BUGFIX memory leak by Radek Krejci · 9 years ago
  50. 62be1ce session CHANGE do not returned elapsed time in nc_timedlock by Michal Vasko · 9 years ago
  51. e65b449 server session CHANGE wait longer for key exchange by Michal Vasko · 9 years ago
  52. 0190bc3 session CHANGE make all the communication non-blocking by Michal Vasko · 9 years ago
  53. 4eb3c31 all BUGFIX memory allocation error checks by Michal Vasko · 9 years ago
  54. 48a63ed server session BUGFIX locked access to pollsession by Michal Vasko · 9 years ago
  55. 842522c server session FEATURE write messages on ssh authentication timeout by Michal Vasko · 9 years ago
  56. 2cc4c68 server session FEATURE option to store user data in a session by Michal Vasko · 9 years ago
  57. ab63994 server session BUGFIX use correct timeout in ssh accept by Michal Vasko · 9 years ago
  58. 8f5270d server session CHANGE timeout removed from callhome by Michal Vasko · 9 years ago
  59. afd416b all DOC trailing space by Michal Vasko · 9 years ago
  60. 9b81f5b MAINTENANCE correct license text in source codes by Radek Krejci · 9 years ago
  61. a43589b session CHANGE ctx lock removed, dict access is now always thread-safe by Michal Vasko · 9 years ago
  62. 105bf27 server session BUGFIX mixed msec and usec timeout by Michal Vasko · 9 years ago
  63. ce31916 server session BUGFIX ssh_msg_clb call during session close by Michal Vasko · 9 years ago
  64. 72387da server session BUGFIX fixed elapsed unit by Michal Vasko · 9 years ago
  65. e5612cf server session BUGFIX extra parameter removed by Michal Vasko · 9 years ago
  66. 51e514d server session BUGFIX lock fixes and optimizations by Michal Vasko · 9 years ago
  67. 1e5a9e8 server session BUGFIX timeout check fixed by Michal Vasko · 9 years ago
  68. 5fcc714 server session BUGFIX returns cleaned and fixed by Michal Vasko · 9 years ago
  69. c025649 session BUGFIX freeing last items in arrays by Michal Vasko · 9 years ago
  70. da51477 server session FEATURE functions to change endpoint bind parameters by Michal Vasko · 9 years ago
  71. e22c673 client session FEATURE getters now for all options by Michal Vasko · 9 years ago
  72. c6b9c7b session FEATURE locking of the new server option structures by Michal Vasko · 9 years ago
  73. 3031aae session CHANGE api completely rewritten by Michal Vasko · 9 years ago
  74. c61c449 session FEATURE callhome fully implemented by Michal Vasko · 9 years ago
  75. b05053d server session FEATURE callhome by Michal Vasko · 9 years ago
  76. 0df6756 server session MAINTENANCE enums retyped properly by Michal Vasko · 9 years ago
  77. 96164bf server session FEATURE accepting NETCONF sessions on more SSH channels by Michal Vasko · 9 years ago
  78. 11d142a session CHANGE server ctx locking by Michal Vasko · 9 years ago
  79. 58f3155 session BUGFIX lock waiting should be in milliseconds, not microseconds by Michal Vasko · 9 years ago
  80. 5b003bf session OPTIMIZE deleting from an array by Michal Vasko · 9 years ago
  81. d083db6 session MAINTENANCE log messages unified and corrected by Michal Vasko · 9 years ago
  82. 7f1c78b session MAINTENANCE minor enhancements by Michal Vasko · 9 years ago
  83. b48aa81 session FEATURE server fucntions now thread-safe by Michal Vasko · 9 years ago
  84. 76e3a35 session CHANGE use dict for ssh options too by Michal Vasko · 9 years ago
  85. 1a38c86 all MAINTENANCE server functions documented, minor function changes by Michal Vasko · 9 years ago
  86. 2a7d473 io BUGFIX some additional missed connection checks by Michal Vasko · 9 years ago
  87. 428087d session CHANGE communication failure handled properly by Michal Vasko · 9 years ago
  88. 05ba9df session & messages FEATURE server receiving RPCs and sending replies by Michal Vasko · 9 years ago
  89. c14e3c8 session FEATURE server tls api modified and implemented by Michal Vasko · 9 years ago
  90. d45e25a session CHANGE ssh host key setter unified for all keys by Michal Vasko · 9 years ago
  91. fb89d77 session FEATURE session polling functions by Michal Vasko · 9 years ago
  92. 9e036d5 session CHANGE nc_accept is transport-independent by Michal Vasko · 9 years ago
  93. 086311b server FEATURE ssh session creation functions by Michal Vasko · 9 years ago