Martin Pool
fc990e81cb
Document autoconf updates.
2001-08-06 08:51:48 +00:00
Martin Pool
e2ba16ccea
Fix check for ino_t to work with both autoconf2.50 and autoconf2.13.
2001-08-06 08:49:19 +00:00
Martin Pool
76d4988d06
Fix m4 quoting to make autoconf2.50 happy. I checked it still works
...
on 2.13. See "info:(autoconf)New Macros".
2001-08-06 08:41:13 +00:00
Martin Pool
25ea348bd1
Summarize all the changes since 2.4.6 so we have them in one place.
2001-08-06 04:31:05 +00:00
Andrew Tridgell
8ca5756339
updated config scripts from subversion
2001-07-22 02:39:06 +00:00
Andrew Tridgell
029c171330
reap children in sigchld handler
2001-07-17 10:48:31 +00:00
Andrew Tridgell
8f04bb36e7
prevent nasty error msgs when listing shares
2001-07-17 10:45:54 +00:00
Andrew Tridgell
b7334b4c31
removed remnant test code for cray
2001-06-28 05:07:15 +00:00
Andrew Tridgell
a7f8404ecd
fixed md4 on 64 bit boxes
2001-06-26 03:09:14 +00:00
Andrew Tridgell
6c65e14634
applied simple nohang patch from Wayne Davison
2001-06-26 01:20:42 +00:00
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