Jeremy C. Reed
821350367e
fix typos or misspellings
2014-08-15 10:35:31 -05:00
Mark Andrews
2064e46209
3895. [func] Add the ability to set the DSCP code point to dig.
...
[RT #36546 ]
2014-07-15 23:27:14 +10:00
Mark Andrews
97553eec86
grammar
2014-05-15 14:44:43 +10:00
Mark Andrews
0af902c0df
white space
2014-05-15 14:30:31 +10:00
Mark Andrews
2d0bc1e0f3
+domain was out of order
2014-05-15 14:26:57 +10:00
Mark Andrews
9c36846e41
3849. [doc] Alphabetized dig's +options. [RT #35992 ]
2014-05-15 13:38:10 +10:00
Mark Andrews
05816676bb
3846. [bug] "dig +notcp ixfr=<serial>" should result in a UDP
...
ixfr query. [RT #35980 ]
2014-05-14 09:59:02 +10:00
Evan Hunt
cd750f6e74
[master] dig +ttlunits
...
3829. [func] "dig +ttlunits" causes dig to print TTL values
with time-unit suffixes: w, d, h, m, s for
weeks, days, hours, minutes, and seconds. (Thanks
to Tony Finch.) [RT #35823 ]
2014-04-29 16:58:36 -07:00
Evan Hunt
627a9ceb63
[master] fix tags
2014-04-18 18:23:37 -07:00
Mark Andrews
e560fbdf77
3812. [func] Dig now supports sending arbitary EDNS options from
...
the command line (+ednsopt=code[:value]). [RT #35584 ]
2014-04-18 09:52:12 +10:00
Evan Hunt
67d01dcacb
[master] add "version" options to host/nslookup/nsupdate
...
3773. [func] "host", "nslookup" and "nsupdate" now have
options and commands to print the version
number. [RT #26057 ]
2014-03-03 09:08:04 -08:00
Evan Hunt
1753d3c4d7
[master] correct dates in man pages
2014-02-27 11:43:10 -08:00
Mark Andrews
16134801ce
3750. [experimental] Partially implement EDNS EXPIRE option as described
...
in draft-andrews-dnsext-expire-00. Retrivial of
remaining time to expiry from slave zones is supported.
EXPIRE uses an experimental option code (65002) and
is subject to change. [RT #35416 ]
2014-02-20 14:56:20 +11:00
Evan Hunt
2af7d81efd
[master] unbalanced tag
2014-02-19 17:15:51 -08:00
Evan Hunt
d7b9756a21
[master] ENDS client-subnet in dig
...
3749. [func] "dig +subnet" sends an EDNS client subnet option
containing the specified address/prefix when
querying. (Thanks to Wilmer van der Gaast.)
[RT #35415 ]
2014-02-19 15:51:02 -08:00
Mark Andrews
b5f6271f4d
3744. [experimental] SIT: send and process Source Identity Tokens
...
(which are similar to DNS Cookies by Donald Eastlake)
and are designed to help clients detect off path
spoofed responses and for servers to detect legitimate
clients.
SIT use a experimental EDNS option code (65001).
SIT can be enabled via --enable-developer or
--enable-sit. It is on by default in Windows.
RRL processing as been updated to know about SIT with
legitimate clients not being rate limited. [RT #35389 ]
2014-02-19 12:53:42 +11:00
Tinderbox User
1124950b35
update copyright notice
2014-02-12 23:46:27 +00:00
Evan Hunt
79a1c7502d
[master] typos in dig man page
2014-02-12 10:32:20 -08:00
Jeremy C. Reed
8012d70ea4
Fix misspelling.
...
Spell out month date while here.
2013-11-12 07:06:13 -06:00
Mark Andrews
2048955015
3667. [func] dig: add support to keep the TCP socket open between
...
successive queries (+[no]keepopen). [RT #34918 ]
2013-11-07 10:50:01 +11:00
Mark Andrews
75ae74f8fd
3629. [func] Allow the printing of cryptographic fields in DNSSEC
...
records by dig to be suppressed (dig +nocrypto).
[RT #34534 ]
2013-08-12 15:37:51 +10:00
Tinderbox User
5c6b95ba1b
update copyright notice
2013-01-10 23:46:00 +00:00
Evan Hunt
3b9d9ad58b
[master] doc clarification about dig & resolv.conf
2013-01-10 11:48:46 -08:00
Jeremy Reed
2de07361f3
Fix typo within XML tag.
2011-11-04 11:02:50 +00:00
Mark Andrews
3fb5bccf59
3205. [func] Upgrade dig's defaults to better reflect modern
...
nameserver behaviour. Enable "dig +adflag" and
"dig +edns=0" by default. Enable "+dnssec" when
running "dig +trace". [RT #23497 ]
2011-11-04 10:41:38 +00:00
Automatic Updater
0e27506ce3
update copyright notice
2011-03-05 23:52:31 +00:00
Evan Hunt
9a859983d7
3062. [func] Made several changes to enhance human readability
...
of DNSSEC data in dig output and in generated
zone files:
- DNSKEY record comments are more verbose, no
longer used in multiline mode only
- multiline RRSIG records reformatted
- multiline output mode for NSEC3PARAM records
- "dig +norrcomments" suppresses DNSKEY comments
- "dig +split=X" breaks hex/base64 records into
fields of width X; "dig +nosplit" disables this.
[RT #22820 ]
2011-03-05 19:39:07 +00:00
Automatic Updater
4d42b714be
update copyright notice
2010-03-04 23:50:34 +00:00
Mark Andrews
13396661f4
2854. [func] dig: allow the final soa record in a axfr response to
...
be suppressed, dig +onesoa. [RT #20929 ]
2010-03-04 05:18:04 +00:00
Mark Andrews
70f292a50f
2542. [doc] Update the description of dig +adflag. RT #19290 ]
2009-02-02 04:41:28 +00:00
Automatic Updater
d60212e03f
update copyright notice
2009-01-20 23:47:56 +00:00
Jeremy Reed
f9f11eb54b
Add missing commas. Makes it more consistent with rest of docs
...
(even in same document).
2009-01-20 20:06:29 +00:00
Jeremy Reed
0db6bf459f
Document -m (enable memory usage debugging) option for dig. [RT #18757 ]
2008-10-13 21:18:56 +00:00
Jeremy Reed
d4f032db53
Minor grammar and punctuation changes.
...
[RT #18703 ]
2008-10-03 00:55:33 +00:00
Automatic Updater
7b8b5e34b6
update copyright notice
2008-05-14 23:47:03 +00:00
Evan Hunt
aed0e61611
add +nsid option to dig man page. [rt18039]
2008-05-13 23:59:18 +00:00
Automatic Updater
ec5347e2c7
update copyright notice
2007-06-18 23:47:57 +00:00
Mark Andrews
0f78f78064
minor changes from Jeremy [RT #16869 ]
2007-05-16 01:42:26 +00:00
Mark Andrews
8b9fc7617b
minor changes from Jeremy [RT #16863 ]
2007-05-09 06:18:45 +00:00
Mark Andrews
561a29af8c
minor man page updated from Jeremy [RT #16859 ]
2007-05-09 01:32:09 +00:00
Mark Andrews
c1a883f2e0
update copyright notice
2007-01-29 23:57:22 +00:00
Rob Austein
5cd4555ad4
2128. [doc] xsltproc --nonet, update DTD versions. [RT #16635 ]
2007-01-29 22:16:02 +00:00
Mark Andrews
1f21a0f32f
s/used/use/
2006-12-18 23:38:05 +00:00
Mark Andrews
065c66d9bf
add paragraph on CH/IN name space overlap
2006-12-18 23:26:10 +00:00
Mark Andrews
26e2a07a0b
update copyright notice
2006-01-27 23:57:46 +00:00
Mark Andrews
c6d4f78152
1973. [func] TSIG HMACSHA1, HMACSHA224, HMACSHA256, HMACSHA384 and
...
HMACSHA512 support. [RT #13606 ]
2006-01-27 02:35:15 +00:00
Mark Andrews
1425217e5c
spelling arguement vs arguments
2005-10-26 04:35:56 +00:00
Mark Andrews
6cf369f528
1916. [func] Integrate contibuted IDN code from JPNIC. [RT #15383 ]
2005-09-09 06:17:03 +00:00
Mark Andrews
3389b6215a
update trusted-keys description
2005-08-30 00:45:08 +00:00
Mark Andrews
a268fec7f5
1915. [func] dig now has a '-q queryname' and '+showsearch' options.
...
[RT #15034 ]
2005-08-25 00:17:46 +00:00