David Dykstra
ddd491d45e
Improve the description of --with-default-rsync.
2001-06-22 20:36:43 +00:00
Andrew Tridgell
5d78a10232
allow shell wildcards in auth users lines
2001-06-22 10:16:04 +00:00
Martin Pool
4d66e00afa
If binding to a low-numbered port fails with EACCES, then the error
...
message should explain that you probably need to be root.
(Why leave off the final S? Kernighan must have been a *really* slow
typist.)
2001-06-21 06:19:00 +00:00
Martin Pool
531d06b824
Fix from Wayne Davison:
...
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.
2001-06-21 06:15:34 +00:00
David Dykstra
c6a7f2f48a
Simplify the --with-rsync-path option implementation. Can directly pass
...
the double-quotes to AC_DEFINE_UNQUOTED instead of having a separate step.
2001-06-13 16:47:22 +00:00
David Dykstra
d4e4cbe105
Use 3rd parameter in AC_DEFINE and AC_DEFINE_UNQUOTED to avoid having to
...
manually put the defines into acconfig.h.
2001-06-12 21:35:26 +00:00
David Dykstra
41bd28fee3
Add --with-rsync-path option.
2001-06-12 19:33:41 +00:00
David Dykstra
a1a440c23e
Make --whole-file the default when source and target are on the local machine.
2001-05-29 14:37:54 +00:00
David Dykstra
089e73f8d6
Ran rsync.yo through yodl2man to produce rsync.1. I found that the string
...
"file(s)" in rsync.yo was being improperly translated by yodl2man so I
changed it to just "files".
2001-05-24 18:01:56 +00:00
David Dykstra
2c5548d25e
Add --ignore-errors documentation.
2001-05-22 14:33:38 +00:00
Andrew Tridgell
65c2a918d4
forgot 1 place that used slprintf
2001-05-07 08:59:48 +00:00
Andrew Tridgell
8950ac03f8
imported new snprintf.c from samba, got rid of slprintf
2001-05-07 06:59:37 +00:00
Andrew Tridgell
26ef00bd3c
no space after -I or Tru64 barfs
2001-05-06 13:25:11 +00:00
Andrew Tridgell
efe3037cf5
use _S_IFLNK not S_IFLNK
2001-05-02 11:13:21 +00:00
Andrew Tridgell
f62c17e378
use mkstemp on systems where it is secure
2001-05-02 08:33:18 +00:00
Andrew Tridgell
0f62178580
better pid file location
2001-05-02 05:05:12 +00:00
Andrew Tridgell
81c99202d3
use %.0f instead of %ld
2001-04-13 12:25:19 +00:00
David Dykstra
3473b5b4d8
Add the words "on destination machine" to the --compare-dist description
...
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.
2001-03-23 15:12:52 +00:00
Andrew Tridgell
ba35824322
"rsync error" is better than "transfer error", especially for -h
2001-03-23 03:46:56 +00:00
Andrew Tridgell
6afe7f23b0
got rid of dependency on alloca in popt
2001-03-23 03:44:50 +00:00
Andrew Tridgell
19b27a485e
improved error handling again. Now we report messages for the remote
...
shell failing and propogate errors in a better fashion
2001-03-23 01:26:04 +00:00
Andrew Tridgell
ff81e809f4
new error handling system
...
we now give a non-0 exit code if *any* of the files we have been asked
to transfer fail to transfer
2001-03-22 07:36:51 +00:00
Andrew Tridgell
fd2dd2aa23
better error msg for "invalid uid" and "invalid gid"
2001-03-21 23:44:48 +00:00
Andrew Tridgell
82ed910630
i hate makefiles that automatically run configure
...
:)
2001-03-21 23:36:23 +00:00
Andrew Tridgell
90ba34e27c
I came up with a new way of avoiding the error handling lockup bug in
...
rsync. It isn't pretty, but it does work and should completely avoid
that class of lockup.
2001-03-21 13:12:44 +00:00
Martin Pool
8ee3d639b2
Check for alloca.h and mcheck.h, as included popt needs to know about
...
them.
2001-03-20 05:26:27 +00:00
Martin Pool
0c5a792ac7
Oops, fix edit mistake.
2001-03-19 08:19:11 +00:00
Martin Pool
2af27ad9aa
More accurately, the uid/gid is set to -2, not "nobody".
2001-03-17 01:35:59 +00:00
Martin Pool
3b2b534567
Add some todo comments.
2001-03-17 01:34:22 +00:00
Martin Pool
3fa64fd008
Don't unconditionally define _LARGEFILE_SOURCE, but instead include
...
some autoconf-2.13 macros that make the appropriate settings. Thanks
to Albert Chin <china@thewrittenword.com > and Paul Eggert
<eggert@twinsun.com >.
2001-03-17 01:06:34 +00:00
Martin Pool
b557c4c7eb
Define _LARGE_FILES to turn on LFS support on AIX (and some others?).
...
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 >
2001-03-16 05:23:33 +00:00
Martin Pool
0882faa2b2
Doc.
2001-03-16 02:11:53 +00:00
Martin Pool
3cd5eb3b3b
Add my name and a suggestion to read the FAQ for unanswered questions.
2001-02-27 01:49:19 +00:00
Martin Pool
4ff3d9d6b4
Explain that the mktemp warning is harmless.
...
If the autoconf inputs are changed, then try to reconfigure. Don't
worry if we can't do it, though.
2001-02-27 01:46:34 +00:00
Martin Pool
26c08b6c21
Add some brief notes on how to install.
2001-02-24 01:45:21 +00:00
Martin Pool
4db4149283
popt-1.5 is const-correct.
2001-02-24 01:39:19 +00:00
Martin Pool
1ac15cd8ad
Upgrade from including popt1.2 to a version of popt1.5 trimmed down to
...
include only source and build from our Makefile.
Don't scan for libpopt if we're using our own; this makes
autoconf confused.
2001-02-24 01:37:48 +00:00
Martin Pool
b348deae3d
Upgrade from popt 1.2 to a cut-down 1.5
2001-02-24 01:32:22 +00:00
Martin Pool
18c71e96f8
Doc.
2001-02-23 01:45:46 +00:00
Martin Pool
f0f5767f15
Change from getopt to popt -- requires const-correctness on arguments.
2001-02-23 01:44:56 +00:00
Martin Pool
15b7b73d7d
Change from getopt to popt.
...
Add comments.
Show listening port number in startup log message.
2001-02-23 01:44:04 +00:00
Martin Pool
e420b9d854
Change from getopt to popt.
...
Add comment.
2001-02-23 01:02:55 +00:00
Martin Pool
2855f61f4a
Change from getopt to popt.
...
Include more details in --version output: say whether symlinks and
hardlinks are supported.
When hardlink support is missing, explain whether the problem is on
the client or server.
When a bad option is encountered, don't just print it to stderr but
send it to the rsync log mechanism. (However, server errors currently
seem to get lost in transit because of bugs in logging.)
2001-02-23 01:02:31 +00:00
Martin Pool
2d1ebe9c72
Change from getopt to popt.
...
Automatically build included libpopt if there is none on the system,
or if --with-included-popt is specified.
Add --enable-debug.
2001-02-23 00:48:11 +00:00
Martin Pool
c485a357cc
Change from getopt to popt.
...
Automatically build included libpopt if there is none on the system.
2001-02-23 00:47:09 +00:00
Martin Pool
5013576705
Change from getopt to popt.
2001-02-23 00:45:07 +00:00
Martin Pool
8886f8d0e6
Add comments.
...
Better error message in the case of eof on read_timeout.
2001-02-22 13:02:39 +00:00
Martin Pool
fcb6d28d0b
Note about multiplexing.
2001-02-22 13:01:27 +00:00
Martin Pool
62402cb14b
Check in built-in copy of libpopt in preparation for switching
...
from getopt
2001-02-22 13:01:09 +00:00
Martin Pool
305ab1331b
Doc.
2001-02-21 08:25:07 +00:00