* Updated "evhtp" restconf mode
* No reliance on libevent or libevhtp, but on libssl >= 1.1 directly
* Moved out event handling to clixon event handling
* Moved out all ssl calls to clixon
* New code MUST use libevhtp from https://github.com/clixon/clixon-libevhtp.git
* This does NOT work: libevhtp from https://github.com/criticalstack/libevhtp.git
This commit is contained in:
parent
95a820c862
commit
c7e7598e3b
26 changed files with 1506 additions and 944 deletions
|
|
@ -38,6 +38,8 @@ However, releases are made periodically (ca every 1 month) which is more tested.
|
|||
|
||||
A release branch can be made, eg release-4.0 where 4.0.0, 4.0.1 are tagged
|
||||
|
||||
Commit messages: https://chris.beams.io/posts/git-commit/
|
||||
|
||||
## How the autotools stuff works
|
||||
```
|
||||
configure.ac --.
|
||||
|
|
@ -190,5 +192,5 @@ Use MAXPATHLEN (not PATH_MAX) in sys/param.h
|
|||
|
||||
## Emulating a serial console
|
||||
|
||||
olof@alarik> socat PTY,link=/tmp/clixon-tty,rawer EXEC:"/usr/local/bin/clixon_cli -f /usr/local/etc/example.xml",pty,stderr &
|
||||
olof@alarik> screen /tmp/clixon-tty
|
||||
socat PTY,link=/tmp/clixon-tty,rawer EXEC:"/usr/local/bin/clixon_cli -f /usr/local/etc/example.xml",pty,stderr &
|
||||
screen /tmp/clixon-tty
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue