summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/getnetgrent.c
Commit message (Expand)AuthorAgeFilesLines
* Per Regents of the University of Calfornia letter, remove advertisingimp2007-01-091-4/+0
* fix innetgr() returning false positives and negatives when reverse netgroupjon2005-07-221-54/+63
* remember to reset nextgrp in getnetgrent(), so that subsequent calls to getne...jon2005-01-131-0/+1
* Add knob NO_NIS (fka NO_YP_LIBC) and make world compileable when set.bz2004-11-131-1/+1
* ANSIfy and constify; this now builds with GCC 3.4.des2004-07-281-22/+19
* #include <ctype.h> for isspace()'s prototype (or a macro version).tjr2003-01-031-0/+1
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/schweikh2002-12-301-1/+1
* #include <string.h> instead of <strings.h>des2002-04-251-1/+1
* * Remove 'register'. (some functions had 7+ register functions...)obrien2002-02-011-9/+9
* Add unsigned char cast to isspace argache1999-11-041-3/+5
* Replace previous commit with a check disallowing ptr from runningsteve1998-03-011-14/+7
* Fix _listmatch() again so that it works with group lists containing onlywpaul1998-02-121-7/+14
* Close PR #4867: improve _listmatch() to avoid returning false positives.wpaul1997-11-161-9/+16
* Improve the innetgr() NIS+ compat kludge. We should only fail over to thewpaul1997-10-131-18/+25
* NIS+ compatibility kludge. A long time ago, I set up innetgr() sowpaul1997-10-111-0/+7
* Merge from Lite2:peter1997-03-111-5/+5
* Small yet significant tweaks/cleanups:wpaul1996-12-271-2/+2
* _key is a char array and we don't need to pass its address to _buildkey()jkh1996-12-051-1/+1
* General -Wall warning cleanup, part I.jkh1996-07-121-2/+2
* - Fix _listmatch() to close PR #1207.wpaul1996-05-211-8/+8
* NIS cleanups and fixes, the next generation.wpaul1996-04-161-1/+1
* Fix a few NIS-related bogons:wpaul1996-04-151-11/+14
* Small tweak: don't try closing /etc/netgroup if we haven't opened it yet.wpaul1995-12-021-1/+2
* getpwent.c: turn the code that checks the override caches into awpaul1995-09-021-2/+7
* Fix _listmatch() so that it doesn't fall off the end of the list string.wpaul1995-08-081-6/+5
* Just when you thought it was safe...wpaul1995-08-071-13/+188
* Fixes for PR #508 and #509 ('botched 'Bad netgroup' error message' andwpaul1995-06-231-7/+43
* Remove trailing whitespace.rgrimes1995-05-301-1/+1
* getpwent.c: fix problem with emacs dumping core when NIS is enabled. Alsowpaul1995-04-041-3/+9
* Make sanity checks saner: don't let setnetgrent() or innetgr() swallowwpaul1995-03-241-2/+8
* Don't let setnetgrent() operate on a null or empty group name: it canwpaul1995-03-231-0/+4
* Use better/stronger/faster NIS lookup code: by using yp_match() instead ofwpaul1995-03-211-44/+14
* Whoops: expanding netgroups that reference multiple netgroups doesn'twpaul1995-03-191-1/+1
* Two major changes:wpaul1995-03-191-4/+71
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+339
OpenPOWER on IntegriCloud