Wayne Davison
23deb0bcee
Export RUNSHFLAGS.
2005-07-31 23:15:38 +00:00
Wayne Davison
7ea7bebf6b
Mention the --inplace new-file permissions fix.
2005-07-30 16:17:21 +00:00
Wayne Davison
97894c6473
- The combination of --update and --progress now outputs progress
...
information during the checksum scan of the already-sent data.
- When --inplace creates a file, give it 0600 permissions, not 0000.
2005-07-30 16:14:22 +00:00
Wayne Davison
1f86fcf5dc
The combination of --update and --progress now outputs progress
...
information during the checksum scan of the already-sent data.
2005-07-30 16:13:19 +00:00
Wayne Davison
bb9bdba4c9
Improved the text around the last example in the USAGE section.
2005-07-29 19:52:50 +00:00
Wayne Davison
5b9cc6953a
Mention the latest changes.
2005-07-29 18:48:58 +00:00
Wayne Davison
33544bf422
- Use BIGPATHBUFLEN for the length of several buffers.
...
- If io_printf() tries to overflow the buffer, die with
an error instead of sending a truncated buffer.
2005-07-29 18:31:12 +00:00
Wayne Davison
20accf4d06
- Use BIGPATHBUFLEN for the length of two line buffers.
...
- Improved the handling of the start_glob variable.
- Made the line buffer in start_daemon() a little bigger.
2005-07-29 18:31:10 +00:00
Wayne Davison
3fac51e21e
Use BIGPATHBUFLEN for the length of two line buffers.
2005-07-29 18:31:07 +00:00
Wayne Davison
d999d312c4
Use BIGPATHBUFLEN for the length of a line buffer.
2005-07-29 18:31:05 +00:00
Wayne Davison
a22ca88565
Define BIGPATHBUFLEN -- a roomy line-buffer that can hold a
...
MAXPATHLEN string plus a message, and it's at least 4096+1024
bytes for those systems where MAXPATHLEN is overly short.
2005-07-29 18:31:03 +00:00
Wayne Davison
9ec8bd87bb
Updated to match 2.6.6 release (which occurred on a branch).
2005-07-28 20:00:43 +00:00
Wayne Davison
f11ece28ff
Changed the version to 2.6.7cvs.
2005-07-28 19:49:47 +00:00
Wayne Davison
f90f71498e
Updated to reflect new 2.6.7cvs status.
2005-07-28 19:49:24 +00:00
Wayne Davison
32199c6b00
Removed a duplicated item.
2005-07-28 18:17:56 +00:00
Wayne Davison
870dddc5eb
Mention the recent changes.
2005-07-28 17:42:56 +00:00
Wayne Davison
9d0d18b590
If the user has specified "pre-xfer exec" or "post-xfer exec", run
...
the indicated command(s), each at the appropriate time.
2005-07-28 17:15:47 +00:00
Wayne Davison
bec617b934
Added 2 new config options: "pre-xfer exec" and "post-xfer exec".
2005-07-28 17:15:44 +00:00
Wayne Davison
c20936b88b
Document the new pre-/post-xfer exec config options.
2005-07-28 17:15:42 +00:00
Wayne Davison
0869881764
Regenerated.
2005-07-28 16:58:04 +00:00
Wayne Davison
a840b5c736
Removed one more client-oriented command-line syntax sentence.
2005-07-28 09:40:08 +00:00
Wayne Davison
2907884f94
Removed erroneous section on using daemon features over a
...
remote-shell connection -- client-use is better described in the
rsync manpage, and the advanced restricted-ssh section needs a
better treatment (perhaps as a support script).
2005-07-28 09:36:12 +00:00
Wayne Davison
754a080ffc
Improved the sections dicussing the various types of transfer
...
connections and how a normal transfer differs from a daemon
transfer.
2005-07-28 09:18:20 +00:00
Wayne Davison
94f20a9f45
Document new --append option.
2005-07-28 01:46:16 +00:00
Wayne Davison
6cc1198288
Support new --append option.
2005-07-28 01:46:12 +00:00
Wayne Davison
a015788d21
Added the --append option.
2005-07-28 01:46:09 +00:00
Wayne Davison
c8d3465726
- Call set_modtime() with its new mode arg.
...
- Don't mask the mode bits being sent to do_chmod().
- Don't skip calling set_modtime() or do_chmod() when the item
is a symlink.
2005-07-27 23:30:58 +00:00
Wayne Davison
00b9618460
- Fixed the mode comparison in itemize() to mask off the bits
...
outside of the CHMOD_BITS mask.
- Don't call do_chmod() unless HAVE_CHMOD is defined.
- Don't mask the mode bits being sent to do_chmod().
2005-07-27 23:30:55 +00:00
Wayne Davison
d11f5c6e2b
- Don't call do_chmod() unless HAVE_CHMOD is defined.
...
- Made do_chmod() handle symlinks or return 1 if not possible.
- We now mask off the mode bits in do_chmod() sing CHMOD_BITS.
2005-07-27 23:30:53 +00:00
Wayne Davison
25007999df
- Changed set_modtime() to take the file's mode as an arg.
...
- Made set_modtime() handle symlinks or return 1 if not possible.
2005-07-27 23:30:51 +00:00
Wayne Davison
8ce6546310
Check for the lchmod() and lutimes() functions.
2005-07-27 23:18:28 +00:00
Wayne Davison
151f59f155
Tweaked a comment and some null-char assignments.
2005-07-22 19:09:45 +00:00
Wayne Davison
89f2a4c231
Changed implied_dirs to only be non-0 if relative_paths is non-0.
2005-07-22 19:05:25 +00:00
Wayne Davison
496be30db6
Got rid of some unused externs.
2005-07-22 17:59:21 +00:00
Wayne Davison
cd426074e1
Updated to zlib 1.2.3.
2005-07-22 15:54:43 +00:00
Wayne Davison
3f7bfac2a0
Avoid newest test when no destination was specified.
2005-07-15 19:10:03 +00:00
Wayne Davison
9425918d74
Output a syntax error if both the source and destination are remote.
2005-07-15 19:06:43 +00:00
Wayne Davison
cc637fcc51
Preparing for release of 2.6.6pre1
v2.6.6pre1
2005-07-07 22:53:59 +00:00
Wayne Davison
9db1743490
Mentioned the zlib changes and tweaked a couple sentences.
2005-07-07 22:50:12 +00:00
Wayne Davison
ba3542cfcb
- Attempt to make the discussion of host-specifying args less confusing.
...
- Fixed the names of the uid and gid daemon options in a sentence.
2005-07-07 21:33:40 +00:00
Wayne Davison
81f5b275db
Changes for new zlib.
2005-07-07 21:29:57 +00:00
Wayne Davison
f3ee726894
Fixed a typo.
2005-07-07 21:19:14 +00:00
Wayne Davison
b5be9e6c5f
Fix latest zlib security exploit (CAN-2005-2096).
2005-07-07 21:14:29 +00:00
Wayne Davison
1e1cf68934
Upgraded to version 1.2.2.
2005-07-07 20:48:02 +00:00
Wayne Davison
4a2744cee3
One more "#undef BAD" for AIX.
2005-07-07 20:37:31 +00:00
Wayne Davison
12febd804f
Use a define to handle conflicting function read_buf instead of
...
renaming it in the code.
2005-07-07 20:17:35 +00:00
Wayne Davison
687c6b14a0
Changed "Overflow" back to "overflow".
2005-07-07 20:16:41 +00:00
Wayne Davison
a1f99493b3
Changed overflow() to overflow_exit().
2005-07-07 19:49:14 +00:00
Wayne Davison
9819f005b6
Changed zBAD back to BAD (with a simpler kluge for AIX).
2005-07-07 19:31:23 +00:00
Wayne Davison
2a6793bf1f
Fixed some whitespace to match the original source.
2005-07-07 19:22:55 +00:00