Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-14 | There are cases where a program doing dns requests wants to set the | Otto Moerbeek | |
Checking Disabled flag. Introduce a RES flag to do so. ok krw@ deraadt@ eric@ | |||
2017-02-27 | Add support for RES_USE_DNSSEC | Jeremie Courreges-Anglas | |
RES_USE_DNSSEC is implemented by setting the DNSSEC DO bit in outgoing queries. The resolver is then supposed to set the AD bit in the reply if it managed to validate the answer through DNSSEC. Useful when the application doesn't implement validation internally. This scheme assumes that the validating resolver is trusted and that the communication channel between the validating resolver and and the client is secure. ok eric@ gilles@ | |||
2017-02-18 | Add EDNS0 support. | Jeremie Courreges-Anglas | |
EDNS allows for various DNS extensions, among which UDP DNS packets size bigger than 512 bytes. The default is still to not advertize anything. ok eric@ | |||
2017-01-24 | in resolver(3), document that _EDNS0 and _DNSSEC are no ops; | Jason McIntyre | |
diff from kirill miazine while here, bump all the no op texts to one standard blurb; help/ok jca | |||
2016-08-05 | Obvious minor fixes: | Ingo Schwarze | |
* Add missing .Dv, .Ev, and .Fa macros. * Delete deprecated .Tn macros. * Mark up global variable names with .Va, not with .Fa or .Li. * Mark up config file commands with .Ic, not with .Fa. * Fix HISTORY, trivial to verify from the CSRG archive CD. | |||
2015-12-16 | tweak previous; | Jason McIntyre | |
2015-12-16 | Remove support for HOSTALIASES from the resolver. This "open and parse | Theo de Raadt | |
any file indicated by an environment variable" feature inside the resolver is incompatible with what pledge "dns" is trying to be. It is a misguided "feature" added way back in history which almost noone uses, but everyone has to assume the risk from. ok eric florian kettenis | |||
2015-11-10 | update NAME section to include all documented functions, | Jason McIntyre | |
or otherwise change Dt to reflect the name of an existing function; feedback/ok schwarze | |||
2014-08-23 | unbind; | Jason McIntyre | |
2014-01-21 | obvious .Pa fixes; found with mandocdb(8) | Ingo Schwarze | |
2013-06-05 | Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze | Ted Unangst | |
2012-12-12 | document RES_USE_DNSSEC; text tweaked by sthen | Jason McIntyre | |
ok jakob | |||
2012-11-29 | - put the various options into the same order as those in resolv.h | Jason McIntyre | |
- sync RES_DEBUG with resolv.conf.5 - document RES_PRIMARY, but mark it unsupported (like we already do for RES_AAAONLY) - use the exact same text (about being enabled by default) for RES_RECURSE as for the other two defaults - document RES_INSECURE{1,2} - description lifted from resolv.conf.5 - document RES_NOALIASES - mostly sync the RES_USE_EDNS0 text with resolv.conf.5 - RES_USE_DNSSEC not documented for now. something to come... ok sthen | |||
2012-11-19 | remove some useless Tn and double punctuation; | Jason McIntyre | |
2012-11-19 | RES_IGNTC is no longer ignored; ok sthen | Jason McIntyre | |
2012-09-27 | last stage of rfc changes, using consistent Rs/Re blocks, and moving the | Jason McIntyre | |
references into a STANDARDS section; | |||
2012-08-21 | flesh out the rfc section; | Jason McIntyre | |
rfc 5321 replaces 974 and 2821; | |||
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2005-07-22 | - sync prototypes and header file excerpts | Jared Yanovich | |
- typos/spelling, punctuation, rewording, macro, and layout fixes. help & ok jmc | |||
2005-04-05 | explain where type and class are defined; ok jmc@ | Federico G. Schwindt | |
CVS ---------------------------------------------------------------------- | |||
2005-01-22 | some fixes from netbsd, plus a few of my own; | Jason McIntyre | |
ok krw@ | |||
2003-08-08 | refer to RFCs consistently (RFC XXXX); | Jason McIntyre | |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2001-04-03 | Add missing return type to dn_comp() prototype in SYNOPSIS; matt@anzen.com | Aaron Campbell | |
2000-12-24 | Various repairs, mostly to get rid of short lines. | Aaron Campbell | |
2000-01-03 | always enable IPv6 address in /etc/hosts (via _gethtent()). | Jun-ichiro itojun Hagino | |
clarify RES_USE_INET6. the use of this bit is not meaningful on openbsd (as we don't have mapped addr support in kernel). | |||
1999-07-05 | repairs; better English, formatting, etc. | Aaron Campbell | |
1999-05-25 | punctuation | Aaron Campbell | |
1999-05-25 | all functions need a return type and at least one arg, even if it's void | Aaron Campbell | |
1999-05-23 | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | Aaron Campbell | |
is used instead; kwesterback@home.com | |||
1999-05-16 | Cleanup xrefs under SEE ALSO. Specifically: | Alex Feldman | |
- Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries. | |||
1999-05-12 | grammar police: do not hyphenate compound words that act as adjectives if the | Aaron Campbell | |
first word ends in -ly i.e., fully-qualified, newly-created, globally-visible, etc. are wrong | |||
1999-02-27 | make function names the correct case | Theo de Raadt | |
1998-09-05 | more man page repairs; aaron@ug.cs.dal.ca | Theo de Raadt | |
1997-06-11 | doc RES_USE_INET6; lukem | Theo de Raadt | |
1996-08-19 | Fix RCS ids | Thorsten Lockert | |
Make sure everything uses {SYS,}LIBC_SCCS properly | |||
1996-02-19 | netbsd: bind 4.9.3 | dm | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |