Commit Graph

766 Commits

Author SHA1 Message Date
Evan Hunt
75d232181b [v9_8] correct dates in man pages 2014-02-27 11:49:20 -08:00
Tinderbox User
3ffbe8a620 regen v9_8 2014-02-13 01:11:30 +00:00
Tinderbox User
a44fb034e0 update copyright notice 2014-02-12 23:45:31 +00:00
Evan Hunt
7037971fad [v9_8] typos in dig man page 2014-02-12 10:32:46 -08:00
Tinderbox User
7915172126 regen v9_8 2014-01-25 01:11:02 +00:00
Tinderbox User
c85bfdcd6b update copyright notice 2014-01-24 23:45:29 +00:00
Evan Hunt
a1e6f90944 [v9_8] correct copyrights and attributions
see RT #35423 for details; highlights:
        - remove license clauses 3 and 4 from NetBSD code
        - remove advertising clause from historical BSD code
2014-01-24 09:54:07 -08:00
Evan Hunt
d19bf3def7 [v9_8] replace memcpy() with memmove().
3698.	[cleanup]	Replaced all uses of memcpy() with memmove().
			[RT #35120]

(cherry picked from commit ebe54c7d2221c6a0a4b3d96bcae3280c823a45e6)
(cherry picked from commit 9b950c70f1a6406c0f3dff604822329d06fc4837)
2014-01-08 16:40:19 -08:00
Mark Andrews
12962b4b54 3697. [bug] Handle "." as a search list element when IDN support
is enabled. [RT #35133]

(cherry picked from commit d0e3216c21)
2014-01-06 12:35:06 +11:00
Tinderbox User
a69aab3882 update copyright notice 2014-01-05 23:45:23 +00:00
Mark Andrews
c2a9bd9932 3696. [bug] dig failed to handle AXFR style IXFR responses which
span multiple messages. [RT #35137]

(cherry picked from commit e9649ece3b)
2014-01-06 06:31:14 +11:00
Mark Andrews
7c0b7f6847 3681. [port] Update the Windows build system to support feature
selection and WIN64 builds.  This is a work in
                        progress. [RT #34160]

(cherry picked from commit c3c8823fed)

Conflicts:
	CHANGES
	bin/check/win32/checktool.dsp.in
	bin/dnssec/win32/dnssectool.dsp.in
	bin/dnssec/win32/importkey.dsp.in
	bin/dnssec/win32/importkey.mak.in
	bin/named/geoip.c
	bin/named/include/named/geoip.h
	bin/tools/win32/rrchecker.dsp.in
	bin/tools/win32/rrchecker.mak.in
	config.h.win32
	lib/dns/geoip.c
	lib/dns/master.c
	lib/dns/win32/libdns.dsp.in
	lib/dns/win32/libdns.mak.in
	lib/isc/mem.c
	lib/isc/stats.c
	lib/isc/win32/file.c
	lib/isc/win32/libisc.def.in
	lib/isc/win32/libisc.mak.in
	lib/isc/win32/stdio.c
	lib/isccc/cc.c
	win32utils/BuildAll.bat
	win32utils/BuildSetup.bat
	win32utils/legacy/BINDBuild.dsw.in
	win32utils/makeversion.pl
	win32utils/setpk11provider.pl
	win32utils/updatelibxml2.pl
	win32utils/win32-build.txt

Conflicts:
	bin/dnssec/win32/verify.dsp.in
	bin/dnssec/win32/verify.mak.in
	bin/named/server.c
	bin/python/dnssec-checkds.py.in
	bin/python/dnssec-coverage.py.in
	lib/dns/nsec.c
	lib/dns/nsec3.c
	lib/dns/win32/libdns.mak.in
	lib/dns/zone.c
	lib/isc/win32/libisc.mak.in
	win32utils/BuildAll.bat
	win32utils/BuildSetup.bat
	win32utils/legacy/BINDBuild.dsw.in
	win32utils/updatelibxml2.pl
	win32utils/win32-build.txt
2013-12-04 14:08:17 +11:00
Evan Hunt
eb15ab667b [v9_8] dig could miss tcp connections when cleaning up
3679.	[bug]		dig could fail to clean up TCP sockets still
			waiting on connect(). [RT #35074]

(cherry picked from commit fb507315d4)
2013-12-02 13:38:03 -08:00
Evan Hunt
a03d065a3b [v9_8] previous commit incomplete
(cherry picked from commit 5255b631b1)
2013-11-18 16:00:27 -08:00
Evan Hunt
928b59115d [v9_8] win32 portability fix
(cherry picked from commit 2b57986603)
2013-11-18 15:47:43 -08:00
Mark Andrews
1c399cc74f adjust EDNS query returned status warning message
(cherry picked from commit 0b565f6060)
2013-11-14 22:52:38 +11:00
Tinderbox User
227939ca98 update copyright notice 2013-11-13 23:45:34 +00:00
Tinderbox User
b944dc294d regen v9_8 2013-11-13 01:10:54 +00:00
Mark Andrews
1eecc4e5c1 3667. [func] dig: add support to keep the TCP socket open between
successive queries (+[no]keepopen).  [RT #34918]

(cherry picked from commit 2048955015)
2013-11-13 11:08:05 +11:00
Jeremy C. Reed
1fcf32f2b7 Fix misspelling.
Spell out month date while here.

(cherry picked from commit 8012d70ea4)
2013-11-13 09:23:37 +11:00
Tinderbox User
4129ff6f4e update copyright notice 2013-10-25 23:45:33 +00:00
Mark Andrews
dc44093efc address memory leak in change #3662, force format matching, attempt to address coverity false positives
(cherry picked from commit 938aea1dc4)
2013-10-26 10:10:36 +11:00
Mark Andrews
b80e6984f8 %ld.%06g -> %ld.%06d
(cherry picked from commit 7f0e47b3c2)
2013-10-25 12:54:13 +11:00
Mark Andrews
adec9654d0 3662. [bug] 'host' could die if a UPD query timed out. [RT #34870]
(cherry picked from commit 6100b17699)
2013-10-25 12:02:59 +11:00
Tinderbox User
f2c8d9d0ab regen v9_8 2013-09-18 01:10:41 +00:00
Tinderbox User
c32a681ef2 update copyright notice 2013-09-17 23:45:29 +00:00
Mark Andrews
7822448658 3640. [bug] ndots was not being checked when searching. Only
continue searching on NXDOMAIN responses.  Add the
                        ability to specify ndots to nslookup. [RT #34711]

(cherry picked from commit 8afea636ab)
2013-09-17 11:57:33 +10:00
Evan Hunt
228b6133b9 [v9_8] typo in dig
(cherry picked from commit 31d95f1095)
2013-06-19 15:21:43 -07:00
Tinderbox User
093e562616 update copyright notice 2013-06-07 23:45:30 +00:00
Evan Hunt
0a122d5cea [v9_8] fix memory leak in sigchase
3588.	[bug]		dig: addressed a memory leak in the sigchase code
			that could cause a shutdown crash.  [RT #33733]
(cherry picked from commit bf0441a339)
2013-06-07 11:16:06 -07:00
Mark Andrews
d82345ac1f 3561. [bug] dig: issue a warning if an EDNS query returns FORMERR
or NOTIMP.  Adjust usage message. [RT #33363]
(cherry picked from commit 93aba6dcec)
2013-05-01 14:56:51 +10:00
Tinderbox User
17bf13045c update copyright notice 2013-03-06 23:47:04 +00:00
Mark Andrews
1507b94e7d 3515. [port] '%T' is not portable in strftime(). [RT #32763]
(cherry picked from commit 550c92405f)
2013-03-06 15:34:43 +11:00
Tinderbox User
eed97ca292 regen v9_8 2013-01-11 01:10:05 +00:00
Tinderbox User
855dfec81c update copyright notice 2013-01-10 23:45:31 +00:00
Tinderbox User
72120d4f29 regen v9_8 2013-01-10 20:25:43 +00:00
Evan Hunt
7d2f563331 [v9_8] doc clarification about dig & resolv.conf 2013-01-10 11:50:02 -08:00
Mark Andrews
0798adbfb8 signed/unsigned comparision 2012-11-30 23:37:05 +11:00
Tinderbox User
abd20795bb update copyright notice 2012-11-29 23:45:22 +00:00
Evan Hunt
5d1b72e2ed [v9_8] add timezone to dig
3428.	[cleanup]	dig: Add timezone to date output. [RT #2269]
(cherry picked from commit 706219e547)
(cherry picked from commit df9aeb663d)
2012-11-29 09:08:35 -08:00
Evan Hunt
fddb023637 [v9_8] fix dig +trace output
3427.	[bug]		dig +trace incorrectly displayed name server
			addresses instead of names. [RT #31641]
(cherry picked from commit 2f21adbc6a)
(cherry picked from commit 90dbd7c2e0)
2012-11-28 19:06:50 -08:00
Tinderbox User
f70f0365c2 update copyright notice 2012-10-18 23:45:39 +00:00
ckb
49cac75945 3397. [bug] dig crashed when using +nssearch with +tcp. [RT #25298] 2012-10-18 17:55:23 -05:00
Tinderbox User
2f04321481 update copyright notice 2012-10-16 23:45:46 +00:00
Mark Andrews
12d10a1e47 3393. [bug] 'host -C' could core dump if REFUSED was received.
[RT #31381]
2012-10-16 10:44:28 +11:00
Mark Andrews
dc167ac7f3 3390. [bug] Silence clang compiler warnings. [RT #30417] 2012-10-06 12:39:55 +10:00
Tinderbox User
7e44df5192 update copyright notice 2012-10-03 23:45:46 +00:00
Evan Hunt
89ef143e3f fix coverity issues
3388.	[bug]		Fixed several Coverity warnings. [RT #30996]
2012-10-02 23:50:20 -07:00
Tinderbox User
599cf7175e update copyright notice 2012-06-29 23:45:32 +00:00
Mark Andrews
c0b8f1a675 reverse bad copyright update 2012-06-29 11:43:12 +10:00