summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/getrrsetbyname.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* use a union to align the dns answer buffer until gcc4 is fixedderaadt2010-06-291-5/+8
* use RRSIG instead of SIG for DNSSEC. ok djm@jakob2007-10-111-3/+3
* make the resolver stat resolv.conf and update if it changes.tedu2005-03-301-2/+2
* ansify. ok deraadt@ moritz@otto2005-03-251-2/+3
* fix memory leak; ok millert@ tdeval@jakob2004-07-181-5/+6
* signed/unsigned mixup. KAME PR 469 by Olivier Courtay.itojun2003-03-071-2/+3
* thread safer libc (note: safer, not safe)marc2003-01-281-5/+8
* ansi pedantic. ok deraadt@jakob2002-09-071-11/+12
* Use calloc() to allocate response data. Be more careful when freeingho2001-08-161-16/+25
* KNF; and i bonked jakob in the head for it too, with a plastic bottle of cokederaadt2001-08-071-24/+16
* OpenBSD id-tagsjakob2001-08-061-1/+1
* add getrrsetbyname(3) - API to retrieve arbitrary DNS recordsjakob2001-08-061-0/+506