| Commit message (Expand) | Author | Age | Files | Lines |
* | o Backout rev. 1.16, see 1.3 commit log for more info. | maxim | 2004-10-09 | 1 | -6/+4 |
* | Reflect the fact addr2ascii(3) and ascii2addr(3) need sys/socket.h | maxim | 2004-09-29 | 1 | -0/+1 |
* | Use the recently introduced RES_DFLRETRY parameter instead of a well-hidden | yar | 2004-09-09 | 1 | -1/+1 |
* | Bump the document date, since the content changed today. | roam | 2004-08-06 | 3 | -3/+3 |
* | Cross-reference getnameinfo(3), getaddrinfo(3), getipnodebyname(3) and | roam | 2004-08-06 | 3 | -0/+4 |
* | now e.f.f.3.ip6.arpa is delegated, we no longer need to query ip6.int | ume | 2004-07-21 | 2 | -7/+1 |
* | Markup nits. | ru | 2004-07-07 | 1 | -2/+4 |
* | Markup fixes. | ru | 2004-07-05 | 3 | -128/+180 |
* | Eliminate double whitespace. | ru | 2004-07-03 | 1 | -1/+1 |
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 12 | -35/+66 |
* | Markup, grammar, and spelling fixes. | ru | 2004-06-30 | 3 | -3/+7 |
* | Spelling fixes. | mpp | 2004-06-21 | 2 | -3/+3 |
* | Rename variable name from `name' to `hostname'. | ume | 2004-06-16 | 1 | -7/+7 |
* | Date bump. | bms | 2004-06-14 | 1 | -1/+1 |
* | Document some return values. | bms | 2004-06-14 | 1 | -1/+20 |
* | use source address as a hint to determine destination address | ume | 2004-06-02 | 1 | -50/+361 |
* | Add Aerospace Corporation copyrights to EUI64 support files. | brooks | 2004-06-01 | 2 | -0/+52 |
* | Treat IPv4 private address as global scope rather than site scope. | ume | 2004-05-31 | 1 | -1/+1 |
* | use source address as a hint to determine destination address. | ume | 2004-05-31 | 1 | -0/+111 |
* | Add support for an /etc/eui64 file modeled on /etc/ethers. The API is | brooks | 2004-05-26 | 3 | -2/+492 |
* | Unbreak world. | ru | 2004-04-21 | 1 | -3/+2 |
* | MFdragonfly: resolver fix for timeouts on unqualified hostnames | njl | 2004-04-21 | 1 | -5/+18 |
* | Add a missing "*errp = h_errno" forgotten in rev 1.36. | pb | 2004-04-06 | 1 | -1/+2 |
* | Fix _dns_ghbyname() to return NS_TRYAGAIN instead of NS_NOTFOUND | pb | 2004-04-05 | 1 | -4/+12 |
* | The previous commit changed the behavior of nsdispatch() in the | nectar | 2004-04-01 | 1 | -3/+1 |
* | When a dynamic NSS module is built and linked against a thread | nectar | 2004-03-30 | 2 | -22/+42 |
* | Don't try to pass off a struct sockaddr as a struct sockaddr_in when it | des | 2004-03-15 | 1 | -2/+2 |
* | Make this compile with -O2. A proper fix would use a struct to represent | des | 2004-03-15 | 1 | -22/+22 |
* | Whitespace nits. | des | 2004-03-15 | 1 | -4/+4 |
* | Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror) | markm | 2004-03-05 | 1 | -2/+2 |
* | Make the resolver(3) and many associated interfaces much more reentrant. | green | 2004-02-25 | 12 | -52/+277 |
* | add destination address selection support for getipnodebyname(3). | ume | 2004-02-20 | 1 | -1/+225 |
* | style cleanup: Remove duplicate $FreeBSD$ tags. | cperciva | 2004-02-10 | 1 | -1/+0 |
* | Unbreak world. | ru | 2004-02-07 | 1 | -2/+2 |
* | getnetbyname fixes: | dds | 2004-02-07 | 1 | -22/+67 |
* | It was reported that when using nss_ldap, getgrent(3) would behave | nectar | 2004-01-09 | 1 | -8/+15 |
* | Work around a `warning: zero-length printf format string'. | nectar | 2004-01-06 | 1 | -1/+1 |
* | Add support for timeout: and attempts: resolver options. | murray | 2003-12-07 | 1 | -0/+20 |
* | Add the userland part of the NET_RT_IFMALIST sysctl MIB. A new function, | bms | 2003-11-14 | 3 | -2/+322 |
* | u_int8_t cannot carry a number greater than 255. | ume | 2003-11-14 | 1 | -3/+1 |
* | add destination address selection described in RFC3484. | ume | 2003-10-30 | 1 | -7/+412 |
* | according to RFC3542 10.5, the 5th argment of inet6_opt_next() | ume | 2003-10-25 | 1 | -1/+1 |
* | oops, revert previous change to getaddrinfo.c. This is not related | ume | 2003-10-24 | 1 | -275/+155 |
* | Switch Advanced Sockets API for IPv6 from RFC2292 to RFC3542 | ume | 2003-10-24 | 6 | -366/+1400 |
* | reorder functions to be in sync with KAME. | ume | 2003-10-23 | 1 | -128/+132 |
* | EAI_ADDRFAMILY and EAI_NODATA was deprecated in RFC3493 | ume | 2003-10-23 | 2 | -17/+4 |
* | oops, gai_strerror must return default value when error code | ume | 2003-10-22 | 1 | -0/+1 |
* | make ai_errlist struct. this is preparation for RFC3493 | ume | 2003-10-22 | 1 | -19/+32 |
* | stop use of NI_WITHSCOPEID. it was deprecated. | ume | 2003-10-21 | 1 | -8/+3 |
* | From OpenBSD: | fenner | 2003-09-15 | 1 | -1/+1 |