clixon/util
Olof hagsand b7991d9b39 * Made a separate Clixon datastore XML/JSON top-level symbol
* Replaces the hardcoded "config" keyword.
  * Implemented by a compile-time option called `DATASTORE_TOP_SYMBOL` option in clixon_custom.h
* Tests: added endtest to all tests. Removed all premature exits if BE=0
2021-03-05 14:15:15 +01: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 * Made a separate Clixon datastore XML/JSON top-level symbol 2021-03-05 14:15:15 +01:00
clixon_util_grpc.c Copyright 2021 2021-01-13 14:40:34 +01:00
clixon_util_json.c Copyright 2021 2021-01-13 14:40:34 +01:00
clixon_util_path.c Copyright 2021 2021-01-13 14:40:34 +01:00
clixon_util_regexp.c Copyright 2021 2021-01-13 14:40:34 +01:00
clixon_util_socket.c * Corrected client session handling to make internal IPC socket persistent 2021-01-27 15:07:27 +01:00
clixon_util_ssl.c * Made a separate Clixon datastore XML/JSON top-level symbol 2021-03-05 14:15:15 +01:00
clixon_util_stream.c Copyright 2021 2021-01-13 14:40:34 +01:00
clixon_util_xml.c Copyright 2021 2021-01-13 14:40:34 +01:00
clixon_util_xml_mod.c Copyright 2021 2021-01-13 14:40:34 +01:00
clixon_util_xpath.c Copyright 2021 2021-01-13 14:40:34 +01:00
clixon_util_yang.c Copyright 2021 2021-01-13 14:40:34 +01:00
Makefile.in * NETCONF Call Home Call Home RFC 8071 2021-02-04 11:43:09 +01: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.