summaryrefslogtreecommitdiff
path: root/lib/libc/net
AgeCommit message (Expand)Author
2001-11-15sync with reality; scope identifier comes even without NI_WITHSCOPEID.Jun-ichiro itojun Hagino
2001-11-15make NI_WITHSCOPEID a default (always on), to synchronize with recent 2553bis.Jun-ichiro itojun Hagino
2001-11-14sync with kame better. open some renaming #defines (ENI_xx).Jun-ichiro itojun Hagino
2001-10-01typoTodd C. Miller
2001-09-14add "options insecure[12]" support for /etc/resolv.conf.Jun-ichiro itojun Hagino
2001-09-04Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their ...Todd C. Miller
2001-08-20cope with sa_len < sizeof(struct sockaddr).Jun-ichiro itojun Hagino
2001-08-20cope with negative return value from snprintf.Jun-ichiro itojun Hagino
2001-08-20use snprintf, not sprintf. sync with kameJun-ichiro itojun Hagino
2001-08-16Use calloc() to allocate response data. Be more careful when freeingHakan Olsson
2001-08-08add CAVEATS section that talks about trust and the AD-bitJakob Schlyter
2001-08-07KNF; and i bonked jakob in the head for it too, with a plastic bottle of cokeTheo de Raadt
2001-08-07add copyright notices; noted as missing by itojunTheo de Raadt
2001-08-07typoJun-ichiro itojun Hagino
2001-08-07-WunusedJun-ichiro itojun Hagino
2001-08-07sorry, correct the polarity of return value on AF_INET6.Jun-ichiro itojun Hagino
2001-08-07for AF_INET6, must compare sin6_scope_id.Jun-ichiro itojun Hagino
2001-08-06add AUTHORS and update HISTORYJakob Schlyter
2001-08-06OpenBSD id-tagsJakob Schlyter
2001-08-06add getrrsetbyname(3) - API to retrieve arbitrary DNS recordsJakob Schlyter
2001-08-06o) We always close .Bl and .Bd tags;Mike Pechkin
2001-08-05there's no no host.conf on openbsd. pointed out by smbJun-ichiro itojun Hagino
2001-08-02pet peeve, insure vs ensureHugh Graham
2001-07-31add support for EDNS0 extended flag DNSSEC OK (aka DO). ok deraadt@Jakob Schlyter
2001-07-04fix unused code path; karls@inet.noTheo de Raadt
2001-06-30missing freeaddrinfo(). PR 1907Jun-ichiro itojun Hagino
2001-06-27use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok.lebel
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