| Commit message (Expand) | Author | Age | Files | Lines |
* | More shrinkage, a bit for ramdisks but mostly for static binaries: | guenther | 2009-11-18 | 1 | -1/+3 |
* | use RRSIG instead of SIG for DNSSEC. ok djm@ | jakob | 2007-10-11 | 1 | -2/+2 |
* | Wrap some functions, labels, and variables in #ifdefs corresponding | ray | 2007-05-16 | 1 | -1/+5 |
* | strlen(3) returns size_t, not int. | ray | 2007-02-18 | 1 | -14/+16 |
* | remove size_t and int mixup. same as getaddrinfo.c 1.30 -> 1.31. | itojun | 2007-02-14 | 1 | -5/+2 |
* | zap rcsid. | espie | 2005-08-06 | 1 | -4/+1 |
* | Restore recent changes except for the actual one that causes the problem. | millert | 2005-07-27 | 1 | -20/+8 |
* | backout gethostent changes for now -- there is fallout, discovered by otto | jaredy | 2005-07-27 | 1 | -10/+22 |
* | In _gethtent() ignore host.h_length if it is set to 0. Previously | millert | 2005-07-24 | 1 | -10/+7 |
* | *hostent() fixes: | jaredy | 2005-07-23 | 1 | -22/+13 |
* | Make gethostbyaddr() prototype match POSIX. This means len is now | millert | 2005-06-08 | 1 | -14/+13 |
* | be more careful with snprintf. ok millert@ | moritz | 2005-05-02 | 1 | -2/+2 |
* | make the resolver stat resolv.conf and update if it changes. | tedu | 2005-03-30 | 1 | -4/+4 |
* | we no longer need to query ip6.int for reverse lookup. pvalchev ok | itojun | 2004-07-29 | 1 | -8/+2 |
* | ANSIfication; most from Patrick Latifi | millert | 2003-10-06 | 1 | -72/+39 |
* | Fix off-by-one, patch from Patrick Latifi; closes PR 3492 | millert | 2003-10-03 | 1 | -5/+5 |
* | ensure we stay within the boundaries of our packet | vincent | 2003-06-27 | 1 | -10/+15 |
* | Remove the advertising clause in the UCB license which Berkeley | millert | 2003-06-02 | 1 | -6/+2 |
* | strlcpy, check retval from sprintf | itojun | 2003-03-04 | 1 | -5/+12 |
* | thread safer libc (note: safer, not safe) | marc | 2003-01-28 | 1 | -31/+29 |
* | allocate 64K recieve buffer for DNS responses. | itojun | 2002-08-27 | 1 | -15/+23 |
* | drop AAAA reply with IPv4 mapped address. sync w/kame | itojun | 2002-08-22 | 1 | -1/+9 |
* | more strlcpy; itojun ok | deraadt | 2002-07-30 | 1 | -4/+4 |
* | query ip6.arpa then ip6.int for IPv6 reverse lookup. follows RFC3152. | itojun | 2002-07-29 | 1 | -2/+8 |
* | kill more strcpy | deraadt | 2002-07-25 | 1 | -3/+3 |
* | avoid remote buffer overrun on hostbuf[]. From: Joost Pol <joost@pine.nl> | itojun | 2002-06-26 | 1 | -34/+23 |
* | more strlcpy and snprintf | deraadt | 2002-05-22 | 1 | -37/+31 |
* | do not reverse-lookup scoped ipv6 address - it is meaningless as there's | itojun | 2002-05-18 | 1 | -1/+7 |
* | Manual cleanup of remaining userland __P use (excluding packages maintained o... | millert | 2002-02-17 | 1 | -3/+2 |
* | Part one of userland __P removal. Done with a simple regexp with some minor ... | millert | 2002-02-16 | 1 | -6/+6 |
* | use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok. | lebel | 2001-06-27 | 1 | -5/+3 |
* | avoid buffer overrun on too-long reply for NIS hostname lookup. | itojun | 2000-07-30 | 1 | -7/+9 |
* | _THREAD_PRIVATE_* macros changed | d | 2000-01-06 | 1 | -2/+2 |
* | always enable IPv6 address in /etc/hosts (via _gethtent()). | itojun | 2000-01-03 | 1 | -3/+2 |
* | prevent bogus reverse query for 1.0.0.0.in-addr.arpa. | itojun | 1999-12-11 | 1 | -7/+5 |
* | fix gethostbyname2(foo, AF_INET6). | itojun | 1999-12-11 | 1 | -1/+9 |
* | sizeof("string") includes 0 byte; aazubel@tatu.cnba.uba.ar | deraadt | 1999-09-03 | 1 | -2/+2 |
* | Ignore SIGs in the answer section for now as we don't use them (yet). | jakob | 1999-07-03 | 1 | -1/+6 |
* | Be consistent about the relaxation of invalid host name checking. | niklas | 1999-06-04 | 1 | -1/+9 |
* | Revertion of last change, which was due to emacs' stupid idea | niklas | 1999-05-30 | 1 | -9/+1 |
* | Some extra error checking, documentation and style wrt connections | niklas | 1999-05-30 | 1 | -1/+9 |
* | Do not provide gethostby.*_r for now, as configure scripts find | niklas | 1999-04-28 | 1 | -4/+4 |
* | Add thread-safety to libc, so that libc_r will build (on i386 at least). | d | 1998-11-20 | 1 | -8/+76 |
* | Use fgetln(3) instead of fgets(3) so we can easily recognize lines | millert | 1998-03-16 | 1 | -6/+12 |
* | for YP lookups, avoid names longer than MAXHOSTNAMELEN | deraadt | 1998-01-20 | 1 | -1/+3 |
* | Add gethostent(), as some LEGACY code wants it. If you write new | weingart | 1998-01-11 | 1 | -1/+7 |
* | do not call abort() | deraadt | 1997-11-08 | 1 | -6/+2 |
* | Clean up some -Wall flowers. | millert | 1997-07-09 | 1 | -5/+5 |
* | oops | deraadt | 1997-04-29 | 1 | -9/+9 |
* | careful buffer handling | deraadt | 1997-04-29 | 1 | -9/+9 |