Age | Commit message (Expand) | Author |
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 |
1997-04-15 | correct the paranoia check | Theo de Raadt |
1997-04-14 | with this here commit i label myself not the swiftest | Theo de Raadt |
1997-04-13 | repair _hokchar | Theo de Raadt |
1997-04-03 | hokchar -> _hokchar, and make it non-static. Use it in getnetnamadr.c as | Jason Downs |
1997-04-03 | another lookup[] loop accident | Theo de Raadt |
1997-04-03 | if dns lookup fails, still honour _res.lookups[] | Theo de Raadt |
1997-04-03 | ensure host_addr[] remains nicely aligned; pr#145, grr@shandakor.tharsis.com | Theo de Raadt |
1997-04-02 | spelling error | Theo de Raadt |
1997-03-13 | Integrate BIND 4.9.5 resolver and associated routines. | Jason Downs |
1997-01-30 | careful about MAXADDRS, abrown@eecs.harvard.edu | Theo de Raadt |
1996-09-28 | bzzzt | Theo de Raadt |
1996-09-27 | more INADDRSZ pedantry | Theo de Raadt |
1996-09-27 | use INADDRSZ, more careful length checking | Theo de Raadt |
1996-09-26 | be safer about spoofed hostnames; thanks to bitblt and oliver for help with t... | Theo de Raadt |
1996-09-15 | Add a couple of syscalls; bring more prototypes into scope | Thorsten Lockert |
1996-08-19 | Fix RCS ids | Thorsten Lockert |
1996-08-05 | truncate h_name and h_aliases[] to MAXHOSTNAMELEN | Theo de Raadt |
1996-04-24 | yp_prot.h lies -> use yp.h (from yp.x) instead, change lots of structure | Theo de Raadt |
1996-03-25 | Pull in prototypes | Thorsten Lockert |
1996-02-19 | netbsd: bind 4.9.3 | dm |
1995-11-20 | gethostbyname("#.#.#.#") should fail; not return an incompletely and | Theo de Raadt |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt |