clixon/apps/backend
Olof Hagsand b3dcee9639 * YANG schema mount RFC 8528, Initial commit (work in progress)
* Keep track of YANG unknowns with ys_cvec of EXTENSION
* C-API: Init ys_cvec to NULL, added yang_cvec_add() and adjusted code to use it
2023-01-20 16:16:02 +01:00
..
backend_client.c Fixed: [Netconf commit confirm session-id mismatch #407](https://github.com/clicon/clixon/issues/407) 2023-01-18 15:55:49 +01:00
backend_client.h Netconf monitoring RFC 6022 Sessions (https://github.com/clicon/clixon/issues/370) 2023-01-15 12:36:59 +01:00
backend_commit.c Fixed: [Netconf commit confirm session-id mismatch #407](https://github.com/clicon/clixon/issues/407) 2023-01-18 15:55:49 +01:00
backend_confirm.c Fixed: [Netconf commit confirm session-id mismatch #407](https://github.com/clicon/clixon/issues/407) 2023-01-18 15:55:49 +01:00
backend_get.c * YANG schema mount RFC 8528, Initial commit (work in progress) 2023-01-20 16:16:02 +01:00
backend_get.h Updated copyright statements to 2022 2022-01-18 16:36:00 +01:00
backend_handle.h Updated copyright statements to 2022 2022-01-18 16:36:00 +01:00
backend_main.c * Fixed: Initialized session-id to 1 instead of 0 following ietf-netconf.yang 2023-01-18 15:51:31 +01:00
backend_plugin.c C-API: All calls to clicon_log_xml() changed to new function `clicon_debug_xml()\ 2023-01-15 13:17:58 +01:00
backend_plugin_restconf.c [Code formatting: Change indentation style to space](https://github.com/clicon/clixon/issues/379) 2022-10-27 14:21:17 +02:00
backend_plugin_restconf.h Updated copyright statements to 2022 2022-01-18 16:36:00 +01:00
backend_socket.c Netconf monitoring RFC 6022 Sessions (https://github.com/clicon/clixon/issues/370) 2023-01-15 12:36:59 +01:00
backend_socket.h Updated copyright statements to 2022 2022-01-18 16:36:00 +01:00
backend_startup.c Moved with-defaults processing from get(-config) to xmldb_get when reading db 2022-12-18 19:59:02 +01:00
backend_startup.h Confirm commit: 2022-10-07 16:04:31 +02:00
clixon_backend.h Updated copyright statements to 2022 2022-01-18 16:36:00 +01:00
clixon_backend_commit.h Fixed: [Netconf commit confirm session-id mismatch #407](https://github.com/clicon/clixon/issues/407) 2023-01-18 15:55:49 +01:00
clixon_backend_handle.c * Fixed: Initialized session-id to 1 instead of 0 following ietf-netconf.yang 2023-01-18 15:51:31 +01:00
clixon_backend_handle.h Updated copyright statements to 2022 2022-01-18 16:36:00 +01:00
clixon_backend_plugin.h Moved with-defaults processing from get(-config) to xmldb_get when reading db 2022-12-18 19:59:02 +01:00
clixon_backend_transaction.c [Code formatting: Change indentation style to space](https://github.com/clicon/clixon/issues/379) 2022-10-27 14:21:17 +02:00
clixon_backend_transaction.h Updated copyright statements to 2022 2022-01-18 16:36:00 +01:00
Makefile.in Confirm-commit refactoring 2022-10-24 10:54:51 +02:00