rsync.git
20 years agoSome more IOERR_VANISHED support.
Wayne Davison [Thu, 1 Apr 2004 18:04:59 +0000 (18:04 +0000)]
Some more IOERR_VANISHED support.

20 years agoImproved the include/exclude example section some more. Document
Wayne Davison [Wed, 31 Mar 2004 18:53:57 +0000 (18:53 +0000)]
Improved the include/exclude example section some more.  Document
the new username default of "guest" if neither USER or LOGNAME is
set in the environment.

20 years agoThe auth_client function must not return without outputting something
Wayne Davison [Wed, 31 Mar 2004 18:52:38 +0000 (18:52 +0000)]
The auth_client function must not return without outputting something
on the socket, so a NULL or empty username now defaults to "guest".

20 years agoDon't complain about a null --suffix if we're the server/sender (since
Wayne Davison [Wed, 31 Mar 2004 17:02:22 +0000 (17:02 +0000)]
Don't complain about a null --suffix if we're the server/sender (since
we might not have received the --backup-dir path from the client).

20 years agoI'm no longer maintaining this. Tell people to use the lists instead.
Martin Pool [Wed, 31 Mar 2004 02:48:47 +0000 (02:48 +0000)]
I'm no longer maintaining this.  Tell people to use the lists instead.

20 years agoThe --files-from option needs to allow a server-sender to sometimes
Wayne Davison [Tue, 30 Mar 2004 02:08:07 +0000 (02:08 +0000)]
The --files-from option needs to allow a server-sender to sometimes
have just 1 arg on the command-line.

20 years agoTry to avoid running on a system that allows us to create devices
Wayne Davison [Mon, 29 Mar 2004 17:02:31 +0000 (17:02 +0000)]
Try to avoid running on a system that allows us to create devices
without being root (like cygwin) because rsync won't copy the
devices if it is not root.

20 years agoIn sigchild_handler(), finish with waitpid() before reinitializing
Wayne Davison [Mon, 29 Mar 2004 16:30:53 +0000 (16:30 +0000)]
In sigchild_handler(), finish with waitpid() before reinitializing
the SIGCHLD handling.

20 years agoAdded one more example to the new include/exclude section to show how
Wayne Davison [Sat, 27 Mar 2004 20:04:04 +0000 (20:04 +0000)]
Added one more example to the new include/exclude section to show how
--relative works with a non-absolute path.

20 years agoMention that certain options treat an absolute path as relative to the
Wayne Davison [Sat, 27 Mar 2004 19:47:27 +0000 (19:47 +0000)]
Mention that certain options treat an absolute path as relative to the
module's "path" dir, even when chroot is off.

20 years agoImproved the "relative to the destination dir" description for
Wayne Davison [Sat, 27 Mar 2004 19:46:28 +0000 (19:46 +0000)]
Improved the "relative to the destination dir" description for
several options.

20 years agoGot rid of debug-output statement.
Wayne Davison [Sat, 27 Mar 2004 19:42:13 +0000 (19:42 +0000)]
Got rid of debug-output statement.

20 years agoTry to make the complexities of includes/excludes a little more clear.
Wayne Davison [Sat, 27 Mar 2004 18:25:41 +0000 (18:25 +0000)]
Try to make the complexities of includes/excludes a little more clear.

20 years agoOptionally sanitize the args in parse_arguments() using the new
Wayne Davison [Sat, 27 Mar 2004 09:46:42 +0000 (09:46 +0000)]
Optionally sanitize the args in parse_arguments() using the new
alloc_sanitize_path() function.

20 years agoAdded alloc_sanitize_path().
Wayne Davison [Sat, 27 Mar 2004 09:44:49 +0000 (09:44 +0000)]
Added alloc_sanitize_path().

20 years agoThe args are now sanitized in parse_arguments() instead of here.
Wayne Davison [Sat, 27 Mar 2004 09:44:01 +0000 (09:44 +0000)]
The args are now sanitized in parse_arguments() instead of here.

20 years agoFixed a crash bug when hlink_list is NULL and a link_u.links
Wayne Davison [Fri, 26 Mar 2004 16:46:20 +0000 (16:46 +0000)]
Fixed a crash bug when hlink_list is NULL and a link_u.links
pointer in one of the file_struct nodes is not.

20 years agoFixed a typo and made a sentence read better.
Wayne Davison [Fri, 26 Mar 2004 15:51:51 +0000 (15:51 +0000)]
Fixed a typo and made a sentence read better.

20 years agoPreparing for release of 2.6.1pre-1 v2.6.1pre1
Wayne Davison [Wed, 24 Mar 2004 21:59:07 +0000 (21:59 +0000)]
Preparing for release of 2.6.1pre-1

20 years agoMoved a few externs and made a couple formatting tweaks.
Wayne Davison [Tue, 23 Mar 2004 16:50:40 +0000 (16:50 +0000)]
Moved a few externs and made a couple formatting tweaks.

20 years agoGot rid of an ancient (and no longer relevant) comment.
Wayne Davison [Tue, 23 Mar 2004 16:36:00 +0000 (16:36 +0000)]
Got rid of an ancient (and no longer relevant) comment.

20 years agoA few formatting tweaks in delete_file().
Wayne Davison [Tue, 23 Mar 2004 16:16:15 +0000 (16:16 +0000)]
A few formatting tweaks in delete_file().

20 years agoFixed the test for sin_len as noted by Shinichi Maruyama. Changed
Wayne Davison [Tue, 16 Mar 2004 01:26:39 +0000 (01:26 +0000)]
Fixed the test for sin_len as noted by Shinichi Maruyama.  Changed
the define name generated for this test and the sa_len test.

20 years agoChanged HAVE_SOCKADDR_SIN_LEN to HAVE_SOCKADDR_IN_LEN.
Wayne Davison [Tue, 16 Mar 2004 01:26:31 +0000 (01:26 +0000)]
Changed HAVE_SOCKADDR_SIN_LEN to HAVE_SOCKADDR_IN_LEN.

20 years agoCheck robust_rename()'s return value using < 0.
Wayne Davison [Sat, 13 Mar 2004 20:18:03 +0000 (20:18 +0000)]
Check robust_rename()'s return value using < 0.

20 years agoMention the changes in the "patches" dir.
Wayne Davison [Wed, 10 Mar 2004 08:32:38 +0000 (08:32 +0000)]
Mention the changes in the "patches" dir.

20 years agoUse CHMOD_BITS instead of ~_S_IFMT.
Wayne Davison [Sun, 7 Mar 2004 20:29:59 +0000 (20:29 +0000)]
Use CHMOD_BITS instead of ~_S_IFMT.

20 years agoImproved an entry.
Wayne Davison [Sat, 6 Mar 2004 20:07:24 +0000 (20:07 +0000)]
Improved an entry.

20 years agoOther files use S_IWUSR instead of S_IWRITE, so use S_IWUSR and S_IRUSR.
Wayne Davison [Sat, 6 Mar 2004 07:45:52 +0000 (07:45 +0000)]
Other files use S_IWUSR instead of S_IWRITE, so use S_IWUSR and S_IRUSR.

20 years agoDefine S_IRUSR if it doesn't already exist.
Wayne Davison [Sat, 6 Mar 2004 07:43:55 +0000 (07:43 +0000)]
Define S_IRUSR if it doesn't already exist.

20 years agoUpdated to version from autoconf 2.59 (2003-10-03).
Wayne Davison [Sat, 6 Mar 2004 07:00:47 +0000 (07:00 +0000)]
Updated to version from autoconf 2.59 (2003-10-03).

20 years agoUpdated to version from autoconf 2.59 (2003-08-18).
Wayne Davison [Sat, 6 Mar 2004 07:00:16 +0000 (07:00 +0000)]
Updated to version from autoconf 2.59 (2003-08-18).

20 years agoMoved out the old news and improved the new.
Wayne Davison [Thu, 4 Mar 2004 19:36:28 +0000 (19:36 +0000)]
Moved out the old news and improved the new.

20 years agoMoved the previous release's NEWS here.
Wayne Davison [Thu, 4 Mar 2004 19:35:57 +0000 (19:35 +0000)]
Moved the previous release's NEWS here.

20 years agoProgress improvement.
Wayne Davison [Sat, 28 Feb 2004 02:02:37 +0000 (02:02 +0000)]
Progress improvement.

20 years agoImproved the progress reporting/E.T.A. using a (slightly modifed)
Wayne Davison [Sat, 28 Feb 2004 02:00:57 +0000 (02:00 +0000)]
Improved the progress reporting/E.T.A. using a (slightly modifed)
patch from Timo Sirainen.

20 years agoGot rid of some superfluous parens.
Wayne Davison [Fri, 27 Feb 2004 08:03:49 +0000 (08:03 +0000)]
Got rid of some superfluous parens.

20 years agoTru64 fix.
Wayne Davison [Fri, 27 Feb 2004 07:37:43 +0000 (07:37 +0000)]
Tru64 fix.

20 years agoUse new HAVE_SOCKADDR_SIN_LEN define (replaces HAVE_SOCKADDR_LEN).
Wayne Davison [Fri, 27 Feb 2004 07:22:40 +0000 (07:22 +0000)]
Use new HAVE_SOCKADDR_SIN_LEN define (replaces HAVE_SOCKADDR_LEN).

20 years agoWe now set HAVE_SOCKADDR_SA_LEN and HAVE_SOCKADDR_SIN_LEN based on
Wayne Davison [Fri, 27 Feb 2004 07:22:39 +0000 (07:22 +0000)]
We now set HAVE_SOCKADDR_SA_LEN and HAVE_SOCKADDR_SIN_LEN based on
sockaddr.sa_len and sockaddr.sin_len, respectively (replacing
HAVE_SOCKADDR_LEN).

20 years agoNo longer needed.
Wayne Davison [Thu, 26 Feb 2004 04:03:44 +0000 (04:03 +0000)]
No longer needed.

20 years agoA couple AC_DEFINE() changes so that we can do without acconfig.h.
Wayne Davison [Thu, 26 Feb 2004 04:03:35 +0000 (04:03 +0000)]
A couple AC_DEFINE() changes so that we can do without acconfig.h.

20 years agoTweaked some comments and some whitespace.
Wayne Davison [Wed, 25 Feb 2004 21:20:59 +0000 (21:20 +0000)]
Tweaked some comments and some whitespace.

20 years agoConfigure addition.
Wayne Davison [Mon, 23 Feb 2004 20:09:14 +0000 (20:09 +0000)]
Configure addition.

20 years agoAllow the default (system) rsyncd.conf file to be specified via configure.
Wayne Davison [Mon, 23 Feb 2004 20:00:20 +0000 (20:00 +0000)]
Allow the default (system) rsyncd.conf file to be specified via configure.

20 years agoTrivial whitespace tweak.
Wayne Davison [Mon, 23 Feb 2004 19:23:53 +0000 (19:23 +0000)]
Trivial whitespace tweak.

20 years agoShouldn't ignore .cvsignore.
Wayne Davison [Mon, 23 Feb 2004 18:19:13 +0000 (18:19 +0000)]
Shouldn't ignore .cvsignore.

20 years agoA couple fixes from Shinichi Maruyama.
Wayne Davison [Mon, 23 Feb 2004 07:03:03 +0000 (07:03 +0000)]
A couple fixes from Shinichi Maruyama.

20 years agoMentioned the recent change in slash handling.
Wayne Davison [Mon, 23 Feb 2004 02:28:04 +0000 (02:28 +0000)]
Mentioned the recent change in slash handling.

20 years agoChanged the literal 9000 into "OPT_REFUSED_BASE".
Wayne Davison [Sun, 22 Feb 2004 08:56:43 +0000 (08:56 +0000)]
Changed the literal 9000 into "OPT_REFUSED_BASE".

20 years agoAnother bug fix.
Wayne Davison [Sat, 21 Feb 2004 21:39:54 +0000 (21:39 +0000)]
Another bug fix.

20 years agoGot rid of the "refuse options" section.
Wayne Davison [Sat, 21 Feb 2004 21:37:14 +0000 (21:37 +0000)]
Got rid of the "refuse options" section.

20 years agoComplain in the daemon log file if there is an unknown option in the
Wayne Davison [Sat, 21 Feb 2004 21:36:55 +0000 (21:36 +0000)]
Complain in the daemon log file if there is an unknown option in the
"refuse options" value.  Also changed the idiom used to mark refused
options in the popt struct.

20 years agoFixed the "refuse options" setting in the daemon after Fabrice Bellet
Wayne Davison [Sat, 21 Feb 2004 21:12:49 +0000 (21:12 +0000)]
Fixed the "refuse options" setting in the daemon after Fabrice Bellet
identified what was wrong.

20 years ago- Guard against and out-of-memory condition.
Wayne Davison [Fri, 20 Feb 2004 17:09:30 +0000 (17:09 +0000)]
- Guard against and out-of-memory condition.
- Don't use the NGROUPS_MAX define.

20 years agoDon't use NGROUPS_MAX define.
Wayne Davison [Fri, 20 Feb 2004 17:01:33 +0000 (17:01 +0000)]
Don't use NGROUPS_MAX define.

20 years agoDon't use ENOMSG -- it's not portable.
Wayne Davison [Wed, 18 Feb 2004 22:33:21 +0000 (22:33 +0000)]
Don't use ENOMSG -- it's not portable.

20 years agoMoved the EXDEV handling into robust_rename().
Wayne Davison [Tue, 17 Feb 2004 23:13:10 +0000 (23:13 +0000)]
Moved the EXDEV handling into robust_rename().

20 years ago- If we return an error because of dry_run being set, we now set errno.
Wayne Davison [Tue, 17 Feb 2004 23:00:00 +0000 (23:00 +0000)]
- If we return an error because of dry_run being set, we now set errno.
- The do_mkstemp() routine now preserves the errno value from fchmod()
  if that call fails.
- Improved the CHECK_RO macro stuff.

20 years agoWe no longer munge a double-leading slash in do_open() because we
Wayne Davison [Tue, 17 Feb 2004 22:49:19 +0000 (22:49 +0000)]
We no longer munge a double-leading slash in do_open() because we
shouldn't generate a path with a double-leading slash anymore.

20 years agoDon't create a pathname that has two leading slashes (which we used
Wayne Davison [Tue, 17 Feb 2004 21:57:44 +0000 (21:57 +0000)]
Don't create a pathname that has two leading slashes (which we used
to do when the root of the transfer was "/").

20 years agoRemove "Conditional -z for old protocols" because those old
J.W. Schultz [Sat, 14 Feb 2004 01:43:24 +0000 (01:43 +0000)]
Remove "Conditional -z for old protocols" because those old
protocols are no longer supported.

20 years agoReordered the items inside the file_struct so that alignment padding
Wayne Davison [Wed, 11 Feb 2004 08:01:21 +0000 (08:01 +0000)]
Reordered the items inside the file_struct so that alignment padding
should be minimized.

20 years agoIf --backup was specified, the links we remove are backed up.
Wayne Davison [Wed, 11 Feb 2004 05:03:04 +0000 (05:03 +0000)]
If --backup was specified, the links we remove are backed up.

20 years ago- Revised and optimized the directory-making code.
Wayne Davison [Wed, 11 Feb 2004 05:02:21 +0000 (05:02 +0000)]
- Revised and optimized the directory-making code.
- Optimized the keep_backup() code.

20 years agoAdded backup_dir_buf and backup_dir_remainder.
Wayne Davison [Wed, 11 Feb 2004 04:30:41 +0000 (04:30 +0000)]
Added backup_dir_buf and backup_dir_remainder.

20 years agoFixed a crash bug when keep_backup() calls make_file() and the lastdir
Wayne Davison [Wed, 11 Feb 2004 02:48:58 +0000 (02:48 +0000)]
Fixed a crash bug when keep_backup() calls make_file() and the lastdir
pointer is no longer valid.

20 years agoGot rid of hard-link message (since I don't think it was ever
Wayne Davison [Wed, 11 Feb 2004 02:33:17 +0000 (02:33 +0000)]
Got rid of hard-link message (since I don't think it was ever
output in older rsync versions).

20 years agoAnother attempt at measuring the minimum alignment for a system.
Wayne Davison [Tue, 10 Feb 2004 23:35:12 +0000 (23:35 +0000)]
Another attempt at measuring the minimum alignment for a system.

20 years agoSimplified test for hardlink in make_backup debug message to
J.W. Schultz [Tue, 10 Feb 2004 23:23:09 +0000 (23:23 +0000)]
Simplified test for hardlink in make_backup debug message to
avoid core-dump.

20 years agoGot rid of useless extern.
Wayne Davison [Tue, 10 Feb 2004 22:56:16 +0000 (22:56 +0000)]
Got rid of useless extern.

20 years agoTrying a different MINALIGN because of core dumps on the sparc-64
Wayne Davison [Tue, 10 Feb 2004 22:28:36 +0000 (22:28 +0000)]
Trying a different MINALIGN because of core dumps on the sparc-64
build-farm machines.

20 years agoRevert pool_alloc's use of bomb if pool == NULL.
J.W. Schultz [Tue, 10 Feb 2004 21:11:24 +0000 (21:11 +0000)]
Revert pool_alloc's use of bomb if pool == NULL.

20 years agoKeep in sync with protocol if idev data on stream but no hlink_pool.
J.W. Schultz [Tue, 10 Feb 2004 21:11:24 +0000 (21:11 +0000)]
Keep in sync with protocol if idev data on stream but no hlink_pool.

20 years agoIf XMIT_HAS_IDEV_DATA is set in receive_file_entry(), we now bomb out
Wayne Davison [Tue, 10 Feb 2004 17:53:52 +0000 (17:53 +0000)]
If XMIT_HAS_IDEV_DATA is set in receive_file_entry(), we now bomb out
if flist->hlink_pool isn't set (instead of neglecting to read the idev
info).

20 years agoIf we call pool_alloc() on a NULL pool, bomb out with an error.
Wayne Davison [Tue, 10 Feb 2004 17:52:31 +0000 (17:52 +0000)]
If we call pool_alloc() on a NULL pool, bomb out with an error.

20 years agoEmpty-line tweaks.
Wayne Davison [Tue, 10 Feb 2004 17:35:04 +0000 (17:35 +0000)]
Empty-line tweaks.

20 years agoChanged a while loop to a for loop.
Wayne Davison [Tue, 10 Feb 2004 17:34:05 +0000 (17:34 +0000)]
Changed a while loop to a for loop.

20 years agoTweaked an if.
Wayne Davison [Tue, 10 Feb 2004 17:28:59 +0000 (17:28 +0000)]
Tweaked an if.

20 years agoChanged flist_init() to use offsetof().
Wayne Davison [Tue, 10 Feb 2004 17:28:31 +0000 (17:28 +0000)]
Changed flist_init() to use offsetof().

20 years agoAdded lib/pool_alloc.h to the HEADERS.
Wayne Davison [Tue, 10 Feb 2004 17:06:11 +0000 (17:06 +0000)]
Added lib/pool_alloc.h to the HEADERS.

20 years agoDropped support for protocol versions less than 20 (2.3.0
J.W. Schultz [Tue, 10 Feb 2004 03:54:47 +0000 (03:54 +0000)]
Dropped support for protocol versions less than 20 (2.3.0
released 15 Mar 1999) and activated warnings for protocols
less than 25 (2.5.0 released 23 Aug 2001)

20 years agoAdded allocation pool code.
J.W. Schultz [Tue, 10 Feb 2004 03:26:41 +0000 (03:26 +0000)]
Added allocation pool code.

20 years agoMake idev, hlink and file_struct + strings use allocation
J.W. Schultz [Tue, 10 Feb 2004 03:23:37 +0000 (03:23 +0000)]
Make idev, hlink and file_struct + strings use allocation
pools.

20 years agoDie if we overflowed the args[] array when building up the remote
Wayne Davison [Mon, 9 Feb 2004 21:22:59 +0000 (21:22 +0000)]
Die if we overflowed the args[] array when building up the remote
command in do_cmd().

20 years agoThe batch-options now set checksum_seed to the appropriate fixed value.
Wayne Davison [Mon, 9 Feb 2004 18:32:54 +0000 (18:32 +0000)]
The batch-options now set checksum_seed to the appropriate fixed value.

20 years agoSet checksum_seed only if it is still zero.
Wayne Davison [Mon, 9 Feb 2004 18:32:53 +0000 (18:32 +0000)]
Set checksum_seed only if it is still zero.

20 years agoMade checksum_seed an extern.
Wayne Davison [Mon, 9 Feb 2004 18:32:52 +0000 (18:32 +0000)]
Made checksum_seed an extern.

20 years agoUse asprintf() in server_options() (plus a few more whitespace tweaks).
Wayne Davison [Mon, 9 Feb 2004 18:10:57 +0000 (18:10 +0000)]
Use asprintf() in server_options() (plus a few more whitespace tweaks).

20 years agoUpdated the sizeof syntax and tweaked some whitespace.
Wayne Davison [Mon, 9 Feb 2004 17:45:22 +0000 (17:45 +0000)]
Updated the sizeof syntax and tweaked some whitespace.

20 years agoGot rid of unused true/false defines.
Wayne Davison [Sat, 7 Feb 2004 18:40:52 +0000 (18:40 +0000)]
Got rid of unused true/false defines.

20 years agoMade a couple comments a little clearer.
Wayne Davison [Sat, 7 Feb 2004 00:12:40 +0000 (00:12 +0000)]
Made a couple comments a little clearer.

20 years agoGot rid of unused string_area struct.
Wayne Davison [Fri, 6 Feb 2004 15:33:15 +0000 (15:33 +0000)]
Got rid of unused string_area struct.

20 years agoStart flist with a more reasonable size, grow it linearly
J.W. Schultz [Fri, 6 Feb 2004 10:00:33 +0000 (10:00 +0000)]
Start flist with a more reasonable size, grow it linearly
once it reaches a largish size (16 million files) and make it
actually match the comments so it may be used to initialize
flists of known size (create_flist_from_batch()).

20 years agoUpdate TODO to reflect recent changes.
J.W. Schultz [Fri, 6 Feb 2004 07:26:15 +0000 (07:26 +0000)]
Update TODO to reflect recent changes.

Hardlink handling is improved.

String area code is gone for other reasons.

20 years agoFixed the indentation in init_flist().
Wayne Davison [Fri, 6 Feb 2004 07:19:57 +0000 (07:19 +0000)]
Fixed the indentation in init_flist().

20 years agoCorrect sizeof usage and other whitespace.
J.W. Schultz [Fri, 6 Feb 2004 04:51:09 +0000 (04:51 +0000)]
Correct sizeof usage and other whitespace.

20 years agoAdded a total memory allocated (allmem) line to
J.W. Schultz [Fri, 6 Feb 2004 01:56:25 +0000 (01:56 +0000)]
Added a total memory allocated (allmem) line to
show_malloc_stats.

20 years agoCause all three processes to report memory stats when -vv --stats
J.W. Schultz [Thu, 5 Feb 2004 03:27:54 +0000 (03:27 +0000)]
Cause all three processes to report memory stats when -vv --stats

20 years agoMention a couple more changes.
Wayne Davison [Thu, 5 Feb 2004 02:56:57 +0000 (02:56 +0000)]
Mention a couple more changes.