summaryrefslogtreecommitdiff
path: root/getgroups.c
Commit message (Expand)AuthorAgeFilesLines
* Some misc cleanupWayne Davison2020-06-271-1/+1
* Some memory allocation improvementsWayne Davison2020-06-251-2/+1
* Tweak the copyright year.Wayne Davison2019-03-161-1/+1
* Tweak copyright date.Wayne Davison2018-01-141-1/+1
* Update the copyright year.Wayne Davison2015-08-081-1/+1
* Bump the year to 2014.Wayne Davison2014-01-261-1/+1
* Update copyright year.Wayne Davison2013-01-191-1/+1
* Include 2008 in the copyright years.Wayne Davison2008-03-011-1/+1
* Switching to GPL 3.Wayne Davison2007-07-071-3/+2
* Further modifications to the copyright comment section.Wayne Davison2007-02-041-4/+3
* Updated the FSF's address to an even newer one.Wayne Davison2006-04-251-3/+3
* - Updated the address for the FSF in the opening comment.Wayne Davison2006-04-251-14/+10
* John E. Malmberg convinced me to standardize on #ifs for definedWayne Davison2005-02-141-2/+2
* Use "#if" (not "#ifdef") for configure-defined macros.Wayne Davison2005-01-281-2/+2
* Don't use NGROUPS_MAX define.Wayne Davison2004-02-201-7/+13
* Use the new HAVE_GETGROUPS define.Wayne Davison2004-02-041-0/+4
* Use MY_GID() instead of getgid().Wayne Davison2004-02-041-1/+1
* Improved to add the default gid if it is missing from the list.Wayne Davison2004-01-221-5/+13
* Silence a compiler warning on Sun OS systems.Wayne Davison2004-01-041-1/+1
* Changed main() definition to avoid an extra prototype being putWayne Davison2003-09-101-1/+2
* Mark unused vars.Wayne Davison2003-08-221-1/+1
* Define NGROUPS if not already done.Martin Pool2002-03-251-0/+5
* Add our own little tool to call getgroups(2) because it's too hard toMartin Pool2002-03-251-0/+44