summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/getusershell.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove includes that are no longer neeed after tedu's simplification.millert2019-12-101-4/+1
* rewrite guts of getusershell() to avoid possibility of overflow.tedu2015-12-081-41/+45
* remove null check before free. from Michael McConvilletedu2015-09-141-9/+5
* SIZE_MAX is standard, we should be using it in preference to themillert2015-02-061-2/+3
* When fopen()ing internal to libc (the API doesn't support the useguenther2014-09-151-2/+2
* Fix one more off-by-one (making it an off-by-two):tobias2014-01-191-2/+2
* Fix off-by-one on specially crafted /etc/shells file.tobias2014-01-171-2/+2
* most obvious unsigned char casts for ctypederaadt2013-11-241-2/+2
* Use PATH_MAX, NAME_MAX and LOGIN_NAME_MAX not MAXPATHNAMELEN,millert2013-09-301-6/+6
* range check st_size before calling calloc()deraadt2012-04-061-3/+7
* zap remaining rcsid.espie2005-08-081-4/+1
* Add /bin/ksh to builtin list of OK shells.millert2005-04-021-2/+2
* deregister (and deauto!). ok millert@ marco@otto2005-03-251-3/+3
* ansify function definitions and zap some `register'jfb2004-05-181-5/+5
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-2/+2
* Fix RCS idstholo1996-08-191-7/+1
* initial import of NetBSD treederaadt1995-10-181-0/+143