clixon/apps/backend
Olof hagsand a7a699a8b5 New state plugin callback for pagination.
* You need to change all statedata plugin callback for the new pagination feature
  * If you dont use pagination you can ignore the values of the new parameters
  * See [User manual pagination](https://clixon-docs.readthedocs.io/en/latest/misc.html#pagination)
  * The updated callback signature is as follows:
  ```
  int statedata(clicon_handle     h,
                cvec             *nsc,
	        char             *xpath,
	        pagination_mode_t pagmode,   // NEW
	        uint32_t          offset,    // NEW
	        uint32_t          limit,     // NEW
	        uint32_t         *remaining, // NEW
	        cxobj            *xstate)
  ```
2021-09-21 15:02:46 +02:00
..
backend_client.c - Refactoring of get_common/get_list_pagination with two sub-functions 2021-09-21 11:27:58 +02:00
backend_client.h fixed fcgi notification, genmodel 2021-03-10 14:45:18 +01:00
backend_commit.c * Fixed: SEGV in clixon_netconf_lib functions from internal errors including validation. 2021-07-27 10:31:16 +02:00
backend_get.c memory leak and nacm recovery test fix 2021-09-21 13:24:34 +02:00
backend_get.h - Rewrite of netconf get/get-config code 2021-09-21 11:24:53 +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 * Pagination according to new draft 2021-09-21 11:22:41 +02:00
backend_plugin.c New state plugin callback for pagination. 2021-09-21 15:02:46 +02:00
backend_plugin_restconf.c * Restconf internal start: fail early if clixon_restconf binary is not found 2021-08-17 10:08:04 +02:00
backend_plugin_restconf.h * Restconf authentication callback (ca_auth) signature changed 2021-02-09 21:26:35 +01:00
backend_socket.c - IPC socket: add REUSEADDR when using IP (remove comment) 2021-08-24 13:46:47 +02:00
backend_socket.h Copyright 2021 2021-01-13 14:40:34 +01:00
backend_startup.c * Made backend transaction and commit/validate API available to plugin code. 2021-06-17 19:20:27 +02:00
backend_startup.h Copyright 2021 2021-01-13 14:40:34 +01:00
clixon_backend.h * Made backend transaction and commit/validate API available to plugin code. 2021-06-17 19:20:27 +02:00
clixon_backend_commit.h * Made backend transaction and commit/validate API available to plugin code. 2021-06-17 19:20:27 +02: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_plugin.h Renamed paging to pagination 2021-09-21 11:28:29 +02:00
clixon_backend_transaction.c * Made backend transaction and commit/validate API available to plugin code. 2021-06-17 19:20:27 +02:00
clixon_backend_transaction.h Copyright 2021 2021-01-13 14:40:34 +01:00
Makefile.in - Rewrite of netconf get/get-config code 2021-09-21 11:24:53 +02:00