clixon/apps/backend
Phil Heller 8abcda6f85 confirmed-commit fixes, tests
- fixed typo preventing evaluation of confirmed-commit logic in backend_startup
- fixed uninitialized variable warnings
- added details to CHANGELOG.MD
- added capabilities advertisement for confirmed-commit 1.0 and 1.1
- added xml hello message that uses only eom framing, for simplicity in asynch tests
- add stty restore after wait_restconf to fix console corruption in tests
- adjust test_confirmed_commit to drop perms and run as the invoking user.  This will require running user to have permissions on /usr/local/var/example
- added CLI tests
2022-10-03 21:47:09 -06:00
..
backend_client.c Initial implementation of NETCONF confirmed-commit 2022-10-03 21:44:35 -06:00
backend_client.h Updated copyright statements to 2022 2022-01-18 16:36:00 +01:00
backend_commit.c confirmed-commit fixes, tests 2022-10-03 21:47:09 -06:00
backend_failsafe.c Initial implementation of NETCONF confirmed-commit 2022-10-03 21:44:35 -06:00
backend_failsafe.h Initial implementation of NETCONF confirmed-commit 2022-10-03 21:44:35 -06:00
backend_get.c with-defaults added as RESTCONF capability information 2022-09-19 11:02:59 +00: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 confirmed-commit fixes, tests 2022-10-03 21:47:09 -06:00
backend_plugin.c Extended purge argument to xml_defaults_nopresence to handle non-config case 2022-09-09 13:46:20 +02:00
backend_plugin_restconf.c Changed C-API for xml translation/print the internal cxobj tree data structure to other formats 2022-06-01 20:02:27 +02:00
backend_plugin_restconf.h Updated copyright statements to 2022 2022-01-18 16:36:00 +01:00
backend_socket.c Updated copyright statements to 2022 2022-01-18 16:36:00 +01:00
backend_socket.h Updated copyright statements to 2022 2022-01-18 16:36:00 +01:00
backend_startup.c confirmed-commit fixes, tests 2022-10-03 21:47:09 -06:00
backend_startup.h Updated copyright statements to 2022 2022-01-18 16:36:00 +01:00
clixon_backend.h Updated copyright statements to 2022 2022-01-18 16:36:00 +01:00
clixon_backend_commit.h Initial implementation of NETCONF confirmed-commit 2022-10-03 21:44:35 -06:00
clixon_backend_handle.c * HTTP/1 native parser as part of the RESTCONF client 2022-02-08 16:59:08 +01:00
clixon_backend_handle.h Updated copyright statements to 2022 2022-01-18 16:36:00 +01:00
clixon_backend_plugin.h Updated copyright statements to 2022 2022-01-18 16:36:00 +01:00
clixon_backend_transaction.c Changed C-API for xml translation/print the internal cxobj tree data structure to other formats 2022-06-01 20:02:27 +02:00
clixon_backend_transaction.h Updated copyright statements to 2022 2022-01-18 16:36:00 +01:00
Makefile.in Initial implementation of NETCONF confirmed-commit 2022-10-03 21:44:35 -06:00