index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
net
/
res_init.c
Age
Commit message (
Expand
)
Author
2006-09-23
If fgetln() != NULL, len == 0 is impossible, so remove check.
Ray Lai
2005-12-22
handle chroot and res_init calls better. diagnosis assistance from otto.
Ted Unangst
2005-08-06
zap rcsid.
Marc Espie
2005-03-30
make the resolver stat resolv.conf and update if it changes.
Ted Unangst
2005-03-25
ansify. ok deraadt@ moritz@
Otto Moerbeek
2004-06-07
major bump to libc and libpthread to break the dependency of a
Marco S Hyman
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2003-01-28
thread safer libc (note: safer, not safe)
Marco S Hyman
2002-07-25
kill more strcpy
Theo de Raadt
2002-06-27
%d -> %u. mostly in #ifdef DEBUG.
Jun-ichiro itojun Hagino
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2001-09-14
add "options insecure[12]" support for /etc/resolv.conf.
Jun-ichiro itojun Hagino
2001-06-30
missing freeaddrinfo(). PR 1907
Jun-ichiro itojun Hagino
2001-06-27
use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok.
lebel
2001-06-11
support EDNS0 (RFC2671) buffer size notification on DNS queries.
Jun-ichiro itojun Hagino
2000-11-10
seperate -> separate, okay aaron@
Niels Provos
2000-06-22
ipv6 support in resolver. "nameserver" line in /etc/resolv.conf now takes
Jun-ichiro itojun Hagino
1999-09-03
typo
Theo de Raadt
1999-09-03
Use strtol() and strtoul() instead of atoi(). This allows us to catch
Todd C. Miller
1998-03-16
Use fgetln(3) instead of fgets(3) so we can easily recognize lines
Todd C. Miller
1997-07-15
buff overflow
flipk
1997-04-13
the before mentioned random number generator.
Niels Provos
1997-04-05
Use in_addr_t not u_long and use in_port_t in some cases instead
Todd C. Miller
1997-04-03
use MATCH()
Theo de Raadt
1997-03-13
Integrate BIND 4.9.5 resolver and associated routines.
Jason Downs
1996-09-22
cannot be static, named uses it
Theo de Raadt
1996-09-22
random function name
Theo de Raadt
1996-09-22
randomize _res.id at start; could do better i hope
Theo de Raadt
1996-09-15
Remove dead code
Thorsten Lockert
1996-08-27
use strncpy correctly
Theo de Raadt
1996-08-25
use issetugid()
Theo de Raadt
1996-08-19
Fix RCS ids
Thorsten Lockert
1996-08-18
if setuid, no env variables
Theo de Raadt
1996-02-19
netbsd: bind 4.9.3
dm
1995-10-18
initial import of NetBSD tree
Theo de Raadt