| Commit message (Expand) | Author | Age | Files | Lines |
| * | Include <sys/types.h> and <limits.h> ourselves, don't assume they are included | Stefan Farfeleder | 2005-08-20 | 2 | -0/+2 |
| * | Respect the YES_HESIOD build variable. | Poul-Henning Kamp | 2005-08-06 | 1 | -2/+8 |
| * | Fix all the spelling mistakes I could find in the man pages for words | Giorgos Keramidas | 2005-07-31 | 1 | -1/+1 |
| * | don't accept invalid form of an address like 1:2:3:4:5:6:7::8. | Hajimu UMEMOTO | 2005-07-27 | 1 | -0/+4 |
| * | Remove padding for ABI compatibility of ai_addrlen member | Hajimu UMEMOTO | 2005-07-22 | 1 | -3/+0 |
| * | refer RFC 3542 rather than RFC 2292bis. | Hajimu UMEMOTO | 2005-07-19 | 3 | -4/+4 |
| * | fixed the validation code of routing header length in inet6_rth_getaddr(). | Hajimu UMEMOTO | 2005-07-19 | 1 | -4/+3 |
| * | Markup fixes. | Ruslan Ermilov | 2005-06-16 | 1 | -7/+10 |
| * | Assorted markup fixes. | Ruslan Ermilov | 2005-06-15 | 4 | -18/+22 |
| * | Remove rexecd(8), a server that implements a particularly insecure | Jacques Vidrine | 2005-06-10 | 1 | -2/+0 |
| * | reflect type change of n_net and getnetbyaddr(3). | Hajimu UMEMOTO | 2005-06-03 | 1 | -2/+2 |
| * | - Remove padding for ABI compatibility of n_net member from struct | Hajimu UMEMOTO | 2005-06-03 | 4 | -17/+1 |
| * | reduce cast. | Hajimu UMEMOTO | 2005-05-27 | 1 | -3/+3 |
| * | - The ai_addrlen of a struct addrinfo used to be a size_t, per | Hajimu UMEMOTO | 2005-05-15 | 6 | -25/+37 |
| * | Submitted by: Jinmei Tatuya, Hajimu Umemoto | George V. Neville-Neil | 2005-05-14 | 2 | -4/+4 |
| * | raise readability bit. | Hajimu UMEMOTO | 2005-05-13 | 1 | -7/+7 |
| * | free ypbuf only when yp_match() succeed. | Hajimu UMEMOTO | 2005-05-13 | 1 | -1/+1 |
| * | NI_WITHSCOPEID cleanup. Neither RFC 2553 nor RFC 3493 defines | Hajimu UMEMOTO | 2005-05-13 | 2 | -21/+8 |
| * | fix signed/unsigned comparison warnings. | Hajimu UMEMOTO | 2005-05-03 | 1 | -5/+5 |
| * | the 3rd argument of getsockname() should be socklen_t*. | Hajimu UMEMOTO | 2005-05-02 | 2 | -2/+4 |
| * | oops, we don't need previous change. | Hajimu UMEMOTO | 2005-05-01 | 1 | -8/+4 |
| * | make it compilable without YP definition. | Hajimu UMEMOTO | 2005-05-01 | 1 | -5/+9 |
| * | don't see RES_USE_INET6 when called from getipnodeby*(). | Hajimu UMEMOTO | 2005-05-01 | 1 | -6/+14 |
| * | oops, gethostbyaddr(3) must return h_addr as an IPv4-mapped | Hajimu UMEMOTO | 2005-04-30 | 3 | -6/+17 |
| * | handling RES_USE_INET6 better. | Hajimu UMEMOTO | 2005-04-30 | 1 | -4/+5 |
| * | _ht_gethostbyaddr didn't handle RES_USE_INET6 correctly. | Hajimu UMEMOTO | 2005-04-30 | 1 | -1/+1 |
| * | _gethostbynisname() didn't support RES_USE_INET6. | Hajimu UMEMOTO | 2005-04-30 | 1 | -0/+9 |
| * | _ht_gethostbyname didn't handle RES_USE_INET6 correctly. | Hajimu UMEMOTO | 2005-04-30 | 1 | -6/+18 |
| * | - do validation check and IPv4-mapped IPv6 address handling before | Hajimu UMEMOTO | 2005-04-29 | 2 | -36/+41 |
| * | NETDB_INTERNAL is not fit, here. return NO_RECOVERY for h_errno. | Hajimu UMEMOTO | 2005-04-29 | 4 | -4/+4 |
| * | our get{addr,name}info() is considered thread-safe. | Hajimu UMEMOTO | 2005-04-29 | 2 | -8/+0 |
| * | we cannot use inet_ntoa(3), here. so, use inet_ntop(3), instead. | Hajimu UMEMOTO | 2005-04-29 | 2 | -5/+11 |
| * | sync _map_v4v6_host*() with bind9's. it treats align better bit. | Hajimu UMEMOTO | 2005-04-28 | 4 | -18/+15 |
| * | we don't need mutex lock to call _gethostbynis*(), anymore. | Hajimu UMEMOTO | 2005-04-28 | 2 | -19/+2 |
| * | make gethostby*() thread-safe. | Hajimu UMEMOTO | 2005-04-28 | 6 | -285/+478 |
| * | _gethostbynis{addr,name}() can handle an IPv6, now. | Hajimu UMEMOTO | 2005-04-28 | 1 | -16/+11 |
| * | make getnetby*() thread-safe. | Hajimu UMEMOTO | 2005-04-28 | 8 | -175/+339 |
| * | hide implementation specific internal functions from netdb.h. | Hajimu UMEMOTO | 2005-04-27 | 6 | -0/+17 |
| * | our get{proto,serv}by*() use a thread-specific data space. | Hajimu UMEMOTO | 2005-04-26 | 2 | -2/+2 |
| * | add IPv6 awareness for NIS query of gethostby*(). | Hajimu UMEMOTO | 2005-04-26 | 2 | -25/+56 |
| * | ensure parsing numeric address before any host query. | Hajimu UMEMOTO | 2005-04-25 | 2 | -100/+126 |
| * | remove unused variable. | Hajimu UMEMOTO | 2005-04-25 | 1 | -3/+1 |
| * | if last line didn't have trailing space, network address was also | Hajimu UMEMOTO | 2005-04-24 | 1 | -10/+11 |
| * | - add getproto{byname,bynumber,ent}_r for internal use within libc. | Hajimu UMEMOTO | 2005-04-19 | 4 | -53/+181 |
| * | - nuke deprecated and unused getnodeby(3). | Hajimu UMEMOTO | 2005-04-19 | 1 | -31/+0 |
| * | rename the NIS related fields to have yp_ prefix. | Hajimu UMEMOTO | 2005-04-18 | 4 | -38/+38 |
| * | Do not check whether a pointer is NULL, since free(3) already takes care of | Xin LI | 2005-04-18 | 1 | -6/+3 |
| * | Fix build for !YP case. | Xin LI | 2005-04-17 | 1 | -0/+4 |
| * | libc-internal interfaces should have two underscores in front | Hajimu UMEMOTO | 2005-04-17 | 4 | -12/+12 |
| * | Wrong working directory, sorry. The previous patch was what I have | Xin LI | 2005-04-17 | 1 | -5/+0 |