mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 08:46:58 +08:00
updated
This commit is contained in:
1
NEWS
1
NEWS
@@ -3,6 +3,7 @@
|
||||
- Updated HTTP protocol handling (fixes issue with
|
||||
openconnect < 4). Reported by Mike Miller.
|
||||
|
||||
- Use TCP wrappers (libwrap) when present.
|
||||
|
||||
* Version 0.0.1 (released 2013-02-20)
|
||||
|
||||
|
||||
@@ -597,6 +597,10 @@ int main(int argc, char** argv)
|
||||
flags |= LOG_PERROR;
|
||||
#endif
|
||||
openlog("ocserv", flags, LOG_DAEMON);
|
||||
#ifdef HAVE_LIBWRAP
|
||||
allow_severity = LOG_DAEMON|LOG_INFO;
|
||||
deny_severity = LOG_DAEMON|LOG_WARNING;
|
||||
#endif
|
||||
|
||||
/* Initialize GnuTLS */
|
||||
tls_global_init(&s);
|
||||
|
||||
Reference in New Issue
Block a user