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