No description
Find a file
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
apps * Restconf authentication callback (ca_auth) signature changed 2021-03-07 15:34:26 +01:00
aux upgrade copyright, aux tools, etc 2021-01-21 12:23:46 +01:00
build-root/scripts Implement make dist target 2017-12-05 05:23:27 -06:00
doc Changed libevhtp tests to compile from clicon instead of criticalstack 2021-03-03 21:57:19 +01:00
docker Changed libevhtp tests to compile from clicon instead of criticalstack 2021-03-03 21:57:19 +01:00
etc Copyright 2021 2021-01-13 14:40:34 +01:00
example * Restconf authentication callback (ca_auth) signature changed 2021-03-07 15:34:26 +01:00
extras * NACM extension (RFC8341) 2018-12-16 19:49:19 +01:00
fuzz * Fixed extension/unknown problem shown in latest openconfig where other than a single space was used between the unknown identifier and string 2021-02-23 13:47:17 +01:00
include * Made a separate Clixon datastore XML/JSON top-level symbol 2021-03-05 14:15:15 +01:00
lib * Restconf authentication callback (ca_auth) signature changed 2021-03-07 15:34:26 +01:00
test test fixes: mod timer for arm and install libevhtp lin in /us/lib 2021-03-06 17:04:31 +01:00
util * Made a separate Clixon datastore XML/JSON top-level symbol 2021-03-05 14:15:15 +01:00
yang * Reverted blocked signal behavior introduced in 5.0. 2021-03-02 12:24:07 +01:00
.gitignore * NETCONF Call Home Call Home RFC 8071 2021-02-04 11:43:09 +01:00
.travis.yml revert travis 2020-11-30 20:12:07 +01:00
CHANGELOG.md * Restconf authentication callback (ca_auth) signature changed 2021-03-07 15:34:26 +01:00
configure 5.1.0.PRE 2021-03-02 12:00:08 +01:00
configure.ac 5.1.0.PRE 2021-03-02 12:00:08 +01:00
LICENSE.md Copyright 2021 2021-01-13 14:40:34 +01:00
Makefile.in Copyright 2021 2021-01-13 14:40:34 +01:00
README.md TSL->TLS, updated slack link, callhome docs 2021-02-09 21:36:01 +01:00

Build Status Documentation Status

Clixon is a YANG-based configuration manager, with interactive CLI, NETCONF and RESTCONF interfaces, an embedded database and transaction mechanism.

See documentation, project page and examples, Travis-CI

Clixon is open-source and dual licensed. Either Apache License, Version 2.0 or GNU General Public License Version 2; you choose, see LICENSE.md.

See CHANGELOG.md release history.

Clixon interaction is best done posting issues, pull requests, or joining the slack channel. Slack invite (updated 5/2 2021)

Clixon is sponsored by Rubicon Communications LLC(Netgate)