clixon/util
Olof hagsand 5bdad1870e New feature: [Customized NETCONF error message](https://github.com/clicon/clixon/issues/454)
* Added new callback `.ca_errmsg`
* Changed signature of `clicon_netconf_error()` and `netconf_err2cb()`
2023-10-26 14:59:51 +02:00
..
clixon_netconf_ssh_callhome.c [Code formatting: Change indentation style to space](https://github.com/clicon/clixon/issues/379) 2022-10-27 14:21:17 +02:00
clixon_netconf_ssh_callhome_client.c C-style update: Unified comment, retvals in order, remove trailing spaces 2023-10-23 09:58:13 +02:00
clixon_restconf_callhome_client.c C-style update: Unified comment, retvals in order, remove trailing spaces 2023-10-23 09:58:13 +02:00
clixon_util_datastore.c C-style update: Unified comment, retvals in order, remove trailing spaces 2023-10-23 09:58:13 +02:00
clixon_util_dispatcher.c C-style update: Unified comment, retvals in order, remove trailing spaces 2023-10-23 09:58:13 +02:00
clixon_util_grpc.c C-style update: Unified comment, retvals in order, remove trailing spaces 2023-10-23 09:58:13 +02:00
clixon_util_json.c C-style update: Unified comment, retvals in order, remove trailing spaces 2023-10-23 09:58:13 +02:00
clixon_util_path.c New feature: [Customized NETCONF error message](https://github.com/clicon/clixon/issues/454) 2023-10-26 14:59:51 +02:00
clixon_util_regexp.c C-style update: Unified comment, retvals in order, remove trailing spaces 2023-10-23 09:58:13 +02:00
clixon_util_socket.c C-style update: Unified comment, retvals in order, remove trailing spaces 2023-10-23 09:58:13 +02:00
clixon_util_ssl.c C-style update: Unified comment, retvals in order, remove trailing spaces 2023-10-23 09:58:13 +02:00
clixon_util_stream.c C-style update: Unified comment, retvals in order, remove trailing spaces 2023-10-23 09:58:13 +02:00
clixon_util_validate.c C-style update: Unified comment, retvals in order, remove trailing spaces 2023-10-23 09:58:13 +02:00
clixon_util_xml.c New feature: [Customized NETCONF error message](https://github.com/clicon/clixon/issues/454) 2023-10-26 14:59:51 +02:00
clixon_util_xml_mod.c New feature: [Customized NETCONF error message](https://github.com/clicon/clixon/issues/454) 2023-10-26 14:59:51 +02:00
clixon_util_xpath.c New feature: [Customized NETCONF error message](https://github.com/clicon/clixon/issues/454) 2023-10-26 14:59:51 +02:00
clixon_util_yang.c C-style update: Unified comment, retvals in order, remove trailing spaces 2023-10-23 09:58:13 +02:00
Makefile.in configure.ac: add proper check for libcurl + curl/curl.h 2023-02-09 15:53:52 +01:00
README.md - Link utils statically if LINKAGE=static 2021-06-18 22:50:30 +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.

Look inside C-code for documentation

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