clixon/apps/backend
Olof hagsand 710fc76887 * Restconf authentication callback (ca_auth) signature changed
* Not backward compatible: All uses of the ca-auth callback in restconf plugins must be changed
  * New version is: `int ca_auth(h, req, auth_type, authp, userp)`
    * where `auth_type` is the requested authentication-type (none, client-cert or user-defined)
    * `authp` is the returned authentication flag
    * `userp` is the returned associated authenticated user
    * and the return value is three-valued: -1: Error, 0: ignored, 1: OK
  * For more info see [clixon-docs](https://clixon-docs.readthedocs.io/en/latest/restconf.html)
* New clixon-restconf@2020-12-30.yang revision
2021-02-09 21:26:35 +01:00
..
backend_client.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
backend_client.h Copyright 2021 2021-01-13 14:40:34 +01:00
backend_commit.c Copyright 2021 2021-01-13 14:40:34 +01:00
backend_commit.h Copyright 2021 2021-01-13 14:40:34 +01: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 * Restconf authentication callback (ca_auth) signature changed 2021-02-09 21:26:35 +01:00
backend_plugin.c Copyright 2021 2021-01-13 14:40:34 +01:00
backend_plugin.h Copyright 2021 2021-01-13 14:40:34 +01:00
backend_plugin_restconf.c * Restconf authentication callback (ca_auth) signature changed 2021-02-09 21:26:35 +01: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 Copyright 2021 2021-01-13 14:40:34 +01: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 Copyright 2021 2021-01-13 14:40:34 +01:00
clixon_backend_transaction.h Copyright 2021 2021-01-13 14:40:34 +01:00
Makefile.in * Restconf authentication callback (ca_auth) signature changed 2021-02-09 21:26:35 +01:00