| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* t/: Fix format specifiers for size_t in some tests.
* Add README.md.
* Don't install the compiled example programs.
Optionally install source code for example programs under ${EXAMPLESDIR}.
Define TEST_TARGET.
Sponsored by: Farsight Security, Inc.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Support for new rrtypes:
- CDNSKEY and CDS (RFC 7344)
- CSYNC (RFC 7477)
- EUI48 and EUI64 (RFC 7043)
- OPENPGPKEY (draft-ietf-dane-openpgpkey)
- TLSA (RFC 6698)
- URI (RFC 7553)
* Added new rrtype mnemonics: CDNSKEY, CSYNC, EUI48, EUI64, GID, L32, L64,
LP, NID, OPENPGPKEY, TLSA, UID, UINFO, UNSPEC.
Sponsored by: Farsight Security, Inc.
|
|
|
|
|
|
|
| |
* Allow compressed <domain-name> record data fields in all supported record
types (#12).
Sponsored by: Farsight Security, Inc.
|
|
|
|
|
|
|
|
|
|
|
| |
wdns (0.8.0)
[ Henry Stern ]
* wdns_str_to_rcode(): New function.
* wdns_str_to_name_case(): New function.
Sponsored by: Farsight Security, Inc.
|
|
|
|
|
|
|
|
|
|
|
|
| |
[ Henry Stern ]
* wdns_str_to_rdata(): New function.
* wdns_str_to_rrclass(): New function.
[ Robert Edmonds ]
* examples/wdns-dump-file: New utility.
Sponsored by: Farsight Security, Inc.
|
|
|
|
|
|
|
|
| |
Convert to use MASTER_SIGHTS_FARSIGHT.
Differential Revision: https://reviews.freebsd.org/D2235
Approved by: mat (mentor)
Sponsored by: Farsight Security, Inc.
|
|
|
|
|
|
|
|
|
|
| |
Mirror the distfile on LOCAL as a http backup for clients that
can't use https.
Use INSTALL_TARGET=install-strip instead of ${STRIP_CMD}.
Differential Revision: https://reviews.freebsd.org/D1473
Approved by: mat (mentor)
|
|
|
|
|
| |
PR: 190620
Submitted by: maintainer
|
|
and various utility functions for manipulating wire-format DNS data.
WWW: https://github.com/farsightsec/wdns
PR: ports/190552
|