Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-03-30 | make the resolver stat resolv.conf and update if it changes. | Ted Unangst | |
useful feedback and ok deraadt@ | |||
2005-03-25 | ansify. ok deraadt@ moritz@ | Otto Moerbeek | |
2004-07-18 | fix memory leak; ok millert@ tdeval@ | Jakob Schlyter | |
2003-03-07 | signed/unsigned mixup. KAME PR 469 by Olivier Courtay. | Jun-ichiro itojun Hagino | |
2003-01-28 | thread 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-07 | ansi pedantic. ok deraadt@ | Jakob Schlyter | |
2001-08-16 | Use calloc() to allocate response data. Be more careful when freeing | Hakan Olsson | |
memory. jakob@ ok. | |||
2001-08-07 | KNF; and i bonked jakob in the head for it too, with a plastic bottle of coke | Theo de Raadt | |
2001-08-06 | OpenBSD id-tags | Jakob Schlyter | |
2001-08-06 | add getrrsetbyname(3) - API to retrieve arbitrary DNS records | Jakob Schlyter | |