Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix matching when all of user, host and domain are specified. | 2016-09-24 | 1 | -10/+8 | |
| | | | | OK guenther@ | ||||
* | remove null check before free. from Michael McConville | 2015-09-14 | 1 | -19/+10 | |
| | | | | ok semarie | ||||
* | Wrap <netgroup.h> so internal calls go direct and the symbols are all weak | 2015-09-14 | 1 | -1/+5 | |
| | |||||
* | Hide netgroup internals inside libc. The parts that netgroup_mkdb | 2015-09-10 | 1 | -9/+16 | |
| | | | | | wants to use, well.... copy them there. ok guenther | ||||
* | Add framework for resolving (pun intended) libc namespace issues, using | 2015-08-31 | 1 | -3/+3 | |
| | | | | | | | | | | | | wrapper .h files and asm labels to let internal calls resolve directly and not be overridable or use the PLT. Then, apply that framework to most of the functions in stdio.h, string.h, err.h, and wchar.h. Delete the should-have-been-hidden-all-along _v?(err|warn)[cx]? symbols while here. tests clean on i386, amd64, sparc64, powerpc, and mips64 naming feedback from kettenis@ and millert@ ok kettenis@ | ||||
* | reallocarray() to detect potential int overflow; ok doug | 2014-10-08 | 1 | -2/+2 | |
| | |||||
* | 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 | |