Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-07-04 | fix unused code path; karls@inet.no | Theo de Raadt | |
2001-06-30 | missing freeaddrinfo(). PR 1907 | Jun-ichiro itojun Hagino | |
2001-06-27 | use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok. | lebel | |
2001-06-23 | ok, tmac is now fixed | Theo de Raadt | |
2001-06-23 | join .%A entries; most by bk@rt.fm | Theo de Raadt | |
2001-06-12 | on openbsd, NI_MAXHOST value is different from RFC2553. PR 1870 | Jun-ichiro itojun Hagino | |
2001-06-11 | support EDNS0 (RFC2671) buffer size notification on DNS queries. | Jun-ichiro itojun Hagino | |
"options edns0" in /etc/resolv.conf will enable the behavior. no behavior change if you don't have the line. see resolv.conf(5) for more details. EDNS0 is useful for avoiding TCP DNS queries/replies on larger DNS responses. also, draft-ietf-dnsext-message-size-* plans to mandate EDNS0 support for DNS clients that support IPv6 transport. | |||
2001-06-05 | repair copyright notices for NRL & cmetz; cmetz | Theo de Raadt | |
2001-04-03 | Add missing return type to dn_comp() prototype in SYNOPSIS; matt@anzen.com | Aaron Campbell | |
2001-02-17 | spelling and grammar | Paul Janzen | |
2001-02-12 | correct listener side example. from deraadt | Jun-ichiro itojun Hagino | |
2001-02-10 | Make sure $RSH is not the empty string. | Todd C. Miller | |
2001-01-26 | wording updates. typo in example (s/err1/errx/). | Jun-ichiro itojun Hagino | |
sync with latest kame. | |||
2001-01-05 | do not refer getnodebyname. sync with kame. | Jun-ichiro itojun Hagino | |
2001-01-04 | grammer/spelling | Todd T. Fries | |
2000-12-24 | Various repairs, mostly to get rid of short lines. | Aaron Campbell | |
2000-12-21 | more Va stuff | Theo de Raadt | |
2000-12-21 | mdoc prefers `\e' as an escape character. | Aaron Campbell | |
2000-12-21 | IPPORT_RESERVED - 1, not 1023 | Theo de Raadt | |
2000-12-17 | data base -> database | Todd C. Miller | |
2000-11-24 | ifm_data is avilable on {net,open,free}bsd. sync with kame. | Jun-ichiro itojun Hagino | |
2000-11-10 | seperate -> separate, okay aaron@ | Niels Provos | |
2000-10-18 | Another round of man page cleanup, this time to remove more hard sentence | Aaron Campbell | |
breaks and getting rid of short lines, making these files easier to work with. | |||
2000-09-25 | fix off-by-1 error. | Jun-ichiro itojun Hagino | |
From: Pavel Kankovsky <peak@argo.troja.mff.cuni.cz> | |||
2000-09-22 | IPng -> IPv6 | Aaron Campbell | |
2000-09-22 | ipx_addr(3) takes a const char *. | Todd C. Miller | |
2000-08-31 | on /etc/hosts lookup, set "official host name" (the leftmost hostname) | Jun-ichiro itojun Hagino | |
into ai_canonname. this is to synchronize with practice in gethostby*. comment from ume@mahoroba.org. sync with kame. | |||
2000-08-22 | Wall | Theo de Raadt | |
2000-08-13 | strings are NUL-terminated, not NULL-terminated | Theo de Raadt | |
2000-08-09 | document that the current implementation is not thread-safe. sync with kame. | Jun-ichiro itojun Hagino | |
From: "Greg Thompson" <johnnyteardrop@hotmail.com> | |||
2000-07-30 | avoid buffer overrun on too-long reply for NIS hostname lookup. | Jun-ichiro itojun Hagino | |
2000-07-25 | document pitfall cases in argument parsing. sync with kame. | Jun-ichiro itojun Hagino | |
2000-07-09 | reject empty scopeid/numeric portname. sync with kame. | Jun-ichiro itojun Hagino | |
2000-07-07 | use %s with fprintf | Theo de Raadt | |
2000-07-05 | return EAI_NODATA, instead of EAI_NONAME, on name resolution errors. | Jun-ichiro itojun Hagino | |
EAI_NONAME does not make sense in these situations. from kame. From: enami@netbsd.org | |||
2000-06-30 | typo in RFC number. KAME PR 263 | Jun-ichiro itojun Hagino | |
2000-06-22 | add paper by cmetz. correct example. (sync with kame) | Jun-ichiro itojun Hagino | |
2000-06-22 | ipv6 support in resolver. "nameserver" line in /etc/resolv.conf now takes | Jun-ichiro itojun Hagino | |
ipv6 address. | |||
2000-06-18 | note get{addr,name}info are recommended than inet_xx. | Jun-ichiro itojun Hagino | |
2000-06-12 | correct ENI_SALEN case to meet rfc2553bis. | Jun-ichiro itojun Hagino | |
2000-06-12 | correct behavior against invalid sockaddr. previous code may return 0 | Jun-ichiro itojun Hagino | |
(success) on invalid sockaddr. sync with rfc2553bis regarding to getnameinfo error code. (sync with kame) | |||
2000-05-17 | nroff fixes (correct Dt, linebreak). | Jun-ichiro itojun Hagino | |
2000-05-15 | correct type of 2nd argument to meet RFC2553. (this should raise no ABI | Jun-ichiro itojun Hagino | |
problem due to type promotion). PR 1228. | |||
2000-05-15 | translate DNS error code into getaddrinfo error code (EAI_xxx). PR 1229. | Jun-ichiro itojun Hagino | |
2000-04-27 | remove unused struct def. more sanity check for NULL. | Jun-ichiro itojun Hagino | |
2000-04-26 | const poisoning | Jun-ichiro itojun Hagino | |
2000-04-26 | add $KAME$ for future version tracking | Jun-ichiro itojun Hagino | |
2000-04-26 | bring in latest KAME implementation. | Jun-ichiro itojun Hagino | |
conforms to draft-ietf-ipngwg-scopedaddr-format-01.txt. behavior change: returns numeric scopeid if we can't convert to string removed #if 0'ed portion which we will never revisit. | |||
2000-04-26 | remove #if 0'ed portion which we will never revisit (no behavior change). | Jun-ichiro itojun Hagino | |
2000-04-26 | sync with latest kame. | Jun-ichiro itojun Hagino | |
- completely disable AI_ADDRCONFIG support (post RFC2553) since it does not work for PF_UNSPEC. - remove unused variables, some delint. |