Olof hagsand
a61bdffbab
evhtp mem leak, debug 1->2
2020-09-10 18:06:44 +02:00
Olof hagsand
ee057d5244
* Added -r command-line option to restconf daemon to NOT lower privileges to wwwuser if started from root.
2020-09-04 16:25:49 +02:00
Olof hagsand
81fc7f742b
* Netconf as default namespace has been disabled by default.
...
* Only requests on the form: `<rpc xmlns="urn:ietf:params:xml:ns:netconf:base:1.0"><edit-config>...` will be accepted
* All replies will be on the form: `<rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">...`
* Requests such as: `<rpc><edit-config>...` will not be accepted.
* You can revert this behaviour (to clixon pre-4.6 behaviour) by enabling `CLICON_NAMESPACE_NETCONF_DEFAULT`
* This API change is a consequence of: [copy-config's RPC cxobj parameter does not contain namespace #131 ](https://github.com/clicon/clixon/issues/131 )
2020-09-02 15:44:10 +02:00
Olof hagsand
61bdab7bf0
enabled dropped privileges agaon (disabled by prev commit)
2020-08-22 18:05:52 +02:00
Olof hagsand
2e23856676
fixed memory leaks in restconf evhtp module
2020-08-22 18:02:08 +02:00
Olof hagsand
0e4df0e8fc
Added options for Restconf evhtp setting default bind socket address and ports CLICON_RESTCONF_IPV4_ADDR, CLICON_RESTCONF_IPV6_ADDR, CLICON_RESTCONF_HTTP_PORT, CLICON_RESTCONF_HTTPS_PORT
2020-08-21 13:13:20 +02:00
Olof hagsand
adc6edf545
* New clixon-config@2020-08-17.yang revision
...
* Added `CLICON_RESTCONF_ADDRESS` for setting evhtp bind address
2020-08-17 14:48:40 +02:00
Olof hagsand
3d33335f4b
Last minute documentation and testing changes befoire 4.6
2020-08-13 14:58:42 +02:00
Olof hagsand
c049a397b0
Fixed ssl client certs for evhtp.
...
* Added SSL cert info as options: CLICON_SSL_SERVER_CERT, CLICON_SSL_SERVER_KEY, CLICON_SSL_CA_CERT
Added config.sh for testing for autotools
2020-07-01 15:11:22 +02:00
Olof hagsand
9c82e97072
Added http support for evhtp (not only https)
2020-06-29 14:41:08 +02:00
Olof hagsand
73bbcded87
Added restconf handle specialization to implement restconf parameters
2020-06-22 12:47:43 +02:00
Olof hagsand
3af184c655
Modify restconf tests to run for both evhtp and fcgi: , curl -sik, etc
2020-06-21 15:49:46 +02:00