summaryrefslogtreecommitdiff
path: root/uidlist.c
AgeCommit message (Expand)AuthorFilesLines
2006-01-25Decided to hold off on the potential memory savings of indexedWayne Davison1-38/+6
2006-01-24Dump some debug code.Wayne Davison1-2/+0
2006-01-24Optimized id_pair() so that clumps of IDs get handled moreWayne Davison1-8/+20
2006-01-24The uid & gid are now stored using an id_pair structure.Wayne Davison1-7/+28
2005-11-10Got rid of a superfluous newline.Wayne Davison1-1/+0
2005-02-14John E. Malmberg convinced me to standardize on #ifs for definedWayne Davison1-2/+2
2005-01-28Use "#if" (not "#ifdef") for configure-defined macros.Wayne Davison1-3/+3
2004-04-28Fixed the use of an uninitialized variable in map_uid() and map_gid().Wayne Davison1-3/+3
2004-02-20- Guard against and out-of-memory condition.Wayne Davison1-6/+7
2004-02-05Fixed a problem handling GID_NONE in match_gid().Wayne Davison1-2/+2
2004-02-05- Fixed a bug using --numeric-ids as non-root when the receiverWayne Davison1-135/+110
2004-02-04Moved a function.Wayne Davison1-27/+27
2004-02-04If a gid doesn't have a name on the originating system, the receiverWayne Davison1-5/+3
2004-02-04Use the new HAVE_GETGROUPS define.Wayne Davison1-2/+5
2004-02-04Use MY_GID() instead of getgid().Wayne Davison1-2/+2
2004-02-04Another improvement to the debug info we output.Wayne Davison1-3/+12
2004-02-04Tweaked the new debug-logging strings.Wayne Davison1-6/+6
2004-02-04Output some debug info if verbose > 3.Wayne Davison1-3/+24
2004-02-03Added a little more compatibility code for non-standard systems.Wayne Davison1-12/+14
2004-01-24The static last_in value in match_gid() needed to default to -2 soWayne Davison1-1/+1
2004-01-22Made the getgroups() code a little more portable. This will hopefullyWayne Davison1-3/+19
2004-01-15Fixed a bug when a non-root user copies a GID=0 file with -g setWayne Davison1-7/+5
2004-01-03Create GID_NONE for use gid test readability.J.W. Schultz1-2/+2
2004-01-02Set the file's gid to -1 if we don't have permissions to set it.Wayne Davison1-7/+39
2003-12-06Merged in the security fixes from 2.5.7.Wayne Davison1-3/+3
1999-03-01When comparing -1 to a group id, cast -1 with gid_t because on some systemsDavid Dykstra1-1/+1
1999-03-01Prevent the -g option from preserving groups that a non-root receiverDavid Dykstra1-3/+7
1998-05-10change to allow names or numbers to be used for uid and gid.Andrew Tridgell1-25/+6
1998-04-01fixed a string termination bug in the uidlist handling code. I've alsoAndrew Tridgell1-4/+4
1998-03-23a large change to make rsync much more memory efficient. This is doneAndrew Tridgell1-4/+4
1998-01-13*** empty log message ***Andrew Tridgell1-0/+310