Wayne Davison
116a4769c1
- Improved try_dests_non() so that it works with all non-regular
...
files (including dirs).
- Changed the directory-creating code to call try_dests_non() when a
--*-dest option is used.
- Revamped the device/special-files code to have the same logic as
the symlink code, making it both simpler and more correct.
- All the above makes us output changes for all items consistently
when a --*-dest option is used.
- Fixed an output bug in try_dests_reg() and try_dests_non() when
-ii is enabled (we use to fail to output unchanged files).
2006-11-10 05:06:56 +00:00
Wayne Davison
1e4f5f6342
Added flag ITEM_MATCHED.
2006-11-10 05:06:53 +00:00
Wayne Davison
a19d285ae3
Changed strcat() calls to strlcat().
2006-11-10 03:34:51 +00:00
Wayne Davison
564782ba95
Disable POPT_WCHAR_HACK for now.
2006-11-09 02:55:32 +00:00
Wayne Davison
2dc7b8bd0e
Got rid of type-casting into isFOO() and toFOO() functions by
...
using static inline functions that take a signed char pointer.
2006-11-09 02:39:29 +00:00
Wayne Davison
e0930845ce
Improved the vmefail() code.
2006-11-09 02:37:38 +00:00
Wayne Davison
cf81788366
Fixed a problem with the xstrdup() change.
2006-11-09 02:36:03 +00:00
Wayne Davison
89a0e3a927
Get rid of the last strcpy() call by using an static inline function.
2006-11-09 02:34:17 +00:00
Wayne Davison
a8facdc090
Use a new isSpace() inline function to call isspace() safely
...
when using a signed character pointer.
2006-11-09 02:14:38 +00:00
Wayne Davison
c5e29261f3
Need to include lib/snprintf.o when building wildtest.
2006-11-09 01:58:28 +00:00
Wayne Davison
1acb2e15b4
Changed _ABS to be defined as MY_ABS.
2006-11-09 01:55:17 +00:00
Wayne Davison
06898c80d9
Got rid of code to twiddle _ABS.
2006-11-09 01:54:59 +00:00
Wayne Davison
684576ff45
Moved definition of DBL_EPSILON.
2006-11-09 01:51:57 +00:00
Wayne Davison
574a24a2ec
Try a full prototype for alloca() for those systems that need it.
2006-11-09 01:34:36 +00:00
Wayne Davison
9775d6ab66
- Define snprintf() when needed.
...
- Improved the compatibility of the standard includes.
2006-11-09 01:26:27 +00:00
Wayne Davison
2b916250d8
The Mac version of GCC can now handle __attribute__ .
2006-11-09 01:07:35 +00:00
Wayne Davison
2955529bb4
Rolling over the NEWS file for the next version.
2006-11-09 01:06:30 +00:00
Wayne Davison
d094b5eb3c
Change the version for new CVS work.
2006-11-09 00:59:58 +00:00
Wayne Davison
bc93ee842f
- Upgraded popt to version 1.10.2.
...
- Modified all sprintf() and strcpy() calls to use snprintf()
and strlcpy().
2006-11-09 00:57:55 +00:00
Wayne Davison
0c6d79528a
Preparing for release of 2.6.9
v2.6.9
2006-11-07 04:41:35 +00:00
Wayne Davison
556e03a3c9
Modified to recognize FreeBSD's setfacl command.
2006-11-04 00:18:49 +00:00
Wayne Davison
e4887738bb
Updated to the version dated 2006-07-02.
2006-11-02 02:01:25 +00:00
Wayne Davison
0f5c1c193a
Need to include netinet/tcp.h to get TCP_NODELAY defined.
2006-10-31 19:21:57 +00:00
Wayne Davison
ab6dcad61c
Mention the addition of the fake-super.diff patch.
2006-10-28 21:22:26 +00:00
Wayne Davison
b6855ddc9c
Don't put backslashes before the dashes in " -- ".
2006-10-27 17:51:21 +00:00
Wayne Davison
0cbb958f34
Mention the fix for bug #4079 .
2006-10-27 17:29:09 +00:00
Wayne Davison
418da6d952
Mention WIFEXITED() change.
2006-10-26 19:19:23 +00:00
Wayne Davison
51d133d686
Mention Mac OS X xattr work.
2006-10-26 17:22:15 +00:00
Wayne Davison
cbb95d3d24
Preparing for release of 2.6.9pre3
v2.6.9pre3
2006-10-26 17:06:41 +00:00
Wayne Davison
d9126a861f
Run tweak_manpage_dashes on the man pages we generate.
2006-10-24 16:17:31 +00:00
Wayne Davison
b4768a1397
Undo temporary changes used for build-farm testing of ACL patch.
2006-10-24 15:09:57 +00:00
Wayne Davison
47b032e97f
Added a define for WIFEXITED() that is used if one is missing.
2006-10-24 03:31:30 +00:00
Wayne Davison
50dfd5b4fe
Document the --no-motd option.
2006-10-24 00:56:46 +00:00
Wayne Davison
1de02c273d
Document the --no-motd option, with a caveat on how it can also
...
hide the module listing.
2006-10-24 00:36:46 +00:00
Wayne Davison
9ce7fc3887
Obey the new --no-motd option.
2006-10-24 00:36:42 +00:00
Wayne Davison
dc1f7b9ea3
Added the --no-motd option to silence just the text output at the
...
start of a daemon transfer.
2006-10-24 00:36:38 +00:00
Wayne Davison
ee7cf95b13
Post-process manpages with the tweak_manpage_dashes perl script.
2006-10-24 00:33:32 +00:00
Wayne Davison
492fc3536d
Run patch with -t so that it doesn't ask any questions.
2006-10-24 00:24:56 +00:00
Wayne Davison
5e61bdb4d5
A perl script that does appropriate backslash escaping of '-' chars
...
in manpages.
2006-10-24 00:09:18 +00:00
Wayne Davison
f964ac5eee
- Fixed an error-handling path in try_dests_reg().
...
- Added a comment.
2006-10-22 22:36:36 +00:00
Wayne Davison
c55b39afad
Use "test" instead of "[ ... ]" for better portability.
2006-10-22 07:29:21 +00:00
Wayne Davison
a27463a9a2
Added missing cleanup of empty ACL files.
2006-10-22 07:18:21 +00:00
Wayne Davison
590eb6c02d
Change the unpatch code for NetBSD.
2006-10-22 04:26:59 +00:00
Wayne Davison
0d7a6b4906
Temporary changes to have the build-farm configure and build
...
the ACL version of rsync (patched in via patches/acls.diff).
2006-10-22 03:17:45 +00:00
Wayne Davison
b4f0287197
Mention the fix that lets a push now override the partial-dir exclude.
2006-10-18 05:20:05 +00:00
Wayne Davison
8d6386809e
The server should not be adding an assumed filter rule based on the
...
partial-dir setting (since the client is sending us the rules).
2006-10-18 05:15:35 +00:00
Wayne Davison
230328a30a
Added a risk filter for the partial-dir since we use --delete-after.
2006-10-18 05:14:10 +00:00
Wayne Davison
5819d6b14a
Stop disabling the RSYNC_PARTIAL_DIR environment variable now that
...
there is a newer rsync on samba.org.
2006-10-18 04:46:26 +00:00
Wayne Davison
7b4a40ed70
Make sure the new link_dest_used value gets zeroed on init.
2006-10-17 18:49:04 +00:00
Wayne Davison
f210dcadf4
- Fixed a compile problem ("len" not defined) in inet_ntop4().
...
- Replaced sprintf() with snprintf() in inet_ntop6().
2006-10-16 18:11:24 +00:00