Dag-Erling Smørgrav 3ff5baf8cb Add support for using a local socket for the remote control connection
by specifying uts path instead of (or in addition to) an IP address as
an argument to the control-interface configuration variable.

Add support for unencrypted and unauthenticated control connections
through a new configuration variable, control-use-cert.  To avoid the
complexity of supporting both SSL socket and plain socket descriptors
in the same code, we just use an unencrypted SSL context and forego
authentication.  The downside is that we still have to perform DH kex
when establishing the connection.

This patch was derived (with significant modifications) from the
contrib/unbound_unixsock.diff patch originally submitted by Ilya
Bakulin of Genua mbH.
2015-01-05 14:55:52 +00:00
2015-01-02 17:35:29 +00:00
2015-01-02 17:35:29 +00:00
2015-01-02 17:35:29 +00:00
2015-01-02 17:31:36 +00:00
2015-01-02 17:35:29 +00:00
2015-01-02 17:31:36 +00:00
2015-01-02 17:35:29 +00:00
2015-01-02 17:35:29 +00:00
2015-01-02 17:31:36 +00:00
2015-01-02 17:31:36 +00:00
2015-01-02 17:35:29 +00:00
2015-01-02 17:31:36 +00:00
2012-07-04 14:24:26 +00:00
2015-01-02 17:31:36 +00:00
2014-05-14 18:44:22 +00:00
2015-01-02 17:31:36 +00:00
2014-05-14 18:43:20 +00:00
2015-01-02 17:31:36 +00:00
2015-01-02 17:31:36 +00:00
2015-01-02 17:35:29 +00:00
2013-04-05 09:06:26 +00:00
2014-05-14 18:44:22 +00:00
2013-04-05 09:06:26 +00:00
2015-01-02 17:35:29 +00:00
2012-07-04 14:24:26 +00:00

Unbound README
* ./configure && make && make install
* You can use libevent if you want. libevent is useful when using 
  many (10000) outgoing ports. By default max 256 ports are opened at
  the same time and the builtin alternative is equally capable and a 
  little faster.
* More detailed README, README.svn, README.tests in doc directory
* manual pages can be found in doc directory, and are installed, unbound(8).
* example configuration file doc/example.conf

Description
freebsd kernel with SKQ
Readme 2 GiB
Languages
C 63.3%
C++ 23.3%
Roff 5.1%
Shell 2.9%
Makefile 1.5%
Other 3.4%