Tweaked some whitespace to match the latest version from autoconf.
[rsync/rsync.git] / uidlist.c
2006-01-25 Wayne DavisonDecided to hold off on the potential memory savings...
2006-01-24 Wayne DavisonDump some debug code.
2006-01-24 Wayne DavisonOptimized id_pair() so that clumps of IDs get handled...
2006-01-24 Wayne DavisonThe uid & gid are now stored using an id_pair structure.
2005-11-10 Wayne DavisonGot rid of a superfluous newline.
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-04-28 Wayne DavisonFixed the use of an uninitialized variable in map_uid...
2004-02-20 Wayne Davison- Guard against and out-of-memory condition.
2004-02-05 Wayne DavisonFixed a problem handling GID_NONE in match_gid().
2004-02-05 Wayne Davison- Fixed a bug using --numeric-ids as non-root when...
2004-02-04 Wayne DavisonMoved a function.
2004-02-04 Wayne DavisonIf a gid doesn't have a name on the originating system...
2004-02-04 Wayne DavisonUse the new HAVE_GETGROUPS define.
2004-02-04 Wayne DavisonUse MY_GID() instead of getgid().
2004-02-04 Wayne DavisonAnother improvement to the debug info we output.
2004-02-04 Wayne DavisonTweaked the new debug-logging strings.
2004-02-04 Wayne DavisonOutput some debug info if verbose > 3.
2004-02-03 Wayne DavisonAdded a little more compatibility code for non-standard...
2004-01-24 Wayne DavisonThe static last_in value in match_gid() needed to defau...
2004-01-22 Wayne DavisonMade the getgroups() code a little more portable. ...
2004-01-15 Wayne DavisonFixed a bug when a non-root user copies a GID=0 file...
2004-01-03 J.W. SchultzCreate GID_NONE for use gid test readability.
2004-01-02 Wayne DavisonSet the file's gid to -1 if we don't have permissions...
2003-12-06 Wayne DavisonMerged in the security fixes from 2.5.7.
1999-03-01 David DykstraWhen comparing -1 to a group id, cast -1 with gid_t...
1999-03-01 David DykstraPrevent the -g option from preserving groups that a...
1998-05-10 Andrew Tridgellchange to allow names or numbers to be used for uid...
1998-04-01 Andrew Tridgellfixed a string termination bug in the uidlist handling...
1998-03-23 Andrew Tridgella large change to make rsync much more memory efficient...
1998-01-13 Andrew Tridgell*** empty log message ***