Commit Graph

  • 800a4485f3 Improved the error-checking when tweaking the files for a new release. Wayne Davison 2008-03-03 11:37:42 -08:00
  • fede378577 Updated copyright year in --version output and improved the release script to look for year changes in options.c and to get the version defaults totally right in the prompts. Wayne Davison 2008-03-03 08:46:30 -08:00
  • 3bc207b9dd Fixed a thinko and a typo in the --append option. Wayne Davison 2008-03-03 07:16:38 -08:00
  • ebac031925 Show the last compile error if we failed to create rounding.h. Wayne Davison 2008-03-01 21:00:41 -08:00
  • 3cbe640d3c Tweak the files to start work on the next release. The work-in-progress version is 3.0.1dev. Wayne Davison 2008-03-01 20:35:18 -08:00
  • 4cb6197b21 Preparing for release of 3.0.0 v3.0.0 Wayne Davison 2008-03-01 12:12:04 -08:00
  • d3d07a5e86 Include 2008 in the copyright years. Wayne Davison 2008-03-01 12:01:41 -08:00
  • 62ca38262f Fixed the lastversion default when changing from a pre-release to a final release. Ensure that newly-created "extra files" get included in the diff. Wayne Davison 2008-03-01 11:26:03 -08:00
  • d62fb8894f Mention a couple more items of note. Wayne Davison 2008-03-01 09:47:13 -08:00
  • fc29efc38d Use variables to hold the constant itemized strings so that future changes are easier to make. Wayne Davison 2008-02-27 17:48:25 -08:00
  • c4c9bb944b Temporarily set uid_ndx in the delete code if the transfer is not preserving ownership, but we want to know what the UIDs are on the files we're deleting. Changed the DEL_OWNED_BY_US flag to be DEL_NO_UID_WRITE, which is only set when a file is owned by us and we can't write to it. Fixed a glitch in the error handling of the --delete-delay code where it might try to enable delete-after in incremental-transfer mode. Made a simple (well tested) optimization in the --delete-delay code and a few other readability changes. Wayne Davison 2008-02-27 16:19:05 -08:00
  • 236adddc18 Use preserve_[ug]id values for send/recv checking, which will allow the delete code to temporarily set [ug]id_ndx during delete processing, as needed. Got rid of a couple duplicate tests. Wayne Davison 2008-02-27 16:15:14 -08:00
  • 5b3aa8028b Added missing init_iconv() call when initiating a daemon transfer. Wayne Davison 2008-02-27 07:19:13 -08:00
  • 16e24c2043 Don't force the user to start from the master branch when any clean starting branch will do. Return to the starting branch. Wayne Davison 2008-02-24 13:16:01 -08:00
  • 7869953bbf Fixed the description of the 'x' in the itemized output. Wayne Davison 2008-02-23 20:55:01 -08:00
  • d07edfc895 Added a default to the new switch in str_acl_type(). Wayne Davison 2008-02-23 08:14:18 -08:00
  • 85b057cccf Check the return code from mbr_uid_to_uuid()/mbr_gid_to_uuid() so that the user sees the right error if they failed. Wayne Davison 2008-02-23 07:44:55 -08:00
  • a2c473bb59 Tweaked the ACL type-names returned by str_acl_type() so that error messages are a little clearer. Wayne Davison 2008-02-23 07:31:29 -08:00
  • f587061a5b Cast ai->ai_addrlen to int for an rprintf() call using %d. Wayne Davison 2008-02-22 15:15:32 -08:00
  • d9e92804a5 The code expects id_t and mode_t to be unsigned, so the code now defines each one to be unsigned int (instead of int) when the type is missing. Wayne Davison 2008-02-21 20:51:54 -08:00
  • 46e858a631 Improved several things in the NEWS files, including some typos that Matt fixed. Wayne Davison 2008-02-20 09:52:33 -08:00
  • e0fe5231c2 Output info on what's being signed to make it clearer what is happening. Improved the final admonition. Wayne Davison 2008-02-19 19:17:08 -08:00
  • 698bc16e87 Preparing for release of 3.0.0pre10 v3.0.0pre10 Wayne Davison 2008-02-19 18:28:00 -08:00
  • 7b4f48650c Make a few more char pointers const. Wayne Davison 2008-02-19 16:35:22 -08:00
  • a43ff267e9 Tweaked a comparison that "checker" was complaining about. Wayne Davison 2008-02-19 11:52:00 -08:00
  • 717d04669a Fixed the hard-link check again, adding a comment as to why it is coded the way it is. Wayne Davison 2008-02-18 17:16:08 -08:00
  • 15dbffc215 Fixed a compilation problem when iconv support is disabled. Wayne Davison 2008-02-18 16:48:20 -08:00
  • 0099e42332 Only set FLAG_TIME_FAILED if receiver_symlink_times is set. Wayne Davison 2008-02-18 16:48:04 -08:00
  • 1ed56a05c2 Extended the protocol-30 info-passing code at startup, and use it to tell the client if the server can set the times on a symlink (both the server->client byte and the client->server use of -e). Make use of this info to allow the proper output of the 't' flag when rsync can set the time on a symlink (and we're talking protocol >= 30). Added output of "[no] symtimes" info in the --version message. Fixed the itemize.test so that it works when rsync believes that it can set the time of a symlink, but it can't really do it. Wayne Davison 2008-02-18 14:10:13 -08:00
  • 28fb6365d0 Added --no-one-file-system and --no-x options. Wayne Davison 2008-02-18 12:42:04 -08:00
  • 8365126b8d Some permssion fixes: - Changed itemized output to only report 'p' with -p or -E. - Fixed a duplicate output of a link-dest file with -vv but no -i. - Improved unchanged_attrs() to handle -E. Wayne Davison 2008-02-18 10:02:35 -08:00
  • d770837ec0 Fixed a typo reported in a Debian bug report. Wayne Davison 2008-02-18 09:59:44 -08:00
  • 59658acfec Mention the leading '*'-char rule for itemized output. Wayne Davison 2008-02-18 08:25:15 -08:00
  • 46f800e8c7 Decided to pad the "*deleting" message to make the names line up. Wayne Davison 2008-02-17 23:46:26 -08:00
  • 1c65a93d03 The daemon no longer logs a recv entry for a file that is not actually being updated due to the --only-write-batch option. Wayne Davison 2008-02-17 23:44:52 -08:00
  • cae7885e2f Don't output a duplicate warning when the daemon-config excludes a directory or when a directory is ignored via --ignore-non-existing. Use a new var, is_dir, to simplify the dir code in recv_generator(). Wayne Davison 2008-02-17 22:11:44 -08:00
  • eaa28e654f Use the name "ChangeLog" for the ftp copy of the repository history. Wayne Davison 2008-02-16 14:45:22 -08:00
  • beef86d0dd A few minor changes, including better push_dir()/pop_dir() verbosity. Wayne Davison 2008-02-15 22:19:43 -08:00
  • 2fe1feea75 Added a way to specify where the chroot should occur in the module's path, which allows a daemon admin to have chroot protection and still have files that are outside the transfer area (such as libraries). Wayne Davison 2008-02-15 18:55:02 -08:00
  • 0b52f94da7 Some daemon security improvements, including the new parameters "charset" and "numeric ids". Wayne Davison 2008-02-14 13:24:16 -08:00
  • f96bac8468 (Matt) Dropped a superfluous word from a sentence. Wayne Davison 2008-02-12 17:30:02 -08:00
  • 8444a7c00d (Matt) Needed to remove a few more files for distclean target. Wayne Davison 2008-02-12 17:29:09 -08:00
  • c9d3bc3fca A few more NEWS tweaks. Wayne Davison 2008-02-10 21:21:24 -08:00
  • 8340aa9670 Mention a couple more items. Wayne Davison 2008-02-10 21:02:05 -08:00
  • 3e2c0024d5 Made reconfigure target check if configure.sh was up-to-date. Wayne Davison 2008-02-10 20:39:31 -08:00
  • 205393a2b5 Preparing for release of 3.0.0pre9 v3.0.0pre9 Wayne Davison 2008-02-10 20:16:25 -08:00
  • 5f0f2e0894 Some improvements for --hard-links and --filter options. Wayne Davison 2008-02-10 20:10:13 -08:00
  • a5bb0902b4 One more fix in set_modtime() when we get ENOSYS on a symlink. Wayne Davison 2008-02-10 15:39:21 -08:00
  • d348d5fd5f Add a trailing slash to a modname arg that has no path information. This ensures that the user gets a "skipping" message if they didn't specify -r or -d. (A trailing-slash was already being added to a lone modname for --list-only transfers.) Wayne Davison 2008-02-09 22:07:03 -08:00
  • 21897ecbed Improved the "symlink has no referent" logic to work with all the --copy*links options. Wayne Davison 2008-02-09 21:41:50 -08:00
  • 01103e1870 Make do_recv() reset copy_unsafe_links too (just like it does for copy_links and copy_dirlinks). Wayne Davison 2008-02-09 21:33:13 -08:00
  • 2d8f9b1df0 Ignore exit-code 23 when we expect a daemon-excluded file to be excluded. Wayne Davison 2008-02-09 21:30:49 -08:00
  • 68f1e7e594 (Matt) Made a daemon-refused file an FERROR_XFER with a better message. Wayne Davison 2008-02-07 11:24:38 -08:00
  • 87629cf2f6 Re-indent some code in set_file_attrs() to make the flow clearer. Wayne Davison 2008-02-07 07:24:58 -08:00
  • e7f642cffe Using rebase for the patches has become a failing-hunk pain in the neck, so I'm switching to using merge. Wayne Davison 2008-02-06 16:39:53 -08:00
  • 3e8fe565ed A daemon needs to call setup_iconv() after parsing the options it receives. Wayne Davison 2008-02-06 16:13:37 -08:00
  • e96c7777d7 Fixed return code from hard_link_one() when not verbose. Wayne Davison 2008-02-06 16:06:33 -08:00
  • 71daa07fb1 Make get_xattr_names() even safer at fetching the list of attr names. Wayne Davison 2008-02-06 07:52:00 -08:00
  • 287bb276d5 Only check F_OWNER() if uid_ndx is non-zero. Wayne Davison 2008-02-04 21:17:27 -08:00
  • ddc8110dea Fixed local_child() so that the client side really does handle the log-file writing. Wayne Davison 2008-02-04 12:52:41 -08:00
  • c0f4228d66 Don't try to use recv_xattr_request() with --dry-run. Fixes an internal abbrev error on the sending side. Wayne Davison 2008-02-04 12:30:19 -08:00
  • d6e6333a02 Store the key64 flag from hashtable_create() in the hashtable structure so that hashtable_find() knows which hashtable is which on a 64-bit architecture. Wayne Davison 2008-02-04 07:29:22 -08:00
  • 970ce063ee Fixed finding of parent's description when @ARGV doesn't mention it. Wayne Davison 2008-02-04 00:12:01 -08:00
  • dd1f0da818 Improved the usage message. Wayne Davison 2008-02-03 23:40:20 -08:00
  • 38a4bd432a Fixed a couple DEL_OWNED_BY_US glitches. Wayne Davison 2008-02-03 16:30:08 -08:00
  • 3eabe6aa41 Dump delete_item()'s "replace" var to reduce recursive stack use. Wayne Davison 2008-02-03 15:11:40 -08:00
  • f2b7b64d86 Fixed the diffing of generated files when creating a patch that has a parent that is not the master branch. Wayne Davison 2008-02-02 17:00:25 -08:00
  • b2057d38a9 Some extra password-clarification verbage from Matt. Wayne Davison 2008-01-29 17:19:22 -08:00
  • 964244b90d Fixed several glitches with failed updates and batch files: - Correctly identify when a missing batch update is for a resend. - Made a missing batch update an xfer error. - Made a failed redo an xfer error. - Identify a failed transfer file consistently when it is a solo file. - Have --read-batch say "may try again" instead of "will try again". Wayne Davison 2008-01-27 14:39:49 -08:00
  • a7c1fa0049 Moved the batch option checking until after the protocol-version in the batch file is known. Also simplified the do_compress checking, which had some erroneous def_compress_level code. Wayne Davison 2008-01-26 11:56:27 -08:00
  • 42a28d9d3a Improved a comment. Wayne Davison 2008-01-26 09:13:19 -08:00
  • 19284e2ef8 When removing a file/dir that is owned by us but does not have owner-write permission, set it before the removal. Wayne Davison 2008-01-26 08:47:02 -08:00
  • 2268defe66 Fix some typos and such. Wayne Davison 2008-01-25 16:57:54 -08:00
  • 643b018cfb Mention iconv --list. Wayne Davison 2008-01-25 16:57:26 -08:00
  • e35ad79b1b Make do_chmod() report an error with -E. Wayne Davison 2008-01-25 16:51:10 -08:00
  • da01d2e843 Improved option handling for protocol 30 batch files. Wayne Davison 2008-01-19 11:21:07 -08:00
  • 641dc0c51e Output (BATCH ONLY) rather than (DRY RUN) for --only-write-batch. Wayne Davison 2008-01-19 11:20:42 -08:00
  • 69e2b4ee3a Fixed the combination of --dry-run and --only-write-batch. Wayne Davison 2008-01-19 11:20:17 -08:00
  • 75a01a0734 Don't apply filter rules to implied directories. Wayne Davison 2008-01-19 10:09:22 -08:00
  • b769ad6a3e Another xattr "internal abbrev" fix for an xattr object that is shared by multiple files: handle the case where one file has an abbreviated item set correctly, but a following item does not. Also extended testsuite/xattrs.test to verify that this works. Wayne Davison 2008-01-12 21:41:21 -08:00
  • 6e59b97770 Preparing for release of 3.0.0pre8 v3.0.0pre8 Wayne Davison 2008-01-12 10:53:10 -08:00
  • 4da9fcd41d - Make sure the Makefile is up-to-date before running "make gen". - The release-rsync script now creates the generated patches in a separate dir from the normal patches. Wayne Davison 2008-01-12 10:20:25 -08:00
  • 68ddbaf645 Fixed a bug with truncated xattr data requests when the receiver needs to discard some of the items from the sender's list. Wayne Davison 2008-01-12 09:14:56 -08:00
  • 555a081fe2 If "make gensend" fails, abort the script. Wayne Davison 2008-01-11 13:20:14 -08:00
  • 513d3fd806 Improved check_for_finished_files() to be really, really sure that we've processed all the items on the hard-linked and redo queues before we return. Wayne Davison 2008-01-11 13:13:15 -08:00
  • 34aa616d41 Fixed a length problem parsing an arg of "./". Wayne Davison 2008-01-09 11:51:44 -08:00
  • ec8637f367 Don't allow a slash to be specified in a module name. Document the module-name limitations in rsyncd.conf.yo. Wayne Davison 2008-01-09 08:59:02 -08:00
  • 62a6b8df72 Made read_arg_from_pipe() handle EINTR. Wayne Davison 2008-01-02 17:20:44 -08:00
  • dd6f31f70f Rebuild the Makefile when it is not up-to-date. Wayne Davison 2008-01-01 10:43:55 -08:00
  • a5fd4b6e6e Renamed mkrounding.c to rounding.c. Wayne Davison 2008-01-01 10:34:27 -08:00
  • eca151d457 Changed the creation of rounding.h to use a set of compile-time checks similar to how configure determines the size of variables. Wayne Davison 2008-01-01 10:27:19 -08:00
  • f859d3ded6 If we're cross-compiling, tell the user to run mkrounding on the target machine to build the rounding.h file. Wayne Davison 2008-01-01 08:59:26 -08:00
  • 5288be3af7 Some minor tweaks: - Improved some comments in hlink.c. - Changed "the" to "a" in rsyncd.conf.yo. - Improved the PATCH.name filtering loop in patch-update. Wayne Davison 2007-12-31 20:27:40 -08:00
  • 83235dbc54 Fixed a case where the receiver indicates a successful update when the transfer succeeded, but the final rename failed. Wayne Davison 2007-12-31 10:18:22 -08:00
  • c78cb8f349 Made some user-/group-name pointers "const". Wayne Davison 2007-12-29 22:52:42 -08:00
  • 7210dbfd2a Some minor tweaking to name_to_uid() and name_to_gid(). Wayne Davison 2007-12-29 22:52:04 -08:00
  • b6800a0b32 Added check for libiconv_open when iconv_open isn't found. Wayne Davison 2007-12-29 09:53:37 -08:00
  • 14eaa7a53b Added reconfigure target to re-run configure. Wayne Davison 2007-12-29 09:44:58 -08:00
  • bc065415b0 Fixed Source URL and changed from ftp to http. Wayne Davison 2007-12-19 09:36:05 -08:00
  • 9203c8d274 Improved prepare-source to make it more flexible. The script now lets the user choose which actions to perform and their order. Wayne Davison 2007-12-17 23:09:35 -08:00