No description
* 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)
|
||
|---|---|---|
| apps | ||
| aux | ||
| build-root/scripts | ||
| doc | ||
| docker | ||
| etc | ||
| example | ||
| extras | ||
| fuzz | ||
| include | ||
| lib | ||
| test | ||
| util | ||
| yang | ||
| .gitignore | ||
| .travis.yml | ||
| CHANGELOG.md | ||
| configure | ||
| configure.ac | ||
| LICENSE.md | ||
| Makefile.in | ||
| README.md | ||
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)