clixon/lib/src
Shmuel Hazan b13917b2ac Call ys_populate_feature from if_feature_check
In some cases, the feature won't be populated yet, and therefore, we
will consider this feature as disabled.

Fixes #429
2023-04-30 17:34:31 +03: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 Added clicon_data_init API, and yang_mount_get API 2023-03-12 21:04:23 +01:00
clixon_datastore.c C-API xmldb_validate() removed. compare_db_names() added. 2023-04-09 21:13:12 +02:00
clixon_datastore_read.c C-API: clixon_xml2file and clixon_xml2cbuf added prefix argument 2023-04-12 10:44:58 +02: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 Creator tagging for leafs, sort-modules: remove flag setting, yang_lib2yspec patch 2023-04-13 21:11:57 +02: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 * Added new functions: xml_tree_equal and xpath2xml 2023-03-23 22:16:33 +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 * clicon_msg_rcv: Added intr parameter for interrupting on ^C (default 0) 2023-03-08 21:41:29 +01:00
clixon_nacm.c Include fix: need sys/time.h 2022-12-23 15:14:12 +01:00
clixon_netconf_input.c Fixed: unified netconf input: wrong yang-bind 2023-04-20 21:47:33 +02:00
clixon_netconf_lib.c Unified netconf input function 2023-04-20 21:28:01 +02: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 Added clicon_data_init API, and yang_mount_get API 2023-03-12 21:04:23 +01:00
clixon_path.c * Added new functions: xml_tree_equal and xpath2xml 2023-03-23 22:16:33 +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 C-API: clixon_xml2file and clixon_xml2cbuf added prefix argument 2023-04-12 10:44:58 +02:00
clixon_proto_client.c C-API: clixon_xml2file and clixon_xml2cbuf added prefix argument 2023-04-12 10:44:58 +02:00
clixon_regex.c Added copyright for cjson code 2022-11-23 09:59:26 +01:00
clixon_sig.c * Added new functions: xml_tree_equal and xpath2xml 2023-03-23 22:16:33 +01:00
clixon_stream.c C-API: clixon_xml2file and clixon_xml2cbuf added prefix argument 2023-04-12 10:44:58 +02:00
clixon_string.c Formatting of comments 2023-03-30 15:39:35 +02: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 C-API: clixon_xml2file and clixon_xml2cbuf added prefix argument 2023-04-12 10:44:58 +02: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 C-API: clixon_xml2file and clixon_xml2cbuf added prefix argument 2023-04-12 10:44:58 +02:00
clixon_xml_bind.c * Added new functions: xml_tree_equal and xpath2xml 2023-03-23 22:16:33 +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 * Added new functions: xml_tree_equal and xpath2xml 2023-03-23 22:16:33 +01:00
clixon_xml_io.c C-API: clixon_xml2file and clixon_xml2cbuf added prefix argument 2023-04-12 10:44:58 +02:00
clixon_xml_map.c C-API: clixon_xml2file and clixon_xml2cbuf added prefix argument 2023-04-12 10:44:58 +02:00
clixon_xml_nsctx.c * Added new functions: xml_tree_equal and xpath2xml 2023-03-23 22:16:33 +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 C-API: clixon_xml2file and clixon_xml2cbuf added prefix argument 2023-04-12 10:44:58 +02:00
clixon_xpath.c Add mount-point aware code to cli_auto_show 2023-04-23 17:54:02 +02: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 * Added new functions: xml_tree_equal and xpath2xml 2023-03-23 22:16:33 +01:00
clixon_xpath_eval.h Updated copyright statements to 2022 2022-01-18 16:36:00 +01:00
clixon_xpath_function.c * Added new functions: xml_tree_equal and xpath2xml 2023-03-23 22:16:33 +01:00
clixon_xpath_function.h Added XPATH function boolean() 2022-07-08 15:12:28 +02:00
clixon_xpath_optimize.c * Added new functions: xml_tree_equal and xpath2xml 2023-03-23 22:16:33 +01: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 Added clicon_data_init API, and yang_mount_get API 2023-03-12 21:04:23 +01:00
clixon_yang.c Call ys_populate_feature from if_feature_check 2023-04-30 17:34:31 +03: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 * Added new functions: xml_tree_equal and xpath2xml 2023-03-23 22:16:33 +01:00
clixon_yang_module.c Creator tagging for leafs, sort-modules: remove flag setting, yang_lib2yspec patch 2023-04-13 21:11:57 +02: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 Call ys_populate_feature from if_feature_check 2023-04-30 17:34:31 +03:00
clixon_yang_schema_mount.c * Added new functions: xml_tree_equal and xpath2xml 2023-03-23 22:16:33 +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 Call ys_populate_feature from if_feature_check 2023-04-30 17:34:31 +03:00
clixon_yang_sub_parse.h Call ys_populate_feature from if_feature_check 2023-04-30 17:34:31 +03: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 Call ys_populate_feature from if_feature_check 2023-04-30 17:34:31 +03:00
clixon_yang_type.c * Added new functions: xml_tree_equal and xpath2xml 2023-03-23 22:16:33 +01:00
Makefile.in Unified netconf input function 2023-04-20 21:28:01 +02:00