aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen/getnetgrent.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up the vcs ID strings in libc's gen/ directory.John Baldwin2018-07-031-3/+1
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Implement an NSS backend for netgroups and add getnetgrent_r(3).Mark Johnston2016-06-091-114/+466
* Fix an infinite loop in setnetgrent(3) with NIS netgroups.Mark Johnston2016-06-091-0/+4
* Don't leak olinep if malloc() fails.Don Lewis2016-06-081-0/+2
* libc: do not include <sys/types.h> where <sys/param.h> was already includedAndriy Voskoboinyk2016-04-181-2/+1
* Unbreak compiling getnetgrent.c with -DDEBUG after r236402 by adding aEnji Cooper2015-12-081-0/+1
* libc: Make various internal file descriptors close-on-exec.Jilles Tjoelker2012-12-101-2/+2
* More style.Konstantin Belousov2012-06-161-19/+14
* Revert part of the r235740 which changed separate allocation of theKonstantin Belousov2012-06-161-2/+7
* Style(9) improvements: remove unnecessary parenthesis, improve orderGuy Helmer2012-06-011-50/+52
* Add checks for memory allocation failures in appropriate places, andGuy Helmer2012-05-211-12/+27
* Apply style(9) to return and switch/case statements.Guy Helmer2012-05-211-19/+22
* Revert unintentional commit of changes to getnetgrent.c.Guy Helmer2012-01-101-28/+13
* Add pidfile_fileno() to obtain the file descriptor for an openGuy Helmer2012-01-101-13/+28
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-091-4/+0
* fix innetgr() returning false positives and negatives when reverse netgroupJonathan Chen2005-07-221-54/+63
* remember to reset nextgrp in getnetgrent(), so that subsequent calls to getne...Jonathan Chen2005-01-131-0/+1
* Add knob NO_NIS (fka NO_YP_LIBC) and make world compileable when set.Bjoern A. Zeeb2004-11-131-1/+1
* ANSIfy and constify; this now builds with GCC 3.4.Dag-Erling Smørgrav2004-07-281-22/+19
* #include <ctype.h> for isspace()'s prototype (or a macro version).Tim J. Robbins2003-01-031-0/+1
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/Jens Schweikhardt2002-12-301-1/+1
* #include <string.h> instead of <strings.h>Dag-Erling Smørgrav2002-04-251-1/+1
* * Remove 'register'. (some functions had 7+ register functions...)David E. O'Brien2002-02-011-9/+9
* Add unsigned char cast to isspace argAndrey A. Chernov1999-11-041-3/+5
* Replace previous commit with a check disallowing ptr from runningSteve Price1998-03-011-14/+7
* Fix _listmatch() again so that it works with group lists containing onlyBill Paul1998-02-121-7/+14
* Close PR #4867: improve _listmatch() to avoid returning false positives.Bill Paul1997-11-161-9/+16
* Improve the innetgr() NIS+ compat kludge. We should only fail over to theBill Paul1997-10-131-18/+25
* NIS+ compatibility kludge. A long time ago, I set up innetgr() soBill Paul1997-10-111-0/+7
* Merge from Lite2:Peter Wemm1997-03-111-5/+5
* Small yet significant tweaks/cleanups:Bill Paul1996-12-271-2/+2
* _key is a char array and we don't need to pass its address to _buildkey()Jordan K. Hubbard1996-12-051-1/+1
* General -Wall warning cleanup, part I.Jordan K. Hubbard1996-07-121-2/+2
* - Fix _listmatch() to close PR #1207.Bill Paul1996-05-211-8/+8
* NIS cleanups and fixes, the next generation.Bill Paul1996-04-161-1/+1
* Fix a few NIS-related bogons:Bill Paul1996-04-151-11/+14
* Small tweak: don't try closing /etc/netgroup if we haven't opened it yet.Bill Paul1995-12-021-1/+2
* getpwent.c: turn the code that checks the override caches into aBill Paul1995-09-021-2/+7
* Fix _listmatch() so that it doesn't fall off the end of the list string.Bill Paul1995-08-081-6/+5
* Just when you thought it was safe...Bill Paul1995-08-071-13/+188
* Fixes for PR #508 and #509 ('botched 'Bad netgroup' error message' andBill Paul1995-06-231-7/+43
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-1/+1
* getpwent.c: fix problem with emacs dumping core when NIS is enabled. AlsoBill Paul1995-04-041-3/+9
* Make sanity checks saner: don't let setnetgrent() or innetgr() swallowBill Paul1995-03-241-2/+8
* Don't let setnetgrent() operate on a null or empty group name: it canBill Paul1995-03-231-0/+4
* Use better/stronger/faster NIS lookup code: by using yp_match() instead ofBill Paul1995-03-211-44/+14
* Whoops: expanding netgroups that reference multiple netgroups doesn'tBill Paul1995-03-191-1/+1
* Two major changes:Bill Paul1995-03-191-4/+71