clixon/lib/src
Olof hagsand 743076b171 With-defaults CLI support
Extended cli_auto_show() with with-defaults argument, also changing its signature
Example: Added with-defaults argument to clispec
C-API: Added with-defaults argument to clicon_rpc_get_config
Replaced with-defaults prefix/namespace with constants
2022-09-09 13:46:20 +02:00
..
clixon_api_path_parse.h Updated copyright statements to 2022 2022-01-18 16:36:00 +01:00
clixon_api_path_parse.l * HTTP/1 native parser as part of the RESTCONF client 2022-02-08 16:59:08 +01:00
clixon_api_path_parse.y Updated copyright statements to 2022 2022-01-18 16:36:00 +01:00
clixon_client.c * Implementation of "chunked framing" according to RFC6242 for Netconf 1.1. 2022-03-28 12:36:44 +02:00
clixon_data.c Module state upgrade: RFC7895 to RFC 8525 2022-03-07 10:56:54 +01:00
clixon_datastore.c Updated copyright statements to 2022 2022-01-18 16:36:00 +01:00
clixon_datastore_read.c Extended purge argument to xml_defaults_nopresence to handle non-config case 2022-09-09 13:46:20 +02:00
clixon_datastore_read.h Updated copyright statements to 2022 2022-01-18 16:36:00 +01:00
clixon_datastore_write.c Extended purge argument to xml_defaults_nopresence to handle non-config case 2022-09-09 13:46:20 +02:00
clixon_datastore_write.h Updated copyright statements to 2022 2022-01-18 16:36:00 +01:00
clixon_dispatcher.c Pagination callback modifications: ensure xml is bound to yang, removed 2021-10-14 14:06:01 +02:00
clixon_err.c Enable calling clicon_err_fn with fn=NULL 2022-07-22 18:36:53 +02:00
clixon_event.c Restconf callhome: idle-timeout for periodic callhome 2022-08-22 11:27:02 +02:00
clixon_file.c Cleanup, debug stmts, diff vars and obsolete compile options 2022-06-23 15:40:47 +02:00
clixon_handle.c Updated copyright statements to 2022 2022-01-18 16:36:00 +01:00
clixon_hash.c Updated copyright statements to 2022 2022-01-18 16:36:00 +01:00
clixon_instance_id_parse.h Updated copyright statements to 2022 2022-01-18 16:36:00 +01:00
clixon_instance_id_parse.l * HTTP/1 native parser as part of the RESTCONF client 2022-02-08 16:59:08 +01:00
clixon_instance_id_parse.y Updated copyright statements to 2022 2022-01-18 16:36:00 +01:00
clixon_json.c Fixed: ["autocli:hide-show" extension cause bug in xmldb_put method #343](https://github.com/clicon/clixon/issues/343) 2022-07-22 16:06:28 +02:00
clixon_json_parse.h Updated copyright statements to 2022 2022-01-18 16:36:00 +01: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 Updated copyright statements to 2022 2022-01-18 16:36:00 +01:00
clixon_log.c Logging fixes 2022-04-30 11:31:51 +02:00
clixon_nacm.c With-defaults CLI support 2022-09-09 13:46:20 +02:00
clixon_netconf_lib.c FC6243 with-defaults=report-all-tagged test cases and implementation added 2022-08-29 18:29:31 +02:00
clixon_netns.c Make Clixon build on MacOS. 2022-08-16 08:40:04 +02:00
clixon_options.c Clixon SNMP frontend 2022-06-26 11:28:42 +02:00
clixon_path.c SNMP: fix SNMP set access of table entries 2022-06-26 11:31:28 +02:00
clixon_plugin.c YANG Action (RFC 7950 Section 7.15) 2022-06-21 15:44:02 +02:00
clixon_proc.c Make Clixon build on MacOS. 2022-08-16 08:40:04 +02:00
clixon_proto.c Fixed struct sockaddr memory issues 2022-07-31 11:33:02 +02:00
clixon_proto_client.c With-defaults CLI support 2022-09-09 13:46:20 +02:00
clixon_regex.c fix posix regular transform of char \w not include '_' char 2022-08-25 11:41:16 +08:00
clixon_sig.c * Rename demon -> daemon 2022-03-07 11:18:27 +01:00
clixon_stream.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_string.c Limited http-data static server 2022-04-21 16:02:39 +02:00
clixon_text_syntax.c TEXT file format: Keep backward-compatible non-top-level prefix with compile-time option TEXT_SYNTAX_NOPREFIX 2022-07-26 18:10:27 +02:00
clixon_text_syntax_parse.h * Experimental text syntax parser/loader 2022-06-01 11:07:15 +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 Added top-level namespaces when pruning XML tree for client rpc calls and restconf GET 2022-08-29 18:29:31 +02:00
clixon_uid.c Updated copyright statements to 2022 2022-01-18 16:36:00 +01:00
clixon_validate.c Refactored YANG min/max validation code, created new clixon_validate_minmax.[ch] 2022-09-01 18:29:17 +02:00
clixon_validate_minmax.c Refactored YANG min/max validation code, created new clixon_validate_minmax.[ch] 2022-09-01 18:29:17 +02:00
clixon_xml.c With-defaults CLI support 2022-09-09 13:46:20 +02:00
clixon_xml_bind.c YANG Action (RFC 7950 Section 7.15) 2022-06-21 15:44:02 +02:00
clixon_xml_changelog.c Updated copyright statements to 2022 2022-01-18 16:36:00 +01:00
clixon_xml_io.c Fixed: ["autocli:hide-show" extension cause bug in xmldb_put method #343](https://github.com/clicon/clixon/issues/343) 2022-07-22 16:06:28 +02:00
clixon_xml_map.c With-defaults CLI support 2022-09-09 13:46:20 +02:00
clixon_xml_nsctx.c Added top-level namespaces when pruning XML tree for client rpc calls and restconf GET 2022-08-29 18:29:31 +02:00
clixon_xml_parse.h * Experimental text syntax parser/loader 2022-06-01 11:07:15 +02:00
clixon_xml_parse.l * Break-out RFC 7950 Section 6.1 tokenization 2022-07-25 09:25:11 +02:00
clixon_xml_parse.y Updated copyright statements to 2022 2022-01-18 16:36:00 +01:00
clixon_xml_sort.c Fixed: [Clixon backend transaction callback fails for empty types](https://github.com/clicon/clixon/issues/360) 2022-09-07 10:02:30 +02:00
clixon_xml_vec.c Fixed: ["autocli:hide-show" extension cause bug in xmldb_put method #343](https://github.com/clicon/clixon/issues/343) 2022-07-22 16:06:28 +02:00
clixon_xpath.c * XPath parser: fixing lexical issues cornercases 2022-04-07 12:53:57 +02:00
clixon_xpath_ctx.c Updated copyright statements to 2022 2022-01-18 16:36:00 +01:00
clixon_xpath_eval.c Added XPATH function boolean() 2022-07-08 15:12:28 +02:00
clixon_xpath_eval.h Updated copyright statements to 2022 2022-01-18 16:36:00 +01:00
clixon_xpath_function.c Added XPATH function boolean() 2022-07-08 15:12:28 +02:00
clixon_xpath_function.h Added XPATH function boolean() 2022-07-08 15:12:28 +02:00
clixon_xpath_optimize.c * Experimental text syntax parser/loader 2022-06-01 11:07:15 +02:00
clixon_xpath_parse.h * XPath parser: fixing lexical issues cornercases 2022-04-07 12:53:57 +02:00
clixon_xpath_parse.l * XPath parser: fixing lexical issues cornercases 2022-04-07 12:53:57 +02:00
clixon_xpath_parse.y Added XPATH function boolean() 2022-07-08 15:12:28 +02:00
clixon_xpath_yang.c Updated copyright statements to 2022 2022-01-18 16:36:00 +01:00
clixon_yang.c Fixed: [YANG ordering fails for nested choice and action](YANG ordering fails for nested choice and action) 2022-08-24 13:02:38 +02:00
clixon_yang_cardinality.c Updated copyright statements to 2022 2022-01-18 16:36:00 +01:00
clixon_yang_cardinality.h Updated copyright statements to 2022 2022-01-18 16:36:00 +01:00
clixon_yang_internal.h YANG Action (RFC 7950 Section 7.15) 2022-06-21 15:44:02 +02:00
clixon_yang_module.c - Misc documentation 2022-04-14 15:21:25 +02:00
clixon_yang_parse.h Updated copyright statements to 2022 2022-01-18 16:36:00 +01:00
clixon_yang_parse.l * Break-out RFC 7950 Section 6.1 tokenization 2022-07-25 09:25:11 +02:00
clixon_yang_parse.y * Break-out RFC 7950 Section 6.1 tokenization 2022-07-25 09:25:11 +02:00
clixon_yang_parse_lib.c Fixed: [Issues with ietf-snmp modules](https://github.com/clicon/clixon/issues/353) 2022-08-18 18:07:29 +02:00
clixon_yang_schemanode_parse.h * Break-out RFC 7950 Section 6.1 tokenization 2022-07-25 09:25:11 +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 Removed debugs, updated CHANGELOG 2022-07-26 12:47:58 +02:00
clixon_yang_sub_parse.c Removed debugs, updated CHANGELOG 2022-07-26 12:47:58 +02:00
clixon_yang_sub_parse.h * Break-out RFC 7950 Section 6.1 tokenization 2022-07-25 09:25:11 +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 * Break-out RFC 7950 Section 6.1 tokenization 2022-07-25 09:25:11 +02:00
clixon_yang_type.c Updated copyright statements to 2022 2022-01-18 16:36:00 +01:00
Makefile.in Refactored YANG min/max validation code, created new clixon_validate_minmax.[ch] 2022-09-01 18:29:17 +02:00