summaryrefslogtreecommitdiff
path: root/lib/libc/net/res_init.c
AgeCommit message (Expand)Author
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-09-14add "options insecure[12]" support for /etc/resolv.conf.Jun-ichiro itojun Hagino
2001-06-30missing freeaddrinfo(). PR 1907Jun-ichiro itojun Hagino
2001-06-27use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok.lebel
2001-06-11support EDNS0 (RFC2671) buffer size notification on DNS queries.Jun-ichiro itojun Hagino
2000-11-10seperate -> separate, okay aaron@Niels Provos
2000-06-22ipv6 support in resolver. "nameserver" line in /etc/resolv.conf now takesJun-ichiro itojun Hagino
1999-09-03typoTheo de Raadt
1999-09-03Use strtol() and strtoul() instead of atoi(). This allows us to catchTodd C. Miller
1998-03-16Use fgetln(3) instead of fgets(3) so we can easily recognize linesTodd C. Miller
1997-07-15buff overflowflipk
1997-04-13the before mentioned random number generator.Niels Provos
1997-04-05Use in_addr_t not u_long and use in_port_t in some cases insteadTodd C. Miller
1997-04-03use MATCH()Theo de Raadt
1997-03-13Integrate BIND 4.9.5 resolver and associated routines.Jason Downs
1996-09-22cannot be static, named uses itTheo de Raadt
1996-09-22random function nameTheo de Raadt
1996-09-22randomize _res.id at start; could do better i hopeTheo de Raadt
1996-09-15Remove dead codeThorsten Lockert
1996-08-27use strncpy correctlyTheo de Raadt
1996-08-25use issetugid()Theo de Raadt
1996-08-19Fix RCS idsThorsten Lockert
1996-08-18if setuid, no env variablesTheo de Raadt
1996-02-19netbsd: bind 4.9.3dm
1995-10-18initial import of NetBSD treeTheo de Raadt