1. 275c3fb session wrapper UPDATE add crl cert ext fetch wrap by roman · 7 months ago
  2. 4b64fed session wrapper UPDATE add wrapper header by roman · 7 months ago
  3. 4562d66 config UPDATE add HAVE_LIBMEDTLS macro by roman · 7 months ago
  4. 163f166 session openssl UPDATE add openssl wrapper by roman · 7 months ago
  5. b00f432 session mbedtls UPDATE add mbedtls wrapper by roman · 7 months ago
  6. 3a8654b io UPDATE use variable of exact length for chunked frames by Michal Vasko · 6 months ago
  7. a82e1a1 io REFACTOR minor improvements and doxygen added by Michal Vasko · 6 months ago
  8. 5788c80 session BUGFIX missing ssh_init() by Michal Vasko · 6 months ago
  9. c4cdc9e session UPDATE set keepalives on accepted sockets by Michal Vasko · 6 months ago
  10. c455038 session client REFACTOR use const where applicable by Michal Vasko · 6 months ago
  11. 87b4256 session server REFACTOR proper cleanup by Michal Vasko · 6 months ago
  12. 19f8481 server config BUGFIX missing format parameter by Michal Vasko · 6 months ago
  13. 0b7e698 session server ssh BUGFIX use correct timeout by roman · 6 months ago
  14. 63b92d6 session UPDATE support signals in poll() calls by Michal Vasko · 6 months ago
  15. 1637471 libnetconf2 BUGFIX proper uint32_t print macros by Michal Vasko · 6 months ago
  16. 487ab80 cmake UPDATE optional termios support by Michal Vasko · 6 months ago
  17. 56acd55 session UPDATE set keepalives per option by roman · 7 months ago
  18. 3c5b75d session BUGFIX add missing includes by roman · 7 months ago
  19. 09e643e server config BUGFIX add missing ka default values by roman · 7 months ago
  20. 59762c3 session client BUGFIX do not retrieve non-existing data by Michal Vasko · 7 months ago
  21. f48318a log: do not set libyang's logging callback by Jan Kundrát · 7 months ago
  22. 2e99476 docs: `nc_set_print_clb_session` is not per-session by Jan Kundrát · 7 months ago
  23. bf74233 logging: remove dead code by Jan Kundrát · 7 months ago
  24. fd3a01d TSAN: don't race through pthread_cond_destroy by Jan Kundrát · 7 months ago
  25. 01817b4 session client UPDATE interpret special characters for noecho by Michal Vasko · 7 months ago
  26. f906fdd session client DOC missing doxygen by Michal Vasko · 7 months ago
  27. e2bfcd6 libnetconf2 REFACTOR unitialized variables by Michal Vasko · 7 months ago
  28. b25c56f session client BUGFIX ignore wrong msgid parsing error by Michal Vasko · 7 months ago
  29. a55fee0 session server tls BUGFIX add missing cert check by roman · 8 months ago
  30. d0fe595 session server BUGIX fix x509 key null print by roman · 8 months ago
  31. 4f9e442 session server ssh BUGFIX add null checks to auth by roman · 8 months ago
  32. 29f2f02 session server REFACTOR unused func and vars by Michal Vasko · 8 months ago
  33. 68dbc0f session server REFACTOR uninitialized var by Michal Vasko · 8 months ago
  34. e5675b1 session server ssh UPDATE add kbdint helper API by roman · 8 months ago
  35. d82caf1 log UPDATE add server init check by roman · 8 months ago
  36. 142a13d server config UPDATE remove redundant messages by Michal Vasko · 8 months ago
  37. 7ac7c56 server config REFACTOR formatting by Michal Vasko · 8 months ago
  38. 58791da lib UPDATE libyang v3 updates by Michal Vasko · 8 months ago
  39. 5d712ac session client BUGFIX use-after-free by Michal Vasko · 9 months ago
  40. b3ea50d session client UPDATE check hostname set return value by Michal Vasko · 9 months ago
  41. acd4ba8 session client UPDATE store absolute SSH key paths by Michal Vasko · 9 months ago
  42. 5a2c5b9 session client REFACTOR formatting by Michal Vasko · 9 months ago
  43. 5c1c9b3 session BUGFIX timeout 0 means infinite by Michal Vasko · 9 months ago
  44. 3392b4a server config BUGFIX name node is not always set by Michal Vasko · 9 months ago
  45. d05b2ad server config UPDATE add oper data ssh algs api by roman · 10 months ago
  46. 545879e session server ssh REFACTOR user not known auth by roman · 10 months ago
  47. a2ff4ef server_config BUGFIX remove unix endpt in destroy by roman · 10 months ago
  48. 8091081 server_config BUGFIX remove delete unix endpoint by Jeremie Leska · 10 months ago
  49. 4607daf session server REFACTOR capitalized messages by Michal Vasko · 10 months ago
  50. c429a8e session REFACTOR unused function to static by Michal Vasko · 10 months ago
  51. cf89817 session UPDATE use current draft YANG modules by Michal Vasko · 10 months ago
  52. a9ec336 session server ssh UPDATE add local pubkey auth by roman · 11 months ago
  53. f69fbcf session server ssh REFACTOR dont print libpam err by roman · 11 months ago
  54. ea82c74 session server ssh BUGFIX fix ERR macro by roman · 11 months ago
  55. 56c85c0 session server ssh BUGFIX initialize ssh_message by roman · 11 months ago
  56. b6ad37a session server BUGFIX fix possible deadlock by roman · 11 months ago
  57. eaeb87e server config BUGFIX fix thread_data data race by roman · 11 months ago
  58. 70e9062 session BUGFIX close SSH socket by Michal Vasko · 11 months ago
  59. 21f3783 config UPDATE remove obsolete crypt macro by roman · 11 months ago
  60. c651842 session server UPDATE add system authentication by roman · 11 months ago
  61. fb3f7cf session server UPDATE add UNIX socket api by roman · 11 months ago
  62. cab602e session server ssh REFACTOR remove redundant NLs by roman · 12 months ago
  63. 423cc0d session server REFACTOR move ifdefs by roman · 12 months ago
  64. 8341e8b server config UPDATE fix ch locking, refactor by roman · 12 months ago
  65. 808f3f6 server config UPDATE keyboard interactive by roman · 12 months ago
  66. b13a224 session client UPDATE ignore modules without revision by Michal Vasko · 11 months ago
  67. 6f86598 session server REFACTOR call home functions refactored by Michal Vasko · 12 months ago
  68. c31b16e messages client BUGFIX excluded_change null deref by roman · 12 months ago
  69. 6dfdc0d server ssh BUGFIX fix pam_end, arg check, unlink by roman · 12 months ago
  70. 134783b session server tls UPDATE check curl return value by roman · 12 months ago
  71. b7bfa65 server_config BUGFIX ftn fix mem leak and null deref by roman · 12 months ago
  72. ded5258 server_config_util BUGFIX fix setting start_with by roman · 12 months ago
  73. 46172ac session BUGFIX fix memory leak in b64 to bin by roman · 12 months ago
  74. 6cb86ea server_config BUGFIX unlock on fail correctly by roman · 12 months ago
  75. 43ba651 doc UPDATE ch by roman · 1 year ago
  76. cfc6809 session server UPDATE remove obsolete funcions by roman · 1 year ago
  77. 44efa32 session server UPDATE set start time to timespec by roman · 1 year ago
  78. 9130fc1 session server UPDATE remove pubkey and pw cbs by roman · 1 year ago
  79. 1f08b9f log UPDATE remove deprecated nc_set_print_clb by roman · 1 year ago
  80. 068eb40 compat UPDATE move crypt to compat by roman · 1 year ago
  81. 5ae7828 server config BUGFIX fix memory leaks by roman · 1 year ago
  82. 96c27f9 session server ch BUGFIX add ssh_tls macros by roman · 1 year ago
  83. 78df0fa server config UPDATE dynamic endpt references by roman · 1 year ago
  84. 450c00b session server ch UPDATE ch threads creation by roman · 1 year ago
  85. adf2589 messages_client REFACTOR add missing parentheses by roman · 1 year ago
  86. 124a436 log UPDATE replace ; with whitespace in new macro by roman · 1 year ago
  87. e2cd2ab client REFACTOR move param check & delete func def by roman · 1 year ago
  88. 8b1a6c3 compat UPDATE define crypt_r by roman · 1 year ago
  89. ea0edaa session_server_ssh REFACTOR remove redundant () by roman · 1 year ago
  90. fa609bd session_client_ssh REFACTOR shorten knownhosts err by roman · 1 year ago
  91. 5d9fc73 server_config_util UPDATE print uint correctly by roman · 1 year ago
  92. 246e764 server_config_p UPDATE remove cpp from priv header by roman · 1 year ago
  93. a3c95c7 server_config UPDATE access time value directly by roman · 1 year ago
  94. 3a95bb2 log UPDATE add ERRMEM check macros by roman · 1 year ago
  95. 9cdb7b5 server_config BUGFIX use correct node for ctn id by roman · 1 year ago
  96. c135c6d server_config UPDATE add delete substring func by roman · 1 year ago
  97. 91ffeb4 server_config UPDATE access numbers directly by roman · 1 year ago
  98. 84fe325 server_config UPDATE minor fixes by roman · 1 year ago
  99. 3adc7c0 messages_server UPDATE unify err arg print by roman · 1 year ago
  100. 814f511 session server ssh UPDATE support cleartext pw by roman · 1 year, 1 month ago