clixon/apps/backend
Olof hagsand 2eb9c6cda1 Refactored YANG min/max validation code, created new clixon_validate_minmax.[ch]
Added new recursive minmax check for non-presence containers
This makes validation checks stricter, including check of incoming RPCs
Renamed xml_yang_check_list_unique_minmax() to xml_yang_minmax_recurse()
Fixed again: [YANG min-elements within non-presence container does not work](https://github.com/clicon/clixon/issues/355)
2022-09-01 18:29:17 +02:00
..
backend_client.c Refactored YANG min/max validation code, created new clixon_validate_minmax.[ch] 2022-09-01 18:29:17 +02:00
backend_client.h Updated copyright statements to 2022 2022-01-18 16:36:00 +01:00
backend_commit.c Fixed: [Validation of mandatory in choice/case does not work in some cases](https://github.com/clicon/clixon/issues/349) 2022-08-10 13:25:30 +02:00
backend_get.c Minor adjustments to follow clixon programming style 2022-08-29 18:29:31 +02: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 SNMP frontend: added -z zap command-line option and pid-file exclusive check, fixed mem check 2022-06-26 11:28:42 +02:00
backend_plugin.c replace xml_nopresence functions with xml_defaults_nopresence 2022-08-29 18:29:31 +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 Updated copyright statements to 2022 2022-01-18 16:36:00 +01: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 Updated copyright statements to 2022 2022-01-18 16:36:00 +01: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 Two minor fixes for building on macOS, HOST_VENDOR should be defined before trying to check its value. 2022-08-17 09:39:16 +02:00