Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mop up resolver.3 rename; ok deraadt | jmc | 2019-08-30 | 1 | -3/+3 |
| | |||||
* | Prefer AF_* over PF_* and 'address family' over 'protocol family' | guenther | 2016-05-29 | 1 | -9/+9 |
| | | | | ok jung@ | ||||
* | Amend documentation for AI_ADDRCONFIG | jca | 2015-02-16 | 1 | -2/+4 |
| | | | | ok jmc@ | ||||
* | unbind; | jmc | 2014-08-23 | 1 | -4/+3 |
| | |||||
* | Implement AI_ADDRCONFIG | sperreault | 2014-04-28 | 1 | -3/+14 |
| | | | | | | | | | | | | | | | | | | | | This is a getaddrinfo() flag that is defined thusly in RFC 3493: If the AI_ADDRCONFIG flag is specified, IPv4 addresses shall be returned only if an IPv4 address is configured on the local system, and IPv6 addresses shall be returned only if an IPv6 address is configured on the local system. The loopback address is not considered for this case as valid as a configured address. For example, when using the DNS, a query for AAAA records should occur only if the node has at least one IPv6 address configured (other than IPv6 loopback) and a query for A records should occur only if the node has at least one IPv4 address configured (other than the IPv4 loopback). The flag is set by default when hints is NULL. ok Eric Faurot, Jason McIntyre | ||||
* | obvious .Pa fixes; found with mandocdb(8) | schwarze | 2014-01-21 | 1 | -3/+3 |
| | |||||
* | Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze | tedu | 2013-06-05 | 1 | -5/+5 |
| | |||||
* | getaddrinfo is now thread-safe. | brad | 2013-03-31 | 1 | -6/+2 |
| | | | | ok eric@ | ||||
* | last stage of rfc changes, using consistent Rs/Re blocks, and moving the | jmc | 2012-09-27 | 1 | -24/+24 |
| | | | | references into a STANDARDS section; | ||||
* | use "an addrinfo", not "a addrinfo". ok jmc | sthen | 2012-04-20 | 1 | -3/+3 |
| | |||||
* | draft-ietf-ipv6-scoping-arch-02 has become RFC 4007, as noted by | jmc | 2012-01-03 | 1 | -6/+5 |
| | | | | | | Poul-Henning Kamp, freebsd pr docs/163771; ok sthen | ||||
* | Add AI_FQDN flag to getaddrinfo(3). Prompted by discussions with djm@ | matthew | 2011-04-05 | 1 | -3/+29 |
| | | | | | | | | | | about cert checking in OpenSSH. Man page wording tweaks thanks to jmc@. ok henning@, jmc@; positive feedback from djm@, ajacoutat@ Committing now to reuse guenther@'s libc minor bump instead of cranking it again, as suggested by deraadt@. | ||||
* | promote correct style for error checking | eric | 2009-07-09 | 1 | -7/+7 |
| | | | | ok tedu@ deraadt@ krw@ | ||||
* | Document AI_NUMERICSERV; feedback and ok millert@ | jacekm | 2009-05-06 | 1 | -2/+9 |
| | |||||
* | convert to new .Dd format; | jmc | 2007-05-31 | 1 | -2/+2 |
| | |||||
* | Remove unnecessary /* NOTREACHED */ comments because our lint is | ray | 2006-09-25 | 1 | -13/+5 |
| | | | | | | cool and recognizes __dead, and because shorter examples are clearer. OK otto@. | ||||
* | Do not clobber errno when calling close(2) in example code. | otto | 2005-11-15 | 1 | -2/+6 |
| | | | | From form@ via mpech@ | ||||
* | save errno in example code. from mpech@ ok jmc@ | otto | 2005-11-13 | 1 | -1/+3 |
| | |||||
* | use "www" as the service name in the example instead of "http" since "www" | dlg | 2005-07-05 | 1 | -5/+5 |
| | | | | | | is what is used in /etc/services. ok jmc@ henning@ millert@ | ||||
* | There is no need to call freeaddrinfo() in case of an error. | claudio | 2005-03-12 | 1 | -1/+6 |
| | | | | | getaddrinfo() does that already by itself. OK jmc@ beck@ | ||||
* | correct .Rs references; | jmc | 2005-01-29 | 1 | -2/+2 |
| | |||||
* | fix reversed short description; ok itojun@ | djm | 2005-01-28 | 1 | -2/+2 |
| | |||||
* | space between macro args and punctuation; | jmc | 2005-01-06 | 1 | -3/+3 |
| | |||||
* | IPv6 manpage, wrote from scratch. deraadt ok | itojun | 2005-01-06 | 1 | -7/+11 |
| | |||||
* | - grammar, punctuation, spacing, and mdoc fixes | jaredy | 2004-12-21 | 1 | -27/+20 |
| | | | | | - remove first person - EAI_NONAME is already described in gai_strerror(3) | ||||
* | thread-unsafeness comes from the use of _res, YP filehandle, and /etc/hosts | itojun | 2004-12-21 | 1 | -2/+2 |
| | | | | filehandle, not dynamic memory allocation. | ||||
* | Minor cleanup. | millert | 2004-12-20 | 1 | -9/+16 |
| | |||||
* | Add back EXAMPLE section and scopeid info which are from KAME, not the | millert | 2004-12-20 | 1 | -1/+131 |
| | | | | RFC text. | ||||
* | New getaddrinfo.3 man page, derived from the ISC version and fleshed | millert | 2004-12-20 | 1 | -0/+300 |
| | | | | out a bit by me. Needs more work. | ||||
* | remove manpages based on RFC. requested by deraadt | itojun | 2004-12-20 | 1 | -531/+0 |
| | |||||
* | move gai_strerror into its own page, and make the get* pages more readable; | jmc | 2004-12-06 | 1 | -163/+101 |
| | | | | | | prompted by henning; ok henning@ itojun@ | ||||
* | remove references to rfc 2553, since 3493 obsoletes it; | jmc | 2004-04-14 | 1 | -11/+2 |
| | | | | ok itojun@ | ||||
* | implement RFC3493 AI_NUMERICSERV. tedu ok | itojun | 2004-04-14 | 1 | -1/+26 |
| | |||||
* | do not recommend a format string error..; pbastos@rdc.puc-rio.br | deraadt | 2004-03-01 | 1 | -3/+3 |
| | |||||
* | refer to RFCs consistently (RFC XXXX); | jmc | 2003-08-08 | 1 | -4/+4 |
| | |||||
* | sync struct addrinfo with what's in <netdb.h>; | jmc | 2003-07-27 | 1 | -11/+11 |
| | | | | ok itojun@ | ||||
* | Remove the advertising clause in the UCB license which Berkeley | millert | 2003-06-02 | 1 | -6/+2 |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | - section reorder | jmc | 2003-05-30 | 1 | -4/+4 |
| | | | | - macro cleanup | ||||
* | typos; | jmc | 2003-05-01 | 1 | -11/+11 |
| | | | | ok itojun@ | ||||
* | Initial cleanup: | mpech | 2002-04-30 | 1 | -2/+2 |
| | | | | | | | | | | | | o) remove extra space in the end of line; o) remove extra blank lines in the end of file; o) remove .Pp before .Ss; o) CAVEAT -> CAVEATS; o) fix usage of .Fa; o) <blank-line> -> .Pp; o) wrap long lines; millert@ ok | ||||
* | o) We always close .Bl and .Bd tags; | mpech | 2001-08-06 | 1 | -2/+1 |
| | | | | | | | | | | o) .Sh AUTHOR -> .Sh AUTHORS; o) We don't like .Pp before/after .Sh; o) We don't like .Pp before/after .Rs/.Re; o) NetBSD -> .Nx; o) OpenBSD -> .Ox; millert@ ok | ||||
* | there's no no host.conf on openbsd. pointed out by smb | itojun | 2001-08-05 | 1 | -8/+2 |
| | |||||
* | ok, tmac is now fixed | deraadt | 2001-06-23 | 1 | -2/+3 |
| | |||||
* | join .%A entries; most by bk@rt.fm | deraadt | 2001-06-23 | 1 | -3/+2 |
| | |||||
* | correct listener side example. from deraadt | itojun | 2001-02-12 | 1 | -5/+6 |
| | |||||
* | wording updates. typo in example (s/err1/errx/). | itojun | 2001-01-26 | 1 | -15/+16 |
| | | | | sync with latest kame. | ||||
* | Various repairs, mostly to get rid of short lines. | aaron | 2000-12-24 | 1 | -2/+2 |
| | |||||
* | strings are NUL-terminated, not NULL-terminated | deraadt | 2000-08-13 | 1 | -4/+4 |
| | |||||
* | document that the current implementation is not thread-safe. sync with kame. | itojun | 2000-08-09 | 1 | -2/+4 |
| | | | | From: "Greg Thompson" <johnnyteardrop@hotmail.com> | ||||
* | document pitfall cases in argument parsing. sync with kame. | itojun | 2000-07-25 | 1 | -3/+64 |
| |