Wayne Davison
8b3e964d14
Mention the new support/file-attr-restore script.
2006-03-21 18:11:43 +00:00
Wayne Davison
91a93df049
A nice file-attribute maintenance script that lets you restore
...
permissions, ownership, and group-info on files that may be
different than the originals.
2006-03-21 18:06:26 +00:00
Wayne Davison
19826af5f0
Fixed a few things that looked like yodl macros but were not.
2006-03-21 03:45:03 +00:00
Wayne Davison
49f4cfdf39
Improved a few things that a more modern yodl complained about.
2006-03-21 03:41:00 +00:00
Wayne Davison
b3222792ad
Changed where ITEM_REPORT_ATIME goes in the list.
2006-03-17 23:57:19 +00:00
Wayne Davison
0640710115
Go ahead and define upcoming ITEM_REPORT_* defines now.
2006-03-17 21:59:25 +00:00
Wayne Davison
fa65989a8b
Added support for using solaris's "setfacl -s" in place of
...
GNU's "setfacl -k".
2006-03-16 21:37:18 +00:00
Wayne Davison
4209f079dd
Make sure that the --relative test creates the implied directories
...
with user-write permission, and turns any symlinks in the implied
dirs into real dirs.
2006-03-16 20:02:36 +00:00
Wayne Davison
a7704777ce
An extra safeguard for msg2sndr_flush().
2006-03-16 10:08:08 +00:00
Wayne Davison
7d51b8374d
Made the new msg2sndr handling even better.
2006-03-16 09:57:32 +00:00
Wayne Davison
a27042b521
Mention fix for stunnel-using rsync.
2006-03-16 03:18:16 +00:00
Wayne Davison
5b51c893c5
Optimized the reacquisition of the code value from the msg2sndr list.
2006-03-16 02:26:27 +00:00
Wayne Davison
408e69396c
Fixed the reacquisition of the code value from the msg2sndr list.
2006-03-16 01:27:26 +00:00
Wayne Davison
954bbed84a
- Optimized the msg_list_item structure to make the buffer an
...
integral part of the structure instead of pointer to a
separately allocated buffer.
- Improved the code that was ensuring that no messages from the
receiver could be merged into the middle of a partially written
buffer from the generator. The new code ensures that we never
avoid reading the messages from the receiver (like we used to).
This ensures that the generator will not hang when the receiver
got a read error on the socket, sent us a message about it, but
the socket in the generator never becomes writable for it to get
a similar error (now we are assured of getting the receiver's
note about their read error, and we know to shut things down).
2006-03-16 00:57:54 +00:00
Wayne Davison
7c329ec72c
Mention the log-file.diff.
2006-03-15 18:47:31 +00:00
Wayne Davison
07a8a360a5
Got rid of an errant newline.
2006-03-15 16:54:13 +00:00
Wayne Davison
1618c9e6d1
Improved the regex to match syslog lines and be easier to read.
2006-03-13 16:45:24 +00:00
Wayne Davison
ba0147ac42
Changing the version to 2.6.8cvs.
2006-03-13 16:44:47 +00:00
Wayne Davison
9e88f057b4
Starting the news for 2.6.8.
2006-03-13 16:42:50 +00:00
Wayne Davison
f171bf5b8f
Rolling over the NEWS from 2.6.7.
2006-03-13 16:42:33 +00:00
Wayne Davison
1b1628b90a
Fixed a bug where the NEWS file got an extra newline inserted when
...
the release date was added. Changed "ln -f" to "cp -p" because
samba.org doesn't allow ln to be used at the moment.
2006-03-13 16:42:08 +00:00
Wayne Davison
50cf25672e
Added a test of a simple exclude when --relative is enabled.
2006-03-13 01:57:13 +00:00
Wayne Davison
b316862831
Fixed a problem when copying an absolute source path with
...
the --relative option enabled.
2006-03-13 01:56:19 +00:00
Wayne Davison
38a4b9c297
Block-quote the itemized list in the --stats section so that
...
it is indented in the manpage.
2006-03-13 00:45:07 +00:00
Wayne Davison
a058cbc410
Preparing for release of 2.6.7
v2.6.7
2006-03-11 18:43:42 +00:00
Wayne Davison
1ef7913497
Mention solo-dir fix for a dir without S_IWUSR.
2006-03-11 17:59:37 +00:00
Wayne Davison
88a16c8b4f
Don't force S_IWUSR on a solo directory transfer.
2006-03-10 15:57:03 +00:00
Wayne Davison
8030b28ff8
Make extra sure that authbuf can't overflow.
2006-03-07 08:46:29 +00:00
Wayne Davison
1c598b1db8
Mention fix for Proxy-Authorization header.
2006-03-06 18:28:06 +00:00
Wayne Davison
6854bf69a8
Call base4_encode() with "1" for its new "pad" arg so that the
...
Proxy-Authorization header is properly padded with trailing '='
chars.
2006-03-06 18:22:26 +00:00
Wayne Davison
293def601d
The base4_encode() function now takes a "pad" arg which indicates
...
if the caller wants to pad the value with trailing '=' chars.
2006-03-06 18:22:20 +00:00
Wayne Davison
651dc65efc
Tweaked the mode of the files in the tar file.
2006-03-04 08:21:58 +00:00
Wayne Davison
c2b2bd6a93
Since the samba.org rsync is so old that it doesn't handle
...
out-of-order hard-linked files, changed the script to do the
hard-linking manually.
2006-03-02 23:42:56 +00:00
Wayne Davison
e32a48d256
Preparing for release of 2.6.7pre3
v2.6.7pre3
2006-03-02 22:49:27 +00:00
Wayne Davison
b5cf121d70
Mention the get_local_name() change.
2006-03-02 03:56:14 +00:00
Wayne Davison
44c26bf2a1
Don't allow overwriting a non-directory with a directory (just
...
like cp).
2006-03-02 03:53:42 +00:00
Wayne Davison
cc8c5057fe
If get_local_name() fails to stat() the destination for any
...
reason other than the destination does not exist, mention the
error and exit.
2006-03-02 03:40:09 +00:00
Wayne Davison
b4c7c1ca99
A couple more improvements for --list-only.
2006-03-01 01:04:57 +00:00
Wayne Davison
16d3b31b2c
Improved a couple sentences.
2006-03-01 00:59:22 +00:00
Wayne Davison
89a8180c5e
One more bugfix.
2006-02-28 21:48:45 +00:00
Wayne Davison
34f961bbf3
Got the order of s1 and s2 right in the debug output.
2006-02-28 21:48:15 +00:00
Wayne Davison
2384f9e1db
Update for hash-table change.
2006-02-28 21:21:44 +00:00
Wayne Davison
48cce779a2
Decided to drop the dynamically sized hash table for now. This was
...
due to timing tests showing that the per-byte modulus calculation
slowed down regular sized files. Kept the other improvements
because they lessened our memory use and actually sped up the code.
2006-02-28 21:20:08 +00:00
Wayne Davison
6820753732
Renamed sum_table -> hash_table.
2006-02-28 07:32:48 +00:00
Wayne Davison
fbbe9a016d
Changed the name of GETTAG() to SUM2HASH().
2006-02-28 01:00:03 +00:00
Wayne Davison
c64ca7ef58
Eliminated one variable from hash_search().
2006-02-28 00:31:51 +00:00
Wayne Davison
900cfcb584
- Fixed a problem with the new gettag2() macro by getting rid of the
...
need for it.
- Fixed a really old bug in the verbose output where it would output
the wrong sum value (off by one).
- Renamed the tag_hit variables & debug output to hash_hit.
2006-02-28 00:09:19 +00:00
Wayne Davison
beab3078d6
Added --no-H and --no-hard-links.
2006-02-27 23:35:18 +00:00
Wayne Davison
530a2199da
Mention the hash table change.
2006-02-27 21:29:44 +00:00
Wayne Davison
d9bca0c32f
This is Shachar Shemesh's patch for making the hash-table code
...
work better with large files. I further modified it to eliminate
the extra level of indirectness (and the qsort()), which saves
memory.
2006-02-27 21:16:04 +00:00