summaryrefslogtreecommitdiff
path: root/lib/libc/gen/getnetgrent.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/5.4.0_cvscvs2svn2005-05-071-1/+1
* MFC knob NO_NIS (fka NO_YP_LIBC) and make world compileable when set.Bjoern A. Zeeb2004-11-281-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
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+339