summaryrefslogtreecommitdiff
path: root/lib/libc/net
AgeCommit message (Expand)Author
2001-06-23ok, tmac is now fixedTheo de Raadt
2001-06-23join .%A entries; most by bk@rt.fmTheo de Raadt
2001-06-12on openbsd, NI_MAXHOST value is different from RFC2553. PR 1870Jun-ichiro itojun Hagino
2001-06-11support EDNS0 (RFC2671) buffer size notification on DNS queries.Jun-ichiro itojun Hagino
2001-06-05repair copyright notices for NRL & cmetz; cmetzTheo de Raadt
2001-04-03Add missing return type to dn_comp() prototype in SYNOPSIS; matt@anzen.comAaron Campbell
2001-02-17spelling and grammarPaul Janzen
2001-02-12correct listener side example. from deraadtJun-ichiro itojun Hagino
2001-02-10Make sure $RSH is not the empty string.Todd C. Miller
2001-01-26wording updates. typo in example (s/err1/errx/).Jun-ichiro itojun Hagino
2001-01-05do not refer getnodebyname. sync with kame.Jun-ichiro itojun Hagino
2001-01-04grammer/spellingTodd T. Fries
2000-12-24Various repairs, mostly to get rid of short lines.Aaron Campbell
2000-12-21more Va stuffTheo de Raadt
2000-12-21mdoc prefers `\e' as an escape character.Aaron Campbell
2000-12-21IPPORT_RESERVED - 1, not 1023Theo de Raadt
2000-12-17data base -> databaseTodd C. Miller
2000-11-24ifm_data is avilable on {net,open,free}bsd. sync with kame.Jun-ichiro itojun Hagino
2000-11-10seperate -> separate, okay aaron@Niels Provos
2000-10-18Another round of man page cleanup, this time to remove more hard sentenceAaron Campbell
2000-09-25fix off-by-1 error.Jun-ichiro itojun Hagino
2000-09-22IPng -> IPv6Aaron Campbell
2000-09-22ipx_addr(3) takes a const char *.Todd C. Miller
2000-08-31on /etc/hosts lookup, set "official host name" (the leftmost hostname)Jun-ichiro itojun Hagino
2000-08-22WallTheo de Raadt
2000-08-13strings are NUL-terminated, not NULL-terminatedTheo de Raadt
2000-08-09document that the current implementation is not thread-safe. sync with kame.Jun-ichiro itojun Hagino
2000-07-30avoid buffer overrun on too-long reply for NIS hostname lookup.Jun-ichiro itojun Hagino
2000-07-25document pitfall cases in argument parsing. sync with kame.Jun-ichiro itojun Hagino
2000-07-09reject empty scopeid/numeric portname. sync with kame.Jun-ichiro itojun Hagino
2000-07-07use %s with fprintfTheo de Raadt
2000-07-05return EAI_NODATA, instead of EAI_NONAME, on name resolution errors.Jun-ichiro itojun Hagino
2000-06-30typo in RFC number. KAME PR 263Jun-ichiro itojun Hagino
2000-06-22add paper by cmetz. correct example. (sync with kame)Jun-ichiro itojun Hagino
2000-06-22ipv6 support in resolver. "nameserver" line in /etc/resolv.conf now takesJun-ichiro itojun Hagino
2000-06-18note get{addr,name}info are recommended than inet_xx.Jun-ichiro itojun Hagino
2000-06-12correct ENI_SALEN case to meet rfc2553bis.Jun-ichiro itojun Hagino
2000-06-12correct behavior against invalid sockaddr. previous code may return 0Jun-ichiro itojun Hagino
2000-05-17nroff fixes (correct Dt, linebreak).Jun-ichiro itojun Hagino
2000-05-15correct type of 2nd argument to meet RFC2553. (this should raise no ABIJun-ichiro itojun Hagino
2000-05-15translate DNS error code into getaddrinfo error code (EAI_xxx). PR 1229.Jun-ichiro itojun Hagino
2000-04-27remove unused struct def. more sanity check for NULL.Jun-ichiro itojun Hagino
2000-04-26const poisoningJun-ichiro itojun Hagino
2000-04-26add $KAME$ for future version trackingJun-ichiro itojun Hagino
2000-04-26bring in latest KAME implementation.Jun-ichiro itojun Hagino
2000-04-26remove #if 0'ed portion which we will never revisit (no behavior change).Jun-ichiro itojun Hagino
2000-04-26sync with latest kame.Jun-ichiro itojun Hagino
2000-04-25correct boundary check. XXX should avoid code duplicate here...Jun-ichiro itojun Hagino
2000-04-21Don't hyphenate the words {left|right}most.Aaron Campbell
2000-04-18Repairs, mostly removing hard sentence breaks.Aaron Campbell