summaryrefslogtreecommitdiff
path: root/lib/libc/net/res_init.c
AgeCommit message (Expand)Author
2003-09-09use randomid(3). actually generate random ID for DNS queries (previousitojun
2003-09-06rename exp to expo to avoid global shadowing warning.christos
2003-09-06move provos' copyright closer to res_randomid()itojun
2003-09-06bring in openbsd lib/libc/net/res_random.c for truely-random res_randomid().itojun
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-01-06transmission, not transmition.wiz
2002-08-02use strlcpy where appropriateitojun
2002-06-27correct %d/%u mixup.itojun
2001-09-13make it possible to turn on RES_INSECURE[12] with /etc/resolv.conf.itojun
2000-08-09implement EDNS0 support, as EDNS0 support will be made mandatory foritojun
2000-07-07Passing "char" values to ctype(3) functions is problematic.itohy
2000-07-06add explicit castschristos
2000-06-18do not assume that nsaddr_list[n].sa_len is properly initialized,itojun
2000-04-25sync with BIND 4.9.7. mostly costmetic.itojun
2000-04-25correct a use of sizeof() against nsaddr_list.itojun
2000-04-25cleanup nsaddr_list handling.itojun
2000-01-22Delint.mycroft
2000-01-22Delint.mycroft
1999-09-16* use _DIAGASSERT() to check pointer arguments against NULL and filelukem
1999-07-04if the list of name server on /etc/resolv.conf is in aitojun
1999-07-04add NetBSD RCSID on top.itojun
1999-07-01IPv6 DNS transport support for resolver.itojun
1999-01-16pull nsswitch up to main branchlukem
1998-11-13delintchristos
1998-10-15(bcmp(), bcopy(), bzero()) -> (memcmp(), memcpy(), memset())kleink
1998-10-14Since these files are shared with parts of the BIND-4 userland (outside libc),kleink
1998-10-14Need internal names for res_init(), res_mkquery(), res_query() and res_search().kleink
1998-07-06- use an array MAXHOSTNAMELEN+1 size to hold hostnamesmrg
1998-02-02add sys/time.h includeperry
1998-01-06$Id: -> Id: (to make hunting down other bad Ids easier).perry
1997-07-21If port provides __weak_alias(), provide an Standard C and POSIX purejtc
1997-07-20merge bind 4.9.6 resolver. still need to fix <resolv.h>mrg
1997-07-13Fix RCSID'schristos
1997-04-30use a nul not '0'. from <enami@ba2.so-net.or.jp> in PR#3558mrg
1997-04-13merge in the bind 4.9.5-P1 resolver. we are now _mostly_ themrg
1997-01-23- convert unsafe strcpy(), strcat() and sprintf() to the `n' versions.mrg
1996-02-02merge with the resolver in bind 4.9.3-P1.mrg
1995-06-03Fill in sin_len.mycroft
1995-02-25clean up import. also convert everything to new Id format.cgd
1994-10-15u_int_{16,32}_t stuffderaadt
1994-04-07new resolver. changes from 4.9.2 by <paul@vix.com>, as well as a numberderaadt
1994-01-28support for lookup keyword in resolv.confderaadt
1993-08-26Declare rcsid strings so they are stored in text segment.jtc
1993-08-01Add RCS identifiers.mycroft
1993-03-21initial import of 386bsd-0.1 sourcescgd