clixon/util
Olof hagsand b88722fa25 - Restructure plugin module using a "module struct" rather than global variables.
This include plugin module init and exit functions
  New type: clixon_plugin_t exposed via public API while struct clixon_plugin is private
- Makefile changes for static linkage using "LINKAGE=static"
- Moved nacm external init to later stage in backend_main
2021-04-19 11:06:40 +02:00
..
clixon_netconf_ssh_callhome.c restconf test fixes for freebsd and others 2021-02-12 16:30:30 +00:00
clixon_netconf_ssh_callhome_client.c restconf test fixes for freebsd and others 2021-02-12 16:30:30 +00:00
clixon_util_datastore.c Fixed: [state showing error in cli with CLICON_STREAM_DISCOVERY_RFC8040 #191](https://github.com/clicon/clixon/issues/191) 2021-03-18 10:41:08 +01:00
clixon_util_grpc.c * Changed signal handling 2021-03-11 18:12:43 +01:00
clixon_util_json.c Fixed: [state showing error in cli with CLICON_STREAM_DISCOVERY_RFC8040 #191](https://github.com/clicon/clixon/issues/191) 2021-03-18 10:41:08 +01:00
clixon_util_path.c Fixed: [state showing error in cli with CLICON_STREAM_DISCOVERY_RFC8040 #191](https://github.com/clicon/clixon/issues/191) 2021-03-18 10:41:08 +01:00
clixon_util_regexp.c Copyright 2021 2021-01-13 14:40:34 +01:00
clixon_util_socket.c * Removed endtag parameter of clixon_xml_parse_file() 2021-03-15 13:24:27 +01:00
clixon_util_ssl.c * Changed signal handling 2021-03-11 18:12:43 +01:00
clixon_util_stream.c Copyright 2021 2021-01-13 14:40:34 +01:00
clixon_util_xml.c * Removed endtag parameter of clixon_xml_parse_file() 2021-03-15 13:24:27 +01:00
clixon_util_xml_mod.c Fixed: [state showing error in cli with CLICON_STREAM_DISCOVERY_RFC8040 #191](https://github.com/clicon/clixon/issues/191) 2021-03-18 10:41:08 +01:00
clixon_util_xpath.c * Removed endtag parameter of clixon_xml_parse_file() 2021-03-15 13:24:27 +01:00
clixon_util_yang.c Fixed: [state showing error in cli with CLICON_STREAM_DISCOVERY_RFC8040 #191](https://github.com/clicon/clixon/issues/191) 2021-03-18 10:41:08 +01:00
Makefile.in - Restructure plugin module using a "module struct" rather than global variables. 2021-04-19 11:06:40 +02:00
README.md Adaptions for ARMv7 2019-04-07 15:49:19 +02:00

Clixon utils

This directory contains Clixon utility programs, ie, programs that are good to have for testing, analysis, etc, but not an actual part of delivered code.

Note, streams utility may need: libcurl4-openssl-dev or corresponding.