Commit Graph

  • 69b06c50c4 Use id -G rather than groups to get a list of groups for this user, so that we can cope on systems like Cygwin that tend to have group names containing spaces. Martin Pool 2002-03-22 05:06:36 +00:00
  • 6aaf8d8c10 * Make "make install-strip" works properly, and "make install" accepts a DESTDIR variable for help in building binary packages. (Peter Breitenlohner) Martin Pool 2002-03-20 05:53:40 +00:00
  • 4cf64834ed Patch from Paul Haas: Martin Pool 2002-03-20 01:09:49 +00:00
  • b8709f5046 Now that whole_file and no_whole_file are separate variables, have the --whole-file and --no-whole-file options set/reset both variables so if more than one option is specified the last one will be the one honored. David Dykstra 2002-03-19 20:16:42 +00:00
  • 24448f741f Clean up sgml. Martin Pool 2002-03-19 05:52:34 +00:00
  • 76533c52dc todo: Versions of read() and write() that corrupt the stream, or abruptly fail Martin Pool 2002-03-19 05:23:04 +00:00
  • 3ff984d7a7 Fix --help layout. Martin Pool 2002-03-19 05:09:19 +00:00
  • 7a52790b50 Fix overly long line in version. Martin Pool 2002-03-19 05:01:36 +00:00
  • 7b329a2d79 Follow advice from GPL to insert a disclaimer of warranty in the version and help information. Martin Pool 2002-03-19 05:00:05 +00:00
  • 599dc93c64 Doc: Pipe program that makes slow/jerky connections. Martin Pool 2002-03-19 04:14:30 +00:00
  • 8b54f00466 Include all fields in the options table to quieten gcc warnings about missing initializers. Martin Pool 2002-03-19 04:10:07 +00:00
  • 8469faef03 Intentional test of assert :_) Martin Pool 2002-03-19 03:59:51 +00:00
  • bceec82f35 Previous solution for --no-whole-file would probably break when connecting to old servers that don't have --no-whole-file. Martin Pool 2002-03-19 03:39:42 +00:00
  • ed521de525 Sending --no-whole-file is no good because it will not work with old versions of rsync. Martin Pool 2002-03-19 03:27:33 +00:00
  • d157de203a Typo. Martin Pool 2002-03-19 03:23:08 +00:00
  • 1bfbf40bd5 Fix --whole-file problem that caused it to be the default even for remote connections. (Frank Schulz) Martin Pool 2002-03-19 03:21:53 +00:00
  • 6d19c6742c Need a test for "refuse options" Martin Pool 2002-03-16 09:26:33 +00:00
  • a628b06977 Note about 100295@bugs.debian.org Martin Pool 2002-03-16 09:11:56 +00:00
  • 6b2d24de2c Make sure that freeaddrinfo is called on all code paths leading away from a call to getaddrinfo. (Dave Dykstra) <20011219085021.A23107@lucent.com> Martin Pool 2002-03-16 09:00:44 +00:00
  • e23d790fa7 Doc: Note from Dave Dykstra that getaddrinfo calls must be paired with freeaddrinfo(). Martin Pool 2002-03-16 08:23:08 +00:00
  • 2a5904a580 Add more rules for make distclean. Martin Pool 2002-03-16 08:21:15 +00:00
  • 4610ac79c2 "make distclean": We try to delete built files from both the source and build directories, just in case somebody previously configured things in the source directory. Martin Pool 2002-03-16 08:18:19 +00:00
  • 142f5be922 Note about --progress patch. Martin Pool 2002-03-16 00:00:43 +00:00
  • b17dd0c435 Note about debian #28416 Martin Pool 2002-03-15 14:01:43 +00:00
  • 3669201179 Add debian bug # Martin Pool 2002-03-15 13:42:42 +00:00
  • a5c48193c7 Keep stderr and stdout properly separated (Debian #23626) Martin Pool 2002-03-15 13:38:12 +00:00
  • 4366275bab Doc: Debian uses "nogroup" instead of group "nobody", so our defaults are not so good. Martin Pool 2002-03-15 12:53:21 +00:00
  • c579310a00 If we've finished transferring a file, show the time taken; otherwise show expected time to complete. That's kind of inconsistent, but people can probably cope. Hopefully we'll get more consistent and complete progress reporting soon. (Cameron Simpson) Martin Pool 2002-03-15 12:45:10 +00:00
  • 96553aa7ef Typo. Martin Pool 2002-03-15 06:29:22 +00:00
  • 2094283b80 On Solaris, put /usr/ucb/bin at the end of the path to help find utilities we might need. (Like 'whoami' in this case.) Martin Pool 2002-03-15 06:28:58 +00:00
  • 4c631ac621 Try to handle 'test -L' on Sun. Martin Pool 2002-03-15 01:22:09 +00:00
  • d96d3893dd Try to handle 'test -L' on Sun. Martin Pool 2002-03-15 01:08:53 +00:00
  • b73b51a9e4 More notes Martin Pool 2002-03-15 01:04:25 +00:00
  • 3c1edccb7b Suggestion from david.e.sewell to add --diff. Martin Pool 2002-03-15 01:03:24 +00:00
  • b23c290630 Eliminate extraneous "done" messages in verbose mode. Problem reported by Lee Eakin. David Dykstra 2002-03-14 21:20:20 +00:00
  • c7b562becf Correct the plural in "1 file to consider." (Greg Louis) Martin Pool 2002-03-14 12:00:12 +00:00
  • 5648a81936 Add phony target to run Splint. Martin Pool 2002-03-14 10:42:52 +00:00
  • daa3d0e2da "make install-strip" works. (Greg Louis) Martin Pool 2002-03-14 10:38:55 +00:00
  • c9a66d41fe Roll over news file; put in page markers. Martin Pool 2002-03-14 10:33:59 +00:00
  • 0ee1bd82c5 Bump version to 2.5.5cvs Martin Pool 2002-03-14 03:10:23 +00:00
  • 53e1f937bc Show user name and uname -a in the test output header, to aid in bug reports. (We mostly want to know if they're root or not.) Martin Pool 2002-03-14 03:04:36 +00:00
  • 604f343c49 Doc: "opening tcp connection to %s port %d" is kind of misleading when running the test case. Martin Pool 2002-03-14 02:55:11 +00:00
  • e9c4c3018b More notes on testing. Martin Pool 2002-03-13 04:25:10 +00:00
  • db1babe6a9 If a child of the rsync daemon dies with a signal, we should notice that when we reap it and log a message. Martin Pool 2002-03-13 00:25:00 +00:00
  • f1abcc7a4c Bump version to 2.5.4. v2.5.4 Martin Pool 2002-03-13 00:03:34 +00:00
  • 97e1254a2d Notes on chmod. Martin Pool 2002-03-12 23:55:33 +00:00
  • 89b0a3d963 If we get an error writing to a socket, then we should perhaps continue trying to read to see if an error message comes across explaining why the socket is closed. I'm not sure if this would work, but it would certainly make our messages more helpful. Martin Pool 2002-03-12 06:08:36 +00:00
  • 3a79260d3a Add link to purify replacement. Martin Pool 2002-03-12 05:48:57 +00:00
  • 43a4dc1053 Add link to purify replacement. Martin Pool 2002-03-12 05:47:45 +00:00
  • e53fe9a278 Note about TDB. Martin Pool 2002-03-12 05:41:25 +00:00
  • f5a95bb50b Notes on testing. Martin Pool 2002-03-12 05:39:29 +00:00
  • 0e23e41d48 Note about splint. Martin Pool 2002-03-12 05:33:39 +00:00
  • ac69049ec2 Additional trivial merge patch from Jos Martin Pool 2002-03-12 02:07:36 +00:00
  • b2a2dd1154 Get ready for new release. v2.5.4pre1 Martin Pool 2002-03-12 01:26:01 +00:00
  • 31837783c0 Update NEWS. Martin Pool 2002-03-12 01:22:56 +00:00
  • d40fb72395 Get ready for new release. Martin Pool 2002-03-12 01:18:20 +00:00
  • 1c548d5e59 Bump version to 2.5.4pre1. Martin Pool 2002-03-12 01:15:49 +00:00
  • be59d0ec23 Patch from Jos Backus to merge zlib-1.1.4. Martin Pool 2002-03-12 01:14:58 +00:00
  • 0bc467516a Merge the zlib fix properly; back out tridge's bandaid. Martin Pool 2002-03-12 00:33:51 +00:00
  • 844f11f284 Clarify behaviour of installcheck. Martin Pool 2002-03-12 00:22:22 +00:00
  • 1cf1e7b3b4 Rename to README.testsuite, and bring it up to date. Martin Pool 2002-03-12 00:20:16 +00:00
  • 18b72cc829 Try to download a tree over a compressed connection to a daemon. Martin Pool 2002-03-12 00:11:35 +00:00
  • 271f87e5d4 This test tries to upload a file over a compressed connection to the server. This ought to exercise (exorcise? :-) a bug in 2.5.3. It ought to fail there and pass with later versions. Martin Pool 2002-03-12 00:09:09 +00:00
  • 2e6c7f4549 Fix generated rsyncd.conf file for testing. Martin Pool 2002-03-12 00:04:03 +00:00
  • 6819304740 a quick fix for a segmentation fault in zlib I am getting whenever I try to upload a file from rsync 2.5.2 to rsync 2.5.3 Andrew Tridgell 2002-03-11 18:54:51 +00:00
  • a795ab99c7 Set version to 2.5.3. v2.5.3 Martin Pool 2002-03-11 05:58:31 +00:00
  • 567e56313a Merge zlib double-free bug forwarded by Mark J Cox. Martin Pool 2002-03-11 05:55:33 +00:00
  • 9e95e92bdf Note on zlib patch merge. Martin Pool 2002-03-11 05:52:22 +00:00
  • be60c7b9d1 Try to merge across changes in zlib from 1.1.2 to 1.1.3. Martin Pool 2002-03-11 03:56:35 +00:00
  • 7d81641065 Note about merging zlib 1.1.3. Martin Pool 2002-03-11 03:44:44 +00:00
  • 17d8573ef0 Bump version to 2.5.3pre3. Martin Pool 2002-03-11 03:40:23 +00:00
  • e2dd78f744 Add CVE number. Martin Pool 2002-03-11 03:39:49 +00:00
  • 06b91d8eb9 Try to merge across changes in zlib from 1.1.2 to 1.1.3. Martin Pool 2002-03-11 03:35:35 +00:00
  • 9ec5422c37 Try adding some FAQs from the FoM Martin Pool 2002-03-11 00:58:36 +00:00
  • 1935e11c3c Use SGML rather than texinfo. Martin Pool 2002-03-11 00:38:03 +00:00
  • ec14031abd More merges into SGML. Martin Pool 2002-03-11 00:36:47 +00:00
  • 024a9bafbd Notes on processing the SGML stuff. Martin Pool 2002-03-11 00:27:42 +00:00
  • 27741d9fd9 Notes from Rasmus about statistics. Martin Pool 2002-03-08 04:41:11 +00:00
  • e3bdb76326 Cygwin doesn't have setgroups() so probe for the function in configure and don't try to call it if it doesn't exist. David Dykstra 2002-02-27 23:15:55 +00:00
  • 9369576459 I had accidentally deleted the case for --include-from when I added the --no-blocking-io and --no-whole-file options. This adds it back in. David Dykstra 2002-02-27 22:49:57 +00:00
  • 8a405c6ca1 Try out DocBook SGML to see if it's easier than Texinfo. Martin Pool 2002-02-25 20:07:11 +00:00
  • 94ad1c6477 Start of Python code to generate likely-looking pseudo random file trees to reproducibly test performance on specified size sets. Martin Pool 2002-02-25 18:54:27 +00:00
  • 6f039cc2ac Merge Texinfo onto head. Martin Pool 2002-02-25 18:52:02 +00:00
  • 6216ca2c70 Add targets to build documentation from Texinfo. Martin Pool 2002-02-25 18:48:25 +00:00
  • c6e27b608e More discussion about zlib. Martin Pool 2002-02-25 18:28:37 +00:00
  • f76584a57c Scrappy notes on hot functions that should be fixed Martin Pool 2002-02-25 18:06:33 +00:00
  • 7bea78ced6 With -vv, client shows a message when opening a daemon connection via an HTTP proxy. This parallels the recent addition of a log message for opening ssh connections. Martin Pool 2002-02-23 01:00:33 +00:00
  • 1264288cb5 With -vv, client shows a message when opening a daemon connection. This parallels the recent addition of a log message for opening ssh connections. Martin Pool 2002-02-23 00:57:30 +00:00
  • 0f0ea7f779 Add UNUSED macro that expands to a parameter attribute annotation on gcc, to quieten its worries about parameters that must always be unused. Martin Pool 2002-02-23 00:17:50 +00:00
  • 0b4af330ce Doc. Martin Pool 2002-02-23 00:12:11 +00:00
  • 6dd41b67fb print_child_argv can be static. Martin Pool 2002-02-23 00:05:06 +00:00
  • 1521eefb62 Make "make proto" work for VPATH builds. Martin Pool 2002-02-23 00:02:07 +00:00
  • a036a0e818 Revert 1.134 -- this breaks Net/Free BSD. Martin Pool 2002-02-21 00:56:11 +00:00
  • 7583ded808 Make setgroups(0,0) unconditional -- accidentally thinking we have don't it on a machine that does have supplementary groups would be a security hole. If this breaks anything we'll fix it later. Martin Pool 2002-02-21 00:45:48 +00:00
  • 78818f4465 Add bug # for #132272 Martin Pool 2002-02-21 00:26:06 +00:00
  • 7a49cb5667 Patch from Albert Chin to fix getaddrinfo on Tru64 UNIX 5.x. Martin Pool 2002-02-19 23:40:47 +00:00
  • 23212669ac Bump version to 2.5.3pre1 v2.5.3pre1 Martin Pool 2002-02-19 02:16:37 +00:00
  • 3ce0f9a653 Clean up error message Martin Pool 2002-02-19 01:41:20 +00:00
  • d834adc14f Doc Martin Pool 2002-02-19 01:39:11 +00:00
  • b84ba8967a rsync prefix on mkdir and pushdir error messages. Martin Pool 2002-02-19 01:07:24 +00:00