Change the handling of circular buffers to not waste 4 bytes
[rsync/rsync.git] / getgroups.c
2008-03-01 Wayne DavisonInclude 2008 in the copyright years.
2007-07-07 Wayne DavisonSwitching to GPL 3.
2007-02-04 Wayne DavisonFurther modifications to the copyright comment section.
2006-04-25 Wayne DavisonUpdated the FSF's address to an even newer one.
2006-04-25 Wayne Davison- Updated the address for the FSF in the opening comment.
2005-02-14 Wayne DavisonJohn E. Malmberg convinced me to standardize on #ifs...
2005-01-28 Wayne DavisonUse "#if" (not "#ifdef") for configure-defined macros.
2004-02-20 Wayne DavisonDon't use NGROUPS_MAX define.
2004-02-04 Wayne DavisonUse the new HAVE_GETGROUPS define.
2004-02-04 Wayne DavisonUse MY_GID() instead of getgid().
2004-01-22 Wayne DavisonImproved to add the default gid if it is missing from...
2004-01-04 Wayne DavisonSilence a compiler warning on Sun OS systems.
2003-09-10 Wayne DavisonChanged main() definition to avoid an extra prototype...
2003-08-22 Wayne DavisonMark unused vars.
2002-03-25 Martin PoolDefine NGROUPS if not already done.
2002-03-25 Martin PoolAdd our own little tool to call getgroups(2) because...