aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen/getgrent.c
Commit message (Expand)AuthorAgeFilesLines
* fix integer underflow in getgrnam_r and getpwnam_rAlan Somers2020-09-191-2/+15
* Fix -Wvoid-pointer-to-enum-cast warnings.Brooks Davis2020-04-151-8/+8
* Get rid unneccessary useless calls to lseek(2) from getgrent(3).Edward Tomasz Napierala2018-10-161-17/+31
* In the C library, the setting up of the group array by variousKirk McKusick2018-01-231-1/+1
* libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-251-0/+2
* Fix up setgrent(3) to have a POSIX-compliant prototype.Ed Schouten2016-07-311-3/+1
* Remove a set but unused variable in __getgroupmembership to fix a gcc 4.9+ wa...Enji Cooper2015-10-301-2/+1
* Fix compiling with gcc [4.2.1] after r287797 when MK_HESOID == no andEnji Cooper2015-10-251-7/+5
* Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.Craig Rodrigues2015-09-201-2/+1
* Add declarations to eliminate -Wmissing-prototypes warningsCraig Rodrigues2015-09-201-0/+2
* Use unsigned variables in a few places.Craig Rodrigues2015-09-141-2/+2
* Fix small memleaks in nis_passwd() and nis_group().Pedro F. Giffuni2015-02-201-1/+3
* Reverse one of the initializations from r278804.Pedro F. Giffuni2015-02-151-1/+1
* Mismatch in r278804.Pedro F. Giffuni2015-02-151-1/+1
* More tidy-ups on uninitialized scalar variablePedro F. Giffuni2015-02-151-2/+2
* Protect uninitialized scalar variable from being accessedPedro F. Giffuni2015-02-071-1/+1
* libc: Make various internal file descriptors close-on-exec.Jilles Tjoelker2012-12-101-4/+4
* Implementing 'fallback' nsswitch source. 'fallback' source is usedMichael Bushkov2007-12-121-74/+190
* o Don't fseek() on closed file.Maxim Konovalov2006-09-181-2/+2
* o compat_group() and files_group() are more complicated than I thoughtMaxim Konovalov2006-07-141-4/+6
* o Record a file offset for a last successfully parsed group file line.Maxim Konovalov2006-06-011-0/+8
* - Extend the nsswitch to support Services, Protocols and RpcHajimu UMEMOTO2006-04-281-1/+277
* getgrent() and friends should set errno if there is an error.Tim Kientzle2004-05-171-0/+3
* Back out the `hiding' of strlcpy and strlcat. Several peopleJacques Vidrine2003-05-011-2/+2
* `Hide' strlcpy and strlcat (using the namespace.h / __weak_referenceJacques Vidrine2003-04-291-2/+2
* When using `compat' mode, be sure to re-dispatch setpwent, endpwent,Jacques Vidrine2003-04-251-0/+29
* ``Strong typing is a crutch for people with weak memories.''Jacques Vidrine2003-04-221-3/+3
* Repair a bug in which a faulty group entry (one with only 2 colons)Jacques Vidrine2003-04-201-8/+6
* The default if nsswitch.conf(5) is not present is supposed to be theJacques Vidrine2003-04-181-1/+1
* = Implement thread-safe versions of the getpwent(3) and getgrent(3)Jacques Vidrine2003-04-171-545/+959
* If realloc(3) fails in copyline(), do not make matters worse byRobert Drehmel2003-03-191-6/+11
* Remove unused variable: sz.Tim J. Robbins2003-01-041-2/+0
* * Remove __P and convert to ANSI prototypes.David E. O'Brien2002-02-011-16/+13
* Fixed world breakage due to missing include of <sys/cdefs.h> in previousBruce Evans2002-01-311-1/+5
* Fix FreeBSD IDs.David E. O'Brien2002-01-301-4/+2
* Fix mostly harmless typo:Jacques Vidrine2000-12-171-1/+1
* Add nsswitch support. By creating an /etc/nsswitch.conf file, you canJacques Vidrine2000-09-061-373/+526
* Replace memory leaking instances of realloc with non-leaking reallocf.Warner Losh1998-09-161-3/+3
* Allow comments in group database.Wolfram Schneider1997-03-081-2/+2
* Small yet significant tweaks/cleanups:Bill Paul1996-12-271-3/+5
* Use dynamic allocated buffers instead static buffers. No member orWolfram Schneider1996-12-251-19/+91
* Add a missing #ifdef YP/#endif pair so that this module willBill Paul1996-12-211-0/+2
* Apply patch to fix +group YP overrides and prevent SEGV on badlyBill Paul1996-09-051-8/+47
* Minor cleanup, mostly unused vars and missing #includes.Poul-Henning Kamp1995-10-221-2/+4
* Some NIS bug stomping:Bill Paul1995-10-061-24/+41
* getgrent.c: adjust _nextypgroup() slightly so that it continues processingBill Paul1995-09-051-1/+4
* getpwent.c: turn the code that checks the override caches into aBill Paul1995-09-021-2/+7
* Fix for a potential problem reported by a user I bumped into on IRCBill Paul1995-06-261-9/+14
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
* Small fix for the following problems:Bill Paul1995-04-291-2/+10