Extended the protocol-30 info-passing code at startup, and use it to
authorWayne Davison <wayned@samba.org>
Mon, 18 Feb 2008 22:10:13 +0000 (14:10 -0800)
committerWayne Davison <wayned@samba.org>
Mon, 18 Feb 2008 23:57:59 +0000 (15:57 -0800)
commit1ed56a05c26b6cb6f3891ce16be89aeab388a293
tree52afcc200e3f4f3ba65b28afc95009bccfcbb885
parent28fb6365d096cf1e7125cde322c92c1b80b4ecee
Extended the protocol-30 info-passing code at startup, and use it to
tell the client if the server can set the times on a symlink (both
the server->client byte and the client->server use of -e).  Make use
of this info to allow the proper output of the 't' flag when rsync
can set the time on a symlink (and we're talking protocol >= 30).
Added output of "[no] symtimes" info in the --version message.
Fixed the itemize.test so that it works when rsync believes that it
can set the time of a symlink, but it can't really do it.
compat.c
generator.c
log.c
options.c
rsync.c
rsync.h
rsync.yo
testsuite/itemize.test