summaryrefslogtreecommitdiff
path: root/lib/libc/net/gethostnamadr.c
AgeCommit message (Expand)Author
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained o...Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-06-27use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok.lebel
2000-07-30avoid buffer overrun on too-long reply for NIS hostname lookup.Jun-ichiro itojun Hagino
2000-01-06_THREAD_PRIVATE_* macros changedDavid Leonard
2000-01-03always enable IPv6 address in /etc/hosts (via _gethtent()).Jun-ichiro itojun Hagino
1999-12-11prevent bogus reverse query for 1.0.0.0.in-addr.arpa.Jun-ichiro itojun Hagino
1999-12-11fix gethostbyname2(foo, AF_INET6).Jun-ichiro itojun Hagino
1999-09-03sizeof("string") includes 0 byte; aazubel@tatu.cnba.uba.arTheo de Raadt
1999-07-03Ignore SIGs in the answer section for now as we don't use them (yet).Jakob Schlyter
1999-06-04Be consistent about the relaxation of invalid host name checking.Niklas Hallqvist
1999-05-30Revertion of last change, which was due to emacs' stupid ideaNiklas Hallqvist
1999-05-30Some extra error checking, documentation and style wrt connectionsNiklas Hallqvist
1999-04-28Do not provide gethostby.*_r for now, as configure scripts findNiklas Hallqvist
1998-11-20Add thread-safety to libc, so that libc_r will build (on i386 at least).David Leonard
1998-03-16Use fgetln(3) instead of fgets(3) so we can easily recognize linesTodd C. Miller
1998-01-20for YP lookups, avoid names longer than MAXHOSTNAMELENTheo de Raadt
1998-01-11Add gethostent(), as some LEGACY code wants it. If you write newTobias Weingartner
1997-11-08do not call abort()Theo de Raadt
1997-07-09Clean up some -Wall flowers.Todd C. Miller
1997-04-29oopsTheo de Raadt
1997-04-29careful buffer handlingTheo de Raadt
1997-04-27handle hex-like hostnamesTheo de Raadt
1997-04-15correct the paranoia checkTheo de Raadt
1997-04-14with this here commit i label myself not the swiftestTheo de Raadt
1997-04-13repair _hokcharTheo de Raadt
1997-04-03hokchar -> _hokchar, and make it non-static. Use it in getnetnamadr.c asJason Downs
1997-04-03another lookup[] loop accidentTheo de Raadt
1997-04-03if dns lookup fails, still honour _res.lookups[]Theo de Raadt
1997-04-03ensure host_addr[] remains nicely aligned; pr#145, grr@shandakor.tharsis.comTheo de Raadt
1997-04-02spelling errorTheo de Raadt
1997-03-13Integrate BIND 4.9.5 resolver and associated routines.Jason Downs
1997-01-30careful about MAXADDRS, abrown@eecs.harvard.eduTheo de Raadt
1996-09-28bzzztTheo de Raadt
1996-09-27more INADDRSZ pedantryTheo de Raadt
1996-09-27use INADDRSZ, more careful length checkingTheo de Raadt
1996-09-26be safer about spoofed hostnames; thanks to bitblt and oliver for help with t...Theo de Raadt
1996-09-15Add a couple of syscalls; bring more prototypes into scopeThorsten Lockert
1996-08-19Fix RCS idsThorsten Lockert
1996-08-05truncate h_name and h_aliases[] to MAXHOSTNAMELENTheo de Raadt
1996-04-24yp_prot.h lies -> use yp.h (from yp.x) instead, change lots of structureTheo de Raadt
1996-03-25Pull in prototypesThorsten Lockert
1996-02-19netbsd: bind 4.9.3dm
1995-11-20gethostbyname("#.#.#.#") should fail; not return an incompletely andTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt