- Added specific WITH_RESTCONF compile contants for _NATIVE and _FCGI for C code
- Restconf auth=none changes - Load clixon-restconf and resolve features earlier so that config features work - Removed auth=none code from example (this was non-std half-baked basic auth) - Changed tests that used auth-type=none to enable feature clixon-restconf:allow-auth-none - Moved cert creation from sub-shell to servercert function - Fixed typos for dockerfile rename of restconf evhtp to native
This commit is contained in:
parent
2bf75158a6
commit
244060fddc
38 changed files with 159 additions and 178 deletions
|
|
@ -51,9 +51,6 @@
|
|||
/* Define to 1 if you have the `event' library (-levent). */
|
||||
#undef HAVE_LIBEVENT
|
||||
|
||||
/* Define to 1 if you have the `event_openssl' library (-levent_openssl). */
|
||||
#undef HAVE_LIBEVENT_OPENSSL
|
||||
|
||||
/* Define to 1 if you have the `evhtp' library (-levhtp). */
|
||||
#undef HAVE_LIBEVHTP
|
||||
|
||||
|
|
@ -63,9 +60,6 @@
|
|||
/* Define to 1 if you have the `m' library (-lm). */
|
||||
#undef HAVE_LIBM
|
||||
|
||||
/* Define to 1 if you have the `pthread' library (-lpthread). */
|
||||
#undef HAVE_LIBPTHREAD
|
||||
|
||||
/* Define to 1 if you have the `socket' library (-lsocket). */
|
||||
#undef HAVE_LIBSOCKET
|
||||
|
||||
|
|
@ -147,6 +141,12 @@
|
|||
/* Restconf package */
|
||||
#undef WITH_RESTCONF
|
||||
|
||||
/* Use fcgi restconf mode */
|
||||
#undef WITH_RESTCONF_FCGI
|
||||
|
||||
/* Use native restconf mode */
|
||||
#undef WITH_RESTCONF_NATIVE
|
||||
|
||||
/* WWW dir for restconf daemon */
|
||||
#undef WWWDIR
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue