- a1c8826 session BUGFIX fix build error by Barbaros Tokaoglu · 2 years, 11 months ago
- 4848ac8 src DOC unify doxygen format by Michal Vasko · 3 years ago
- 395900e session FEATURE support for context changes by Michal Vasko · 3 years ago
- a3b6632 session BUGFIX Fix TLS connection with Subject Alternative Name by Vitaly Kuzin · 3 years, 2 months ago
- 0553277 log FEATURE supply session as log clb parameter by Michal Vasko · 3 years, 5 months ago
- b83a3fa libnetconf2 REFACTOR formatting by Michal Vasko · 3 years, 6 months ago
- 65e08c8 server tls BUGFIX support for older openssl by Michal Vasko · 3 years, 8 months ago
- 7736745 libnetconf2 REFACTOR initial libyang2 support by Michal Vasko · 3 years, 9 months ago
- 316c963 server session & time BUGFIX add missing compat header by Michal Vasko · 4 years, 7 months ago
- 6936bf5 Merge https://github.com/cesnet/libnetconf2 into sysrepo2 by Michal Vasko · 5 years ago
- 4f552d6 Remove deprecated OpenSSL APIs by Rosen Penev · 5 years ago
- adf30f0 server CHANGE ssh updated to support current netconf-server drafts by Michal Vasko · 5 years ago
- d44680e nc_server_tls_get_ctn() had an "&&" with duplicate conditions. by Adam Richter · 5 years ago
- e49a15f libnetconf CHANGE support for new draft netconf-server nodes by Michal Vasko · 5 years ago
- ddce121 server session CHANGE support for ecdsa keys data by Michal Vasko · 5 years ago
- 62bc671 Two small TLS bug fixes by Andrew Langefeld · 6 years ago
- 440b6c7 Provide a mechanism to setup TLS cert chain by Andrew Langefeld · 6 years ago
- e852c8b session CHANGE use monotonic clock where possible by Michal Vasko · 7 years ago
- ade892d session CHANGE concurrency greatly improved by Michal Vasko · 8 years ago
- 36c7be8 session CHANGE timeout mechanism completely rewritten by Michal Vasko · 8 years ago
- 18aeb5d session CHANGE compatibility with openssl v1.1.0 by Michal Vasko · 8 years ago
- 276f9d9 server session BUGFIX finding existing ctn entry by Michal Vasko · 8 years ago
- 6e08cb7 server session BUGFIX parsing base64 cert and privkey by Michal Vasko · 8 years ago
- 3cf4aaa server session CHANGE make adding ctn entries modular by Michal Vasko · 8 years ago
- 4c1fb49 session CHANGE use callbacks for hostkey and certificate retrieval by Michal Vasko · 8 years ago
- 709598e server session CHANGE enable getting client cert from session by Michal Vasko · 8 years ago
- 7060bcf server session CHANGE new user tls verify callback by Michal Vasko · 8 years ago
- f585ac7 server session BUGFIX remove useless const from parameters by Michal Vasko · 8 years ago
- df5e6af server session CHANGE function for ctn entry retrieval by Michal Vasko · 8 years ago
- 9bf4954 server session BUGFIX minor copy-paste fix by Michal Vasko · 8 years ago
- a874879 server session CHANGE enable clearing basic TLS opts by Michal Vasko · 8 years ago
- 2e6defd session FEATURE callhome rewritten by Michal Vasko · 8 years ago
- e2713da session CHANGE option store adjusted for ietf-netconf-server granularity by Michal Vasko · 8 years ago
- 71090fc all CHANGE larger api change to enable server stats collecting by Michal Vasko · 8 years ago
- 45e53ae log CHANGE invalid argument error enhanced by Michal Vasko · 9 years ago
- 0190bc3 session CHANGE make all the communication non-blocking by Michal Vasko · 9 years ago
- 4eb3c31 all BUGFIX memory allocation error checks by Michal Vasko · 9 years ago
- 2cc4c68 server session FEATURE option to store user data in a session by Michal Vasko · 9 years ago
- 8f5270d server session CHANGE timeout removed from callhome by Michal Vasko · 9 years ago
- 9b88a16 server session BUGFIX unused variable by Michal Vasko · 9 years ago
- fd04418 server session CHANGE do not count elapsed time, mostly useless anyway by Michal Vasko · 9 years ago
- afd416b all DOC trailing space by Michal Vasko · 9 years ago
- 9b81f5b MAINTENANCE correct license text in source codes by Radek Krejci · 9 years ago
- a43589b session CHANGE ctx lock removed, dict access is now always thread-safe by Michal Vasko · 9 years ago
- 51e514d server session BUGFIX lock fixes and optimizations by Michal Vasko · 9 years ago
- da51477 server session FEATURE functions to change endpoint bind parameters by Michal Vasko · 9 years ago
- 96830e3 server session REFCTOR api renaming by Michal Vasko · 9 years ago
- f0537d8 doc BUGFIX many doxygen comment updates and fixes by Michal Vasko · 9 years ago
- e22c673 client session FEATURE getters now for all options by Michal Vasko · 9 years ago
- c6b9c7b session FEATURE locking of the new server option structures by Michal Vasko · 9 years ago
- 3031aae session CHANGE api completely rewritten by Michal Vasko · 9 years ago
- c61c449 session FEATURE callhome fully implemented by Michal Vasko · 9 years ago
- 5c2f795 server session CHANGE some refactoring and bugfixes by Michal Vasko · 9 years ago
- 5e3f339 server session CHANGE ctn array changed to list by Michal Vasko · 9 years ago
- 11d142a session CHANGE server ctx locking by Michal Vasko · 9 years ago
- 5b003bf session OPTIMIZE deleting from an array by Michal Vasko · 9 years ago
- d083db6 session MAINTENANCE log messages unified and corrected by Michal Vasko · 9 years ago
- 7f1c78b session MAINTENANCE minor enhancements by Michal Vasko · 9 years ago
- b48aa81 session FEATURE server fucntions now thread-safe by Michal Vasko · 9 years ago
- 6d29299 session FEATURE thread-safe tls authentication by Michal Vasko · 9 years ago
- 1a38c86 all MAINTENANCE server functions documented, minor function changes by Michal Vasko · 9 years ago
- 06e2243 session CHANGE tls/ssh-specific session field reorganized by Michal Vasko · 9 years ago
- 05ba9df session & messages FEATURE server receiving RPCs and sending replies by Michal Vasko · 9 years ago
- c14e3c8 session FEATURE server tls api modified and implemented by Michal Vasko · 9 years ago
- 9e036d5 session CHANGE nc_accept is transport-independent by Michal Vasko · 9 years ago
- 086311b server FEATURE ssh session creation functions by Michal Vasko · 9 years ago[Copied (73%) from nc_server.h]
- d0d1952 FEATURE Add NETCONF time function by Radek Krejci · 9 years ago
- 5da708a FEATURE add main header files by Radek Krejci · 9 years ago