dnsmasq: Import patches from upstream

These fix minor bugs and contain smaller improvements.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2015-06-18 12:38:38 +02:00
parent c0ba8eb200
commit 697b4f04bf
115 changed files with 22942 additions and 105 deletions

View File

@@ -0,0 +1 @@
../../../common/dnsmasq

View File

@@ -171,6 +171,21 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/dnsmasq/0096-Remove-support-for-DNS-Extended-Label-Types.patch
cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/dnsmasq/0097-Select-correct-DHCP-context-when-in-PXE-bootserver-m.patch
cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/dnsmasq/0098-Tweak-immediately-previous-patch.patch
cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/dnsmasq/0099-Man-page-typo.patch
cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/dnsmasq/0100-Add-infiniband-to-example-config-file.patch
cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/dnsmasq/0101-Correctly-sanitise-DNS-header-bits-in-answer-when-re.patch
cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/dnsmasq/0102-DHCPv6-DHCPCONFIRM-should-be-OK-for-any-address-on-l.patch
cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/dnsmasq/0103-Handle-corner-cases-in-NSEC-coverage-checks.patch
cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/dnsmasq/0104-Add-Dbus-methods-to-create-and-delete-DHCP-leases.patch
cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/dnsmasq/0105-Add-a-couple-of-missed-logging-strings-to-the-catalo.patch
cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/dnsmasq/0106-Fix-logging-of-unknown-interface-in-bridge-interface.patch
cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/dnsmasq/0107-Extend-bridge-interface-aliasing-to-DHCPv6.patch
cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/dnsmasq/0108-Allow-router-advertisements-to-have-the-off-link-bit.patch
cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/dnsmasq/0109-Upply-bridge-interface-aliasing-to-solicited-router-.patch
cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/dnsmasq/0110-Apply-bridge-interfaces-to-unsolicited-router-advert.patch
cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/dnsmasq/0111-Documenation-updates-for-bridge-interface-and-off-li.patch
cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/dnsmasq/0112-Merge-messages-and-fix-makefile-process-to-do-this.patch
cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/dnsmasq/0113-Handle-CNAMEs-to-DS-records-when-confirming-absence-.patch
cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/dnsmasq-Add-support-to-read-ISC-DHCP-lease-file.patch
cd $(DIR_APP) && sed -i src/config.h \
-e 's|/\* #define HAVE_IDN \*/|#define HAVE_IDN|g' \

View File

@@ -1,7 +1,7 @@
From f2658275b25ebfe691cdcb9fede85a3088cca168 Mon Sep 17 00:00:00 2001
From: Simon Kelley <simon@thekelleys.org.uk>
Date: Thu, 25 Sep 2014 21:51:25 +0100
Subject: [PATCH 01/98] Add newline at the end of example config file.
Subject: [PATCH 001/113] Add newline at the end of example config file.
---
dnsmasq.conf.example | 2 +-

View File

@@ -1,7 +1,7 @@
From 00cd9d551998307225312fd21f761cfa8868bd2c Mon Sep 17 00:00:00 2001
From: Simon Kelley <simon@thekelleys.org.uk>
Date: Thu, 2 Oct 2014 21:44:21 +0100
Subject: [PATCH 02/98] crash at startup when an empty suffix is supplied to
Subject: [PATCH 002/113] crash at startup when an empty suffix is supplied to
--conf-dir
---

View File

@@ -1,7 +1,7 @@
From 6ac3bc0452a74e16e3d620a0757b0f8caab182ec Mon Sep 17 00:00:00 2001
From: Simon Kelley <simon@thekelleys.org.uk>
Date: Fri, 3 Oct 2014 08:48:11 +0100
Subject: [PATCH 03/98] Debian build fixes for kFreeBSD
Subject: [PATCH 003/113] Debian build fixes for kFreeBSD
---
src/tables.c | 6 +++++-

View File

@@ -1,7 +1,7 @@
From e9828b6f66b22ce8873f8d30a773137d1aef1b92 Mon Sep 17 00:00:00 2001
From: Karl Vogel <karl.vogel@gmail.com>
Date: Fri, 3 Oct 2014 21:45:15 +0100
Subject: [PATCH 04/98] Set conntrack mark before connect() call.
Subject: [PATCH 004/113] Set conntrack mark before connect() call.
SO_MARK has to be done before issuing the connect() call on the
TCP socket.

View File

@@ -1,7 +1,7 @@
From 17b475912f6a4e72797a543dad59d4d5dde6bb1b Mon Sep 17 00:00:00 2001
From: Daniel Collins <daniel.collins@smoothwall.net>
Date: Fri, 3 Oct 2014 21:58:43 +0100
Subject: [PATCH 05/98] Fix typo in new Dbus code.
Subject: [PATCH 005/113] Fix typo in new Dbus code.
Simon's fault.
---

View File

@@ -1,7 +1,7 @@
From 3d9d2dd0018603a2ae4b9cd65ac6ff959f4fd8c7 Mon Sep 17 00:00:00 2001
From: Tomas Hozza <thozza@redhat.com>
Date: Mon, 6 Oct 2014 10:46:48 +0100
Subject: [PATCH 06/98] Fit example conf file typo.
Subject: [PATCH 006/113] Fit example conf file typo.
---
dnsmasq.conf.example | 2 +-

View File

@@ -1,8 +1,8 @@
From b9ff5c8f435173cfa616e3c398bdc089ef690a07 Mon Sep 17 00:00:00 2001
From: Vladislav Grishenko <themiron@mail.ru>
Date: Mon, 6 Oct 2014 14:34:24 +0100
Subject: [PATCH 07/98] Improve RFC-compliance when unable to supply addresses
in DHCPv6
Subject: [PATCH 007/113] Improve RFC-compliance when unable to supply
addresses in DHCPv6
While testing https://github.com/sbyx/odhcp6c client I have noticed it
permanently crashes after startup.

View File

@@ -1,7 +1,7 @@
From 98906275a02ae260fe3f82133bd79054f8315f06 Mon Sep 17 00:00:00 2001
From: Hans Dedecker <dedeckeh@gmail.com>
Date: Tue, 9 Dec 2014 22:22:53 +0000
Subject: [PATCH 08/98] Fix conntrack with --bind-interfaces
Subject: [PATCH 008/113] Fix conntrack with --bind-interfaces
Make sure dst_addr is assigned the correct address in receive_query when OPTNOWILD is
enabled so the assigned mark can be correctly retrieved and set in forward_query when

View File

@@ -1,7 +1,7 @@
From 193de4abf59e49c6b70d54cfe9720fcb95ca2f71 Mon Sep 17 00:00:00 2001
From: Simon Kelley <simon@thekelleys.org.uk>
Date: Wed, 10 Dec 2014 17:32:16 +0000
Subject: [PATCH 09/98] Use inotify instead of polling on Linux.
Subject: [PATCH 009/113] Use inotify instead of polling on Linux.
This should solve problems people are seeing when a file changes
twice within a second and thus is missed for polling.

View File

@@ -1,7 +1,7 @@
From 857973e6f7e0a3d03535a9df7f9373fd7a0b65cc Mon Sep 17 00:00:00 2001
From: Simon Kelley <simon@thekelleys.org.uk>
Date: Mon, 15 Dec 2014 15:58:13 +0000
Subject: [PATCH 10/98] Teach the new inotify code about symlinks.
Subject: [PATCH 010/113] Teach the new inotify code about symlinks.
---
src/inotify.c | 43 +++++++++++++++++++++++++++----------------

View File

@@ -1,7 +1,7 @@
From 800c5cc1e7438818fd80f08c2d472df249a6942d Mon Sep 17 00:00:00 2001
From: Simon Kelley <simon@thekelleys.org.uk>
Date: Mon, 15 Dec 2014 17:50:15 +0000
Subject: [PATCH 11/98] Remove floor on EDNS0 packet size with DNSSEC.
Subject: [PATCH 011/113] Remove floor on EDNS0 packet size with DNSSEC.
---
CHANGELOG | 6 +++++-

View File

@@ -1,7 +1,7 @@
From ad946d555dce44eb690c7699933b6ff40ab85bb6 Mon Sep 17 00:00:00 2001
From: Simon Kelley <simon@thekelleys.org.uk>
Date: Mon, 15 Dec 2014 17:52:22 +0000
Subject: [PATCH 12/98] CHANGELOG re. inotify.
Subject: [PATCH 012/113] CHANGELOG re. inotify.
---
CHANGELOG | 4 ++++

View File

@@ -1,7 +1,7 @@
From 3ad3f3bbd4ee716a7d2fb1e115cf89bd1b1a5de9 Mon Sep 17 00:00:00 2001
From: Simon Kelley <simon@thekelleys.org.uk>
Date: Tue, 16 Dec 2014 18:25:17 +0000
Subject: [PATCH 13/98] Fix breakage of --domain=<domain>,<subnet>,local
Subject: [PATCH 013/113] Fix breakage of --domain=<domain>,<subnet>,local
---
CHANGELOG | 4 ++++

View File

@@ -1,7 +1,7 @@
From bd9520b7ade7098ee423acc38965376aa57feb07 Mon Sep 17 00:00:00 2001
From: Simon Kelley <simon@thekelleys.org.uk>
Date: Tue, 16 Dec 2014 20:41:29 +0000
Subject: [PATCH 14/98] Remove redundant IN6_IS_ADDR_ULA(a) macro defn.
Subject: [PATCH 014/113] Remove redundant IN6_IS_ADDR_ULA(a) macro defn.
---
src/network.c | 4 ----

View File

@@ -1,8 +1,8 @@
From 476693678e778886b64d0b56e27eb7695cbcca99 Mon Sep 17 00:00:00 2001
From: Simon Kelley <simon@thekelleys.org.uk>
Date: Wed, 17 Dec 2014 12:41:56 +0000
Subject: [PATCH 15/98] Eliminate IPv6 privacy addresses from --interface-name
answers.
Subject: [PATCH 015/113] Eliminate IPv6 privacy addresses from
--interface-name answers.
---
CHANGELOG | 5 +++++

View File

@@ -1,7 +1,7 @@
From 3267804598047bd1781cab91508d1bc516e5ddbb Mon Sep 17 00:00:00 2001
From: Simon Kelley <simon@thekelleys.org.uk>
Date: Wed, 17 Dec 2014 20:38:20 +0000
Subject: [PATCH 16/98] Tweak field width in cache dump to avoid truncating
Subject: [PATCH 016/113] Tweak field width in cache dump to avoid truncating
IPv6 addresses.
---

View File

@@ -1,7 +1,7 @@
From 094b5c3d904bae9aeb3206d9f3b8348926b84975 Mon Sep 17 00:00:00 2001
From: Simon Kelley <simon@thekelleys.org.uk>
Date: Sun, 21 Dec 2014 16:11:52 +0000
Subject: [PATCH 17/98] Fix crash in DNSSEC code when attempting to verify
Subject: [PATCH 017/113] Fix crash in DNSSEC code when attempting to verify
large RRs.
---

View File

@@ -1,8 +1,8 @@
From cbc652423403e3cef00e00240f6beef713142246 Mon Sep 17 00:00:00 2001
From: Simon Kelley <simon@thekelleys.org.uk>
Date: Sun, 21 Dec 2014 21:21:53 +0000
Subject: [PATCH 18/98] Make caching work for CNAMEs pointing to A/AAAA records
shadowed in /etc/hosts
Subject: [PATCH 018/113] Make caching work for CNAMEs pointing to A/AAAA
records shadowed in /etc/hosts
If the answer to an upstream query is a CNAME which points to an
A/AAAA record which also exists in /etc/hosts and friends, then

View File

@@ -1,7 +1,7 @@
From fbc5205702c7f6f431d9f1043c553d7fb62ddfdb Mon Sep 17 00:00:00 2001
From: Simon Kelley <simon@thekelleys.org.uk>
Date: Tue, 23 Dec 2014 15:46:08 +0000
Subject: [PATCH 19/98] Fix problems validating NSEC3 and wildcards.
Subject: [PATCH 019/113] Fix problems validating NSEC3 and wildcards.
---
src/dnssec.c | 253 ++++++++++++++++++++++++++++++-----------------------------

View File

@@ -1,7 +1,7 @@
From 83d2ed09fc0216b567d7fb2197e4ff3eae150b0d Mon Sep 17 00:00:00 2001
From: Simon Kelley <simon@thekelleys.org.uk>
Date: Tue, 23 Dec 2014 18:42:38 +0000
Subject: [PATCH 20/98] Initialise return value.
Subject: [PATCH 020/113] Initialise return value.
---
src/dnssec.c | 7 +++++--

View File

@@ -1,7 +1,7 @@
From 32fc6dbe03569d70dd394420ceb73532cf303c33 Mon Sep 17 00:00:00 2001
From: Glen Huang <curvedmark@gmail.com>
Date: Sat, 27 Dec 2014 15:28:12 +0000
Subject: [PATCH 21/98] Add --ignore-address option.
Subject: [PATCH 021/113] Add --ignore-address option.
---
CHANGELOG | 8 ++++++++

View File

@@ -1,7 +1,7 @@
From 0b1008d367d44e77352134a4c5178f896f0db3e7 Mon Sep 17 00:00:00 2001
From: Simon Kelley <simon@thekelleys.org.uk>
Date: Sat, 27 Dec 2014 15:33:32 +0000
Subject: [PATCH 22/98] Bad packet protection.
Subject: [PATCH 022/113] Bad packet protection.
---
src/dnssec.c | 2 +-

View File

@@ -1,7 +1,7 @@
From d310ab7ecbffce79d3d90debba621e0222f9bced Mon Sep 17 00:00:00 2001
From: Matthias Andree <matthias.andree@gmx.de>
Date: Sat, 27 Dec 2014 15:36:38 +0000
Subject: [PATCH 23/98] Fix build failure in new inotify code on BSD.
Subject: [PATCH 023/113] Fix build failure in new inotify code on BSD.
---
src/inotify.c | 4 ++--

View File

@@ -1,7 +1,7 @@
From 81c538efcebfce2ce4a1d3a420b6c885b8f08df9 Mon Sep 17 00:00:00 2001
From: Yousong Zhou <yszhou4tech@gmail.com>
Date: Sat, 3 Jan 2015 16:36:14 +0000
Subject: [PATCH 24/98] Implement makefile dependencies on COPTS variable.
Subject: [PATCH 024/113] Implement makefile dependencies on COPTS variable.
---
.gitignore | 2 +-

View File

@@ -1,7 +1,7 @@
From d8dbd903d024f84a149dac2f8a674a68dfed47a3 Mon Sep 17 00:00:00 2001
From: Yousong Zhou <yszhou4tech@gmail.com>
Date: Mon, 5 Jan 2015 17:03:35 +0000
Subject: [PATCH 25/98] Fix race condition issue in makefile.
Subject: [PATCH 025/113] Fix race condition issue in makefile.
---
Makefile | 4 +++-

View File

@@ -1,7 +1,7 @@
From 97e618a0e3f29465acc689d87288596b006f197e Mon Sep 17 00:00:00 2001
From: Simon Kelley <simon@thekelleys.org.uk>
Date: Wed, 7 Jan 2015 21:55:43 +0000
Subject: [PATCH 26/98] DNSSEC: do top-down search for limit of secure
Subject: [PATCH 026/113] DNSSEC: do top-down search for limit of secure
delegation.
---

View File

@@ -1,7 +1,7 @@
From 25cf5e373eb41c088d4ee5e625209c4cf6a5659e Mon Sep 17 00:00:00 2001
From: Simon Kelley <simon@thekelleys.org.uk>
Date: Fri, 9 Jan 2015 15:53:03 +0000
Subject: [PATCH 27/98] Add --log-queries=extra option for more complete
Subject: [PATCH 027/113] Add --log-queries=extra option for more complete
logging.
---

View File

@@ -1,7 +1,7 @@
From 28de38768e2c7d763b9aa5b7a4d251d5e56bab0b Mon Sep 17 00:00:00 2001
From: RinSatsuki <aa65535@live.com>
Date: Sat, 10 Jan 2015 15:22:21 +0000
Subject: [PATCH 28/98] Add --min-cache-ttl option.
Subject: [PATCH 028/113] Add --min-cache-ttl option.
---
CHANGELOG | 7 +++++++

View File

@@ -1,7 +1,7 @@
From 9f79ee4ae34886c0319f06d8f162b81ef79d62fb Mon Sep 17 00:00:00 2001
From: Simon Kelley <simon@thekelleys.org.uk>
Date: Mon, 12 Jan 2015 20:18:18 +0000
Subject: [PATCH 29/98] Log port of requestor when doing extra logging.
Subject: [PATCH 029/113] Log port of requestor when doing extra logging.
---
src/cache.c | 6 +++---

View File

@@ -1,7 +1,7 @@
From 5e321739db381a1d7b5964d76e9c81471d2564c9 Mon Sep 17 00:00:00 2001
From: Simon Kelley <simon@thekelleys.org.uk>
Date: Mon, 12 Jan 2015 23:16:56 +0000
Subject: [PATCH 30/98] Don't answer from cache RRsets from wildcards, as we
Subject: [PATCH 030/113] Don't answer from cache RRsets from wildcards, as we
don't have NSECs.
---

View File

@@ -1,7 +1,7 @@
From ae4624bf46b5e37ff1a9a2ba3c927e0dede95adb Mon Sep 17 00:00:00 2001
From: Simon Kelley <simon@thekelleys.org.uk>
Date: Mon, 12 Jan 2015 23:22:08 +0000
Subject: [PATCH 31/98] Logs for DS records consistent.
Subject: [PATCH 031/113] Logs for DS records consistent.
---
src/rfc1035.c | 2 +-

View File

@@ -1,7 +1,8 @@
From 393415597c8b5b09558b789ab9ac238dbe3db65d Mon Sep 17 00:00:00 2001
From: Simon Kelley <simon@thekelleys.org.uk>
Date: Sun, 18 Jan 2015 22:11:10 +0000
Subject: [PATCH 32/98] Cope with multiple interfaces with the same LL address.
Subject: [PATCH 032/113] Cope with multiple interfaces with the same LL
address.
---
CHANGELOG | 4 ++++

View File

@@ -1,7 +1,7 @@
From 2ae195f5a71f7c5a75717845de1bd72fc7dd67f3 Mon Sep 17 00:00:00 2001
From: Simon Kelley <simon@thekelleys.org.uk>
Date: Sun, 18 Jan 2015 22:20:48 +0000
Subject: [PATCH 33/98] Don't treat SERVFAIL as a recoverable error.....
Subject: [PATCH 033/113] Don't treat SERVFAIL as a recoverable error.....
---
src/forward.c | 2 +-

View File

@@ -1,7 +1,7 @@
From 5f4dc5c6ca50655ab14f572c7e30815ed74cd51a Mon Sep 17 00:00:00 2001
From: Simon Kelley <simon@thekelleys.org.uk>
Date: Tue, 20 Jan 2015 20:51:02 +0000
Subject: [PATCH 34/98] Add --dhcp-hostsdir config option.
Subject: [PATCH 034/113] Add --dhcp-hostsdir config option.
---
CHANGELOG | 5 +++

View File

@@ -1,7 +1,7 @@
From fbf01f7046e75f9aa73fd4aab2a94e43386d9052 Mon Sep 17 00:00:00 2001
From: Conrad Kostecki <ck@conrad-kostecki.de>
Date: Tue, 20 Jan 2015 21:07:56 +0000
Subject: [PATCH 35/98] Update German translation.
Subject: [PATCH 035/113] Update German translation.
---
po/de.po | 101 +++++++++++++++++++++++++++++----------------------------------

View File

@@ -1,7 +1,7 @@
From 61b838dd574c51d96fef100285a0d225824534f9 Mon Sep 17 00:00:00 2001
From: Win King Wan <pinwing+dnsmasq@gmail.com>
Date: Wed, 21 Jan 2015 20:41:48 +0000
Subject: [PATCH 36/98] Don't reply to DHCPv6 SOLICIT messages when not
Subject: [PATCH 036/113] Don't reply to DHCPv6 SOLICIT messages when not
configured for statefull DHCPv6.
---

View File

@@ -1,7 +1,8 @@
From 0491805d2ff6e7727f0272c94fd97d9897d1e22c Mon Sep 17 00:00:00 2001
From: Simon Kelley <simon@thekelleys.org.uk>
Date: Mon, 26 Jan 2015 11:23:43 +0000
Subject: [PATCH 37/98] Allow inotify to be disabled at compile time on Linux.
Subject: [PATCH 037/113] Allow inotify to be disabled at compile time on
Linux.
---
CHANGELOG | 4 +++-

View File

@@ -1,8 +1,8 @@
From 70d1873dd9e70041ed4bb88c69d5b886b7cc634c Mon Sep 17 00:00:00 2001
From: Simon Kelley <simon@thekelleys.org.uk>
Date: Sat, 31 Jan 2015 19:59:29 +0000
Subject: [PATCH 38/98] Expand inotify code to dhcp-hostsdir, dhcp-optsdir and
hostsdir.
Subject: [PATCH 038/113] Expand inotify code to dhcp-hostsdir, dhcp-optsdir
and hostsdir.
---
src/cache.c | 81 +++++++++++++++++---------

View File

@@ -1,7 +1,7 @@
From aff3396280e944833f0e23d834aa6acd5fe2605a Mon Sep 17 00:00:00 2001
From: Simon Kelley <simon@thekelleys.org.uk>
Date: Sat, 31 Jan 2015 20:13:40 +0000
Subject: [PATCH 39/98] Update copyrights for dawn of 2015.
Subject: [PATCH 039/113] Update copyrights for dawn of 2015.
---
Makefile | 2 +-

View File

@@ -1,7 +1,7 @@
From 3d04f46334d0e345f589eda1372e638b946fe637 Mon Sep 17 00:00:00 2001
From: Simon Kelley <simon@thekelleys.org.uk>
Date: Sat, 31 Jan 2015 21:59:13 +0000
Subject: [PATCH 40/98] inotify documentation updates.
Subject: [PATCH 040/113] inotify documentation updates.
---
man/dnsmasq.8 | 11 +++++++++--

View File

@@ -1,7 +1,7 @@
From 6ef15b34ca83c62a939f69356d5c3f7a6bfef3d0 Mon Sep 17 00:00:00 2001
From: Simon Kelley <simon@thekelleys.org.uk>
Date: Sat, 31 Jan 2015 22:44:26 +0000
Subject: [PATCH 41/98] Fix broken ECDSA DNSSEC signatures.
Subject: [PATCH 041/113] Fix broken ECDSA DNSSEC signatures.
---
CHANGELOG | 2 ++

View File

@@ -1,7 +1,7 @@
From 106266761828a0acb006346ae47bf031dee46a5d Mon Sep 17 00:00:00 2001
From: Simon Kelley <simon@thekelleys.org.uk>
Date: Sun, 1 Feb 2015 00:15:16 +0000
Subject: [PATCH 42/98] BSD make support
Subject: [PATCH 042/113] BSD make support
---
Makefile | 6 ++++--

View File

@@ -1,7 +1,7 @@
From 8d8a54ec79d9f96979fabbd97b1dd2ddebc7d78f Mon Sep 17 00:00:00 2001
From: Simon Kelley <simon@thekelleys.org.uk>
Date: Sun, 1 Feb 2015 21:48:46 +0000
Subject: [PATCH 43/98] Fix build failure on openBSD.
Subject: [PATCH 043/113] Fix build failure on openBSD.
---
src/tables.c | 2 +-

View File

@@ -1,7 +1,7 @@
From d36b732c4cfa91ea09af64b5dc0f3a85a075e5bc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Thi=C3=A9baud=20Weksteen?= <thiebaud@weksteen.fr>
Date: Mon, 2 Feb 2015 21:37:27 +0000
Subject: [PATCH 44/98] Manpage typo fix.
Subject: [PATCH 044/113] Manpage typo fix.
---
man/dnsmasq.8 | 2 +-

View File

@@ -1,7 +1,7 @@
From 2941d3ac898cf84b544e47c9735c5e4111711db1 Mon Sep 17 00:00:00 2001
From: Simon Kelley <simon@thekelleys.org.uk>
Date: Mon, 2 Feb 2015 22:36:42 +0000
Subject: [PATCH 45/98] Fixup dhcp-configs after reading extra hostfiles with
Subject: [PATCH 045/113] Fixup dhcp-configs after reading extra hostfiles with
inotify.
---

View File

@@ -1,7 +1,7 @@
From f9c863708c6b0aea31ff7a466647685dc739de50 Mon Sep 17 00:00:00 2001
From: Simon Kelley <simon@thekelleys.org.uk>
Date: Tue, 3 Feb 2015 21:52:48 +0000
Subject: [PATCH 46/98] Extra logging for inotify code.
Subject: [PATCH 046/113] Extra logging for inotify code.
---
src/cache.c | 9 ++++-----

View File

@@ -1,7 +1,7 @@
From efb8b5566aafc1f3ce18514a2df93af5a2e4998c Mon Sep 17 00:00:00 2001
From: Simon Kelley <simon@thekelleys.org.uk>
Date: Sat, 7 Feb 2015 22:36:34 +0000
Subject: [PATCH 47/98] man page typo.
Subject: [PATCH 047/113] man page typo.
---
man/dnsmasq.8 | 1 +

View File

@@ -1,8 +1,8 @@
From f4f400776b3c1aa303d1a0fcd500f0ab5bc970f2 Mon Sep 17 00:00:00 2001
From: Shantanu Gadgil <shantanugadgil@yahoo.com>
Date: Wed, 11 Feb 2015 20:16:59 +0000
Subject: [PATCH 48/98] Fix get-version script which returned wrong tag in some
situations.
Subject: [PATCH 048/113] Fix get-version script which returned wrong tag in
some situations.
---
bld/get-version | 2 +-

View File

@@ -1,7 +1,7 @@
From 8ff70de618eb7de9147dbfbd4deca4a2dd62f0cb Mon Sep 17 00:00:00 2001
From: Simon Kelley <simon@thekelleys.org.uk>
Date: Sat, 14 Feb 2015 20:02:37 +0000
Subject: [PATCH 49/98] Typos.
Subject: [PATCH 049/113] Typos.
---
src/inotify.c | 3 ++-

View File

@@ -1,7 +1,7 @@
From caeea190f12efd20139f694aac4942d1ac00019f Mon Sep 17 00:00:00 2001
From: Simon Kelley <simon@thekelleys.org.uk>
Date: Sat, 14 Feb 2015 20:08:56 +0000
Subject: [PATCH 50/98] Make dynamic hosts files work when --no-hosts set.
Subject: [PATCH 050/113] Make dynamic hosts files work when --no-hosts set.
---
src/cache.c | 21 +++++++++++----------

View File

@@ -1,7 +1,7 @@
From 28b879ac47b872af6e8c5e86d76806c69338434d Mon Sep 17 00:00:00 2001
From: Chen Wei <weichen302@icloud.com>
Date: Tue, 17 Feb 2015 22:07:35 +0000
Subject: [PATCH 51/98] Fix trivial memory leaks to quieten valgrind.
Subject: [PATCH 051/113] Fix trivial memory leaks to quieten valgrind.
---
src/dnsmasq.c | 2 ++

View File

@@ -1,7 +1,7 @@
From 0705a7e2d57654b27c7e14f35ca77241c1821f4d Mon Sep 17 00:00:00 2001
From: Tomas Hozza <thozza@redhat.com>
Date: Mon, 23 Feb 2015 21:26:26 +0000
Subject: [PATCH 52/98] Fix uninitialized value used in get_client_mac()
Subject: [PATCH 052/113] Fix uninitialized value used in get_client_mac()
---
src/dhcp6.c | 4 +++-

View File

@@ -1,7 +1,7 @@
From 47b9ac59c715827252ae6e6732903c3dabb697fb Mon Sep 17 00:00:00 2001
From: Joachim Zobel <jz-2014@heute-morgen.de>
Date: Mon, 23 Feb 2015 21:38:11 +0000
Subject: [PATCH 53/98] Log parsing utils in contrib/reverse-dns
Subject: [PATCH 053/113] Log parsing utils in contrib/reverse-dns
---
contrib/reverse-dns/README | 18 ++++++++++++++++++

View File

@@ -1,7 +1,7 @@
From f6e62e2af96f5fa0d1e3d93167a93a8f09bf6e61 Mon Sep 17 00:00:00 2001
From: Simon Kelley <simon@thekelleys.org.uk>
Date: Sun, 1 Mar 2015 18:17:54 +0000
Subject: [PATCH 54/98] Add --dnssec-timestamp option and facility.
Subject: [PATCH 054/113] Add --dnssec-timestamp option and facility.
---
CHANGELOG | 6 +++++

View File

@@ -1,7 +1,7 @@
From 9003b50b13da624ca45f3e0cf99abb623b8d026b Mon Sep 17 00:00:00 2001
From: Simon Kelley <simon@thekelleys.org.uk>
Date: Mon, 2 Mar 2015 22:47:23 +0000
Subject: [PATCH 55/98] Fix last commit to not crash if uid changing not
Subject: [PATCH 055/113] Fix last commit to not crash if uid changing not
configured.
---

View File

@@ -1,7 +1,7 @@
From 4c960fa90a975d20f75a1ecabd217247f1922c8f Mon Sep 17 00:00:00 2001
From: Simon Kelley <simon@thekelleys.org.uk>
Date: Wed, 4 Mar 2015 20:32:26 +0000
Subject: [PATCH 56/98] New version of contrib/reverse-dns
Subject: [PATCH 056/113] New version of contrib/reverse-dns
---
contrib/reverse-dns/README | 22 +++---

View File

@@ -1,7 +1,7 @@
From 360f2513ab12a9bf1e262d388dd2ea8a566590a3 Mon Sep 17 00:00:00 2001
From: Simon Kelley <simon@thekelleys.org.uk>
Date: Sat, 7 Mar 2015 18:28:06 +0000
Subject: [PATCH 57/98] Tweak DNSSEC timestamp code to create file later,
Subject: [PATCH 057/113] Tweak DNSSEC timestamp code to create file later,
removing need to chown it.
---

View File

@@ -1,7 +1,7 @@
From ff841ebf5a5d6864ff48571f607c32ce80dbb75a Mon Sep 17 00:00:00 2001
From: Simon Kelley <simon@thekelleys.org.uk>
Date: Wed, 11 Mar 2015 21:36:30 +0000
Subject: [PATCH 58/98] Fix boilerplate code for re-running system calls on
Subject: [PATCH 058/113] Fix boilerplate code for re-running system calls on
EINTR and EAGAIN etc.
The nasty code with static variable in retry_send() which

View File

@@ -1,7 +1,7 @@
From 979fe86bc8693f660eddea232ae39cbbb50b294c Mon Sep 17 00:00:00 2001
From: Simon Kelley <simon@thekelleys.org.uk>
Date: Thu, 19 Mar 2015 22:50:22 +0000
Subject: [PATCH 59/98] Make --address=/example.com/ equivalent to
Subject: [PATCH 059/113] Make --address=/example.com/ equivalent to
--server=/example.com/
---

View File

@@ -1,7 +1,8 @@
From 65c721200023ef0023114459a8d12f8b0a24cfd8 Mon Sep 17 00:00:00 2001
From: Lung-Pin Chang <changlp@cs.nctu.edu.tw>
Date: Thu, 19 Mar 2015 23:22:21 +0000
Subject: [PATCH 60/98] dhcp: set outbound interface via cmsg in unicast reply
Subject: [PATCH 060/113] dhcp: set outbound interface via cmsg in unicast
reply
If multiple routes to the same network exist, Linux blindly picks
the first interface (route) based on destination address, which might not be

View File

@@ -1,7 +1,7 @@
From 8805283088d670baecb92569252c01cf754cda51 Mon Sep 17 00:00:00 2001
From: Simon Kelley <simon@thekelleys.org.uk>
Date: Thu, 26 Mar 2015 21:15:43 +0000
Subject: [PATCH 61/98] Don't fail DNSSEC when a signed CNAME dangles into an
Subject: [PATCH 061/113] Don't fail DNSSEC when a signed CNAME dangles into an
unsigned zone.
---

View File

@@ -1,7 +1,7 @@
From 150162bc37170a6edae9d488435e836b1e4e3a4e Mon Sep 17 00:00:00 2001
From: Simon Kelley <simon@thekelleys.org.uk>
Date: Fri, 27 Mar 2015 09:58:26 +0000
Subject: [PATCH 62/98] Return SERVFAIL when validation abandoned.
Subject: [PATCH 062/113] Return SERVFAIL when validation abandoned.
---
src/forward.c | 11 +++++++++--

View File

@@ -1,7 +1,7 @@
From 0b8a5a30a77331974ba24a04e43e720585dfbc61 Mon Sep 17 00:00:00 2001
From: Simon Kelley <simon@thekelleys.org.uk>
Date: Fri, 27 Mar 2015 11:44:55 +0000
Subject: [PATCH 63/98] Protect against broken DNSSEC upstreams.
Subject: [PATCH 063/113] Protect against broken DNSSEC upstreams.
---
src/dnssec.c | 7 +++++--

View File

@@ -1,7 +1,7 @@
From 1e153945def3c50d1e59ceea6a768db0ac770f98 Mon Sep 17 00:00:00 2001
From: Simon Kelley <simon@thekelleys.org.uk>
Date: Sat, 28 Mar 2015 21:34:07 +0000
Subject: [PATCH 64/98] DNSSEC fix for non-ascii characters in labels.
Subject: [PATCH 064/113] DNSSEC fix for non-ascii characters in labels.
---
src/dnssec.c | 34 +++++++++++++++++-----------------

View File

@@ -1,8 +1,8 @@
From 394ff492da6af5da7e7d356be9586683bc5fc011 Mon Sep 17 00:00:00 2001
From: Simon Kelley <simon@thekelleys.org.uk>
Date: Sun, 29 Mar 2015 22:17:14 +0100
Subject: [PATCH 65/98] Allow control characters in names in the cache, handle
when logging.
Subject: [PATCH 065/113] Allow control characters in names in the cache,
handle when logging.
---
src/cache.c | 19 +++++++++++++++++--

View File

@@ -1,7 +1,7 @@
From 794fccca7ffebfba4468bfffc6276b68bbf6afd9 Mon Sep 17 00:00:00 2001
From: Simon Kelley <simon@thekelleys.org.uk>
Date: Sun, 29 Mar 2015 22:35:44 +0100
Subject: [PATCH 66/98] Fix crash in last commit.
Subject: [PATCH 066/113] Fix crash in last commit.
---
src/cache.c | 7 ++++---

View File

@@ -1,7 +1,7 @@
From fd6ad9e481ab7c812a6b1515244908818cbb0442 Mon Sep 17 00:00:00 2001
From: Simon Kelley <simon@thekelleys.org.uk>
Date: Mon, 30 Mar 2015 07:52:21 +0100
Subject: [PATCH 67/98] Merge message translations.
Subject: [PATCH 067/113] Merge message translations.
---
po/de.po | 803 +++++++++++++++++++++++++++++++++--------------------------

View File

@@ -1,7 +1,7 @@
From 30d0879ed55cb67b1b735beab3d93f3bb3ef1dd2 Mon Sep 17 00:00:00 2001
From: Stefan Tomanek <stefan.tomanek+dnsmasq@wertarbyte.de>
Date: Tue, 31 Mar 2015 22:32:11 +0100
Subject: [PATCH 68/98] add --tftp-no-fail to ignore missing tftp root
Subject: [PATCH 068/113] add --tftp-no-fail to ignore missing tftp root
---
CHANGELOG | 3 +++

View File

@@ -1,7 +1,7 @@
From 7aa970e2c7043201663d86a4b5d8cd5c592cef39 Mon Sep 17 00:00:00 2001
From: Stefan Tomanek <stefan.tomanek+dnsmasq@wertarbyte.de>
Date: Wed, 1 Apr 2015 17:55:07 +0100
Subject: [PATCH 69/98] Whitespace fixes.
Subject: [PATCH 069/113] Whitespace fixes.
---
src/dnsmasq.c | 14 +++++++-------

View File

@@ -1,7 +1,7 @@
From fe3992f9fa69fa975ea31919c53933b5f6a63527 Mon Sep 17 00:00:00 2001
From: Simon Kelley <simon@thekelleys.org.uk>
Date: Fri, 3 Apr 2015 21:25:05 +0100
Subject: [PATCH 70/98] Return INSECURE, rather than BOGUS when DS proved not
Subject: [PATCH 070/113] Return INSECURE, rather than BOGUS when DS proved not
to exist.
Return INSECURE when validating DNS replies which have RRSIGs, but

View File

@@ -1,7 +1,7 @@
From 982faf402487e265ed11ac03524531d42b03c966 Mon Sep 17 00:00:00 2001
From: Simon Kelley <simon@thekelleys.org.uk>
Date: Fri, 3 Apr 2015 21:42:30 +0100
Subject: [PATCH 71/98] Fix compiler warning when not including DNSSEC.
Subject: [PATCH 071/113] Fix compiler warning when not including DNSSEC.
---
src/forward.c | 3 ++-

View File

@@ -1,7 +1,7 @@
From 04b0ac05377936d121a36873bb63d492cde292c9 Mon Sep 17 00:00:00 2001
From: Simon Kelley <simon@thekelleys.org.uk>
Date: Mon, 6 Apr 2015 17:19:13 +0100
Subject: [PATCH 72/98] Fix crash caused by looking up servers.bind when many
Subject: [PATCH 072/113] Fix crash caused by looking up servers.bind when many
servers defined.
---

View File

@@ -1,7 +1,8 @@
From ad4a8ff7d9097008d7623df8543df435bfddeac8 Mon Sep 17 00:00:00 2001
From: Simon Kelley <simon@thekelleys.org.uk>
Date: Thu, 9 Apr 2015 21:48:00 +0100
Subject: [PATCH 73/98] Fix crash on receipt of certain malformed DNS requests.
Subject: [PATCH 073/113] Fix crash on receipt of certain malformed DNS
requests.
---
CHANGELOG | 3 +++

View File

@@ -1,7 +1,7 @@
From 38440b204db65f9be16c4c3daa7e991e4356f6ed Mon Sep 17 00:00:00 2001
From: Simon Kelley <simon@thekelleys.org.uk>
Date: Sun, 12 Apr 2015 21:52:47 +0100
Subject: [PATCH 74/98] Fix crash in auth code with odd configuration.
Subject: [PATCH 074/113] Fix crash in auth code with odd configuration.
---
CHANGELOG | 32 +++++++++++++++++++++-----------

View File

@@ -1,7 +1,7 @@
From 78c6184752dce27849e36cce4360abc27b8d76d2 Mon Sep 17 00:00:00 2001
From: Simon Kelley <simon@thekelleys.org.uk>
Date: Thu, 16 Apr 2015 15:05:30 +0100
Subject: [PATCH 75/98] Auth: correct replies to NS and SOA in .arpa zones.
Subject: [PATCH 075/113] Auth: correct replies to NS and SOA in .arpa zones.
---
CHANGELOG | 8 ++++++++

View File

@@ -1,7 +1,7 @@
From b4c0f092d8ce63ea4763c0ac17aa8d24318ad301 Mon Sep 17 00:00:00 2001
From: Stefan Tomanek <stefan.tomanek+dnsmasq@wertarbyte.de>
Date: Thu, 16 Apr 2015 15:20:59 +0100
Subject: [PATCH 76/98] Fix (srk induced) crash in new tftp_no_fail code.
Subject: [PATCH 076/113] Fix (srk induced) crash in new tftp_no_fail code.
---
src/dnsmasq.c | 6 ++++--

View File

@@ -1,7 +1,7 @@
From 0df29f5e23fd2f16181847db1fcf3a8b392d869a Mon Sep 17 00:00:00 2001
From: Simon Kelley <simon@thekelleys.org.uk>
Date: Thu, 16 Apr 2015 15:24:52 +0100
Subject: [PATCH 77/98] Note CVE-2015-3294
Subject: [PATCH 077/113] Note CVE-2015-3294
---
CHANGELOG | 3 +++

View File

@@ -1,7 +1,7 @@
From 554b580e970275d5a869cb4fbfb2716f92b2f664 Mon Sep 17 00:00:00 2001
From: Simon Kelley <simon@thekelleys.org.uk>
Date: Fri, 17 Apr 2015 22:50:20 +0100
Subject: [PATCH 78/98] Log domain when reporting DNSSEC validation failure.
Subject: [PATCH 078/113] Log domain when reporting DNSSEC validation failure.
---
src/forward.c | 15 ++++++++++-----

View File

@@ -1,7 +1,7 @@
From a006eb7e1486023480ea40244720ef7aab51de71 Mon Sep 17 00:00:00 2001
From: Moshe Levi <moshele@mellanox.com>
Date: Sun, 19 Apr 2015 22:10:40 +0100
Subject: [PATCH 79/98] Check IP address command line arg in dhcp_release.c
Subject: [PATCH 079/113] Check IP address command line arg in dhcp_release.c
---
contrib/wrt/dhcp_release.c | 5 +++++

View File

@@ -1,7 +1,7 @@
From 338b340be9e7198f5c0f68133d070d6598a0814c Mon Sep 17 00:00:00 2001
From: Simon Kelley <simon@thekelleys.org.uk>
Date: Mon, 20 Apr 2015 21:34:05 +0100
Subject: [PATCH 80/98] Revert 61b838dd574c51d96fef100285a0d225824534f9 and
Subject: [PATCH 080/113] Revert 61b838dd574c51d96fef100285a0d225824534f9 and
just quieten log instead.
---

View File

@@ -1,7 +1,7 @@
From cbe379ad6b52a538a4416a7cd992817e5637ccf9 Mon Sep 17 00:00:00 2001
From: Simon Kelley <simon@thekelleys.org.uk>
Date: Tue, 21 Apr 2015 22:57:06 +0100
Subject: [PATCH 81/98] Handle domain names with '.' or /000 within labels.
Subject: [PATCH 081/113] Handle domain names with '.' or /000 within labels.
Only in DNSSEC mode, where we might need to validate or store
such names. In none-DNSSEC mode, simply don't cache these, as before.

View File

@@ -1,7 +1,7 @@
From b8f16556d36924cd8dc7663cb4129d7b1f3fc2be Mon Sep 17 00:00:00 2001
From: Simon Kelley <simon@thekelleys.org.uk>
Date: Wed, 22 Apr 2015 21:14:31 +0100
Subject: [PATCH 82/98] Tweaks to previous, DNS label charset commit.
Subject: [PATCH 082/113] Tweaks to previous, DNS label charset commit.
---
src/dns-protocol.h | 6 +++++-

View File

@@ -1,7 +1,7 @@
From a5ae1f85873829efe473075ad77806cc02792622 Mon Sep 17 00:00:00 2001
From: Simon Kelley <simon@thekelleys.org.uk>
Date: Sat, 25 Apr 2015 21:46:10 +0100
Subject: [PATCH 83/98] Logs in DHCPv6 not suppressed by dhcp6-quiet.
Subject: [PATCH 083/113] Logs in DHCPv6 not suppressed by dhcp6-quiet.
---
CHANGELOG | 6 +++++-

View File

@@ -1,7 +1,7 @@
From 8efd731cc4ed2baa42aa69d0a9d336392e9987cb Mon Sep 17 00:00:00 2001
From: "Johnny S. Lee" <_@jsl.io>
Date: Sun, 26 Apr 2015 22:23:57 +0100
Subject: [PATCH 84/98] Make get-version work when repo is a git submodule.
Subject: [PATCH 084/113] Make get-version work when repo is a git submodule.
---
bld/get-version | 5 +++--

View File

@@ -1,7 +1,7 @@
From e66b4dff3c562c7836d5be4c26972d665ad783f1 Mon Sep 17 00:00:00 2001
From: Simon Kelley <simon@thekelleys.org.uk>
Date: Tue, 28 Apr 2015 20:45:57 +0100
Subject: [PATCH 85/98] Fix argument-order botch which broke DNSSEC for TCP
Subject: [PATCH 085/113] Fix argument-order botch which broke DNSSEC for TCP
queries.
---

View File

@@ -1,8 +1,8 @@
From 2ed162ac204f3609fe4d9f9a0430baeaa352d88f Mon Sep 17 00:00:00 2001
From: Simon Kelley <simon@thekelleys.org.uk>
Date: Tue, 28 Apr 2015 21:26:35 +0100
Subject: [PATCH 86/98] Don't remove RRSIG RR from answers to ANY queries when
the do bit is not set.
Subject: [PATCH 086/113] Don't remove RRSIG RR from answers to ANY queries
when the do bit is not set.
---
src/rfc1035.c | 5 +++++

View File

@@ -1,7 +1,7 @@
From 64bcff1c7c72eecda8750bc2dca8b4c5dc38a837 Mon Sep 17 00:00:00 2001
From: Nicolas Cavallari <nicolas.cavallari@green-communications.fr>
Date: Tue, 28 Apr 2015 21:55:18 +0100
Subject: [PATCH 87/98] Constify some DHCP lease management functions.
Subject: [PATCH 087/113] Constify some DHCP lease management functions.
---
src/dnsmasq.h | 7 ++++---

View File

@@ -1,7 +1,7 @@
From a77cec8d58231d71cbc26615f0c0f0292c09ef54 Mon Sep 17 00:00:00 2001
From: Simon Kelley <simon@thekelleys.org.uk>
Date: Fri, 8 May 2015 16:25:38 +0100
Subject: [PATCH 88/98] Handle UDP packet loss when fragmentation of large
Subject: [PATCH 088/113] Handle UDP packet loss when fragmentation of large
packets is broken.
---

View File

@@ -1,7 +1,7 @@
From b059c96dc69dfe3055c5b32b078a05c53b11ebb3 Mon Sep 17 00:00:00 2001
From: Simon Kelley <simon@thekelleys.org.uk>
Date: Fri, 8 May 2015 20:25:51 +0100
Subject: [PATCH 89/98] Check IPv4-mapped IPv6 addresses with --stop-rebind.
Subject: [PATCH 089/113] Check IPv4-mapped IPv6 addresses with --stop-rebind.
---
CHANGELOG | 3 +++

View File

@@ -1,7 +1,7 @@
From 86fa1046920dedc8134136a6244ca96e8a37e9d8 Mon Sep 17 00:00:00 2001
From: Simon Kelley <simon@thekelleys.org.uk>
Date: Sun, 10 May 2015 13:50:59 +0100
Subject: [PATCH 90/98] Tweak EDNS timeout code.
Subject: [PATCH 090/113] Tweak EDNS timeout code.
---
src/forward.c | 6 ++++--

View File

@@ -1,7 +1,7 @@
From 585840b03365372679907f175b07a01c9d621ae0 Mon Sep 17 00:00:00 2001
From: Simon Kelley <simon@thekelleys.org.uk>
Date: Wed, 13 May 2015 12:35:57 +0100
Subject: [PATCH 91/98] Pointer to mail-archive mailing list mirror in
Subject: [PATCH 091/113] Pointer to mail-archive mailing list mirror in
doc.html.
---

View File

@@ -1,7 +1,7 @@
From ca85a28241ef87919d68d52c843b6964b7070e11 Mon Sep 17 00:00:00 2001
From: Simon Kelley <simon@thekelleys.org.uk>
Date: Wed, 13 May 2015 22:33:04 +0100
Subject: [PATCH 92/98] Allow T1 and T2 DHCPv4 options to be set.
Subject: [PATCH 092/113] Allow T1 and T2 DHCPv4 options to be set.
---
CHANGELOG | 3 +++

View File

@@ -1,7 +1,7 @@
From 7c0f2543a7e761d1ec82738374556beeb8a35bef Mon Sep 17 00:00:00 2001
From: Simon Kelley <simon@thekelleys.org.uk>
Date: Thu, 14 May 2015 21:16:18 +0100
Subject: [PATCH 93/98] Tweak last commit.
Subject: [PATCH 093/113] Tweak last commit.
---
src/rfc2131.c | 8 ++++----

View File

@@ -1,7 +1,7 @@
From 62018e1f720fa11e83879111a4b1b3753b5c25bb Mon Sep 17 00:00:00 2001
From: Simon Kelley <simon@thekelleys.org.uk>
Date: Thu, 14 May 2015 21:30:00 +0100
Subject: [PATCH 94/98] Use correct DHCP context for PXE-proxy server-id.
Subject: [PATCH 094/113] Use correct DHCP context for PXE-proxy server-id.
---
src/rfc2131.c | 4 ++--

View File

@@ -1,7 +1,7 @@
From 5d07d77e75e0f02bc0a8f6029ffbc8b371fa804e Mon Sep 17 00:00:00 2001
From: Simon Kelley <simon@thekelleys.org.uk>
Date: Fri, 15 May 2015 18:13:06 +0100
Subject: [PATCH 95/98] Fix buffer overflow introduced in 2.73rc6.
Subject: [PATCH 095/113] Fix buffer overflow introduced in 2.73rc6.
Fix off-by-one in code which checks for over-long domain names
in received DNS packets. This enables buffer overflow attacks

View File

@@ -1,7 +1,7 @@
From 06568c663643b9ed1577d95efee69d734f427cf5 Mon Sep 17 00:00:00 2001
From: Simon Kelley <simon@thekelleys.org.uk>
Date: Fri, 15 May 2015 20:43:48 +0100
Subject: [PATCH 96/98] Remove support for DNS Extended Label Types.
Subject: [PATCH 096/113] Remove support for DNS Extended Label Types.
The support was only partial, and the whole concept is
now deprecated in the standards.

View File

@@ -1,7 +1,7 @@
From 7f8565b94ca52dde31f7688a9f9a0cc611d9dae3 Mon Sep 17 00:00:00 2001
From: Simon Kelley <simon@thekelleys.org.uk>
Date: Tue, 19 May 2015 23:01:27 +0100
Subject: [PATCH 97/98] Select correct DHCP context when in PXE bootserver
Subject: [PATCH 097/113] Select correct DHCP context when in PXE bootserver
mode.
---

View File

@@ -1,7 +1,7 @@
From 549b1a478c5eee9dbd3a0709913a26ec29d30f2c Mon Sep 17 00:00:00 2001
From: Simon Kelley <simon@thekelleys.org.uk>
Date: Wed, 20 May 2015 20:20:24 +0100
Subject: [PATCH 98/98] Tweak immediately previous patch.
Subject: [PATCH 098/113] Tweak immediately previous patch.
---
src/rfc2131.c | 9 +++++++--

Some files were not shown because too many files have changed in this diff Show More