summaryrefslogtreecommitdiff
path: root/uidlist.c
AgeCommit message (Expand)AuthorFilesLines
2007-07-10Tweaking the license text a bit more.Wayne Davison1-2/+3
2007-07-07Changed "count" to "used" in struct file_list since there canWayne Davison1-2/+2
2007-07-07Switching to GPL 3.Wayne Davison1-3/+2
2007-05-21Fixed a thinko in the calling of recv_add_gid().Wayne Davison1-1/+1
2007-05-21The match_gid() function needed to affect the *flags_ptr valueWayne Davison1-13/+12
2007-05-20Moved GID_NONE define from rsync.h to uidlist.c.Wayne Davison1-9/+8
2007-05-20- Changed id & id2 from int to id_t in the struct iflist.Wayne Davison1-37/+52
2007-04-20Changed the *_abbbrevint() functions to *_varint().Wayne Davison1-6/+6
2007-04-18Got rid of ACL's uid/gid iterators in favor of a single functionWayne Davison1-9/+3
2007-03-11Use the abbrevint30 routines in a few more places.Wayne Davison1-6/+7
2007-03-11The ACL support has arrived! This version has a brand new protocolWayne Davison1-4/+15
2007-02-04Further modifications to the copyright comment section.Wayne Davison1-4/+3
2006-12-28Assign the owner and group using F_OWNER() and F_GROUP().Wayne Davison1-2/+2
2006-12-28- Made match_uid(), match_gid(), recv_user_name(), and recv_group_name()Wayne Davison1-12/+16
2006-12-28Neaten up use of uid_t/gid_t variable types.Wayne Davison1-33/+38
2006-12-03- Typical tranfers now save 12-20 bytes per file because several varsWayne Davison1-5/+2
2006-10-13Changed sprintf() calls to snprintf() calls.Wayne Davison1-5/+3
2006-04-25Updated the FSF's address to an even newer one.Wayne Davison1-3/+3
2006-04-25- Updated the address for the FSF in the opening comment.Wayne Davison1-23/+24
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