]>
git.ipfire.org Git - thirdparty/unbound.git/log
Wouter Wijngaards [Fri, 10 Apr 2015 13:43:44 +0000 (13:43 +0000)]
- Fix that get_option for cache-sizes does not print double newline.
git-svn-id: file:///svn/unbound/trunk@3395
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Fri, 10 Apr 2015 12:19:30 +0000 (12:19 +0000)]
fixes for undeclared function.
git-svn-id: file:///svn/unbound/trunk@3394
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Fri, 10 Apr 2015 12:13:59 +0000 (12:13 +0000)]
- unbound-control ratelimit_list lists high rate domains.
git-svn-id: file:///svn/unbound/trunk@3393
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Fri, 10 Apr 2015 10:57:25 +0000 (10:57 +0000)]
Fixes.
git-svn-id: file:///svn/unbound/trunk@3392
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Fri, 10 Apr 2015 09:59:57 +0000 (09:59 +0000)]
- ratelimit feature, ratelimit: 100, or some sensible qps, can be
used to turn it on. It ratelimits recursion effort per zone.
For particular names you can configure exceptions in unbound.conf.
git-svn-id: file:///svn/unbound/trunk@3391
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Wed, 8 Apr 2015 19:58:06 +0000 (19:58 +0000)]
- Fix crash in dnstap: Do not try to log TCP responses after timeout.
git-svn-id: file:///svn/unbound/trunk@3390
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Tue, 7 Apr 2015 13:50:09 +0000 (13:50 +0000)]
- unbound-control list_insecure command shows the negative trust
anchors currently configured, patch from Jelte Jansen.
git-svn-id: file:///svn/unbound/trunk@3389
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Tue, 7 Apr 2015 12:10:37 +0000 (12:10 +0000)]
typo fix.
(svn:NO TEST)
git-svn-id: file:///svn/unbound/trunk@3388
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Tue, 7 Apr 2015 12:03:05 +0000 (12:03 +0000)]
- Unbound exits with a fatal error when the auto-trust-anchor-file
fails to be writable. This is seconds after startup. You can
load a readonly auto-trust-anchor-file with trust-anchor-file.
The file has to be writable to notice the trust anchor change,
without it, a trust anchor change will be unnoticed and the system
will then become unoperable.
git-svn-id: file:///svn/unbound/trunk@3387
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Tue, 7 Apr 2015 08:01:22 +0000 (08:01 +0000)]
Fixup test; icann root cert has not changed.
git-svn-id: file:///svn/unbound/trunk@3386
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Tue, 7 Apr 2015 07:54:30 +0000 (07:54 +0000)]
And skip dos-newlines for only addrs on line.
git-svn-id: file:///svn/unbound/trunk@3385
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Tue, 7 Apr 2015 07:51:43 +0000 (07:51 +0000)]
- Libunbound skips dos-line-endings from etc/hosts.
git-svn-id: file:///svn/unbound/trunk@3384
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Thu, 2 Apr 2015 10:02:01 +0000 (10:02 +0000)]
- Fix #660: Fix interface-automatic broken in the presence of
asymmetric routing.
git-svn-id: file:///svn/unbound/trunk@3383
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Wed, 1 Apr 2015 08:40:52 +0000 (08:40 +0000)]
Fix pythonmod.
git-svn-id: file:///svn/unbound/trunk@3382
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Thu, 26 Mar 2015 13:15:55 +0000 (13:15 +0000)]
Fixup rrset unlock in case of allocation failure.
git-svn-id: file:///svn/unbound/trunk@3381
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Thu, 26 Mar 2015 10:21:38 +0000 (10:21 +0000)]
- rename ldns subdirectory to sldns to avoid name collision.
git-svn-id: file:///svn/unbound/trunk@3380
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Thu, 26 Mar 2015 09:46:06 +0000 (09:46 +0000)]
- remote.c probedelay line is easier to read.
git-svn-id: file:///svn/unbound/trunk@3379
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Wed, 25 Mar 2015 16:04:05 +0000 (16:04 +0000)]
- If unknown trust anchor algorithm, and libressl is used, error
message encourages upgrade of the libressl package.
git-svn-id: file:///svn/unbound/trunk@3378
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Wed, 25 Mar 2015 08:06:35 +0000 (08:06 +0000)]
- Fix #657: libunbound(3) recommends deprecated
CRYPTO_set_id_callback.
git-svn-id: file:///svn/unbound/trunk@3377
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Mon, 23 Mar 2015 20:42:47 +0000 (20:42 +0000)]
Fixed like Maciej did.
git-svn-id: file:///svn/unbound/trunk@3376
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Mon, 23 Mar 2015 20:20:15 +0000 (20:20 +0000)]
- Fix segfault on user not found at startup (from Maciej Soltysiak).
git-svn-id: file:///svn/unbound/trunk@3375
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Fri, 20 Mar 2015 16:03:14 +0000 (16:03 +0000)]
Do not divide by zero.
git-svn-id: file:///svn/unbound/trunk@3374
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Fri, 20 Mar 2015 15:58:55 +0000 (15:58 +0000)]
Check before storing value.
git-svn-id: file:///svn/unbound/trunk@3373
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Fri, 20 Mar 2015 15:36:25 +0000 (15:36 +0000)]
- Fixes to add integer overflow checks on allocation (defense in depth).
git-svn-id: file:///svn/unbound/trunk@3372
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Thu, 19 Mar 2015 14:47:42 +0000 (14:47 +0000)]
fixup compiler warning on OpenBSD.
git-svn-id: file:///svn/unbound/trunk@3371
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Thu, 19 Mar 2015 09:58:49 +0000 (09:58 +0000)]
comment spelling improvement.
git-svn-id: file:///svn/unbound/trunk@3370
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Thu, 19 Mar 2015 09:50:35 +0000 (09:50 +0000)]
- Add ip-transparent config option for bind to non-local addresses.
git-svn-id: file:///svn/unbound/trunk@3369
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Tue, 17 Mar 2015 16:22:04 +0000 (16:22 +0000)]
extra sanity check for integer overflow.
git-svn-id: file:///svn/unbound/trunk@3368
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Tue, 17 Mar 2015 09:44:57 +0000 (09:44 +0000)]
please lint.
git-svn-id: file:///svn/unbound/trunk@3367
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Tue, 17 Mar 2015 09:38:47 +0000 (09:38 +0000)]
please lint.
git-svn-id: file:///svn/unbound/trunk@3366
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Tue, 17 Mar 2015 08:24:24 +0000 (08:24 +0000)]
- Use reallocarray for integer overflow protection, patch submitted
by Loganaden Velvindron.
git-svn-id: file:///svn/unbound/trunk@3365
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Tue, 17 Mar 2015 08:20:25 +0000 (08:20 +0000)]
Reallocarray compat source from OpenBSD.
git-svn-id: file:///svn/unbound/trunk@3364
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Mon, 16 Mar 2015 11:51:30 +0000 (11:51 +0000)]
please lint.
git-svn-id: file:///svn/unbound/trunk@3363
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Mon, 16 Mar 2015 10:51:32 +0000 (10:51 +0000)]
- Fixup compile on cygwin, more portable openssl thread id.
git-svn-id: file:///svn/unbound/trunk@3362
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Thu, 12 Mar 2015 15:34:03 +0000 (15:34 +0000)]
- Updated default keylength in unbound-control-setup to 3k.
git-svn-id: file:///svn/unbound/trunk@3361
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Tue, 10 Mar 2015 10:29:55 +0000 (10:29 +0000)]
- Fix warning on sign compare in getentropy_linux.
git-svn-id: file:///svn/unbound/trunk@3360
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Tue, 10 Mar 2015 10:17:45 +0000 (10:17 +0000)]
- iana portlist update.
git-svn-id: file:///svn/unbound/trunk@3359
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Tue, 10 Mar 2015 10:03:45 +0000 (10:03 +0000)]
print svnroot for windows makedist. 1.5.4 in configure.ac
git-svn-id: file:///svn/unbound/trunk@3358
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Tue, 10 Mar 2015 08:00:40 +0000 (08:00 +0000)]
- Fix lintian warning in unbound-checkconf man page (from Andreas
Schulze).
git-svn-id: file:///svn/unbound/trunk@3356
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Mon, 9 Mar 2015 13:39:27 +0000 (13:39 +0000)]
- iana portlist update.
git-svn-id: file:///svn/unbound/trunk@3355
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Mon, 9 Mar 2015 13:30:37 +0000 (13:30 +0000)]
- Fix #644: harden-algo-downgrade option, if turned off, fixes the
reported excessive validation failure when multiple algorithms
are present. It allows the weakest algorithm to validate the zone.
git-svn-id: file:///svn/unbound/trunk@3354
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Thu, 5 Mar 2015 15:23:14 +0000 (15:23 +0000)]
- stats reports tcp usage, of incoming-num-tcp buffers.
git-svn-id: file:///svn/unbound/trunk@3353
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Thu, 5 Mar 2015 11:41:29 +0000 (11:41 +0000)]
- Document that incoming-num-tcp increase is good for large servers.
git-svn-id: file:///svn/unbound/trunk@3352
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Thu, 5 Mar 2015 08:18:59 +0000 (08:18 +0000)]
- contrib/unbound_smf22.tar.gz: Solaris SMF installation/removal
scripts. Contributed by Yuri Voinov.
git-svn-id: file:///svn/unbound/trunk@3351
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Wed, 4 Mar 2015 13:24:27 +0000 (13:24 +0000)]
- Document windows 8 tests.
git-svn-id: file:///svn/unbound/trunk@3350
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Wed, 4 Mar 2015 09:35:06 +0000 (09:35 +0000)]
And use best response in case 0x20 fallback done.
git-svn-id: file:///svn/unbound/trunk@3349
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Wed, 4 Mar 2015 09:31:26 +0000 (09:31 +0000)]
- store caps_response with best response in case downgrade response
happens to be the last one.
git-svn-id: file:///svn/unbound/trunk@3348
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Wed, 4 Mar 2015 09:06:05 +0000 (09:06 +0000)]
- many nameservers does not try to compare more than max-sent-count,
parse failures start 0x20 fallback procedure.
git-svn-id: file:///svn/unbound/trunk@3347
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Wed, 4 Mar 2015 08:30:17 +0000 (08:30 +0000)]
- 0x20 fallback improved, better handling of servfail responses,
they do not count as missing comparisons (except if all are failed),
and better handling of inability to find nameservers, no more
nameservers can be found results in fallback acceptance.
git-svn-id: file:///svn/unbound/trunk@3346
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Wed, 4 Mar 2015 07:18:09 +0000 (07:18 +0000)]
- Patch from Brad Smith that syncs compat/getentropy_linux with
OpenBSD's version (2015-03-04).
git-svn-id: file:///svn/unbound/trunk@3345
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Tue, 3 Mar 2015 13:37:53 +0000 (13:37 +0000)]
- tag 1.5.3rc1
git-svn-id: file:///svn/unbound/trunk@3344
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Mon, 2 Mar 2015 11:03:14 +0000 (11:03 +0000)]
iana portlist update
git-svn-id: file:///svn/unbound/trunk@3342
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Fri, 20 Feb 2015 14:48:04 +0000 (14:48 +0000)]
- Fix #647 crash in 1.5.2 because pwd.db no longer accessible after
reload.
git-svn-id: file:///svn/unbound/trunk@3341
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Fri, 20 Feb 2015 14:03:41 +0000 (14:03 +0000)]
- Fix #646 Portability to Solaris, -lrt for getentropy_solaris.
git-svn-id: file:///svn/unbound/trunk@3340
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Fri, 20 Feb 2015 13:55:09 +0000 (13:55 +0000)]
- Portability to Solaris 10, use AF_LOCAL.
git-svn-id: file:///svn/unbound/trunk@3339
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Fri, 20 Feb 2015 09:19:32 +0000 (09:19 +0000)]
- Use the getrandom syscall introduced in Linux 3.17 (from Heiner Kallweit).
git-svn-id: file:///svn/unbound/trunk@3338
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Thu, 19 Feb 2015 15:16:40 +0000 (15:16 +0000)]
- 1.5.2 release tag.
- svn trunk contains 1.5.3 under development.
git-svn-id: file:///svn/unbound/trunk@3337
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Fri, 13 Feb 2015 11:02:46 +0000 (11:02 +0000)]
- Fix #643: doc/example.conf.in: unnecessary whitespace.
git-svn-id: file:///svn/unbound/trunk@3335
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Thu, 12 Feb 2015 15:33:20 +0000 (15:33 +0000)]
- tag 1.5.2rc1
git-svn-id: file:///svn/unbound/trunk@3334
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Wed, 11 Feb 2015 14:57:19 +0000 (14:57 +0000)]
Fixup makefile dependencies for outdir compile without dnstap
git-svn-id: file:///svn/unbound/trunk@3332
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Wed, 11 Feb 2015 07:24:57 +0000 (07:24 +0000)]
- iana portlist update.
git-svn-id: file:///svn/unbound/trunk@3331
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Tue, 10 Feb 2015 14:01:45 +0000 (14:01 +0000)]
- Fix scrubber with harden-glue turned off to reject NS (and other
not-address) records.
git-svn-id: file:///svn/unbound/trunk@3330
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Mon, 9 Feb 2015 11:44:46 +0000 (11:44 +0000)]
- Fix validation failure in case upstream forwarder (ISC BIND) does
not have the same trust anchors and decides to insert unsigned NS
record in authority section.
git-svn-id: file:///svn/unbound/trunk@3329
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Mon, 2 Feb 2015 08:46:22 +0000 (08:46 +0000)]
- infra-cache-min-rtt patch from Florian Riehm, for expected long
uplink roundtrip times.
git-svn-id: file:///svn/unbound/trunk@3328
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Fri, 30 Jan 2015 15:34:27 +0000 (15:34 +0000)]
Solaris portability fix.
git-svn-id: file:///svn/unbound/trunk@3327
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Fri, 30 Jan 2015 15:32:59 +0000 (15:32 +0000)]
- Portability fix for Solaris ('sun' is not usable for a variable).
git-svn-id: file:///svn/unbound/trunk@3326
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Fri, 30 Jan 2015 09:57:32 +0000 (09:57 +0000)]
Fixup unit test.
git-svn-id: file:///svn/unbound/trunk@3325
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Fri, 30 Jan 2015 09:47:03 +0000 (09:47 +0000)]
And a unit test for the strip operation.
git-svn-id: file:///svn/unbound/trunk@3324
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Fri, 30 Jan 2015 09:35:38 +0000 (09:35 +0000)]
- Fix 0x20 capsforid fallback to omit gratuitous NS and additional
section changes.
git-svn-id: file:///svn/unbound/trunk@3323
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Thu, 29 Jan 2015 16:10:51 +0000 (16:10 +0000)]
- Fix pyunbound byte string representation for python3.
git-svn-id: file:///svn/unbound/trunk@3322
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Mon, 26 Jan 2015 08:46:40 +0000 (08:46 +0000)]
- Fix unintended use of gcc extension for incomplete enum types,
compile with pedantic c99 compliance (from Daniel Dickman).
git-svn-id: file:///svn/unbound/trunk@3321
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Fri, 23 Jan 2015 16:00:33 +0000 (16:00 +0000)]
Fixup control socket test for OSX.
git-svn-id: file:///svn/unbound/trunk@3320
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Fri, 23 Jan 2015 15:23:58 +0000 (15:23 +0000)]
- windows port fixes, no AF_LOCAL, no chown, no chmod(grp).
git-svn-id: file:///svn/unbound/trunk@3319
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Thu, 22 Jan 2015 15:53:31 +0000 (15:53 +0000)]
remove unused files from testcode
git-svn-id: file:///svn/unbound/trunk@3318
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Thu, 22 Jan 2015 15:10:17 +0000 (15:10 +0000)]
comment fixup.
svn:NO TEST
git-svn-id: file:///svn/unbound/trunk@3317
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Fri, 16 Jan 2015 14:31:02 +0000 (14:31 +0000)]
- unbound-checkconf -f prints chroot with pidfile path.
git-svn-id: file:///svn/unbound/trunk@3316
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Fri, 16 Jan 2015 13:11:07 +0000 (13:11 +0000)]
- unit test for local unix connection. Documentation and log_addr
does not inspect port for AF_LOCAL.
git-svn-id: file:///svn/unbound/trunk@3315
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Tue, 13 Jan 2015 13:46:48 +0000 (13:46 +0000)]
iana portlist update.
git-svn-id: file:///svn/unbound/trunk@3314
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Mon, 12 Jan 2015 15:20:20 +0000 (15:20 +0000)]
- Fix pyunbound ord call, portable for python 2 and 3.
git-svn-id: file:///svn/unbound/trunk@3313
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Mon, 12 Jan 2015 08:20:43 +0000 (08:20 +0000)]
- Cast sun_len sizeof to socklen_t.
git-svn-id: file:///svn/unbound/trunk@3312
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Wed, 7 Jan 2015 09:29:59 +0000 (09:29 +0000)]
- Fix warnings in pythonmod changes.
git-svn-id: file:///svn/unbound/trunk@3311
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Wed, 7 Jan 2015 07:49:46 +0000 (07:49 +0000)]
fix attribution.
git-svn-id: file:///svn/unbound/trunk@3310
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Tue, 6 Jan 2015 14:54:38 +0000 (14:54 +0000)]
- coded the default of control-use-cert, to yes.
git-svn-id: file:///svn/unbound/trunk@3309
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Tue, 6 Jan 2015 14:49:34 +0000 (14:49 +0000)]
please lint on FreeBSD
git-svn-id: file:///svn/unbound/trunk@3308
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Tue, 6 Jan 2015 14:41:04 +0000 (14:41 +0000)]
Fix doc.
git-svn-id: file:///svn/unbound/trunk@3307
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Tue, 6 Jan 2015 14:37:45 +0000 (14:37 +0000)]
- Fixup that patch and uid lookup (only for daemon).
git-svn-id: file:///svn/unbound/trunk@3306
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Tue, 6 Jan 2015 14:18:03 +0000 (14:18 +0000)]
please lint.
git-svn-id: file:///svn/unbound/trunk@3305
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Tue, 6 Jan 2015 14:12:59 +0000 (14:12 +0000)]
- patch for remote control over local sockets, from Dag-Erling
Smorgrav, Ilya Bakulin. Use control-interface: /path/sock and
control-use-cert: no.
git-svn-id: file:///svn/unbound/trunk@3304
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Tue, 6 Jan 2015 08:02:41 +0000 (08:02 +0000)]
iana portlist update.
git-svn-id: file:///svn/unbound/trunk@3303
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Mon, 5 Jan 2015 14:48:10 +0000 (14:48 +0000)]
remove debug print
git-svn-id: file:///svn/unbound/trunk@3302
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Mon, 5 Jan 2015 14:47:52 +0000 (14:47 +0000)]
- Patch from Philip Paeps to contrib/unbound_munin_ that uses
type ABSOLUTE. Allows munin.conf: [idleserver.example.net]
unbound_munin_hits.graph_period minute
git-svn-id: file:///svn/unbound/trunk@3301
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Mon, 5 Jan 2015 13:58:51 +0000 (13:58 +0000)]
- Updated contrib warmup.cmd/sh to support two modes - load
from pre-defined list of domains or (with filename as argument)
load from user-specified list of domains, and updated contrib
unbound_cache.sh/cmd to support loading/save/reload cache to/from
default path or (with secondary argument) arbitrary path/filename,
from Yuri Voinov.
git-svn-id: file:///svn/unbound/trunk@3300
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Mon, 5 Jan 2015 13:53:52 +0000 (13:53 +0000)]
attribution.
git-svn-id: file:///svn/unbound/trunk@3299
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Mon, 5 Jan 2015 13:51:22 +0000 (13:51 +0000)]
- Fix #634: fix fail to start on Linux LTS 3.14.X, ignores missing
IP_MTU_DISCOVER OMIT option.
git-svn-id: file:///svn/unbound/trunk@3298
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Mon, 5 Jan 2015 13:20:04 +0000 (13:20 +0000)]
- patch from Brad Smith that fixes DESTDIR in unbound-control-setup
for installs where config is not in the prefix location.
git-svn-id: file:///svn/unbound/trunk@3297
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Mon, 5 Jan 2015 13:12:42 +0000 (13:12 +0000)]
- print query name when max target count is exceeded.
git-svn-id: file:///svn/unbound/trunk@3296
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Mon, 5 Jan 2015 10:16:36 +0000 (10:16 +0000)]
- patch from Stephane Lapie that adds to the python API, that
exposes struct delegpt, and adds the find_delegation function.
git-svn-id: file:///svn/unbound/trunk@3295
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Mon, 5 Jan 2015 09:33:31 +0000 (09:33 +0000)]
- make strip works for unbound-host and unbound-anchor.
git-svn-id: file:///svn/unbound/trunk@3294
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Mon, 5 Jan 2015 09:13:32 +0000 (09:13 +0000)]
- getauxval test for ppc64 linux compatibility.
git-svn-id: file:///svn/unbound/trunk@3293
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Tue, 9 Dec 2014 11:29:17 +0000 (11:29 +0000)]
- local-zone: example.com inform makes unbound log a message with
client IP for queries in that zone. Eg. for finding infected hosts.
git-svn-id: file:///svn/unbound/trunk@3292
be551aaa -1e26-0410-a405-
d3ace91eadb9