summaryrefslogtreecommitdiff
path: root/lib/libc/resolv
AgeCommit message (Expand)Author
2009-11-22the doo doo doo, the daa daa daa...mbalmer
2009-10-24don't read hostaliases using unbuffered reads. there is no security benefit.christos
2009-10-24expose res_check.christos
2009-10-24Add a knote to keep track when resolv.conf gets changed and re-initialize.christos
2009-04-20Bring back binary compatibility with the previous version of the resolver.christos
2009-04-16we are not guaranteed that the ext pointer is going to be null at this pointchristos
2009-04-12fix lint issues and actual bugs lint found (missing break statements)christos
2009-04-12merge libbind and bump.christos
2009-04-12libc portion of libbind from external/bsd/libbindchristos
2009-01-27fix a very old resolver bug:mrg
2009-01-11merge christos-time_tchristos
2008-06-21- protect DEBUG again because we should be able to set it from the Makefilechristos
2008-06-21updates from bind-9-5-0christos
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2007-03-30Re-add missing file (removed by cvs import because it was added manually byghen
2007-03-30Resolve conflicts.ghen
2007-03-30Import bind 9.4.0.ghen
2007-03-02Although we don't have a kqueue implementation yet, there is no point inchristos
2007-02-09Only try free-ing a version of res if it is not supposed to be pre-initedchristos
2007-01-28Don't check for ext being NULL to destroy the res_state. Instead checkchristos
2007-01-28we don't need <irs.h>christos
2007-01-28try again.christos
2007-01-28missed one more file.christos
2007-01-27Fix minor compilation issues.christos
2007-01-27merge in resolver portion of bind-9.4.0-rc2christos
2007-01-27import resolver portion of bind-9.4.0-rc2christos
2007-01-17- Function no longer matched prototype afterseanb
2006-03-19Coverity CID 618: Comment out dead code.christos
2006-01-24don't re-define DEBUGchristos
2005-09-15Rest of fix for PR#31184: getaddrinfo() now honors resolv.conf sortlisttsarna
2005-09-13compat core reorg.christos
2005-07-30- Fix the remaining indr_references so that they define lint symbols.christos
2005-06-12Add missing __RCSID()lukem
2005-02-09A little libc namespace housekeeping exercise:kleink
2004-11-07resolve conflicts.christos
2004-09-25Put back issetugid() check for hostaliases.christos
2004-06-09Jump through taller hoops to provide binary compatibility with programschristos
2004-05-23Do all the _res initialization in __res_get_state()christos
2004-05-23one more missing weak_aliaschristos
2004-05-22Provide access to the 8 symbols the bind8 resolver did, through weak aliases.christos
2004-05-22Provide access to _res in the non-threaded case, and abort in the threadedchristos
2004-05-21disable weak aliases for now; the resolver header file adds __ to all thechristos
2004-05-21#ifdef protect __weak_aliaschristos
2004-05-21namespace protection for resolver routines.christos
2004-05-20netbsd rcsid.christos
2004-05-20more lint fixes.christos
2004-05-20provide __h_errno_set()christos
2004-05-20Add glue files.christos
2004-05-20- add casts to appease lintchristos
2004-05-20add casts to silence lint.christos