]> git.ipfire.org Git - thirdparty/unbound.git/log
thirdparty/unbound.git
3 years agounbound.service.in: upgrade hardening to latest standards 512/head
Bruno Pagani [Sun, 25 Jul 2021 03:17:18 +0000 (03:17 +0000)] 
unbound.service.in: upgrade hardening to latest standards

Systemd gradually introduced new protection bits, let’s enable them.

3 years ago- Fix that ldns_zone_new_frm_fp_l counts the line number for an empty
W.C.A. Wijngaards [Wed, 21 Jul 2021 11:58:07 +0000 (13:58 +0200)] 
- Fix that ldns_zone_new_frm_fp_l counts the line number for an empty
  line after a comment.

4 years ago- Fix for older parsers for function call in serve expired get cached.
W.C.A. Wijngaards [Fri, 16 Jul 2021 15:55:10 +0000 (17:55 +0200)] 
- Fix for older parsers for function call in serve expired get cached.

4 years ago- Another fix from lint for ignored return value.
W.C.A. Wijngaards [Fri, 16 Jul 2021 15:48:52 +0000 (17:48 +0200)] 
- Another fix from lint for ignored return value.

4 years ago- Fix from lint for ignored return value.
W.C.A. Wijngaards [Fri, 16 Jul 2021 15:46:04 +0000 (17:46 +0200)] 
- Fix from lint for ignored return value.

4 years ago- Insert header into testcode/readzone.c, it was missing.
W.C.A. Wijngaards [Fri, 16 Jul 2021 15:12:41 +0000 (17:12 +0200)] 
- Insert header into testcode/readzone.c, it was missing.

4 years ago- Introduce 'http-user-agent:' and 'hide-http-user-agent:' options.
George Thessalonikefs [Fri, 16 Jul 2021 12:09:15 +0000 (14:09 +0200)] 
- Introduce 'http-user-agent:' and 'hide-http-user-agent:' options.

4 years agoRevert "- With hide-version unbound also omits the version from http headers."
W.C.A. Wijngaards [Fri, 16 Jul 2021 12:02:55 +0000 (14:02 +0200)] 
Revert "- With hide-version unbound also omits the version from http headers."

This reverts commit 9d4644b12583911be2a0c4be9a3bc47dfd95a039.

4 years ago- With hide-version unbound also omits the version from http headers.
W.C.A. Wijngaards [Fri, 16 Jul 2021 11:45:41 +0000 (13:45 +0200)] 
- With hide-version unbound also omits the version from http headers.

4 years ago- review fix to remove duplicate error printout.
W.C.A. Wijngaards [Fri, 16 Jul 2021 08:53:53 +0000 (10:53 +0200)] 
- review fix to remove duplicate error printout.

4 years ago- Fix unbound-control local_data and local_datas to print detailed
W.C.A. Wijngaards [Fri, 16 Jul 2021 08:51:27 +0000 (10:51 +0200)] 
- Fix unbound-control local_data and local_datas to print detailed
  syntax errors.

4 years ago- Fix spelling in localzone.h comment.
W.C.A. Wijngaards [Fri, 16 Jul 2021 08:28:09 +0000 (10:28 +0200)] 
- Fix spelling in localzone.h comment.

4 years ago- Fix spelling in doc/unbound.doxygen comment.
W.C.A. Wijngaards [Fri, 16 Jul 2021 08:26:45 +0000 (10:26 +0200)] 
- Fix spelling in doc/unbound.doxygen comment.

4 years ago- Fix for #510: in depth, use ifdefs for windows api event calls.
W.C.A. Wijngaards [Fri, 16 Jul 2021 07:12:06 +0000 (09:12 +0200)] 
- Fix for #510: in depth, use ifdefs for windows api event calls.

4 years agoMerge pull request #510 from ndptech/master
Wouter Wijngaards [Fri, 16 Jul 2021 07:11:21 +0000 (09:11 +0200)] 
Merge pull request #510 from ndptech/master

Don't call a function which hasn't been defined

4 years agoDon't call a function which hasn't been defined 510/head
Nick Porter [Thu, 15 Jul 2021 16:55:33 +0000 (17:55 +0100)] 
Don't call a function which hasn't been defined

4 years ago- iana portlist update.
W.C.A. Wijngaards [Tue, 6 Jul 2021 13:15:43 +0000 (15:15 +0200)] 
- iana portlist update.

4 years ago- Fix clang-analysis warnings for testcode/readzone.c.
George Thessalonikefs [Mon, 5 Jul 2021 14:49:17 +0000 (16:49 +0200)] 
- Fix clang-analysis warnings for testcode/readzone.c.

4 years ago- Fix compiler warnings for #491.
George Thessalonikefs [Mon, 5 Jul 2021 13:36:27 +0000 (15:36 +0200)] 
- Fix compiler warnings for #491.

4 years ago- Fix Wunused-result compile warnings.
George Thessalonikefs [Sun, 4 Jul 2021 13:19:24 +0000 (15:19 +0200)] 
- Fix Wunused-result compile warnings.

4 years agochangelog PR #491
Tom Carpay [Fri, 2 Jul 2021 13:15:13 +0000 (15:15 +0200)] 
changelog PR #491

4 years agoMerge pull request #491 from NLnetLabs/svcb
tcarpay [Fri, 2 Jul 2021 13:11:12 +0000 (15:11 +0200)] 
Merge pull request #491 from NLnetLabs/svcb

Add SVCB and HTTPS types and handling according to draft-ietf-dnsop-svcb-https

4 years agorename var to remove shadow variable 491/head
Tom Carpay [Fri, 2 Jul 2021 12:15:33 +0000 (14:15 +0200)] 
rename var to remove shadow variable

4 years agoMerge branch 'master' into svcb
Tom Carpay [Fri, 2 Jul 2021 11:37:08 +0000 (13:37 +0200)] 
Merge branch 'master' into svcb

4 years agoApply suggestions from code review
tcarpay [Fri, 2 Jul 2021 11:14:47 +0000 (13:14 +0200)] 
Apply suggestions from code review

Co-authored-by: Willem Toorop <willem@nlnetlabs.nl>
4 years agochange test and error to be in line with new maximum svcb params (nparams >= MAX_NUMB...
Tom Carpay [Fri, 2 Jul 2021 09:21:19 +0000 (11:21 +0200)] 
change test and error to be in line with new maximum svcb params (nparams >= MAX_NUMBER_OF_SVCPARAMS)

4 years agofix final comment: remove superfluous assert
Tom Carpay [Fri, 2 Jul 2021 08:53:50 +0000 (10:53 +0200)] 
fix final comment: remove superfluous assert

4 years ago- Fix #506: Python Module Seems to Leak Memory if it Experiences an
W.C.A. Wijngaards [Fri, 2 Jul 2021 07:42:31 +0000 (09:42 +0200)] 
- Fix #506: Python Module Seems to Leak Memory if it Experiences an
  Unhandled Exception.

4 years agofix comments - 1
Tom Carpay [Thu, 1 Jul 2021 14:59:48 +0000 (16:59 +0200)] 
fix comments - 1

4 years agoApply suggestions from code review
tcarpay [Thu, 1 Jul 2021 10:45:14 +0000 (12:45 +0200)] 
Apply suggestions from code review

Co-authored-by: Wouter Wijngaards <wcawijngaards@users.noreply.github.com>
4 years agoAnalysis workflow, enable the matrix of tests, on demand.
W.C.A. Wijngaards [Fri, 25 Jun 2021 14:54:23 +0000 (16:54 +0200)] 
Analysis workflow, enable the matrix of tests, on demand.

4 years agoAnalysis workflow, disable -x for bash the output is reordered with
W.C.A. Wijngaards [Fri, 25 Jun 2021 14:50:21 +0000 (16:50 +0200)] 
Analysis workflow, disable -x for bash the output is reordered with
respect to the command output.

4 years agoAnalysis workflow, remove debug, add desciption echo, remove dll.
W.C.A. Wijngaards [Fri, 25 Jun 2021 14:34:43 +0000 (16:34 +0200)] 
Analysis workflow, remove debug, add desciption echo, remove dll.

4 years agoAnalysis workflow, remove debug output.
W.C.A. Wijngaards [Fri, 25 Jun 2021 14:06:05 +0000 (16:06 +0200)] 
Analysis workflow, remove debug output.

4 years ago- Fix auth zone download on windows to unlink before rename.
W.C.A. Wijngaards [Fri, 25 Jun 2021 13:31:33 +0000 (15:31 +0200)] 
- Fix auth zone download on windows to unlink before rename.

4 years agoAnalysis workflow, fixup ctime tests.
W.C.A. Wijngaards [Fri, 25 Jun 2021 13:27:51 +0000 (15:27 +0200)] 
Analysis workflow, fixup ctime tests.

4 years agoAnalysis workflow, fix ctime formatting for autotrust and testbound.
W.C.A. Wijngaards [Fri, 25 Jun 2021 13:11:10 +0000 (15:11 +0200)] 
Analysis workflow, fix ctime formatting for autotrust and testbound.

4 years agoAnalysis workflow, check for ctime define.
W.C.A. Wijngaards [Fri, 25 Jun 2021 12:37:53 +0000 (14:37 +0200)] 
Analysis workflow, check for ctime define.

4 years agoAnalysis workflow, see if defines are causing ctime changes.
W.C.A. Wijngaards [Fri, 25 Jun 2021 12:07:11 +0000 (14:07 +0200)] 
Analysis workflow, see if defines are causing ctime changes.

4 years agoAnalysis workflow, test ctime replacement.
W.C.A. Wijngaards [Fri, 25 Jun 2021 11:37:26 +0000 (13:37 +0200)] 
Analysis workflow, test ctime replacement.

4 years agoAnalysis workflow, debug output for ctime.
W.C.A. Wijngaards [Fri, 25 Jun 2021 11:12:22 +0000 (13:12 +0200)] 
Analysis workflow, debug output for ctime.

4 years agoAnalysis workflow, remove debug output.
W.C.A. Wijngaards [Fri, 25 Jun 2021 09:18:12 +0000 (11:18 +0200)] 
Analysis workflow, remove debug output.

4 years ago- Fix configure does not require pkg-config if not needed.
W.C.A. Wijngaards [Fri, 25 Jun 2021 09:05:57 +0000 (11:05 +0200)] 
- Fix configure does not require pkg-config if not needed.

4 years agoAnalysis workflow, output debug.
W.C.A. Wijngaards [Fri, 25 Jun 2021 08:38:09 +0000 (10:38 +0200)] 
Analysis workflow, output debug.

4 years ago- Fix configure grep for reuseport default for failure.
W.C.A. Wijngaards [Fri, 25 Jun 2021 08:37:47 +0000 (10:37 +0200)] 
- Fix configure grep for reuseport default for failure.

4 years agoAnalysis workflow, debug output.
W.C.A. Wijngaards [Fri, 25 Jun 2021 08:12:40 +0000 (10:12 +0200)] 
Analysis workflow, debug output.

4 years agoAnalysis workflow, make debug output.
W.C.A. Wijngaards [Fri, 25 Jun 2021 07:43:02 +0000 (09:43 +0200)] 
Analysis workflow, make debug output.

4 years agoAnalysis workflow, fix make target.
W.C.A. Wijngaards [Fri, 25 Jun 2021 07:16:13 +0000 (09:16 +0200)] 
Analysis workflow, fix make target.

4 years agoAnalysis workflow, output failure cases.
W.C.A. Wijngaards [Fri, 25 Jun 2021 06:49:30 +0000 (08:49 +0200)] 
Analysis workflow, output failure cases.

4 years ago- Fix up permissions on rpl data file in tests.
W.C.A. Wijngaards [Fri, 25 Jun 2021 06:45:03 +0000 (08:45 +0200)] 
- Fix up permissions on rpl data file in tests.

4 years agoAnalysis workflow, remove debug output, strip more whitespace off
W.C.A. Wijngaards [Thu, 24 Jun 2021 20:57:12 +0000 (22:57 +0200)] 
Analysis workflow, remove debug output, strip more whitespace off
ADDRESS lines in testbound range.

4 years agoAnalysis workflow, output testbound results.
W.C.A. Wijngaards [Thu, 24 Jun 2021 20:28:07 +0000 (22:28 +0200)] 
Analysis workflow, output testbound results.

4 years agoFixup ctime test.
W.C.A. Wijngaards [Thu, 24 Jun 2021 20:11:42 +0000 (22:11 +0200)] 
Fixup ctime test.

4 years agoFixup unit auth test for windows port.
W.C.A. Wijngaards [Thu, 24 Jun 2021 19:55:46 +0000 (21:55 +0200)] 
Fixup unit auth test for windows port.

4 years agoAnalysis workflow, enable ssl compile.
W.C.A. Wijngaards [Thu, 24 Jun 2021 19:37:33 +0000 (21:37 +0200)] 
Analysis workflow, enable ssl compile.

4 years agoAnalysis workflow, fixup shell.
W.C.A. Wijngaards [Thu, 24 Jun 2021 19:33:39 +0000 (21:33 +0200)] 
Analysis workflow, fixup shell.

4 years agoAnalysis workflow, fixup with type.
W.C.A. Wijngaards [Thu, 24 Jun 2021 19:29:41 +0000 (21:29 +0200)] 
Analysis workflow, fixup with type.

4 years agoAnalysis workflow, echo wrong directories.
W.C.A. Wijngaards [Thu, 24 Jun 2021 19:26:16 +0000 (21:26 +0200)] 
Analysis workflow, echo wrong directories.

4 years agoAnalysis workflow, set MAKESHELL.
W.C.A. Wijngaards [Thu, 24 Jun 2021 19:23:12 +0000 (21:23 +0200)] 
Analysis workflow, set MAKESHELL.

4 years agoAnalysis workflow, remove SHELL setting because make mangles it.
W.C.A. Wijngaards [Thu, 24 Jun 2021 19:16:20 +0000 (21:16 +0200)] 
Analysis workflow, remove SHELL setting because make mangles it.

4 years agoAnalysis workflow, remove program files dir.
W.C.A. Wijngaards [Thu, 24 Jun 2021 19:09:25 +0000 (21:09 +0200)] 
Analysis workflow, remove program files dir.

4 years agoAnalysis workflow, fix shell substitution.
W.C.A. Wijngaards [Thu, 24 Jun 2021 19:00:52 +0000 (21:00 +0200)] 
Analysis workflow, fix shell substitution.

4 years agoAnalysis workflow, also fix other makefiles.
W.C.A. Wijngaards [Thu, 24 Jun 2021 18:55:50 +0000 (20:55 +0200)] 
Analysis workflow, also fix other makefiles.

4 years agoAnalysis workflow, fixup shell.
W.C.A. Wijngaards [Thu, 24 Jun 2021 18:51:45 +0000 (20:51 +0200)] 
Analysis workflow, fixup shell.

4 years agoAnalysis workflow, fix env variable.
W.C.A. Wijngaards [Thu, 24 Jun 2021 18:42:32 +0000 (20:42 +0200)] 
Analysis workflow, fix env variable.

4 years agoAnalysis workflow, provide CONFIG_SHELL variable.
W.C.A. Wijngaards [Thu, 24 Jun 2021 18:38:12 +0000 (20:38 +0200)] 
Analysis workflow, provide CONFIG_SHELL variable.

4 years agoAnalysis workflow, add shell.
W.C.A. Wijngaards [Thu, 24 Jun 2021 18:31:02 +0000 (20:31 +0200)] 
Analysis workflow, add shell.

4 years agoAnalysis workflow, fixup shell.
W.C.A. Wijngaards [Thu, 24 Jun 2021 18:25:12 +0000 (20:25 +0200)] 
Analysis workflow, fixup shell.

4 years agoAnalysis workflow, provide SHELL.
W.C.A. Wijngaards [Thu, 24 Jun 2021 18:13:33 +0000 (20:13 +0200)] 
Analysis workflow, provide SHELL.

4 years agoAnalysis workflow, fix mkdir.
W.C.A. Wijngaards [Thu, 24 Jun 2021 17:57:29 +0000 (19:57 +0200)] 
Analysis workflow, fix mkdir.

4 years agoAnalysis workflow, build libexpat.
W.C.A. Wijngaards [Thu, 24 Jun 2021 17:50:17 +0000 (19:50 +0200)] 
Analysis workflow, build libexpat.

4 years agoAnalysis workflow, Fixup spelling
W.C.A. Wijngaards [Thu, 24 Jun 2021 17:35:12 +0000 (19:35 +0200)] 
Analysis workflow, Fixup spelling

4 years agoAnalysis workflow, fixup installtop.
W.C.A. Wijngaards [Thu, 24 Jun 2021 16:59:14 +0000 (18:59 +0200)] 
Analysis workflow, fixup installtop.

4 years agoAnalysis workflow, build libs only.
W.C.A. Wijngaards [Thu, 24 Jun 2021 16:45:42 +0000 (18:45 +0200)] 
Analysis workflow, build libs only.

4 years agoAnalysis workflow, show topdir from Makefile.
W.C.A. Wijngaards [Thu, 24 Jun 2021 16:40:14 +0000 (18:40 +0200)] 
Analysis workflow, show topdir from Makefile.

4 years agoAnalysis workflow, remove usage from Configure.
W.C.A. Wijngaards [Thu, 24 Jun 2021 16:25:45 +0000 (18:25 +0200)] 
Analysis workflow, remove usage from Configure.

4 years agoAnalysis workflow, set up Configure.
W.C.A. Wijngaards [Thu, 24 Jun 2021 16:17:51 +0000 (18:17 +0200)] 
Analysis workflow, set up Configure.

4 years agoAnalysis workflow, use yum install.
W.C.A. Wijngaards [Thu, 24 Jun 2021 16:14:35 +0000 (18:14 +0200)] 
Analysis workflow, use yum install.

4 years agoAnalysis workflow, use installed openssl
W.C.A. Wijngaards [Thu, 24 Jun 2021 16:02:22 +0000 (18:02 +0200)] 
Analysis workflow, use installed openssl

4 years agoAnalysis workflow, use perl for Configure.
W.C.A. Wijngaards [Thu, 24 Jun 2021 15:53:51 +0000 (17:53 +0200)] 
Analysis workflow, use perl for Configure.

4 years agoAnalysis workflow, run from other shell.
W.C.A. Wijngaards [Thu, 24 Jun 2021 15:50:58 +0000 (17:50 +0200)] 
Analysis workflow, run from other shell.

4 years agoAnalysis workflow, install perl module.
W.C.A. Wijngaards [Thu, 24 Jun 2021 15:42:25 +0000 (17:42 +0200)] 
Analysis workflow, install perl module.

4 years agoAnalysis workflow, fix spelling for Pod.
W.C.A. Wijngaards [Thu, 24 Jun 2021 15:39:53 +0000 (17:39 +0200)] 
Analysis workflow, fix spelling for Pod.

4 years agoAnalysis workflow, use cpan to install perl module.
W.C.A. Wijngaards [Thu, 24 Jun 2021 15:36:48 +0000 (17:36 +0200)] 
Analysis workflow, use cpan to install perl module.

4 years agoAnalysis workflow, perl to call cpan for it.
W.C.A. Wijngaards [Thu, 24 Jun 2021 15:26:10 +0000 (17:26 +0200)] 
Analysis workflow, perl to call cpan for it.

4 years agoAnalysis workflow, install missing module.
W.C.A. Wijngaards [Thu, 24 Jun 2021 15:23:51 +0000 (17:23 +0200)] 
Analysis workflow, install missing module.

4 years agoAnalysis workflow, find perl module.
W.C.A. Wijngaards [Thu, 24 Jun 2021 15:12:34 +0000 (17:12 +0200)] 
Analysis workflow, find perl module.

4 years agoAnalysis workflow, use different perl
W.C.A. Wijngaards [Thu, 24 Jun 2021 15:08:13 +0000 (17:08 +0200)] 
Analysis workflow, use different perl

4 years agoAnalysis workflow, find perl.
W.C.A. Wijngaards [Thu, 24 Jun 2021 15:04:07 +0000 (17:04 +0200)] 
Analysis workflow, find perl.

4 years agoAnalysis workflow, fixup perl for openssl Configure.
W.C.A. Wijngaards [Thu, 24 Jun 2021 14:59:24 +0000 (16:59 +0200)] 
Analysis workflow, fixup perl for openssl Configure.

4 years agoAnalysis workflow, fixup perl for openssl.
W.C.A. Wijngaards [Thu, 24 Jun 2021 14:55:52 +0000 (16:55 +0200)] 
Analysis workflow, fixup perl for openssl.

4 years agoAnalysis workflow, build openssl.
W.C.A. Wijngaards [Thu, 24 Jun 2021 14:49:33 +0000 (16:49 +0200)] 
Analysis workflow, build openssl.

4 years agoAnalysis workflow, build openssl.
W.C.A. Wijngaards [Thu, 24 Jun 2021 14:41:40 +0000 (16:41 +0200)] 
Analysis workflow, build openssl.

4 years agoAnalysis workflow, find openssl.
W.C.A. Wijngaards [Thu, 24 Jun 2021 14:31:51 +0000 (16:31 +0200)] 
Analysis workflow, find openssl.

4 years agoAnalysis workflow, find openssl.
W.C.A. Wijngaards [Thu, 24 Jun 2021 14:27:02 +0000 (16:27 +0200)] 
Analysis workflow, find openssl.

4 years agoAnalysis workflow, find openssl.
W.C.A. Wijngaards [Thu, 24 Jun 2021 14:20:55 +0000 (16:20 +0200)] 
Analysis workflow, find openssl.

4 years agoAnalysis workflow, find mingw.
W.C.A. Wijngaards [Thu, 24 Jun 2021 14:13:21 +0000 (16:13 +0200)] 
Analysis workflow, find mingw.

4 years agoAnalysis workflow, find mingw.
W.C.A. Wijngaards [Thu, 24 Jun 2021 14:05:02 +0000 (16:05 +0200)] 
Analysis workflow, find mingw.

4 years agoAnalysis workflow, find mingw.
W.C.A. Wijngaards [Thu, 24 Jun 2021 13:28:09 +0000 (15:28 +0200)] 
Analysis workflow, find mingw.

4 years agoAnalysis workflow, find mingw.
W.C.A. Wijngaards [Thu, 24 Jun 2021 13:25:37 +0000 (15:25 +0200)] 
Analysis workflow, find mingw.