| Commit message (Expand) | Author | Age | Files | Lines |
* | Respect MK_INET6_SUPPORT. | yar | 2006-07-26 | 1 | -1/+5 |
* | Fix build w/o INET6. | yar | 2006-07-26 | 1 | -0/+2 |
* | do not overload the port number on to the return value of | ume | 2006-07-23 | 1 | -8/+9 |
* | stop use of mutex lock in ICMP lookup. | ume | 2006-07-23 | 1 | -18/+5 |
* | remove obsolete comments. | ume | 2006-07-22 | 1 | -8/+0 |
* | simplification in explore_numeric: unified the post-process with | ume | 2006-07-21 | 1 | -32/+22 |
* | RFC3493 requires use of inet_aton for AF_INET. | ume | 2006-07-21 | 1 | -3/+7 |
* | clean-up: rewrote explore_null and explore_numeric without using sentinel. | ume | 2006-07-21 | 1 | -35/+20 |
* | - draft-ietf-ipngwg-icmp-namelookups-09 | ume | 2006-07-21 | 1 | -79/+164 |
* | Use a prototype for res_init(). | stefanf | 2006-07-17 | 1 | -1/+1 |
* | Fix gethostbyaddr() prototype to conform to IEEE Std 1003.1 on 64 bit | ume | 2006-05-21 | 1 | -25/+22 |
* | Return EAI_OVERFLOW instead of EAI_MEMORY when the supplied buffer is | ume | 2006-05-21 | 3 | -4/+7 |
* | Upgrade res_update(3) and the friends to BIND9's one excluding TSIG | ume | 2006-05-21 | 4 | -935/+0 |
* | Fix gethostbyaddr() prototype to conform to IEEE Std 1003.1: | ume | 2006-05-12 | 6 | -22/+36 |
* | Fix alignment problem on AMD64. | ume | 2006-05-02 | 1 | -4/+4 |
* | `cache' couldn't co-exist with `compat'. | ume | 2006-04-30 | 1 | -2/+3 |
* | - Extend the nsswitch to support Services, Protocols and Rpc | ume | 2006-04-28 | 15 | -522/+3635 |
* | - make reentrant version of netdb functions glibc style API, and | ume | 2006-04-15 | 16 | -705/+1258 |
* | fix indent. | ume | 2006-04-01 | 1 | -9/+9 |
* | Expose res_update and friends again. At least, ports/mail/spamilter | ume | 2006-03-30 | 4 | -111/+31 |
* | If the query choked with EDNS0, retry without EDNS0. | ume | 2006-03-28 | 1 | -8/+24 |
* | - Use ANSI C prototype. | ume | 2006-03-25 | 3 | -152/+59 |
* | When res_nquerydomain() returns SERVFAIL, we should try next domain. | ume | 2006-03-24 | 1 | -1/+9 |
* | When res_send() fails, we should reserve an error code. | ume | 2006-03-24 | 1 | -2/+2 |
* | Update the resolver in libc to BIND9's one. | ume | 2006-03-21 | 41 | -7838/+365 |
* | When we are doing initialization against q, use its own size, not | delphij | 2006-03-21 | 1 | -1/+1 |
* | Reimplementation of world/kernel build options. For details, see: | ru | 2006-03-17 | 1 | -1/+1 |
* | ns_name_skip was recently redefined to __ns_name_skip | deischen | 2006-03-13 | 1 | -1/+1 |
* | Add each directory's symbol map file to SYM_MAPS. | deischen | 2006-03-13 | 1 | -0/+2 |
* | Add symbol maps and initial symbol version definitions to libc. | deischen | 2006-03-13 | 1 | -0/+247 |
* | Handle the errors returned by res_querydomain() in same manner. | ume | 2006-03-01 | 2 | -0/+40 |
* | Correct a comment. | deischen | 2006-02-27 | 3 | -22/+6 |
* | Sync inet_net_pton() and inet_net_ntop() with latest BIND9's includes | ume | 2006-02-26 | 3 | -85/+420 |
* | - Just query 'as is', if there is a trailing dot in the name. | ume | 2006-02-24 | 2 | -18/+40 |
* | Fix inet6_opt_get_val() prototype. | ru | 2005-11-23 | 1 | -1/+1 |
* | Add missing includes. | ru | 2005-11-23 | 1 | -1/+3 |
* | The KAME's getipnodebyaddr() code honor the MULTI_PTRS_ARE_ALIASES | ume | 2005-11-15 | 1 | -0/+1 |
* | Include <sys/types.h> and <limits.h> ourselves, don't assume they are included | stefanf | 2005-08-20 | 2 | -0/+2 |
* | Respect the YES_HESIOD build variable. | phk | 2005-08-06 | 1 | -2/+8 |
* | Fix all the spelling mistakes I could find in the man pages for words | keramida | 2005-07-31 | 1 | -1/+1 |
* | don't accept invalid form of an address like 1:2:3:4:5:6:7::8. | ume | 2005-07-27 | 1 | -0/+4 |
* | Remove padding for ABI compatibility of ai_addrlen member | ume | 2005-07-22 | 1 | -3/+0 |
* | refer RFC 3542 rather than RFC 2292bis. | ume | 2005-07-19 | 3 | -4/+4 |
* | fixed the validation code of routing header length in inet6_rth_getaddr(). | ume | 2005-07-19 | 1 | -4/+3 |
* | Markup fixes. | ru | 2005-06-16 | 1 | -7/+10 |
* | Assorted markup fixes. | ru | 2005-06-15 | 4 | -18/+22 |
* | Remove rexecd(8), a server that implements a particularly insecure | nectar | 2005-06-10 | 1 | -2/+0 |
* | reflect type change of n_net and getnetbyaddr(3). | ume | 2005-06-03 | 1 | -2/+2 |
* | - Remove padding for ABI compatibility of n_net member from struct | ume | 2005-06-03 | 4 | -17/+1 |
* | reduce cast. | ume | 2005-05-27 | 1 | -3/+3 |