Age | Commit message (Expand) | Author |
2003-07-21 | bug library/3297: lib/libc/net/get{addr,name}info should share mutex | Marco S Hyman |
2003-05-14 | fill ai_canonname field for numeric hostname, by the given hostname. | Jun-ichiro itojun Hagino |
2003-03-17 | If hostname != NULL, hostname is not a numeric string, and AI_NUMERICHOST | Jason Wright |
2003-03-04 | strlcpy, check retval from sprintf | Jun-ichiro itojun Hagino |
2003-01-28 | thread safer libc (note: safer, not safe) | Marco S Hyman |
2002-08-27 | allocate 64K recieve buffer for DNS responses. | Jun-ichiro itojun Hagino |
2002-08-22 | drop AAAA reply with IPv4 mapped address. sync w/kame | Jun-ichiro itojun Hagino |
2002-07-25 | kill more strcpy | Theo de Raadt |
2002-07-24 | have _THREAD_PRIVATE_MUTEX for DNS/YP/hosts lookup. | Jun-ichiro itojun Hagino |
2002-07-01 | more type pedant | Jun-ichiro itojun Hagino |
2002-07-01 | lint clean (and don't mixup signed/unsigned). from martin husemann | Jun-ichiro itojun Hagino |
2002-07-01 | make more pedantic check on strtoul. from deraadt, sync w/kame | Jun-ichiro itojun Hagino |
2002-06-29 | correct port range check. from deraadt. sync w/kame. bind-bugs have alread... | Jun-ichiro itojun Hagino |
2002-06-27 | %d/%u mixup (in #ifdef DEBUG) | Jun-ichiro itojun Hagino |
2002-06-26 | correct bad practice in the code - it uses two changing variables | Jun-ichiro itojun Hagino |
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained o... | Todd C. Miller |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2002-01-02 | label abort() from inside library as ILLEGAL | Theo de Raadt |
2001-08-20 | use snprintf, not sprintf. sync with kame | Jun-ichiro itojun Hagino |
2001-06-27 | use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok. | lebel |
2001-06-11 | support EDNS0 (RFC2671) buffer size notification on DNS queries. | Jun-ichiro itojun Hagino |
2000-08-31 | on /etc/hosts lookup, set "official host name" (the leftmost hostname) | Jun-ichiro itojun Hagino |
2000-08-22 | Wall | Theo de Raadt |
2000-07-09 | reject empty scopeid/numeric portname. sync with kame. | Jun-ichiro itojun Hagino |
2000-07-05 | return EAI_NODATA, instead of EAI_NONAME, on name resolution errors. | Jun-ichiro itojun Hagino |
2000-05-15 | translate DNS error code into getaddrinfo error code (EAI_xxx). PR 1229. | Jun-ichiro itojun Hagino |
2000-04-27 | remove unused struct def. more sanity check for NULL. | Jun-ichiro itojun Hagino |
2000-04-26 | add $KAME$ for future version tracking | Jun-ichiro itojun Hagino |
2000-04-26 | remove #if 0'ed portion which we will never revisit (no behavior change). | Jun-ichiro itojun Hagino |
2000-04-26 | sync with latest kame. | Jun-ichiro itojun Hagino |
2000-04-25 | correct boundary check. XXX should avoid code duplicate here... | Jun-ichiro itojun Hagino |
2000-03-16 | workaround against name servers which return NXDOMAIN/SERVFAIL on IPv4 only | Jun-ichiro itojun Hagino |
2000-03-13 | fix error handling in yp case. | Jun-ichiro itojun Hagino |
2000-02-25 | make getaddrinfo obey search order declared in resolv.conf. | Jun-ichiro itojun Hagino |
2000-02-21 | remove extra #ifdef (USE_GETIPNODEBY) | Jun-ichiro itojun Hagino |
2000-02-17 | to synchronize with progress of discussion for post | Jun-ichiro itojun Hagino |
2000-02-16 | add more comments from recent kame. | Jun-ichiro itojun Hagino |
2000-02-15 | make it possible to compile without -DINET6 | Jun-ichiro itojun Hagino |
2000-02-09 | revise extended scoped address format support. delimiter and the order | Jun-ichiro itojun Hagino |
2000-01-26 | fix RFC2553 conformance. AI_CANONNAME does not mean reverse query. | Jun-ichiro itojun Hagino |
2000-01-18 | sync comment with code. remove #if 0'ed portion (AF filtering on name | Jun-ichiro itojun Hagino |
2000-01-17 | do not filter address families that are not supported by kernel. | Jun-ichiro itojun Hagino |
2000-01-17 | remove #if 0'ed part. | Jun-ichiro itojun Hagino |
1999-12-30 | replace NRL get{addr,name}info with KAME get{addr,name}info. | Jun-ichiro itojun Hagino |
1999-12-07 | fix DNS; all this is due for squishing in a few days anyways, i suspect; fuji... | Theo de Raadt |
1999-07-03 | cleaned up | Theo de Raadt |
1999-06-23 | Removed portability ifdefs. | cmetz |
1999-06-23 | Added some protocol independent interfaces (supposedly IPv6 support APIs, but | cmetz |