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