clixon/util
2021-01-12 14:03:07 +01:00
..
clixon_util_datastore.c * Ensure all fopen check for NULL (not -1) 2020-12-07 13:33:21 +01:00
clixon_util_grpc.c all clixon event functions prepended with clixon_ 2020-06-05 16:19:03 +02:00
clixon_util_json.c * Changed first parameter from int fd to FILE *f in the following functions: 2020-11-04 22:21:42 +01:00
clixon_util_path.c * Ensure all fopen check for NULL (not -1) 2020-12-07 13:33:21 +01:00
clixon_util_regexp.c Replaced the global variable debug with access function: clicon_debug_get(). 2020-06-09 16:04:49 +02:00
clixon_util_socket.c * rpc msg C API rearranged to separate socket/connect from connect 2021-01-12 14:03:07 +01:00
clixon_util_ssl.c all clixon event functions prepended with clixon_ 2020-06-05 16:19:03 +02:00
clixon_util_stream.c Replaced the global variable debug with access function: clicon_debug_get(). 2020-06-09 16:04:49 +02:00
clixon_util_xml.c * Ensure all fopen check for NULL (not -1) 2020-12-07 13:33:21 +01:00
clixon_util_xml_mod.c Moved restconf_stream.c -> restconf_stream_fcgi.c, made some generaizations and documented what was hardcoded to FCGI 2020-06-23 15:00:41 +02:00
clixon_util_xpath.c * Ensure all fopen check for NULL (not -1) 2020-12-07 13:33:21 +01:00
clixon_util_yang.c * Changed first parameter from int fd to FILE *f in the following functions: 2020-11-04 22:21:42 +01:00
Makefile.in * rpc msg C API rearranged to separate socket/connect from connect 2021-01-12 14:03:07 +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.