clixon/apps
Olof hagsand a8d29b1e7e * 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: not handled, 1: OK
  * For more info see [clixon-docs/restconf](https://clixon-docs.readthedocs.io/en/latest/restconf.html)
2021-03-07 15:34:26 +01:00
..
backend * Made a separate Clixon datastore XML/JSON top-level symbol 2021-03-05 14:15:15 +01:00
cli * Made a separate Clixon datastore XML/JSON top-level symbol 2021-03-05 14:15:15 +01:00
netconf NETCONF README: https://github.com/clicon/clixon/issues/185 2021-03-07 15:29:33 +01:00
restconf * Restconf authentication callback (ca_auth) signature changed 2021-03-07 15:34:26 +01:00
Makefile.in Copyright 2021 2021-01-13 14:40:34 +01:00