summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/gethostnamadr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ANSIfication; most from Patrick Latifimillert2003-10-061-72/+39
* Fix off-by-one, patch from Patrick Latifi; closes PR 3492millert2003-10-031-5/+5
* ensure we stay within the boundaries of our packetvincent2003-06-271-10/+15
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* strlcpy, check retval from sprintfitojun2003-03-041-5/+12
* thread safer libc (note: safer, not safe)marc2003-01-281-31/+29
* allocate 64K recieve buffer for DNS responses.itojun2002-08-271-15/+23
* drop AAAA reply with IPv4 mapped address. sync w/kameitojun2002-08-221-1/+9
* more strlcpy; itojun okderaadt2002-07-301-4/+4
* query ip6.arpa then ip6.int for IPv6 reverse lookup. follows RFC3152.itojun2002-07-291-2/+8
* kill more strcpyderaadt2002-07-251-3/+3
* avoid remote buffer overrun on hostbuf[]. From: Joost Pol <joost@pine.nl>itojun2002-06-261-34/+23
* more strlcpy and snprintfderaadt2002-05-221-37/+31
* do not reverse-lookup scoped ipv6 address - it is meaningless as there'sitojun2002-05-181-1/+7
* Manual cleanup of remaining userland __P use (excluding packages maintained o...millert2002-02-171-3/+2
* Part one of userland __P removal. Done with a simple regexp with some minor ...millert2002-02-161-6/+6
* use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok.lebel2001-06-271-5/+3
* avoid buffer overrun on too-long reply for NIS hostname lookup.itojun2000-07-301-7/+9
* _THREAD_PRIVATE_* macros changedd2000-01-061-2/+2
* always enable IPv6 address in /etc/hosts (via _gethtent()).itojun2000-01-031-3/+2
* prevent bogus reverse query for 1.0.0.0.in-addr.arpa.itojun1999-12-111-7/+5
* fix gethostbyname2(foo, AF_INET6).itojun1999-12-111-1/+9
* sizeof("string") includes 0 byte; aazubel@tatu.cnba.uba.arderaadt1999-09-031-2/+2
* Ignore SIGs in the answer section for now as we don't use them (yet).jakob1999-07-031-1/+6
* Be consistent about the relaxation of invalid host name checking.niklas1999-06-041-1/+9
* Revertion of last change, which was due to emacs' stupid ideaniklas1999-05-301-9/+1
* Some extra error checking, documentation and style wrt connectionsniklas1999-05-301-1/+9
* Do not provide gethostby.*_r for now, as configure scripts findniklas1999-04-281-4/+4
* Add thread-safety to libc, so that libc_r will build (on i386 at least).d1998-11-201-8/+76
* Use fgetln(3) instead of fgets(3) so we can easily recognize linesmillert1998-03-161-6/+12
* for YP lookups, avoid names longer than MAXHOSTNAMELENderaadt1998-01-201-1/+3
* Add gethostent(), as some LEGACY code wants it. If you write newweingart1998-01-111-1/+7
* do not call abort()deraadt1997-11-081-6/+2
* Clean up some -Wall flowers.millert1997-07-091-5/+5
* oopsderaadt1997-04-291-9/+9
* careful buffer handlingderaadt1997-04-291-9/+9
* handle hex-like hostnamesderaadt1997-04-271-2/+3
* correct the paranoia checkderaadt1997-04-151-7/+10
* with this here commit i label myself not the swiftestderaadt1997-04-141-8/+6
* repair _hokcharderaadt1997-04-131-6/+8
* hokchar -> _hokchar, and make it non-static. Use it in getnetnamadr.c asdownsj1997-04-031-5/+5
* another lookup[] loop accidentderaadt1997-04-031-2/+4
* if dns lookup fails, still honour _res.lookups[]deraadt1997-04-031-2/+2
* ensure host_addr[] remains nicely aligned; pr#145, grr@shandakor.tharsis.comderaadt1997-04-031-2/+6
* spelling errorderaadt1997-04-021-2/+2
* Integrate BIND 4.9.5 resolver and associated routines.downsj1997-03-131-206/+569
* careful about MAXADDRS, abrown@eecs.harvard.eduderaadt1997-01-301-1/+3
* bzzztderaadt1996-09-281-11/+14
* more INADDRSZ pedantryderaadt1996-09-271-14/+11
* use INADDRSZ, more careful length checkingderaadt1996-09-271-7/+8