summaryrefslogtreecommitdiff
path: root/tls.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-03Update the copyright year.Wayne Davison1-1/+1
2008-09-01Output numbers in 3-digit groups by default (e.g. 1,234,567).Wayne Davison1-1/+9
2008-07-17Use big_num() in a few more places.Wayne Davison1-2/+2
2008-05-06Added options to tls.c to allow us to ask for mtime and ownership infoWayne Davison1-3/+11
2008-03-14Have configure check to see if /usr/include/popt/popt.h is aroundWayne Davison1-1/+1
2008-03-01Include 2008 in the copyright years.Wayne Davison1-1/+1
2008-01-25Make do_chmod() report an error with -E.Wayne Davison1-0/+1
2007-09-22Moved inline functions from rsync.h into ifuncs.h.Wayne Davison1-17/+6
2007-09-22Added some stub functions for compilers not smart enough to get ridWayne Davison1-0/+16
2007-07-10Tweaking the license text a bit more.Wayne Davison1-2/+3
2007-07-09Martin gave his approval to use GPLv3 with this code.Wayne Davison1-1/+1
2007-04-24Conditionalize xattr code for systems without xattr support.Wayne Davison1-0/+10
2007-04-24Improved the usage message.Wayne Davison1-2/+2
2007-04-24Added arg-parsing to tls.c.Wayne Davison1-8/+42
2007-04-24Adding the --fake-super option.Wayne Davison1-2/+56
2007-02-04Further modifications to the copyright comment section.Wayne Davison1-4/+4
2006-12-26Fix usage message.Wayne Davison1-1/+1
2006-10-13Turned an sprintf() call into snprintf().Wayne Davison1-3/+3
2006-10-13Changed strcpy() calls into strlcpy() calls, just to be extra safe.Wayne Davison1-2/+2
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-16/+7
2005-09-21Cast some time values to (int), just to silence some warnings onWayne Davison1-6/+6
2005-01-19No need for conditional code around do_lstat() anymore.Wayne Davison1-8/+2
2004-12-13Don't call do_lstat() unless SUPPORT_LINKS is defined.Wayne Davison1-2/+8
2004-09-23Only output major/minor info for a character/block device, not forWayne Davison1-1/+1
2004-05-15Whitespace tweaks.Wayne Davison1-10/+9
2004-04-09Silence compiler warnings on Solaris.Wayne Davison1-3/+5
2004-04-09Removed debug code.Wayne Davison1-4/+0
2004-04-09Added some test code to assist in the remote debugging of the buildWayne Davison1-0/+4
2004-04-09If we're listing a device, output the major and minor device numbers.Wayne Davison1-13/+14
2004-01-04Silence a compiler warning on Sun OS systems.Wayne Davison1-4/+3
2003-09-10Changed main() definition to avoid an extra prototype being putWayne Davison1-1/+2
2003-01-21Declare preserve_perms for latest syscall.o.Wayne Davison1-0/+1
2002-04-09long int and signedness fix from Nelson BeebeMartin Pool1-2/+2
2002-04-08Clean up comments for Doxygen.Martin Pool1-4/+2
2002-02-18Must use STRUCT_STAT not "struct stat" to be compatible with otherMartin Pool1-1/+1
2002-01-11Merge ChangeSet@1.12: tls now shows number of links to a file to aid in testi...Martin Pool1-2/+3
2001-12-14Readlink(2) does not nul-terminate the output buffer, so we wereMartin Pool1-1/+7
2001-12-02const-cast required for silly UNICOS headersMartin Pool1-1/+2
2001-11-27Show symlink targetsMartin Pool1-2/+7
2001-11-27mtime and ownership of symlinks can be random, so don't print them.Martin Pool1-16/+28
2001-11-27The size of anything but a regular file is probably not worth thinkingMartin Pool1-3/+6
2001-11-27Also list permissions, ownership, size, and mtime.Martin Pool1-26/+41
2001-09-07Doc.Martin Pool1-3/+3
2001-09-07Add a little implementation of ls(1) so that we can look at all andMartin Pool1-0/+98