Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | typo in RFC number. KAME PR 263 | itojun | 2000-06-30 | 1 | -3/+3 |
| | |||||
* | add paper by cmetz. correct example. (sync with kame) | itojun | 2000-06-22 | 1 | -9/+10 |
| | |||||
* | add BUGS section about getaddrinfo(3) search order. | itojun | 2000-02-14 | 1 | -1/+6 |
| | | | | | NetBSD PR: 9413 From: Thilo Manske <Thilo.Manske@HEH.Uni-Oldenburg.DE> | ||||
* | indent | deraadt | 2000-01-17 | 1 | -3/+3 |
| | |||||
* | sync with latest KAME version. now includes description on scoped addr | itojun | 2000-01-17 | 1 | -4/+160 |
| | | | | extension. add examples (good enough? >deraadt) | ||||
* | fix includes; bde | deraadt | 2000-01-06 | 1 | -2/+3 |
| | |||||
* | repairs; better English, formatting, etc. | aaron | 1999-07-05 | 1 | -48/+49 |
| | |||||
* | cleaner | deraadt | 1999-07-03 | 1 | -6/+6 |
| | |||||
* | man pages from WIDE | deraadt | 1999-07-03 | 1 | -0/+359 |