1. 18 Sep, 2007 13 commits
  2. 17 Sep, 2007 2 commits
  3. 16 Sep, 2007 2 commits
  4. 15 Sep, 2007 16 commits
  5. 10 Sep, 2007 2 commits
  6. 09 Sep, 2007 5 commits
    • Wayne Davison's avatar
      Added --no-protect-args and --no-s. · c35d6e35
      Wayne Davison authored
      c35d6e35
    • Wayne Davison's avatar
      - Made glob_expand_one() public. · 044dc293
      Wayne Davison authored
      - Tweaking the calling syntax for glob_expand().
      044dc293
    • Wayne Davison's avatar
      Added the --protect-args (-s) option, and made parse_arguments() · 7a4addaa
      Wayne Davison authored
      clear out an old popt context before starting a new one.
      7a4addaa
    • Wayne Davison's avatar
      - If the user specifies a source arg with a hostspec in it in a local- · f7e5068d
      Wayne Davison authored
        source transer, complain and exit.  This can help to find option
        problems were an arg to an option turns into a local-source arg,
        and the real remote-source arg will now get rejected rather than
        attempting to find a file with a colon in its name.
      - We now support the ability to specify more than one remote arg using
        the ":FILENAME" idiom for additional remote filenames.
      - If the --protect-args (-s) option was specified, we send just the
        "--server -s" options to the remote rsync when it is starting, and
        then the real args are sent over the socket.
      f7e5068d
    • Wayne Davison's avatar
      - Renamed read_line() to be read_line_old(). · 67b8f3df
      Wayne Davison authored
      - Renamed read_filesfrom_line() to read_line() and added args to allow
        the caller to control how it works.
      - Added a new function, read_args(), that reads args from a file
        descriptor (using read_line()) and expands any wildcards in them.
        This function has relocated daemon code (from clientserver.c) and
        is also used by the new --protect-args (-s) option.  The new code
        also got rid of an extra strdup() that wasn't needed.
      67b8f3df