Ensure that a per-dir merge file is also loaded from implied directories
[rsync/rsync.git] / tls.c
2008-03-15 Wayne DavisonHave configure check to see if /usr/include/popt/popt...
2008-03-01 Wayne DavisonInclude 2008 in the copyright years.
2008-01-26 Wayne DavisonMake do_chmod() report an error with -E.
2007-09-22 Wayne DavisonMoved inline functions from rsync.h into ifuncs.h.
2007-09-22 Wayne DavisonAdded some stub functions for compilers not smart enoug...
2007-07-10 Wayne DavisonTweaking the license text a bit more.
2007-07-09 Wayne DavisonMartin gave his approval to use GPLv3 with this code.
2007-04-24 Wayne DavisonConditionalize xattr code for systems without xattr...
2007-04-24 Wayne DavisonImproved the usage message.
2007-04-24 Wayne DavisonAdded arg-parsing to tls.c.
2007-04-24 Wayne DavisonAdding the --fake-super option.
2007-02-04 Wayne DavisonFurther modifications to the copyright comment section.
2006-12-26 Wayne DavisonFix usage message.
2006-10-13 Wayne DavisonTurned an sprintf() call into snprintf().
2006-10-13 Wayne DavisonChanged strcpy() calls into strlcpy() calls, just to...
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.
2005-09-21 Wayne DavisonCast some time values to (int), just to silence some...
2005-01-19 Wayne DavisonNo need for conditional code around do_lstat() anymore.
2004-12-13 Wayne DavisonDon't call do_lstat() unless SUPPORT_LINKS is defined.
2004-09-23 Wayne DavisonOnly output major/minor info for a character/block...
2004-05-15 Wayne DavisonWhitespace tweaks.
2004-04-09 Wayne DavisonSilence compiler warnings on Solaris.
2004-04-09 Wayne DavisonRemoved debug code.
2004-04-09 Wayne DavisonAdded some test code to assist in the remote debugging...
2004-04-09 Wayne DavisonIf we're listing a device, output the major and minor...
2004-01-04 Wayne DavisonSilence a compiler warning on Sun OS systems.
2003-09-10 Wayne DavisonChanged main() definition to avoid an extra prototype...
2003-01-21 Wayne DavisonDeclare preserve_perms for latest syscall.o.
2002-04-09 Martin Poollong int and signedness fix from Nelson Beebe
2002-04-08 Martin PoolClean up comments for Doxygen.
2002-02-18 Martin PoolMust use STRUCT_STAT not "struct stat" to be compatible...
2002-01-11 Martin PoolMerge ChangeSet@1.12: tls now shows number of links...
2001-12-14 Martin PoolReadlink(2) does not nul-terminate the output buffer...
2001-12-02 Martin Poolconst-cast required for silly UNICOS headers
2001-11-27 Martin PoolShow symlink targets
2001-11-27 Martin Poolmtime and ownership of symlinks can be random, so don...
2001-11-27 Martin PoolThe size of anything but a regular file is probably...
2001-11-27 Martin PoolAlso list permissions, ownership, size, and mtime.
2001-09-07 Martin PoolDoc.
2001-09-07 Martin PoolAdd a little implementation of ls(1) so that we can...