clixon/apps/backend
Olof hagsand da9bfcbb53 * Changed debug levels in clicon_debug() to be based on maskable flags
* Added flag names: `CLIXON_DBG_*`
  * Added maskable flags that can be combined when debugging:
    * `DEFAULT` = 1: Basic debug message, espcially initialization
    * `MSG` = 2: Input and output packets, read datastore
    * `DETAIL` = 4: Details: message dump in hex, xpath parse trees, etc
    * `EXTRA` = 8: Extra detailed logs
* Test: some errors in yang-lib where content-id was in wrong place
2023-01-27 14:56:58 +01:00
..
backend_client.c * Changed debug levels in clicon_debug() to be based on maskable flags 2023-01-27 14:56:58 +01:00
backend_client.h Netconf monitoring RFC 6022 Sessions (https://github.com/clicon/clixon/issues/370) 2023-01-15 12:36:59 +01:00
backend_commit.c * Changed debug levels in clicon_debug() to be based on maskable flags 2023-01-27 14:56:58 +01:00
backend_confirm.c Fixed: [Netconf commit confirm session-id mismatch #407](https://github.com/clicon/clixon/issues/407) 2023-01-18 15:55:49 +01:00
backend_get.c * Changed debug levels in clicon_debug() to be based on maskable flags 2023-01-27 14:56:58 +01:00
backend_get.h Updated copyright statements to 2022 2022-01-18 16:36:00 +01:00
backend_handle.h Updated copyright statements to 2022 2022-01-18 16:36:00 +01:00
backend_main.c * Changed debug levels in clicon_debug() to be based on maskable flags 2023-01-27 14:56:58 +01:00
backend_plugin.c * Changed debug levels in clicon_debug() to be based on maskable flags 2023-01-27 14:56:58 +01:00
backend_plugin_restconf.c [Code formatting: Change indentation style to space](https://github.com/clicon/clixon/issues/379) 2022-10-27 14:21:17 +02:00
backend_plugin_restconf.h Updated copyright statements to 2022 2022-01-18 16:36:00 +01:00
backend_socket.c * Changed debug levels in clicon_debug() to be based on maskable flags 2023-01-27 14:56:58 +01:00
backend_socket.h Updated copyright statements to 2022 2022-01-18 16:36:00 +01:00
backend_startup.c Moved with-defaults processing from get(-config) to xmldb_get when reading db 2022-12-18 19:59:02 +01:00
backend_startup.h Confirm commit: 2022-10-07 16:04:31 +02:00
clixon_backend.h Updated copyright statements to 2022 2022-01-18 16:36:00 +01:00
clixon_backend_commit.h Fixed: [Netconf commit confirm session-id mismatch #407](https://github.com/clicon/clixon/issues/407) 2023-01-18 15:55:49 +01:00
clixon_backend_handle.c * Fixed: Initialized session-id to 1 instead of 0 following ietf-netconf.yang 2023-01-18 15:51:31 +01:00
clixon_backend_handle.h Updated copyright statements to 2022 2022-01-18 16:36:00 +01:00
clixon_backend_plugin.h Moved with-defaults processing from get(-config) to xmldb_get when reading db 2022-12-18 19:59:02 +01:00
clixon_backend_transaction.c * Changed debug levels in clicon_debug() to be based on maskable flags 2023-01-27 14:56:58 +01:00
clixon_backend_transaction.h * Changed debug levels in clicon_debug() to be based on maskable flags 2023-01-27 14:56:58 +01:00
Makefile.in Confirm-commit refactoring 2022-10-24 10:54:51 +02:00