summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/res_comp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix a number of out of bound reads in DNS response parsing.OPENBSD_7_1bluhm2023-03-161-1/+7
* Remove old NeXT-specific cruft. From mmcc@millert2016-05-011-13/+1
* s/begining/beginning/gmmcc2015-12-141-2/+2
* Wrap <resolv.h> so that internal calls go directguenther2015-10-051-2/+4
* Wrap <arpa/inet.h> and <arpa/nameser.h> so that calls go direct and theguenther2015-09-131-1/+3
* Replace HOST_NAME_MAX+1-1 with HOST_NAME_MAX. OK deraad@millert2015-01-161-3/+3
* Move to the <limits.h> universe.deraadt2015-01-161-4/+4
* permit _ in the middle of a DNS name componentderaadt2008-04-161-2/+3
* zap rcsid.espie2005-08-061-10/+1
* ansify. ok deraadt@ moritz@otto2005-03-251-45/+29
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-7/+3
* We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.millert2002-02-191-9/+3
* Manual cleanup of remaining userland __P use (excluding packages maintained o...millert2002-02-171-4/+3
* Clean up some -Wall flowers.millert1997-07-091-4/+4
* Remove unused variablestholo1997-04-301-4/+4
* constrain to MAXHOSTNAMELEN-1 not MAXDNAME, duhderaadt1997-04-191-3/+5
* constrain hostnames to MAXHOSTNAMELEN (again), and fix a typoderaadt1997-03-271-4/+4
* Integrate BIND 4.9.5 resolver and associated routines.downsj1997-03-131-22/+152
* Fix RCS idstholo1996-08-191-8/+1
* netbsd: bind 4.9.3dm1996-02-191-21/+42
* initial import of NetBSD treederaadt1995-10-181-0/+364