1. 3ec3b11 session server FEATURE function for locked ps search by Michal Vasko · 2 years, 4 months ago
  2. 41a11e4 pam UPDATE auth using Linux PAM by roman · 2 years, 5 months ago
  3. 238b6c1 session server UPDATE do not use dflt clbs if global clb is set by Michal Vasko · 2 years, 11 months ago
  4. cca9ba6 session server BUGFIX missing header by Michal Vasko · 3 years ago
  5. 95ea9ff src DOC unify doxygen format by Michal Vasko · 3 years ago
  6. 9322407 session FEATURE support for context changes by Michal Vasko · 3 years ago
  7. c446a38 libnetconf2 DOC general update by Michal Vasko · 3 years, 5 months ago
  8. b83a3fa libnetconf2 REFACTOR formatting by Michal Vasko · 3 years, 6 months ago
  9. 4e6d324 build FEATURE update docs and how they are generated by Michal Vasko · 3 years, 6 months ago
  10. 1440a74 session server FEATURE allow setting custom content-id by Michal Vasko · 3 years, 7 months ago
  11. 71dbd77 server session FEATURE support for more subscriptions on a session by Michal Vasko · 3 years, 8 months ago
  12. 946cacb server session FEATURE any transport combination support 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. 1b5973e server session NEW function for endpt existence checking by Michal Vasko · 4 years, 9 months ago
  15. cbad4c5 server session BUGFIX default value update and name corrections by Michal Vasko · 5 years ago
  16. e49a15f libnetconf CHANGE support for new draft netconf-server nodes by Michal Vasko · 5 years ago
  17. ddce121 server session CHANGE support for ecdsa keys data by Michal Vasko · 5 years ago
  18. 8f43059 server session CHANGE function to check whether a session is call home by Michal Vasko · 6 years ago
  19. c09730e build BUGFIX missing C++ include macro by Michal Vasko · 6 years ago
  20. ac7fa2f add support for unix socket transport by Olivier Matz · 6 years ago
  21. 2644f75 server session CHANGE remove broken function by Michal Vasko · 6 years ago
  22. 440b6c7 Provide a mechanism to setup TLS cert chain by Andrew Langefeld · 6 years ago
  23. 9d21a66 session_server FIX function prototypes by David Sedlák · 6 years ago
  24. 733c0bd server session MAINTENANCE formatting and minor problems by Michal Vasko · 6 years ago
  25. 37f94a7 Correct invalid signature by bhart · 6 years ago
  26. 1bb7cdb Update interactive callback. by bhart · 6 years ago
  27. 3bc2f58 Add optional authentication methods for ssh pubkey and interactive. by bhart · 6 years ago
  28. 24a1841 server CHANGE listed schemas in server's <hello> capabilities list by Radek Krejci · 6 years ago
  29. ebba760 server session FEATURE allow to define an SSH passwd auth callback by Michal Vasko · 7 years ago
  30. 4871c9d server session CHANGE enable iterating over ps_pollsession sessions by Michal Vasko · 7 years ago
  31. 142cfea session CHANGE new killed-by atrribute of every session by Michal Vasko · 7 years ago
  32. e645de3 server session BUGFIX flags with same values by Michal Vasko · 7 years ago
  33. dfcfef3 Merge branch 'devel' into python by Radek Krejci · 7 years ago
  34. e4300a8 session CHANGE poll sessions now have state by Michal Vasko · 7 years ago
  35. 6799a05 doc CHANGE split docs into groups for easier navigation in doxygen by Radek Krejci · 7 years ago
  36. 1ff9776 server session CHANGE all the sessions are checked if running in poll by Michal Vasko · 7 years ago
  37. 4d13eca Merge branch 'devel' by Michal Vasko · 8 years ago v0.8-r1
  38. e1ee05b server session NEW getting sessions from ps based on sid by Michal Vasko · 8 years ago
  39. b70c8b8 server session CHANGE transport timeout used globally by Michal Vasko · 8 years ago
  40. 53358d3 server session CHANGE increase timeout for transport-protocol data by Michal Vasko · 8 years ago
  41. e8e0770 server session CHANGE enable servers to know if they have endpts to accept on by Michal Vasko · 8 years ago
  42. 3486a7c server session CHANGE basic server notification support by Michal Vasko · 8 years ago
  43. ade892d session CHANGE concurrency greatly improved by Michal Vasko · 8 years ago
  44. 30a5d6b server session CHANGE ps poll return special error when no sessions to poll by Michal Vasko · 8 years ago
  45. f4462fd server session CHANGE avoid locking when reading session count by Michal Vasko · 8 years ago
  46. 50d2a5c doc BUGFIX minor reference fixes by Michal Vasko · 8 years ago
  47. fbfe8b6 server session FEATURE changing order of host keys by Michal Vasko · 8 years ago
  48. 7d25588 server session CHANGE possible to work with host key order by Michal Vasko · 8 years ago
  49. 3cf4aaa server session CHANGE make adding ctn entries modular by Michal Vasko · 8 years ago
  50. 4c1fb49 session CHANGE use callbacks for hostkey and certificate retrieval by Michal Vasko · 8 years ago
  51. 9a32736 server session CHANGE make ps poll transport-specific by Michal Vasko · 8 years ago
  52. 99f251b server session CHANGE make ps poll transport-specific by Michal Vasko · 8 years ago
  53. 658782b session CHANGE generalize setting of the session's capabilities by Radek Krejci · 8 years ago
  54. 17dfda9 session CHANGE ssh authorized keys are global now by Michal Vasko · 8 years ago
  55. 709598e server session CHANGE enable getting client cert from session by Michal Vasko · 8 years ago
  56. 7060bcf server session CHANGE new user tls verify callback by Michal Vasko · 8 years ago
  57. f585ac7 server session BUGFIX remove useless const from parameters by Michal Vasko · 8 years ago
  58. df5e6af server session CHANGE function for ctn entry retrieval by Michal Vasko · 8 years ago
  59. 58c22a2 server session DOC minor enhancements by Michal Vasko · 8 years ago
  60. a874879 server session CHANGE enable clearing basic TLS opts by Michal Vasko · 8 years ago
  61. 5905037 server session CHANGE enable deleting endpoints based on ti by Michal Vasko · 8 years ago
  62. d0f2b92 MAINTENANCE remove execute bit from source code files by Radek Krejci · 8 years ago
  63. 333e81e MAINTENANCE remove execute bit from source code files by Radek Krejci · 8 years ago
  64. 2e6defd session FEATURE callhome rewritten by Michal Vasko · 8 years ago
  65. 467b5d0 Merge branch 'devel' by Radek Krejci · 8 years ago
  66. 3a889fd libnetconf2 DOC corrected and updated by Michal Vasko · 8 years ago
  67. e2713da session CHANGE option store adjusted for ietf-netconf-server granularity by Michal Vasko · 8 years ago
  68. c72d0e6 server session DOC minor fixes by Michal Vasko · 8 years ago
  69. 0521911 server session DOC minor fixes by Michal Vasko · 8 years ago
  70. 966f2de add global RPC callback feature by fanchanghu · 8 years ago
  71. c45ebd3 server session CHANGE return session start time directly by Michal Vasko · 8 years ago
  72. 71090fc all CHANGE larger api change to enable server stats collecting by Michal Vasko · 8 years ago
  73. 4ffa3b2 server session FEATURE function for server capabilities retrieval by Michal Vasko · 8 years ago
  74. f835235 server session FEATURE session start time stored by Michal Vasko · 8 years ago
  75. 55f0397 server session FEATURE getters for capab options and timeouts by Michal Vasko · 9 years ago
  76. 01082bf server session DOC warning added to nc_ps_free by Michal Vasko · 9 years ago
  77. e1a64ec session FEATURE destructor for session user data by Michal Vasko · 9 years ago
  78. 5494f51 server session DOC doxygen update by Michal Vasko · 9 years ago
  79. a7b8ca5 session CHANGE init/destroy functions unified by Michal Vasko · 9 years ago
  80. c0fde01 server session DOC doxygen update by Michal Vasko · 9 years ago
  81. cad3ac4 server session CHANGE option to free all session in a pollsession structure by Michal Vasko · 9 years ago
  82. 0fdb7ac server session FEATURE pollsession session count getter by Michal Vasko · 9 years ago
  83. fdfd9dd doc FEATURE doxygen documentation created by Michal Vasko · 9 years ago
  84. b34b3e8 server session BUGFIX old functions renamed by Michal Vasko · 9 years ago
  85. afd416b all DOC trailing space by Michal Vasko · 9 years ago
  86. 9b81f5b MAINTENANCE correct license text in source codes by Radek Krejci · 9 years ago
  87. 53691be build CHANGE rename too generic macros to libnetconf specific by Radek Krejci · 9 years ago
  88. a43589b session CHANGE ctx lock removed, dict access is now always thread-safe by Michal Vasko · 9 years ago
  89. 5d2ad08 server session DOC doxygen comment udpated by Michal Vasko · 9 years ago
  90. 8c74883 server session CHANGE ssh channel polling fixed by Michal Vasko · 9 years ago
  91. ca4a242 session BUGFIX handle prcs that failed to parse into context by Michal Vasko · 9 years ago
  92. da51477 server session FEATURE functions to change endpoint bind parameters by Michal Vasko · 9 years ago
  93. 96830e3 server session REFCTOR api renaming by Michal Vasko · 9 years ago
  94. d09eae6 server session FEATURE function nc_ps_clear() by Michal Vasko · 9 years ago
  95. 7b09624 doc CHANGE added a warning about where to set session term reason by Michal Vasko · 9 years ago
  96. f0537d8 doc BUGFIX many doxygen comment updates and fixes by Michal Vasko · 9 years ago
  97. 45f298f session REFACTOR call home functions separated to special headers by Michal Vasko · 9 years ago
  98. c6b9c7b session FEATURE locking of the new server option structures by Michal Vasko · 9 years ago
  99. 3031aae session CHANGE api completely rewritten by Michal Vasko · 9 years ago
  100. c61c449 session FEATURE callhome fully implemented by Michal Vasko · 9 years ago