summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/getrrsetbyname.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | | 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@
* ansi pedantic. ok deraadt@jakob2002-09-071-11/+12
|
* Use calloc() to allocate response data. Be more careful when freeingho2001-08-161-16/+25
| | | | memory. jakob@ ok.
* 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