clixon/lib/src
Olof hagsand 1f5df800bc Restconf: Added fallback mechanism for non-ALPN HTTPS
* Set `CLICON_RESTCONF_NOALPN_DEFAULT` to `http/2` or `http/1.1`
  * For http/1 or http/2 only, that will be the default if no ALPN is set.
2023-03-03 16:05:31 +01:00
..
clixon_api_path_parse.h [Code formatting: Change indentation style to space](https://github.com/clicon/clixon/issues/379) 2022-10-27 14:21:17 +02:00
clixon_api_path_parse.l [Code formatting: Change indentation style to space](https://github.com/clicon/clixon/issues/379) 2022-10-27 14:21:17 +02:00
clixon_api_path_parse.y * Changed debug levels in clicon_debug() to be based on maskable flags 2023-01-27 14:56:58 +01:00
clixon_client.c Freebsd socketpair include problems and lack of TAB in vagrant Makefile 2022-12-27 11:58:13 +01:00
clixon_data.c Files: Rearranged backend .h files: moved client_entry to clixon_backend_client.h 2023-03-03 16:05:31 +01:00
clixon_datastore.c * Changed debug levels in clicon_debug() to be based on maskable flags 2023-01-27 14:56:58 +01:00
clixon_datastore_read.c * C-API: Added clicon_handle parameter to all xml_bind_* calls 2023-01-27 14:56:58 +01:00
clixon_datastore_read.h [Code formatting: Change indentation style to space](https://github.com/clicon/clixon/issues/379) 2022-10-27 14:21:17 +02:00
clixon_datastore_write.c Yang schema mount: replaced config --enable-yang-schame-mount with runtime option CLICON_YANG_SCHEMA_MOUNT 2023-02-17 16:39:39 +01:00
clixon_datastore_write.h Updated copyright statements to 2022 2022-01-18 16:36:00 +01:00
clixon_dispatcher.c [Code formatting: Change indentation style to space](https://github.com/clicon/clixon/issues/379) 2022-10-27 14:21:17 +02:00
clixon_err.c Error handling for CLI 2022-11-19 11:11:08 +01:00
clixon_event.c yang path sanity checks and use of real module as root 2023-02-07 11:14:58 +01:00
clixon_file.c * C-API: Added clicon_handle parameter to all xml_bind_* calls 2023-01-27 14:56:58 +01:00
clixon_handle.c [Code formatting: Change indentation style to space](https://github.com/clicon/clixon/issues/379) 2022-10-27 14:21:17 +02:00
clixon_hash.c [Code formatting: Change indentation style to space](https://github.com/clicon/clixon/issues/379) 2022-10-27 14:21:17 +02:00
clixon_instance_id_parse.h [Code formatting: Change indentation style to space](https://github.com/clicon/clixon/issues/379) 2022-10-27 14:21:17 +02:00
clixon_instance_id_parse.l [Code formatting: Change indentation style to space](https://github.com/clicon/clixon/issues/379) 2022-10-27 14:21:17 +02:00
clixon_instance_id_parse.y * Changed debug levels in clicon_debug() to be based on maskable flags 2023-01-27 14:56:58 +01:00
clixon_json.c * C-API: Added clicon_handle parameter to all xml_bind_* calls 2023-01-27 14:56:58 +01:00
clixon_json_parse.h [Code formatting: Change indentation style to space](https://github.com/clicon/clixon/issues/379) 2022-10-27 14:21:17 +02:00
clixon_json_parse.l * HTTP/1 native parser as part of the RESTCONF client 2022-02-08 16:59:08 +01:00
clixon_json_parse.y * Changed debug levels in clicon_debug() to be based on maskable flags 2023-01-27 14:56:58 +01:00
clixon_log.c Sanity checks for incoming internal netconf 2023-02-05 14:14:57 +01:00
clixon_nacm.c Include fix: need sys/time.h 2022-12-23 15:14:12 +01:00
clixon_netconf_lib.c New plugin callback: ca_yang_patch - for modifying existing YANG modules 2023-02-05 14:14:57 +01:00
clixon_netconf_monitoring.c Netconf monitoring statistics frm RFC 6022 2023-02-04 17:13:45 +01:00
clixon_netns.c [Code formatting: Change indentation style to space](https://github.com/clicon/clixon/issues/379) 2022-10-27 14:21:17 +02:00
clixon_options.c * Fixed: [State XML validation error when CLICON_MODULE_LIBRARY_RFC7895=true and ietf-yang-libra$ 2023-02-12 16:19:27 +01:00
clixon_path.c * Changed debug levels in clicon_debug() to be based on maskable flags 2023-01-27 14:56:58 +01:00
clixon_plugin.c Yang schema mount: replaced config --enable-yang-schame-mount with runtime option CLICON_YANG_SCHEMA_MOUNT 2023-02-17 16:39:39 +01:00
clixon_proc.c * Changed debug levels in clicon_debug() to be based on maskable flags 2023-01-27 14:56:58 +01:00
clixon_proto.c Clixon 6.1 2023-02-19 11:35:37 +01:00
clixon_proto_client.c * YANG schema mount RFC 8528, state data 2023-01-27 15:11:08 +01:00
clixon_regex.c Added copyright for cjson code 2022-11-23 09:59:26 +01:00
clixon_sig.c [Code formatting: Change indentation style to space](https://github.com/clicon/clixon/issues/379) 2022-10-27 14:21:17 +02:00
clixon_stream.c Restconf: Added fallback mechanism for non-ALPN HTTPS 2023-03-03 16:05:31 +01:00
clixon_string.c Enhanced for client-side functionality: 2023-01-02 21:29:28 +01:00
clixon_text_syntax.c * C-API: Added clicon_handle parameter to all xml_bind_* calls 2023-01-27 14:56:58 +01:00
clixon_text_syntax_parse.h [Code formatting: Change indentation style to space](https://github.com/clicon/clixon/issues/379) 2022-10-27 14:21:17 +02:00
clixon_text_syntax_parse.l * Break-out RFC 7950 Section 6.1 tokenization 2022-07-25 09:25:11 +02:00
clixon_text_syntax_parse.y Include fix: need sys/time.h 2022-12-23 15:14:12 +01:00
clixon_uid.c [Code formatting: Change indentation style to space](https://github.com/clicon/clixon/issues/379) 2022-10-27 14:21:17 +02:00
clixon_validate.c PERF: Added a recurse parameter to xml_yang_minmax_recurse() to avoid "double recursion" 2023-02-23 11:42:15 +01:00
clixon_validate_minmax.c PERF: Added a recurse parameter to xml_yang_minmax_recurse() to avoid "double recursion" 2023-02-23 11:42:15 +01:00
clixon_xml.c Docker example: fixed scripts to run multiple instances 2023-02-10 11:51:41 +01:00
clixon_xml_bind.c Clixon 6.1 2023-02-19 11:35:37 +01:00
clixon_xml_changelog.c [Code formatting: Change indentation style to space](https://github.com/clicon/clixon/issues/379) 2022-10-27 14:21:17 +02:00
clixon_xml_default.c * C-API: Added clicon_handle parameter to all xml_bind_* calls 2023-01-27 14:56:58 +01:00
clixon_xml_io.c * C-API: Added clicon_handle parameter to all xml_bind_* calls 2023-01-27 14:56:58 +01:00
clixon_xml_map.c C-API: Exposed diff function 2023-02-13 20:23:18 +01:00
clixon_xml_nsctx.c Netconf monitoring RFC 6022 Sessions (https://github.com/clicon/clixon/issues/370) 2023-01-15 12:36:59 +01:00
clixon_xml_parse.h [Code formatting: Change indentation style to space](https://github.com/clicon/clixon/issues/379) 2022-10-27 14:21:17 +02:00
clixon_xml_parse.l Enhanced for client-side functionality: 2023-01-02 21:29:28 +01:00
clixon_xml_parse.y * Changed debug levels in clicon_debug() to be based on maskable flags 2023-01-27 14:56:58 +01:00
clixon_xml_sort.c Move validation flag to include diff 2023-02-21 20:19:59 +01:00
clixon_xml_vec.c [Code formatting: Change indentation style to space](https://github.com/clicon/clixon/issues/379) 2022-10-27 14:21:17 +02:00
clixon_xpath.c Clixon 6.1 2023-02-19 11:35:37 +01:00
clixon_xpath_ctx.c [Code formatting: Change indentation style to space](https://github.com/clicon/clixon/issues/379) 2022-10-27 14:21:17 +02:00
clixon_xpath_eval.c * Changed debug levels in clicon_debug() to be based on maskable flags 2023-01-27 14:56:58 +01:00
clixon_xpath_eval.h Updated copyright statements to 2022 2022-01-18 16:36:00 +01:00
clixon_xpath_function.c Fixed: [Yang identityref XML encoding is not general](https://github.com/clicon/clixon/issues/90) 2022-11-05 12:07:44 +01:00
clixon_xpath_function.h Added XPATH function boolean() 2022-07-08 15:12:28 +02:00
clixon_xpath_optimize.c [Code formatting: Change indentation style to space](https://github.com/clicon/clixon/issues/379) 2022-10-27 14:21:17 +02:00
clixon_xpath_parse.h [Code formatting: Change indentation style to space](https://github.com/clicon/clixon/issues/379) 2022-10-27 14:21:17 +02:00
clixon_xpath_parse.l * XPath parser: fixing lexical issues cornercases 2022-04-07 12:53:57 +02:00
clixon_xpath_parse.y Fixed xpath crashes discovered by fuzzing 2022-11-04 17:45:54 +01:00
clixon_xpath_yang.c yang path sanity checks and use of real module as root 2023-02-07 11:14:58 +01:00
clixon_yang.c yang load add test to not parse files if not already loaded 2023-02-21 12:02:40 +01:00
clixon_yang_cardinality.c Fixed xpath crashes discovered by fuzzing 2022-11-04 17:45:54 +01:00
clixon_yang_cardinality.h [Code formatting: Change indentation style to space](https://github.com/clicon/clixon/issues/379) 2022-10-27 14:21:17 +02:00
clixon_yang_internal.h * YANG schema mount RFC 8528, state data 2023-01-27 15:11:08 +01:00
clixon_yang_module.c yang load add test to not parse files if not already loaded 2023-02-21 12:02:40 +01:00
clixon_yang_parse.h [Code formatting: Change indentation style to space](https://github.com/clicon/clixon/issues/379) 2022-10-27 14:21:17 +02:00
clixon_yang_parse.l [Code formatting: Change indentation style to space](https://github.com/clicon/clixon/issues/379) 2022-10-27 14:21:17 +02:00
clixon_yang_parse.y * YANG schema mount RFC 8528, state data 2023-01-27 15:11:08 +01:00
clixon_yang_parse_lib.c yang load add test to not parse files if not already loaded 2023-02-21 12:02:40 +01:00
clixon_yang_schema_mount.c yang load add test to not parse files if not already loaded 2023-02-21 12:02:40 +01:00
clixon_yang_schemanode_parse.h [Code formatting: Change indentation style to space](https://github.com/clicon/clixon/issues/379) 2022-10-27 14:21:17 +02:00
clixon_yang_schemanode_parse.l * Break-out RFC 7950 Section 6.1 tokenization 2022-07-25 09:25:11 +02:00
clixon_yang_schemanode_parse.y Include fix: need sys/time.h 2022-12-23 15:14:12 +01:00
clixon_yang_sub_parse.c * Changed debug levels in clicon_debug() to be based on maskable flags 2023-01-27 14:56:58 +01:00
clixon_yang_sub_parse.h [Code formatting: Change indentation style to space](https://github.com/clicon/clixon/issues/379) 2022-10-27 14:21:17 +02:00
clixon_yang_sub_parse.l * Break-out RFC 7950 Section 6.1 tokenization 2022-07-25 09:25:11 +02:00
clixon_yang_sub_parse.y Include fix: need sys/time.h 2022-12-23 15:14:12 +01:00
clixon_yang_type.c Fixed: [locally scoped YANG typedef in grouping does not work #394](https://github.com/clicon/clixon/issues/394) 2023-01-03 21:45:21 +01:00
Makefile.in * YANG schema mount RFC 8528, Initial commit (work in progress) 2023-01-20 16:16:02 +01:00