summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/getnetgrent.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix matching when all of user, host and domain are specified.millert2016-09-241-10/+8
* remove null check before free. from Michael McConvilletedu2015-09-141-19/+10
* Wrap <netgroup.h> so internal calls go direct and the symbols are all weakguenther2015-09-141-1/+5
* Hide netgroup internals inside libc. The parts that netgroup_mkdbderaadt2015-09-101-9/+16
* Add framework for resolving (pun intended) libc namespace issues, usingguenther2015-08-311-3/+3
* reallocarray() to detect potential int overflow; ok dougderaadt2014-10-081-2/+2
* fix leaks in error cases found by parfaitjsg2009-11-111-3/+7
* Check snprintf(3) return value for error or truncation.moritz2007-09-171-3/+11
* Fix debugging code, which tried to print the netgroup namemoritz2007-09-051-3/+3
* use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgderaadt2007-09-021-2/+2
* Remove _err() calls from getnetgrent.c. This is a minor API changemillert2007-03-051-30/+41
* zap remaining rcsid.espie2005-08-081-5/+1
* fix use after free, netbsd pr 30832, from phirerunner@comcast.netderaadt2005-08-061-4/+4
* ansify function definitions and zap some `register'jfb2004-05-181-70/+24
* unchecked strdup; ok henning; spotted by jjy2+@pitt.eduderaadt2003-09-291-4/+8
* KNFderaadt2002-07-061-15/+15
* Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree)millert2002-02-171-11/+10
* 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-6/+6
* avoid incorrect free; reported by danh@nfol.com, my fixderaadt2000-12-091-7/+7
* proper protosderaadt2000-08-241-2/+5
* realloc repairderaadt1998-08-141-4/+11
* NO abort() CALLS IN LIBCderaadt1997-10-101-14/+2
* tabifykstailey1997-07-231-7/+7
* Back out stringlistmillert1997-02-031-29/+106
* stringlist routines are now public (ftp uses them)millert1997-02-021-105/+30
* Fix RCS idstholo1996-08-191-3/+1
* from netbsd:deraadt1996-05-011-5/+20
* initial import of NetBSD treederaadt1995-10-181-0/+735