aboutsummaryrefslogtreecommitdiffstats
path: root/support
Commit message (Expand)AuthorAgeFilesLines
* Improved -s and support cvs's -e30.8 version idiom.Wayne Davison2007-09-172-4/+2
* Disable -s by default.Wayne Davison2007-09-162-2/+2
* Adding knowledge of some new options.Wayne Davison2007-09-151-1/+5
* That should have been -s.Wayne Davison2007-09-151-1/+1
* Force knowledge the -p option, since it gets passed specially.Wayne Davison2007-09-151-0/+2
* Added a remote-shell substitute for use in testing and for certainWayne Davison2007-09-081-0/+23
* The print now uses a more straight-forward map() instead of a join().Wayne Davison2007-03-211-2/+2
* Fixed the item numbers in the regex comment.Wayne Davison2006-12-201-5/+5
* Call SIGACTION() instead of signal().Wayne Davison2006-12-181-1/+5
* Added parsing for all the latest options.Wayne Davison2006-09-181-1/+9
* The --min-size arg doesn't need to be path-checked either.Wayne Davison2006-09-181-1/+1
* A slight simplification to the last change.Wayne Davison2006-09-021-1/+1
* An even better way to un-backslash-escape the filenames from find.Wayne Davison2006-09-021-2/+1
* Fixed handling of filenames with an embedded $, @, or %.Wayne Davison2006-08-311-1/+3
* A nice file-attribute maintenance script that lets you restoreWayne Davison2006-03-211-0/+172
* Improved the regex to match syslog lines and be easier to read.Wayne Davison2006-03-131-2/+15
* Changed default logfile setting from /var/adm/rsyncd.log toWayne Davison2006-02-021-1/+1
* This perl script automates the conversion of a list of pathnamesWayne Davison2006-01-301-0/+27
* Improved the usage info in the opening comment.Wayne Davison2005-12-191-12/+5
* Improved the usage comments.Wayne Davison2005-10-041-2/+8
* A simple filter script to output messages from a single module.Wayne Davison2005-10-031-0/+28
* Changed the arg-splitting code so that it can handle a literalWayne Davison2005-06-231-2/+3
* Tweaked a comment in the perl code we output.Wayne Davison2005-06-231-1/+1
* Changed the code to use the single long-option hash from cull_options.Wayne Davison2005-06-171-65/+57
* - Fixed a bug where the --*-dest options weren't being culled.Wayne Davison2005-06-171-25/+17
* - Improved some comments (some taken from the new cull-options output).Wayne Davison2005-06-171-14/+23
* Another readability improvement in the perl code we output.Wayne Davison2005-06-171-2/+5
* Improved some of the comments that are output into the perl code.Wayne Davison2005-06-171-9/+15
* - Make sure that the command contained the '.' arg at the end of theWayne Davison2005-06-171-21/+16
* - Be restrictive on matching the --sender option so that the userWayne Davison2005-06-171-10/+12
* Output a leading comment and surrounding blank lines.Wayne Davison2005-06-171-1/+6
* If SUBDIR is specified as a non-absolute path, make it absolute.Wayne Davison2005-06-171-1/+3
* - Made it easy to configure the path of the rsync executable.Wayne Davison2005-06-161-38/+160
* A developer-oriented script that outputs perl code for valid serverWayne Davison2005-06-161-0/+58
* Improved the opening comment.Wayne Davison2005-05-261-3/+3
* Tweaked the opening comments.Wayne Davison2005-05-191-2/+1
* Fixed a typo.Wayne Davison2005-05-181-1/+1
* An example filter script to maintain .cvsinclude files.Wayne Davison2005-05-131-0/+43
* Reject any --remove-* options when read-only, just in case thereWayne Davison2005-04-241-2/+2
* Document an alternate way to achieve the effect of this scriptWayne Davison2005-02-221-0/+7
* Disallow --remove-sent-files with a read-only server.Wayne Davison2005-02-201-0/+2
* We now use a regular expression to parse the (restored to its previousWayne Davison2005-02-191-6/+14
* - Fixed a few bugs and compile warnings.Wayne Davison2005-02-181-72/+77
* Changed #if to use "defined".Wayne Davison2005-02-141-1/+1
* Moved the /proc/mounts literal string nearer to the top.Wayne Davison2005-01-221-1/+2
* Added an example of running mnt-excl remotely via ssh for a pull.Wayne Davison2005-01-191-0/+1
* A perl script that outputs excludes for all mount points that affectWayne Davison2005-01-191-0/+35
* - We now remove the DEST~old~ dir instead of renaming it to DEST~new~.Wayne Davison2005-01-141-16/+32
* - Allow multiple source paths to be specified (and checked).Wayne Davison2005-01-121-17/+35
* This is Joe Smith's rrsync (restricted rsync) perl script.Wayne Davison2005-01-121-0/+54