Wayne Davison
0c270e48af
Let's try using perl for building proto.h.
2007-11-09 17:40:56 +00:00
Wayne Davison
8aeac05d98
Improved configure bootstrap to try to build generated files
...
before fetching them.
2007-11-09 16:56:46 +00:00
Wayne Davison
564dc9941e
This is an attempt to remove generated files from the rsync repository
...
while still supporting the samba build farm. Let's see if it works.
2007-11-09 16:22:20 +00:00
Wayne Davison
732b391720
Preparing for release of 3.0.0pre5
v3.0.0pre5
2007-11-09 04:49:18 +00:00
Wayne Davison
879b6ad05c
When performing a --dry-run, output a "(DRY RUN)" reminder on the
...
last line of the verbose summary text.
2007-11-09 04:48:10 +00:00
Wayne Davison
f153c9c943
Mention latest changes.
2007-11-09 04:32:58 +00:00
Wayne Davison
1b411143e5
Got rid of a compiler warning.
2007-11-08 20:30:17 +00:00
Wayne Davison
9456434688
Some fixes for SCO in new getaddrinfo() code.
2007-11-08 14:54:58 +00:00
Wayne Davison
268da8167a
Use uint32, not uint32_t.
2007-11-08 01:31:58 +00:00
Wayne Davison
2213961e8f
Add back a define of "struct sockaddr_storage" for systems that
...
don't have it.
2007-11-08 01:10:34 +00:00
Wayne Davison
d100e733db
Improve the man page and --help descriptions of --dry-run. In
...
particular, make it clear that --dry-run turns off action without
turning on verbosity, and has some incomplete/inaccurate stats.
2007-11-08 00:06:48 +00:00
Wayne Davison
15e4d40184
Tweaked an extern.
2007-11-06 15:32:55 +00:00
Wayne Davison
f7a76b9c45
Some changes to allow an unsorted file list even if the iconv option
...
was disabled via configure.
2007-11-06 15:25:02 +00:00
Wayne Davison
84e1a34eaa
Fixed some typos that Matt pointed out.
2007-11-05 18:33:09 +00:00
Wayne Davison
41979f2518
Make sure that get_xattr_data() never tries to malloc 0 bytes.
2007-11-05 18:15:04 +00:00
Wayne Davison
4b1553e2d4
If the xattr data is bogus in get_rsync_acl(), free the buffer.
2007-11-05 18:15:01 +00:00
Wayne Davison
e516b69ef6
Fixed get_xattr_acl() -- it needed to zero *len_p.
2007-11-05 15:02:30 +00:00
Wayne Davison
7df593f21f
Got rid of a redundant mtime check.
2007-11-05 15:02:27 +00:00
Wayne Davison
cac80887a6
Conditional symlink-checking code in unchanged_attrs() should be
...
checking HAVE_LUTIMES.
2007-11-04 06:43:01 +00:00
Wayne Davison
45a143cd51
Have unchanged_attrs() check the mtime on items where we can
...
affect the time, even if unchanged_file() might have already
checked it.
2007-11-03 21:14:16 +00:00
Wayne Davison
0379c8eca1
Make sure that the user has write permissions when opening a temp file.
2007-11-03 19:27:49 +00:00
Wayne Davison
c9b16cdaba
Stop password errors from getting reported as transfer errors.
2007-11-03 18:14:36 +00:00
Wayne Davison
77943e69aa
- Renamed updating_basis -> updating_basis_or_equiv.
...
- Set updating_basis_or_equiv if we're inplace-updating a
file using the backup file as the basis.
2007-11-03 16:57:17 +00:00
Wayne Davison
d620219dc4
A better way to count our queued workload.
2007-11-03 16:30:30 +00:00
Wayne Davison
c0685c05f8
Fixed hang when --hard-links was processing a large directory
...
hierarchy with no files.
2007-11-03 15:27:14 +00:00
Wayne Davison
b7386d23d4
Avoid verbose output during the forwarding of flist data (for now,
...
at least).
2007-11-03 07:20:09 +00:00
Wayne Davison
17a4977bef
In mplex_write(), make extra sure something unexpected doesn't get
...
put between the split output of a long buffer.
2007-11-03 07:20:05 +00:00
Wayne Davison
4f9b139ab9
The HAVE_UTIMBUF define changed to HAVE_STRUCT_UTIMBUF.
2007-11-02 20:53:04 +00:00
Wayne Davison
9f802c7294
A new version of the getaddrinfo code from the samba source.
2007-11-02 20:52:57 +00:00
Wayne Davison
6e1fa33f67
Make use of the HAVE_NETDB_H define.
2007-11-02 20:52:52 +00:00
Wayne Davison
4021aa455b
Changes to handle new getaddrinfo code.
2007-11-02 20:52:46 +00:00
Wayne Davison
6ec0f6977d
Added AC_HAVE_TYPE().
2007-11-02 20:52:33 +00:00
Wayne Davison
8c702798f6
One more SUBPROTOCOL_VERSION increase for iconv change.
2007-10-31 15:01:26 +00:00
Wayne Davison
2ad3c71777
- In --iconv mode, we can't lower the ndx_end value because dirs
...
aren't sorted to the end.
- Made output_flist() output from "files" instead of "sorted".
2007-10-31 14:02:51 +00:00
Wayne Davison
05bd302ab6
Increment the SUBPROTOCOL_VERSION.
2007-10-31 05:48:56 +00:00
Wayne Davison
2b4d51f2e9
Set ndx_start to 1 only for an inc-recursive transfer.
2007-10-31 05:48:25 +00:00
Wayne Davison
ee279980cc
- Handle a dot-dir-containing flist using its parent_ndx value.
2007-10-31 04:43:36 +00:00
Wayne Davison
4e42173508
- Fixed a problem with merging dot dirs with non-dot-dir args
...
in inc-recursive mode.
- Clean up a relative name to remove interior dot dirs and extra
slashes.
- Fixed the error output about /../ in a -R path after a /./ cut-off.
- Changed the starting ndx value to 1 so that a dot-dir flist can
use 0 to refer to its parent (".") directory.
2007-10-31 04:43:32 +00:00
Wayne Davison
b58bfb2f20
Call clean_fname() with new flag arg.
2007-10-31 04:43:29 +00:00
Wayne Davison
6bb82fe0a8
Changed clean_fname() to take a flag int instead of a BOOL. Added
...
a few extra cleaning options (all off by default).
2007-10-31 04:43:25 +00:00
Wayne Davison
c73f2a3831
- Define the new CFN_* flags for clean_fname().
...
- Changed struct relnamecache's "is_dot_dir" member to "name_type".
2007-10-31 04:43:22 +00:00
Wayne Davison
b1eca24226
Avoid a crash if we read an index value without a valid first_flist.
2007-10-31 04:43:19 +00:00
Wayne Davison
58b7b3d668
Suggest -Z as a good popt alias letter instead of -s.
2007-10-31 00:51:48 +00:00
Wayne Davison
ce055e863d
Mention that --keep-dirlinks can be dangerous if there are
...
untrusted symlinks in the transfer.
2007-10-30 15:00:40 +00:00
Wayne Davison
53ec55a88e
Fixed --one-file-system handling when dealing with multiple
...
user-specified mount points in inc-recursive mode.
2007-10-30 02:24:03 +00:00
Wayne Davison
2cce75453c
My version of Matt's cleanup patch from bug 5051. This makes
...
--copy-dest use a temp file when not in in-place mode, and has
various improvments for the code. I have also "#if 0"ed the code
in the receiver that makes missing directories to see if we can
figure out if it is needed (and if so, what for).
2007-10-29 20:43:34 +00:00
Wayne Davison
93204ccae2
Made some more char pointers const.
2007-10-28 21:42:41 +00:00
Wayne Davison
57d617192b
Don't call copy_file() for a dry-run. (Thanks, Matt!)
2007-10-28 20:03:00 +00:00
Wayne Davison
ea118be593
Fixed setting of updating_basis value.
2007-10-28 06:51:50 +00:00
Wayne Davison
6a85ee9623
Preparing for release of 3.0.0pre4
v3.0.0pre4
2007-10-27 05:09:06 +00:00