f0f6e4b72dFixup solaris linkage.
wouter
2014-07-11 09:50:15 +0000
812535a21bautoconf and autoheader
wouter
2014-07-11 09:44:08 +0000
ea396b7f2cFix compile and test on Linux.
wouter
2014-07-11 09:39:13 +0000
4b26592e42- arc4random in compat/ and getentropy, explicit_bzero, chacha for dependencies, from OpenBSD. arc4_lock and sha512 in compat. This makes arc4random available on all platforms, except when compiled with LIBNSS (it uses libNSS crypto random).
wouter
2014-07-11 09:27:24 +0000
6bc453987fcleaner compile without locks enabled.
wouter
2014-07-04 07:43:20 +0000
9994fe8446- Fix#593: segfault or crash upon rotating logfile.
wouter
2014-07-04 07:34:58 +0000
037cb63ea7From Dag-Erling Smorgrav: The prototype for libworker_event_done_cb() needs to be moved from libunbound/libworker.h to libunbound/worker.h.
wouter
2014-05-28 08:20:44 +0000
d9f5cc6e98- make depend.
wouter
2014-05-28 08:19:06 +0000
49e9d17591- Fixup out-of-directory compile with unbound-control-setup.sh.in.
wouter
2014-05-28 08:15:20 +0000
7c2248dd8c- Code cleanup patch from Dag-Erling Smorgrav, with compiler issue fixes from FreeBSD's copy of Unbound, he notes: Generate unbound-control-setup.sh at build time so it respects prefix and sysconfdir from the configure script. Also fix the umask to match the comment, and the comment to match the umask. Add const and static where needed. Use unions instead of playing pointer poker. Move declarations that are needed in multiple source files into a shared header. Move sldns_bgetc() from parse.c to buffer.c where it belongs. Introduce a new header file, worker.h, which declares the callbacks that all workers must define. Remove those declarations from libworker.h. Include the correct headers in the correct places. Fix a few dummy callbacks that don't match their prototype. Fix some casts. Hide the sbrk madness behind #ifdef HAVE_SBRK. Remove a useless printf which breaks reproducible builds. Get rid of CONFIGURE_{TARGET,DATE,BUILD_WITH} now that they're no longer used. Add unbound-control-setup.sh to the list of generated files.
wouter
2014-05-28 08:07:12 +0000
1e0eb48c1f- unbound-host -D enabled dnssec and reads root trust anchor from the default root key file that was compiled in.
wouter
2014-05-23 07:30:02 +0000
8d9d4eea91- Feature, unblock-lan-zones: yesno that you can use to make unbound perform 10.0.0.0/8 and other reverse lookups normally, for use if unbound is running service for localhost on localhost.
wouter
2014-05-20 10:38:32 +0000
fbe7321ea1- Updated create_unbound_ad_servers and unbound_cache scripts from Yuri Voinov in the source/contrib directory. Added warmup.cmd (and .sh): warm up the DNS cache with your MRU domains.
wouter
2014-05-16 14:40:38 +0000
79b037c5aa- Contrib windows scripts from Yuri Voinov added to src/contrib: create_unbound_ad_servers.cmd: enters anti-ad server lists. unbound_cache.cmd: saves and loads the cache. - Added unbound-control-setup.cmd from Yuri Voinov to the windows unbound distribution set. It requires openssl installed in %PATH%.
wouter
2014-05-08 13:39:03 +0000
7d212de4bc- Change MAX_SENT_COUNT from 16 to 32 to resolve some cases easier.
wouter
2014-05-06 12:37:37 +0000
6d8894f568- More #567: remove : from output of stub and forward lists, this is easier to parse.
wouter
2014-05-05 14:47:08 +0000
0d5674b5a8- Add unbound-control flush_negative that flushed nxdomains, nodata, and errors from the cache. For dnssec-trigger and NetworkManager, fixes cases where network changes have localdata that was already negatively cached from the previous network.
wouter
2014-04-29 08:47:33 +0000
6f50ee0525- Fix#502: explain that do-ip6 disable does not stop AAAA lookups, but it stops the use of the ipv6 transport layer for DNS traffic.
wouter
2014-04-11 07:15:53 +0000
7de5b0ec61- Fix#545: improved logging, the ip address of the error is printed on the same log-line as the error.
wouter
2014-04-10 14:40:20 +0000
0b1ed0233c- Fix#558: failed prefetch lookup does not remove cached response but delays next prefetch (in lieu of caching a SERVFAIL).
wouter
2014-04-10 13:56:16 +0000
3ad592e37d- Fix#554: use unsigned long to print 64bit statistics counters on 64bit systems.
wouter
2014-04-10 11:20:41 +0000
d292682b32- Fix#567: unbound lists if forward zone is secure or insecure with +i annotation in output of list_forwards, also for list_stubs (for NetworkManager integration.)
wouter
2014-04-10 10:54:21 +0000
7a5bad49e3- unbound-control stats prints num.query.tcpout with number of TCP outgoing queries made in the previous statistics interval.
wouter
2014-04-10 09:13:58 +0000
e17025eee3- Patch from Hannes Frederic Sowa for Linux 3.15 fragmentation option for DNS fragmentation defense.
wouter
2014-04-10 08:35:45 +0000
e3798d9aa0- Fix bug#561: contrib/cacti plugin did not report SERVFAIL rcodes because of spelling. Patch from Chris Coates.
wouter
2014-03-10 10:42:49 +0000
7332f5ddef1.4.22rc1 tag created
wouter
2014-02-27 08:02:24 +0000