summaryrefslogtreecommitdiff
path: root/lib/libc/gen/getnetgrent.c
AgeCommit message (Expand)Author
2015-09-14Wrap <netgroup.h> so internal calls go direct and the symbols are all weakPhilip Guenther
2015-09-10Hide netgroup internals inside libc. The parts that netgroup_mkdbTheo de Raadt
2015-08-31Add framework for resolving (pun intended) libc namespace issues, usingPhilip Guenther
2014-10-08reallocarray() to detect potential int overflow; ok dougTheo de Raadt
2009-11-11fix leaks in error cases found by parfaitJonathan Gray
2007-09-17Check snprintf(3) return value for error or truncation.Moritz Jodeit
2007-09-05Fix debugging code, which tried to print the netgroup nameMoritz Jodeit
2007-09-02use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgTheo de Raadt
2007-03-05Remove _err() calls from getnetgrent.c. This is a minor API changeTodd C. Miller
2005-08-08zap remaining rcsid.Marc Espie
2005-08-06fix use after free, netbsd pr 30832, from phirerunner@comcast.netTheo de Raadt
2004-05-18ansify function definitions and zap some `register'Jean-Francois Brousseau
2003-09-29unchecked strdup; ok henning; spotted by jjy2+@pitt.eduTheo de Raadt
2002-07-06KNFTheo de Raadt
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained o...Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2000-12-09avoid incorrect free; reported by danh@nfol.com, my fixTheo de Raadt
2000-08-24proper protosTheo de Raadt
1998-08-14realloc repairTheo de Raadt
1997-10-10NO abort() CALLS IN LIBCTheo de Raadt
1997-07-23tabifykstailey
1997-02-03Back out stringlistTodd C. Miller
1997-02-02stringlist routines are now public (ftp uses them)Todd C. Miller
1996-08-19Fix RCS idsThorsten Lockert
1996-05-01from netbsd:Theo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt