clixon/apps/backend
Olof hagsand c20c672d83 * Changed config and install options for Restconf
* clixon_restconf daemon is installed in /usr/local/sbin (as clixon_backend), instead of /www-data
    * `configure --with-wwwdir=<dir>` remains but only applies to fcgi socket and log
    * New option `CLICON_RESTCONF_INSTALL_DIR` is set to where clixon_restconf is installed, with default `/usr/local/sbin/`
  * Restconf drop privileges user is defined by `CLICON_RESTCONF_USER`
    * `configure --with-wwwuser=<user>` is removed
  * clixon_restconf drop of privileges is defined by `CLICON_RESTCONF_PRIVILEGES` option
* New clixon-restconf@2020-05-20.yang revision
  * Added: restconf `log-destination`
2021-05-23 17:14:18 +02:00
..
backend_client.c * Changed config and install options for Restconf 2021-05-23 17:14:18 +02:00
backend_client.h fixed fcgi notification, genmodel 2021-03-10 14:45:18 +01:00
backend_commit.c - Restructure plugin module using a "module struct" rather than global variables. 2021-04-19 11:06:40 +02:00
backend_commit.h - Restructure plugin module using a "module struct" rather than global variables. 2021-04-19 11:06:40 +02:00
backend_handle.h debug print of backend state, split test-stream into a netconf and restconf part, change restconf yang auth-type from leaf-list to leaf 2021-01-27 14:40:34 +01:00
backend_main.c * Changed config and install options for Restconf 2021-05-23 17:14:18 +02:00
backend_plugin.c * Fix: XPath:s used in netconf (eg get-config) did not correctly access default values 2021-05-07 13:07:34 +02:00
backend_plugin.h - Restructure plugin module using a "module struct" rather than global variables. 2021-04-19 11:06:40 +02:00
backend_plugin_restconf.c * Changed config and install options for Restconf 2021-05-23 17:14:18 +02:00
backend_plugin_restconf.h * Restconf authentication callback (ca_auth) signature changed 2021-02-09 21:26:35 +01:00
backend_socket.c * Corrected client session handling to make internal IPC socket persistent 2021-01-27 15:07:27 +01:00
backend_socket.h Copyright 2021 2021-01-13 14:40:34 +01:00
backend_startup.c * Add multiple yang support also for obsolete versions 2021-04-12 12:42:26 +02:00
backend_startup.h Copyright 2021 2021-01-13 14:40:34 +01:00
clixon_backend.h Copyright 2021 2021-01-13 14:40:34 +01:00
clixon_backend_handle.c debug print of backend state, split test-stream into a netconf and restconf part, change restconf yang auth-type from leaf-list to leaf 2021-01-27 14:40:34 +01:00
clixon_backend_handle.h Copyright 2021 2021-01-13 14:40:34 +01:00
clixon_backend_transaction.c - Restructure plugin module using a "module struct" rather than global variables. 2021-04-19 11:06:40 +02:00
clixon_backend_transaction.h Copyright 2021 2021-01-13 14:40:34 +01:00
Makefile.in * Changed config and install options for Restconf 2021-05-23 17:14:18 +02:00