| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Submitted by: Mark Russell <mark@mark.net.au>
Approved by: Edwin Groothuis <edwin@mavetju.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Better handling of timeout (instead of a static value,
start with five seconds and double it each retry)
- Warnings are printed if you receive a different RR type
than the one you asked for (for example when you ask for
an A record and receive a CNAME)
- Fixed problems when records received in the authority
field are shorter than the domain the nameserver is
authoritative for.
- When compiled without IPv6 support on an IPv6 capable
machine the machine tried to query the IPv6 translated
IPv5 address anyway.
- -C caches hosts which haven't answered too.
|
|
|
|
| |
Approved by: maintainers
|
| |
|
|
|
|
| |
(Part 2)
|
| |
|
|
|
|
|
|
| |
PR: ports/56020
Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
Approved by: portmgr
|
| |
|
|
|
|
|
| |
PR: ports/41158
Submitted by: maintainer
|
| |
|
|
|
|
|
| |
PR: ports/39184
Submitted by: maintainer
|
| |
|
|
|
|
|
| |
PR: 35287
Submitted by: maintainer
|
|
|
|
|
| |
PR: 34649
Submitted by: maintainer
|
|
DNS server gets its information from, and follows the chain
of DNS servers back to the servers which know the data.
PR: 34216, 34025
Submitted by: Edwin Groothuis <edwin@mavetju.org>
|