aboutsummaryrefslogtreecommitdiffstats
path: root/uidlist.c
Commit message (Expand)AuthorAgeFilesLines
* - Typical tranfers now save 12-20 bytes per file because several varsWayne Davison2006-12-031-5/+2
* Changed sprintf() calls to snprintf() calls.Wayne Davison2006-10-131-5/+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-23/+24
* Decided to hold off on the potential memory savings of indexedWayne Davison2006-01-251-38/+6
* Dump some debug code.Wayne Davison2006-01-241-2/+0
* Optimized id_pair() so that clumps of IDs get handled moreWayne Davison2006-01-241-8/+20
* The uid & gid are now stored using an id_pair structure.Wayne Davison2006-01-241-7/+28
* Got rid of a superfluous newline.Wayne Davison2005-11-101-1/+0
* 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-3/+3
* Fixed the use of an uninitialized variable in map_uid() and map_gid().Wayne Davison2004-04-281-3/+3
* - Guard against and out-of-memory condition.Wayne Davison2004-02-201-6/+7
* Fixed a problem handling GID_NONE in match_gid().Wayne Davison2004-02-051-2/+2
* - Fixed a bug using --numeric-ids as non-root when the receiverWayne Davison2004-02-051-135/+110
* Moved a function.Wayne Davison2004-02-041-27/+27
* If a gid doesn't have a name on the originating system, the receiverWayne Davison2004-02-041-5/+3
* Use the new HAVE_GETGROUPS define.Wayne Davison2004-02-041-2/+5
* Use MY_GID() instead of getgid().Wayne Davison2004-02-041-2/+2
* Another improvement to the debug info we output.Wayne Davison2004-02-041-3/+12
* Tweaked the new debug-logging strings.Wayne Davison2004-02-041-6/+6
* Output some debug info if verbose > 3.Wayne Davison2004-02-041-3/+24
* Added a little more compatibility code for non-standard systems.Wayne Davison2004-02-031-12/+14
* The static last_in value in match_gid() needed to default to -2 soWayne Davison2004-01-241-1/+1
* Made the getgroups() code a little more portable. This will hopefullyWayne Davison2004-01-221-3/+19
* Fixed a bug when a non-root user copies a GID=0 file with -g setWayne Davison2004-01-151-7/+5
* Create GID_NONE for use gid test readability.J.W. Schultz2004-01-031-2/+2
* Set the file's gid to -1 if we don't have permissions to set it.Wayne Davison2004-01-021-7/+39
* Merged in the security fixes from 2.5.7.Wayne Davison2003-12-061-3/+3
* When comparing -1 to a group id, cast -1 with gid_t because on some systemsDavid Dykstra1999-03-011-1/+1
* Prevent the -g option from preserving groups that a non-root receiverDavid Dykstra1999-03-011-3/+7
* change to allow names or numbers to be used for uid and gid.Andrew Tridgell1998-05-101-25/+6
* fixed a string termination bug in the uidlist handling code. I've alsoAndrew Tridgell1998-04-011-4/+4
* a large change to make rsync much more memory efficient. This is doneAndrew Tridgell1998-03-231-4/+4
* *** empty log message ***Andrew Tridgell1998-01-131-0/+310