Age | Commit message (Expand) | Author |
2007-10-11 | use RRSIG instead of SIG for DNSSEC. ok djm@ | Jakob Schlyter |
2007-05-16 | Wrap some functions, labels, and variables in #ifdefs corresponding | Ray Lai |
2007-02-18 | strlen(3) returns size_t, not int. | Ray Lai |
2007-02-14 | remove size_t and int mixup. same as getaddrinfo.c 1.30 -> 1.31. | Jun-ichiro itojun Hagino |
2005-08-06 | zap rcsid. | Marc Espie |
2005-07-27 | Restore recent changes except for the actual one that causes the problem. | Todd C. Miller |
2005-07-27 | backout gethostent changes for now -- there is fallout, discovered by otto | Jared Yanovich |
2005-07-24 | In _gethtent() ignore host.h_length if it is set to 0. Previously | Todd C. Miller |
2005-07-23 | *hostent() fixes: | Jared Yanovich |
2005-06-08 | Make gethostbyaddr() prototype match POSIX. This means len is now | Todd C. Miller |
2005-05-02 | be more careful with snprintf. ok millert@ | Moritz Jodeit |
2005-03-30 | make the resolver stat resolv.conf and update if it changes. | Ted Unangst |
2004-07-29 | we no longer need to query ip6.int for reverse lookup. pvalchev ok | Jun-ichiro itojun Hagino |
2003-10-06 | ANSIfication; most from Patrick Latifi | Todd C. Miller |
2003-10-03 | Fix off-by-one, patch from Patrick Latifi; closes PR 3492 | Todd C. Miller |
2003-06-27 | ensure we stay within the boundaries of our packet | Vincent Labrecque |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
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-30 | more strlcpy; itojun ok | Theo de Raadt |
2002-07-29 | query ip6.arpa then ip6.int for IPv6 reverse lookup. follows RFC3152. | Jun-ichiro itojun Hagino |
2002-07-25 | kill more strcpy | Theo de Raadt |
2002-06-26 | avoid remote buffer overrun on hostbuf[]. From: Joost Pol <joost@pine.nl> | Jun-ichiro itojun Hagino |
2002-05-22 | more strlcpy and snprintf | Theo de Raadt |
2002-05-18 | do not reverse-lookup scoped ipv6 address - it is meaningless as there's | 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 |
2001-06-27 | use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok. | lebel |
2000-07-30 | avoid buffer overrun on too-long reply for NIS hostname lookup. | Jun-ichiro itojun Hagino |
2000-01-06 | _THREAD_PRIVATE_* macros changed | David Leonard |
2000-01-03 | always enable IPv6 address in /etc/hosts (via _gethtent()). | Jun-ichiro itojun Hagino |
1999-12-11 | prevent bogus reverse query for 1.0.0.0.in-addr.arpa. | Jun-ichiro itojun Hagino |
1999-12-11 | fix gethostbyname2(foo, AF_INET6). | Jun-ichiro itojun Hagino |
1999-09-03 | sizeof("string") includes 0 byte; aazubel@tatu.cnba.uba.ar | Theo de Raadt |
1999-07-03 | Ignore SIGs in the answer section for now as we don't use them (yet). | Jakob Schlyter |
1999-06-04 | Be consistent about the relaxation of invalid host name checking. | Niklas Hallqvist |
1999-05-30 | Revertion of last change, which was due to emacs' stupid idea | Niklas Hallqvist |
1999-05-30 | Some extra error checking, documentation and style wrt connections | Niklas Hallqvist |
1999-04-28 | Do not provide gethostby.*_r for now, as configure scripts find | Niklas Hallqvist |
1998-11-20 | Add thread-safety to libc, so that libc_r will build (on i386 at least). | David Leonard |
1998-03-16 | Use fgetln(3) instead of fgets(3) so we can easily recognize lines | Todd C. Miller |
1998-01-20 | for YP lookups, avoid names longer than MAXHOSTNAMELEN | Theo de Raadt |
1998-01-11 | Add gethostent(), as some LEGACY code wants it. If you write new | Tobias Weingartner |
1997-11-08 | do not call abort() | Theo de Raadt |
1997-07-09 | Clean up some -Wall flowers. | Todd C. Miller |
1997-04-29 | oops | Theo de Raadt |
1997-04-29 | careful buffer handling | Theo de Raadt |
1997-04-27 | handle hex-like hostnames | Theo de Raadt |