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
/
getnetnamadr.c
Age
Commit message (
Expand
)
Author
2003-06-03
terms 3 & 4 cleanup based on "terms" file
Theo de Raadt
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2003-04-05
strcpy/strcat -> strlcpy/strlcat
Thierry Deval
2003-01-28
thread safer libc (note: safer, not safe)
Marco S Hyman
2002-11-14
Updates from http://www.isc.org/products/BIND/patches/bind4910.diff
Todd C. Miller
2002-08-27
allocate 64K recieve buffer for DNS responses.
Jun-ichiro itojun Hagino
2002-07-25
kill more strcpy
Theo de Raadt
2002-06-26
avoid remote buffer overrun on hostbuf[]. From: Joost Pol <joost@pine.nl>
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-06-27
use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok.
lebel
1999-06-04
Be consistent about the relaxation of invalid host name checking.
Niklas Hallqvist
1999-05-30
Revertion of last change, which was due to emacs' stupid idea
Niklas Hallqvist
1999-05-30
Some extra error checking, documentation and style wrt connections
Niklas Hallqvist
1997-12-02
i failed to test compile this before commiting
Theo de Raadt
1997-12-01
buf oflow; bitblt
Theo de Raadt
1997-08-04
init net_entry properly
Theo de Raadt
1997-04-14
buf oflow
Theo de Raadt
1997-04-13
copyright foo
Jason Downs
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
hokchar -> _hokchar, and make it non-static. Use it in getnetnamadr.c as
Jason Downs
1997-04-03
Full implementation of lookups support, plus some bug fixes. Still no YP.
Jason Downs
1997-04-03
a start a making getnetbyaddr() respect "lookup" keyword in resolv.conf
kstailey
1997-03-13
Integrate BIND 4.9.5 resolver and associated routines.
Jason Downs