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
/
getnetent.c
Age
Commit message (
Expand
)
Author
2015-01-16
Use ">", not ">=" when comparing length to HOST_NAME_MAX since
Todd C. Miller
2015-01-16
Replace HOST_NAME_MAX+1-1 with HOST_NAME_MAX. OK deraad@
Todd C. Miller
2015-01-16
Move to the <limits.h> universe.
Theo de Raadt
2014-09-15
When fopen()ing internal to libc (the API doesn't support the use
Philip Guenther
2012-04-10
Do not pick the network number as alias on entries with no alias
Eric Faurot
2006-01-17
Include <sys/param.h> instead of <sys/types.h> so we get MAXHOSTNAMELEN
Todd C. Miller
2005-08-06
zap rcsid.
Marc Espie
2005-03-25
ansify. ok deraadt@ moritz@
Otto Moerbeek
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
1998-03-16
Use fgetln(3) instead of fgets(3) so we can easily recognize lines
Todd C. Miller
1997-04-24
Revert last change
Thorsten Lockert
1997-04-03
add htonl()
kstailey
1996-09-03
constrain to MAXHOSTNAMELEN
Theo de Raadt
1996-08-19
Fix RCS ids
Thorsten Lockert
1996-02-19
netbsd: bind 4.9.3
dm
1996-01-15
from netbsd:
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt