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
Wayne Davison
178a1d2048
- Die if we can't edit the release date into NEWS or OLDNEWS.
...
- Don't remove any *pre*diff* files until the final release.
2006-10-15 21:44:15 +00:00
Wayne Davison
a4b4e0770b
Improved a comment.
2006-10-15 15:57:27 +00:00
Wayne Davison
2a6e35db31
Improved a couple existing items.
2006-10-15 15:49:31 +00:00
Wayne Davison
e3794138d8
Use the new case_N.h file to make sure that our cleanup_step case
...
statements never get out of sequence when the code changes.
2006-10-15 15:43:26 +00:00
Wayne Davison
fdd10da6f7
A helper file for cleanup.c.
2006-10-15 15:42:01 +00:00
Wayne Davison
5f12a07bff
Now that samba.org has a modern rsync, we can go back to using
...
hard-links on the moved files and use rsync to effect the hard-
links on the remote system (which will make a future transfer
more efficient in the absense of --detect-renamed).
2006-10-15 05:04:59 +00:00
Wayne Davison
6a4a1d0cb0
Preparing for release of 2.6.9pre2
v2.6.9pre2
2006-10-14 20:35:17 +00:00
Wayne Davison
434c40986d
Use the MAX_RENAMES_DIGITS define in the relevant snprintf().
2006-10-14 20:31:33 +00:00
Wayne Davison
8ee6857702
Improved the description of the code-checker work..
2006-10-14 20:30:43 +00:00
Wayne Davison
721ddc903f
Updated the news about the exit_cleanup() improvement.
2006-10-14 20:01:22 +00:00
Wayne Davison
154c345db0
Improved the _exit_cleanup() function to handle potential recursions
...
back to the function via the calls that it is making. The new code
treats each recursion back into the function as an opportunity to
take up where we left off (skipping whatever step just failed).
2006-10-14 19:58:52 +00:00
Wayne Davison
25f637a334
Got rid of EXIT_OR_RETURN() macro again -- switching to a better
...
recursion-prevention heuristic in _exit_cleanup().
2006-10-14 18:51:21 +00:00
Wayne Davison
2356d73bb4
The cleanup code that handles moving the temp file to the partial
...
file needed to check that cleanup_fname was not NULL to prevent
any possibility of a recursion starting into that code again.
2006-10-14 02:29:29 +00:00
Wayne Davison
4968423e71
Mention the latest fixes and internal changes.
2006-10-14 02:02:47 +00:00
Wayne Davison
99eba67585
Got rid of the recent paranoid length check because it didn't help
...
to silence a code-checker warning.
2006-10-14 01:17:36 +00:00
Wayne Davison
5abe03d6e8
Restore build order back to normal.
2006-10-14 01:15:16 +00:00
Wayne Davison
83078af5b0
Changed sprintf() calls to snprintf().
2006-10-13 23:46:32 +00:00
Wayne Davison
185aa5b0e5
Turned an sprintf() call into snprintf().
2006-10-13 23:42:52 +00:00