summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/resolver.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move 4 manual pages from not-a-function filenames to a correct filename,deraadt2019-08-301-410/+0
| | | | | and correct Xr. ok jmc
* explicitly mention that RES_NOALIASES has no effect;schwarze2019-05-131-3/+4
| | | | | jmc@ noticed that the text wasn't completely clear; OK jmc@
* There are cases where a program doing dns requests wants to set theotto2019-01-141-2/+4
| | | | | Checking Disabled flag. Introduce a RES flag to do so. ok krw@ deraadt@ eric@
* Add support for RES_USE_DNSSECjca2017-02-271-5/+2
| | | | | | | | | | | | 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@
* Add EDNS0 support.jca2017-02-181-4/+3
| | | | | | | 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@
* in resolver(3), document that _EDNS0 and _DNSSEC are no ops;jmc2017-01-241-6/+17
| | | | | | | diff from kirill miazine while here, bump all the no op texts to one standard blurb; help/ok jca
* Obvious minor fixes:schwarze2016-08-051-13/+22
| | | | | | | | * 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.
* tweak previous;jmc2015-12-161-3/+3
|
* Remove support for HOSTALIASES from the resolver. This "open and parsederaadt2015-12-161-7/+4
| | | | | | | | 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
* update NAME section to include all documented functions,jmc2015-11-101-3/+3
| | | | | | or otherwise change Dt to reflect the name of an existing function; feedback/ok schwarze
* unbind;jmc2014-08-231-7/+3
|
* obvious .Pa fixes; found with mandocdb(8)schwarze2014-01-211-5/+5
|
* Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarzetedu2013-06-051-6/+6
|
* document RES_USE_DNSSEC; text tweaked by sthenjmc2012-12-121-2/+6
| | | | ok jakob
* - put the various options into the same order as those in resolv.hjmc2012-11-291-17/+38
| | | | | | | | | | | | | | | - 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
* remove some useless Tn and double punctuation;jmc2012-11-191-16/+7
|
* RES_IGNTC is no longer ignored; ok sthenjmc2012-11-191-4/+4
|
* last stage of rfc changes, using consistent Rs/Re blocks, and moving thejmc2012-09-271-5/+10
| | | | references into a STANDARDS section;
* flesh out the rfc section;jmc2012-08-211-10/+33
| | | | rfc 5321 replaces 974 and 2821;
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* - sync prototypes and header file excerptsjaredy2005-07-221-16/+16
| | | | | | - typos/spelling, punctuation, rewording, macro, and layout fixes. help & ok jmc
* explain where type and class are defined; ok jmc@fgsch2005-04-051-1/+8
| | | | CVS ----------------------------------------------------------------------
* some fixes from netbsd, plus a few of my own;jmc2005-01-221-25/+31
| | | | ok krw@
* refer to RFCs consistently (RFC XXXX);jmc2003-08-081-7/+7
|
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* Add missing return type to dn_comp() prototype in SYNOPSIS; matt@anzen.comaaron2001-04-031-1/+2
|
* Various repairs, mostly to get rid of short lines.aaron2000-12-241-28/+15
|
* always enable IPv6 address in /etc/hosts (via _gethtent()).itojun2000-01-031-2/+6
| | | | | clarify RES_USE_INET6. the use of this bit is not meaningful on openbsd (as we don't have mapped addr support in kernel).
* repairs; better English, formatting, etc.aaron1999-07-051-8/+9
|
* punctuationaaron1999-05-251-2/+3
|
* all functions need a return type and at least one arg, even if it's voidaaron1999-05-251-2/+8
|
* remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonaaron1999-05-231-2/+2
| | | | is used instead; kwesterback@home.com
* Cleanup xrefs under SEE ALSO. Specifically:alex1999-05-161-2/+2
| | | | | | | - Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries.
* grammar police: do not hyphenate compound words that act as adjectives if theaaron1999-05-121-3/+3
| | | | | | first word ends in -ly i.e., fully-qualified, newly-created, globally-visible, etc. are wrong
* make function names the correct casederaadt1999-02-271-2/+2
|
* more man page repairs; aaron@ug.cs.dal.caderaadt1998-09-051-2/+2
|
* doc RES_USE_INET6; lukemderaadt1997-06-111-2/+4
|
* Fix RCS idstholo1996-08-191-3/+1
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* netbsd: bind 4.9.3dm1996-02-191-1/+2
|
* initial import of NetBSD treederaadt1995-10-181-0/+344