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
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