summaryrefslogtreecommitdiff
path: root/uidlist.c
Commit message (Expand)AuthorAgeFilesLines
* 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