~crass/rsync/+git/HEAD:cvs/branch-mbp-texinfo

Last commit made on 2002-02-13
Get this branch:
git clone -b cvs/branch-mbp-texinfo https://git.launchpad.net/~crass/rsync/+git/HEAD

Branch merges

Branch information

Name:
cvs/branch-mbp-texinfo
Repository:
lp:~crass/rsync/+git/HEAD

Recent commits

4af067e... by Martin Pool

First sketchy version of a Texinfo manual, just to see how it works.
I'd like to add more details, but the man page is getting kind of
ridiculously long. You can build it with

  makeinfo rsync.texinfo
  makeinfo --html rsync.texinfo
  texi2dvi rsync.texinfo

b0d4f4c... by Martin Pool

Add a test that --owner correctly propagates ownership of files for a
local transfer as root.

238d23d... by Martin Pool

Add a test that --group correctly propagates groups of which the local
user is a member.

c019068... by Martin Pool

Add $preserve_scratch and $always_log so if you want to see details
about successful tests, you can.

715d1f4... by Martin Pool

Oops -- have to call setgroups() before giving up root.

Doc some of the peculiarities about starting rsyncd as root vs
non-root.

4f092be... by Martin Pool

Make sure we call setgroups() after setuid(). (Ethan Benson)

1bbd10f... by David Dykstra <email address hidden>

Remove the "rsync:" prefixes on FINFO messages. Return the "building file
list ... done" to the way it was in 2.5.1 and before when not using -P.
Apply the file list progress messages when receiving files in addition to
sending files.

088aac8... by David Dykstra <email address hidden>

Make batch mode actually work and add man page documentation. From Jos Backus.

81c652d... by Martin Pool

Merge modified --with-rsh patch: we now determine the default
remote-execution command as follows:

 1) if --with-rsh is specified, use that.

 2) otherwise if remsh is in the path, use that.

 3) otherwise use rsh

If remsh is present, we always modify the order of parameters to suit
it. This is a bit strange.

d7761c1... by Martin Pool

Doc: Rusty's /*/* exclude hack produces spurious output with -vv.