Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix leaks in error cases found by parfait | 2009-11-11 | 1 | -3/+7 | |
| | | | | ok blambert@ miod@ deraadt@ | ||||
* | Check snprintf(3) return value for error or truncation. | 2007-09-17 | 1 | -3/+11 | |
| | | | | | | Mostly path construction, where truncation could be bad. ok and input from deraadt@ millert@ ray@ | ||||
* | Fix debugging code, which tried to print the netgroup name | 2007-09-05 | 1 | -3/+3 | |
| | | | | | | using the return value of _ng_print(), which returns void. ok millert@ | ||||
* | use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg | 2007-09-02 | 1 | -2/+2 | |
| | |||||
* | Remove _err() calls from getnetgrent.c. This is a minor API change | 2007-03-05 | 1 | -30/+41 | |
| | | | | | | as _ng_sl_add() now returns a value. The only consumer of that interface is netgroup_mkdb(8). Adapted from NetBSD. OK deraadt@ | ||||
* | zap remaining rcsid. | 2005-08-08 | 1 | -5/+1 | |
| | | | | | | Kill old files that are no longer compiled. okay theo | ||||
* | fix use after free, netbsd pr 30832, from phirerunner@comcast.net | 2005-08-06 | 1 | -4/+4 | |
| | |||||
* | ansify function definitions and zap some `register' | 2004-05-18 | 1 | -70/+24 | |
| | | | | ok millert@ | ||||
* | unchecked strdup; ok henning; spotted by jjy2+@pitt.edu | 2003-09-29 | 1 | -4/+8 | |
| | |||||
* | KNF | 2002-07-06 | 1 | -15/+15 | |
| | |||||
* | Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree) | 2002-02-17 | 1 | -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. | 2002-02-16 | 1 | -6/+6 | |
| | |||||
* | avoid incorrect free; reported by danh@nfol.com, my fix | 2000-12-09 | 1 | -7/+7 | |
| | |||||
* | proper protos | 2000-08-24 | 1 | -2/+5 | |
| | |||||
* | realloc repair | 1998-08-14 | 1 | -4/+11 | |
| | |||||
* | NO abort() CALLS IN LIBC | 1997-10-10 | 1 | -14/+2 | |
| | |||||
* | tabify | 1997-07-23 | 1 | -7/+7 | |
| | |||||
* | Back out stringlist | 1997-02-03 | 1 | -29/+106 | |
| | |||||
* | stringlist routines are now public (ftp uses them) | 1997-02-02 | 1 | -105/+30 | |
| | |||||
* | Fix RCS ids | 1996-08-19 | 1 | -3/+1 | |
| | | | | Make sure everything uses {SYS,}LIBC_SCCS properly | ||||
* | from netbsd: | 1996-05-01 | 1 | -5/+20 | |
| | | | | | - grab prototypes from netgroup.h - added _ng_print, netgroup pretty printing function | ||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+735 | |