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