summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/getnetent.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* To allow us to get rid of /etc/networks, make setnetent(3),schwarze2018-04-281-75/+4
* Use ">", not ">=" when comparing length to HOST_NAME_MAX sincemillert2015-01-161-3/+3
* Replace HOST_NAME_MAX+1-1 with HOST_NAME_MAX. OK deraad@millert2015-01-161-5/+5
* Move to the <limits.h> universe.deraadt2015-01-161-6/+6
* When fopen()ing internal to libc (the API doesn't support the useguenther2014-09-151-3/+3
* Do not pick the network number as alias on entries with no aliaseric2012-04-101-3/+2
* Include <sys/param.h> instead of <sys/types.h> so we get MAXHOSTNAMELENmillert2006-01-171-2/+2
* zap rcsid.espie2005-08-061-4/+1
* ansify. ok deraadt@ moritz@otto2005-03-251-5/+4
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* Use fgetln(3) instead of fgets(3) so we can easily recognize linesmillert1998-03-161-9/+12
* Revert last changetholo1997-04-241-2/+2
* add htonl()kstailey1997-04-031-2/+2
* constrain to MAXHOSTNAMELENderaadt1996-09-031-2/+7
* Fix RCS idstholo1996-08-191-7/+1
* netbsd: bind 4.9.3dm1996-02-191-13/+12
* from netbsd:deraadt1996-01-151-12/+13
* initial import of NetBSD treederaadt1995-10-181-0/+127