If we create an off_t type, define SIZEOF_OFF_T.
[rsync/rsync.git] / uidlist.c
2009-12-14 Wayne DavisonAvoid a compiler warnings about a signed/unsigned mismatch.
2009-10-20 Wayne DavisonMoved a few group-related functions with some minor...
2009-09-02 Wayne DavisonDefine and use "our_gid" variable.
2009-05-07 Wayne DavisonEnhance name_to_{u,g}id() to optionally parse numbers...
2009-01-13 Matt McCutchenFixed recv_add_uid() to properly differentiate users...
2009-01-03 Wayne DavisonUpdate the copyright year.
2008-11-16 Wayne DavisonAdding the --usermap/--groupmap/--chown options.
2008-07-14 Wayne DavisonAdded the --info=FLAGS an --debug=FLAGS options, which...
2008-03-01 Wayne DavisonInclude 2008 in the copyright years.
2008-02-20 Wayne DavisonMake a few more char pointers const.
2008-02-16 Wayne DavisonSome daemon security improvements, including the new...
2007-12-30 Wayne DavisonMade some user-/group-name pointers "const".
2007-07-10 Wayne DavisonTweaking the license text a bit more.
2007-07-07 Wayne DavisonChanged "count" to "used" in struct file_list since...
2007-07-07 Wayne DavisonSwitching to GPL 3.
2007-05-21 Wayne DavisonFixed a thinko in the calling of recv_add_gid().
2007-05-21 Wayne DavisonThe match_gid() function needed to affect the *flags_pt...
2007-05-20 Wayne DavisonMoved GID_NONE define from rsync.h to uidlist.c.
2007-05-20 Wayne Davison- Changed id & id2 from int to id_t in the struct iflist.
2007-04-20 Wayne DavisonChanged the *_abbbrevint() functions to *_varint().
2007-04-18 Wayne DavisonGot rid of ACL's uid/gid iterators in favor of a single...
2007-03-11 Wayne DavisonUse the abbrevint30 routines in a few more places.
2007-03-11 Wayne DavisonThe ACL support has arrived! This version has a brand...
2007-02-04 Wayne DavisonFurther modifications to the copyright comment section.
2006-12-28 Wayne DavisonAssign the owner and group using F_OWNER() and F_GROUP().
2006-12-28 Wayne Davison- Made match_uid(), match_gid(), recv_user_name(),...
2006-12-28 Wayne DavisonNeaten up use of uid_t/gid_t variable types.
2006-12-03 Wayne Davison- Typical tranfers now save 12-20 bytes per file becaus...
2006-10-13 Wayne DavisonChanged sprintf() calls to snprintf() calls.
2006-04-25 Wayne DavisonUpdated the FSF's address to an even newer one.
2006-04-25 Wayne Davison- Updated the address for the FSF in the opening comment.
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 ***