Age | Commit message (Expand) | Author |
2001-11-15 | sync with reality; scope identifier comes even without NI_WITHSCOPEID. | Jun-ichiro itojun Hagino |
2001-11-15 | make NI_WITHSCOPEID a default (always on), to synchronize with recent 2553bis. | Jun-ichiro itojun Hagino |
2001-11-14 | sync with kame better. open some renaming #defines (ENI_xx). | Jun-ichiro itojun Hagino |
2001-10-01 | typo | Todd C. Miller |
2001-09-14 | add "options insecure[12]" support for /etc/resolv.conf. | Jun-ichiro itojun Hagino |
2001-09-04 | Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their ... | Todd C. Miller |
2001-08-20 | cope with sa_len < sizeof(struct sockaddr). | Jun-ichiro itojun Hagino |
2001-08-20 | cope with negative return value from snprintf. | Jun-ichiro itojun Hagino |
2001-08-20 | use snprintf, not sprintf. sync with kame | Jun-ichiro itojun Hagino |
2001-08-16 | Use calloc() to allocate response data. Be more careful when freeing | Hakan Olsson |
2001-08-08 | add CAVEATS section that talks about trust and the AD-bit | Jakob Schlyter |
2001-08-07 | KNF; and i bonked jakob in the head for it too, with a plastic bottle of coke | Theo de Raadt |
2001-08-07 | add copyright notices; noted as missing by itojun | Theo de Raadt |
2001-08-07 | typo | Jun-ichiro itojun Hagino |
2001-08-07 | -Wunused | Jun-ichiro itojun Hagino |
2001-08-07 | sorry, correct the polarity of return value on AF_INET6. | Jun-ichiro itojun Hagino |
2001-08-07 | for AF_INET6, must compare sin6_scope_id. | Jun-ichiro itojun Hagino |
2001-08-06 | add AUTHORS and update HISTORY | Jakob Schlyter |
2001-08-06 | OpenBSD id-tags | Jakob Schlyter |
2001-08-06 | add getrrsetbyname(3) - API to retrieve arbitrary DNS records | Jakob Schlyter |
2001-08-06 | o) We always close .Bl and .Bd tags; | Mike Pechkin |
2001-08-05 | there's no no host.conf on openbsd. pointed out by smb | Jun-ichiro itojun Hagino |
2001-08-02 | pet peeve, insure vs ensure | Hugh Graham |
2001-07-31 | add support for EDNS0 extended flag DNSSEC OK (aka DO). ok deraadt@ | Jakob Schlyter |
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 |
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 |
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 |
2000-09-25 | fix off-by-1 error. | Jun-ichiro itojun Hagino |
2000-09-22 | IPng -> IPv6 | Aaron Campbell |
2000-09-22 | ipx_addr(3) takes a const char *. | Todd C. Miller |