summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Document patch merge.cvs/branch-merge-rsync+-2.4.7Martin Pool2001-08-061-0/+4
|
* This time for sure :-): merge the rsync+ 2.4.6 patch onto the head.Martin Pool2001-08-0611-23/+779
| | | | | | The changes are just to accomodate other code which had been added in conflicting regions, and to update the option-handling code to use popt rather than getopt.
* Summarize all the changes since 2.4.6 so we have them in one place.Martin Pool2001-08-061-0/+55
|
* updated config scripts from subversionAndrew Tridgell2001-07-222-354/+950
|
* reap children in sigchld handlerAndrew Tridgell2001-07-171-0/+3
|
* prevent nasty error msgs when listing sharesAndrew Tridgell2001-07-171-0/+5
|
* removed remnant test code for crayAndrew Tridgell2001-06-281-2/+0
|
* fixed md4 on 64 bit boxesAndrew Tridgell2001-06-261-24/+16
|
* applied simple nohang patch from Wayne DavisonAndrew Tridgell2001-06-261-4/+4
|
* Improve the description of --with-default-rsync.David Dykstra2001-06-221-1/+1
|
* allow shell wildcards in auth users linesAndrew Tridgell2001-06-222-9/+10
|
* If binding to a low-numbered port fails with EACCES, then the errorMartin Pool2001-06-211-0/+4
| | | | | | | message should explain that you probably need to be root. (Why leave off the final S? Kernighan must have been a *really* slow typist.)
* Fix from Wayne Davison:Martin Pool2001-06-211-1/+1
| | | | | | | | The --cvs-exclude option is broken in the CVS version of rsync because of a cut-and-paste-induced bug in exclude.c: This bug could cause the sending rsync to crash when it dereferenced a NULL pointer.
* Simplify the --with-rsync-path option implementation. Can directly passDavid Dykstra2001-06-131-2/+1
| | | | the double-quotes to AC_DEFINE_UNQUOTED instead of having a separate step.
* Use 3rd parameter in AC_DEFINE and AC_DEFINE_UNQUOTED to avoid having toDavid Dykstra2001-06-122-35/+18
| | | | manually put the defines into acconfig.h.
* Add --with-rsync-path option.David Dykstra2001-06-123-2/+9
|
* Make --whole-file the default when source and target are on the local machine.David Dykstra2001-05-292-3/+9
|
* Ran rsync.yo through yodl2man to produce rsync.1. I found that the stringDavid Dykstra2001-05-241-1/+1
| | | | | "file(s)" in rsync.yo was being improperly translated by yodl2man so I changed it to just "files".
* Add --ignore-errors documentation.David Dykstra2001-05-221-1/+4
|
* forgot 1 place that used slprintfAndrew Tridgell2001-05-071-2/+2
|
* imported new snprintf.c from samba, got rid of slprintfAndrew Tridgell2001-05-0714-717/+834
|
* no space after -I or Tru64 barfsAndrew Tridgell2001-05-061-1/+1
|
* use _S_IFLNK not S_IFLNKAndrew Tridgell2001-05-021-3/+3
|
* use mkstemp on systems where it is secureAndrew Tridgell2001-05-026-28/+58
|
* better pid file locationAndrew Tridgell2001-05-021-1/+1
|
* use %.0f instead of %ldAndrew Tridgell2001-04-131-3/+2
|
* Add the words "on destination machine" to the --compare-dist descriptionDavid Dykstra2001-03-231-12/+12
| | | | | in rsync.yo. Re-ran yodl2man which I see pulled in a few other changes from rsync.yo that hadn't yet made it into rsync.1.
* "rsync error" is better than "transfer error", especially for -hAndrew Tridgell2001-03-231-1/+1
|
* got rid of dependency on alloca in poptAndrew Tridgell2001-03-234-13/+32
|
* improved error handling again. Now we report messages for the remoteAndrew Tridgell2001-03-235-34/+57
| | | | shell failing and propogate errors in a better fashion
* new error handling systemAndrew Tridgell2001-03-226-20/+19
| | | | | we now give a non-0 exit code if *any* of the files we have been asked to transfer fail to transfer
* better error msg for "invalid uid" and "invalid gid"Andrew Tridgell2001-03-211-2/+2
|
* i hate makefiles that automatically run configureAndrew Tridgell2001-03-211-1/+1
| | | | :)
* I came up with a new way of avoiding the error handling lockup bug inAndrew Tridgell2001-03-212-10/+68
| | | | | rsync. It isn't pretty, but it does work and should completely avoid that class of lockup.
* Check for alloca.h and mcheck.h, as included popt needs to know aboutMartin Pool2001-03-201-2/+3
| | | | them.
* Oops, fix edit mistake.Martin Pool2001-03-191-1/+2
|
* More accurately, the uid/gid is set to -2, not "nobody".Martin Pool2001-03-172-4/+5
|
* Add some todo comments.Martin Pool2001-03-171-0/+7
|
* Don't unconditionally define _LARGEFILE_SOURCE, but instead includeMartin Pool2001-03-173-7/+76
| | | | | | some autoconf-2.13 macros that make the appropriate settings. Thanks to Albert Chin <china@thewrittenword.com> and Paul Eggert <eggert@twinsun.com>.
* Define _LARGE_FILES to turn on LFS support on AIX (and some others?).Martin Pool2001-03-161-0/+7
| | | | | | See http://www.rs6000.ibm.com/doc_link/en_US/a_doc_lib/aixprggd/genprogc/prg_lrg_files.htm Thanks to Todd Willeat <TWilleat@MHP.SMHS.com>
* Doc.Martin Pool2001-03-161-1/+1
|
* Add my name and a suggestion to read the FAQ for unanswered questions.Martin Pool2001-02-271-1/+6
|
* Explain that the mktemp warning is harmless.Martin Pool2001-02-271-1/+11
| | | | | If the autoconf inputs are changed, then try to reconfigure. Don't worry if we can't do it, though.
* Add some brief notes on how to install.Martin Pool2001-02-241-0/+15
|
* popt-1.5 is const-correct.Martin Pool2001-02-241-3/+2
|
* Upgrade from including popt1.2 to a version of popt1.5 trimmed down toMartin Pool2001-02-242-16/+15
| | | | | | include only source and build from our Makefile. Don't scan for libpopt if we're using our own; this makes autoconf confused.
* Upgrade from popt 1.2 to a cut-down 1.5Martin Pool2001-02-2440-5038/+814
|
* Doc.Martin Pool2001-02-232-2/+6
|
* Change from getopt to popt -- requires const-correctness on arguments.Martin Pool2001-02-231-8/+9
|
* Change from getopt to popt.Martin Pool2001-02-231-11/+20
| | | | | Add comments. Show listening port number in startup log message.