summaryrefslogtreecommitdiff
path: root/lib/libc/net/getrrsetbyname.c
AgeCommit message (Collapse)Author
2005-03-30make the resolver stat resolv.conf and update if it changes.Ted Unangst
useful feedback and ok deraadt@
2005-03-25ansify. ok deraadt@ moritz@Otto Moerbeek
2004-07-18fix memory leak; ok millert@ tdeval@Jakob Schlyter
2003-03-07signed/unsigned mixup. KAME PR 469 by Olivier Courtay.Jun-ichiro itojun Hagino
2003-01-28thread safer libc (note: safer, not safe)Marco S Hyman
Access to the global _res structure replaced by pointers to a per thread instance. If unthreaded the pointer is to the global structure. Also replaced a 64k stack array with malloc-ed memory so threaded aps (with a default 64k stack) have a chance at working. ok deraadt@
2002-09-07ansi pedantic. ok deraadt@Jakob Schlyter
2001-08-16Use calloc() to allocate response data. Be more careful when freeingHakan Olsson
memory. jakob@ ok.
2001-08-07KNF; and i bonked jakob in the head for it too, with a plastic bottle of cokeTheo de Raadt
2001-08-06OpenBSD id-tagsJakob Schlyter
2001-08-06add getrrsetbyname(3) - API to retrieve arbitrary DNS recordsJakob Schlyter