[rsync-announce] rsync 2.6.0pre2 released

2004-01-01 Thread rsync-announce
I've released rsync 2.6.0pre2.  This should be the final pre-release
before 2.6.0 goes final (which is scheduled to happen on January 1st).
If you'd like to assist in making the final release smoother, please
try this out and let me know if you encounter any problems:

http://samba.org/ftp/rsync/preview/rsync-2.6.0pre2.tar.gz
http://samba.org/ftp/rsync/preview/rsync-2.6.0pre2.tar.gz.sig

Thanks,

..wayne..


pgp0.pgp
Description: PGP signature
___
rsync-announce mailing list
[EMAIL PROTECTED]
http://lists.samba.org/mailman/listinfo/rsync-announce


rsync not working with ZoneAlarm Pro

2004-01-01 Thread Óscar Frías Barranco
Hi.

When I try to use rsync 2.5.7 from a Windows 2000 machine with CygWin and
ZoneAlarm Pro 4.5.538, I get this error:

Read from remote host myweb.com: Connection reset by peer
rsync: read error: Connection reset by peer
rsync error: error in rsync protocol data stream (code 12) at
/home/lapo/packaging/tmp/rsync-2.5.7/io.c(177)


And this is the command that I am executing:

rsync -vaz --progress --recursive -e ssh [EMAIL PROTECTED]:/home/myuser/*
/cygdrive/d/BackupsWebs/myweb.com/last/


Everything works fine if I shut down ZoneAlarm.

Do you know what is the problem?  Is it in rsync´s side or in ZoneAlarm´s?

Thanks,
Óscar.

-- 
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


Re: The dangers of static buffers in rsync code

2004-01-01 Thread Wayne Davison
On Mon, Dec 29, 2003 at 06:19:28PM -0800, Wayne Davison wrote:
 Also, optimizing the string-compare case to avoid copying would
 probably be a win as well.

FYI, I've done some simple speed tests on my changes, and it cuts
the user-CPU-seconds in half for a good-sized transfer (~50K files)
where all the files are already up-to-date and all file info is in
memory.  Nice!

..wayne..
-- 
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


rsync 2.6.0 released

2004-01-01 Thread Wayne Davison
Since my official announcement to the rsync-announce list appears to be
held up for some reason, I'll mention this here as well:

Rsync 2.6.0 has been released!  You'll find release notes on the web
site:

http://rsync.samba.org/

And the actual release here:

http://samba.org/ftp/rsync/rsync-2.6.0.tar.gz
http://samba.org/ftp/rsync/rsync-2.6.0.tar.gz.sig

http://samba.org/ftp/rsync/rsync-2.5.7-2.6.0.diffs.gz
http://samba.org/ftp/rsync/rsync-2.5.7-2.6.0.diffs.gz.sig

Enjoy!

..wayne..


signature.asc
Description: Digital signature
-- 
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Re: rsync not working with ZoneAlarm Pro

2004-01-01 Thread Jan-Benedict Glaw
On Thu, 2004-01-01 20:39:03 +0100, Óscar Frías Barranco [EMAIL PROTECTED]
wrote in message [EMAIL PROTECTED]:
 When I try to use rsync 2.5.7 from a Windows 2000 machine with CygWin and
 ZoneAlarm Pro 4.5.538, I get this error:

ZoneAlarm is a firewall for Win2k, right?

 Read from remote host myweb.com: Connection reset by peer
 rsync: read error: Connection reset by peer
 rsync error: error in rsync protocol data stream (code 12) at
 /home/lapo/packaging/tmp/rsync-2.5.7/io.c(177)

 rsync -vaz --progress --recursive -e ssh [EMAIL PROTECTED]:/home/myuser/*
 /cygdrive/d/BackupsWebs/myweb.com/last/

So you're using ssh for transport, which is port 22/tcp.

 Do you know what is the problem?  Is it in rsync´s side or in ZoneAlarm´s?

Neither. It's you, the user. You misconfigured your firewall, and now
it's exactly doing what you told it to do. Allow 22/tcp to host
myweb.com.

MfG, JBG

-- 
   Jan-Benedict Glaw   [EMAIL PROTECTED]. +49-172-7608481
   Eine Freie Meinung in  einem Freien Kopf| Gegen Zensur | Gegen Krieg
fuer einen Freien Staat voll Freier Bürger | im Internet! |   im Irak!
   ret = do_actions((curr | FREE_SPEECH)  ~(NEW_COPYRIGHT_LAW | DRM | TCPA));


signature.asc
Description: Digital signature
-- 
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Re: [rsync-announce] rsync 2.6.0pre2 released

2004-01-01 Thread Christian Weisgerber
In article [EMAIL PROTECTED] you write:

 I've released rsync 2.6.0pre2.  This should be the final pre-release
 before 2.6.0 goes final (which is scheduled to happen on January 1st).
 If you'd like to assist in making the final release smoother, please
 try this out and let me know if you encounter any problems:

The daemon still doesn't open separate IPv4/v6 sockets and will
thus listen only on v6 on BSD (or only on v4 is v6 support is
disabled).

This patch still applies:
http://www.mail-archive.com/[EMAIL PROTECTED]/msg06708.html

-- 
Christian naddy Weisgerber  [EMAIL PROTECTED]
-- 
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


[rsync-announce] rsync 2.6.0 (final) released

2004-01-01 Thread rsync-announce
I've released version 2.6.0 of rsync.  Two important things to note
in the new release:

1. The default remote shell is now ssh unless you tell
   the configure you want to use something else.

2. Some bug fixes in the include/exclude code, while making
   things work properly, have resulted in some user-visible
   changes for certain wildcard strings. Read the BUG FIXES
   below to see if any of these changes apply to you. 

Download links:

http://samba.org/ftp/rsync/rsync-2.6.0.tar.gz
http://samba.org/ftp/rsync/rsync-2.6.0.tar.gz.sig

http://samba.org/ftp/rsync/rsync-2.5.7-2.6.0.diffs.gz
http://samba.org/ftp/rsync/rsync-2.5.7-2.6.0.diffs.gz.sig

Here is the NEWS file for the release:

NEWS for rsync 2.6.0 (1 Jan 2004)
Protocol: 27 (changed)
Changes since 2.5.7:

  ENHANCEMENTS:

* ssh is now the default remote shell for rsync.  If you want to
  change this, configure like this:  ./configure --with-rsh=rsh.

* Added --files-from, --no-relative, --no-implied-dirs, and --from0.
  Note that --from0 affects the line-ending character for all the
  files read by the --*-from options. (Wayne Davison)

* Length of csum2 is now per-file starting with protocol version
  27. (J.W. Schultz)

* Per-file dynamic block size is now sqrt(file length).  The
  per-file checksum size is determined according to an algorithm
  provided by Donovan Baarda which reduces the probability of rsync
  algorithm corrupting data and falling back using the whole md4
  checksums. (J.W. Schultz, Donovan Baarda)

* The --stats option no longer includes the (debug) malloc summary
  unless the verbose option was specified at least twice.

* Added a new error/warning code for when files vanish from the
  sending side.  Made vanished source files not interfere with the
  file-deletion pass when --delete-after was specified.

* Various trailing-info sections are now preceded by a newline.

  BUG FIXES:

* Fixed several exclude/include matching bugs when using wild-cards.
  This has a several user-visible effects, all of which make the
  matching more consistent and intuitive.  This should hopefully not
  cause anyone problems since it makes the matching work more like
  what people are expecting. (Wayne Davison)

  - A pattern with a ** no longer causes a * to match slashes.
For example, with /*/foo/**, foo must be 2 levels deep.

  - **/foo now matches at the base of the transfer (i.e. /foo).

  - An non-anchored wildcard term floats to match beyond the base of
the transfer.  E.g. CVS/R* matches at the end of the path,
just like the non-wildcard term CVS/Root does.

  - Including a ** in the match term causes it to be matched
against the entire path, not just the name portion, even if
there aren't any interior slashes in the term.  E.g. foo**bar
would exclude /path/foo-bar (just like before) as well as
/foo-path/baz-bar (unlike before).

* The exclude list specified in the daemon's config file is now
  properly applied to the pulled items no matter how deep the
  user's file-args are in the source tree.  (Wayne Davison)

* For protocol version = 27, mdfour_tail() is called when the
  block size (including checksum_seed) is a multiple of 64.
  Previously it was not called, giving the wrong MD4 checksum.
  (Craig Barratt)

* For protocol version = 27, a 64 bit bit counter is used in
  mdfour.c as required by the RFC.  Previously only a 32 bit bit
  counter was used, causing incorrect MD4 file checksums for
  file sizes = 512MB - 4.  (Craig Barratt)

* Fixed a crash bug when interacting with older rsync versions and
  multiple files of the same name are destined for the same dir.
  (Wayne Davison)

* Keep tmp names from overflowing MAXPATHLEN.

* Make --link-dest honor the absence of -p, -o, and -g.

* Made rsync treat a trailing slash in the destination in a more
  consistent manner.

* Fixed file I/O error detection.  (John Van Essen)

* Fixed bogus malformed address {hostname} message in rsyncd log
  when checking IP address against hostnames from hosts allow
  and hosts deny parameters in config file.

* Print heap statistics when verbose = 2 instead of when = 1.

* Fixed a compression (-z) bug when syncing a mostly-matching file
  that contains already-compressed data.  (Yasuoka Masahiko and
  Wayne Davison)

* Fixed a bug in the --backup code that could cause deleted files
  to not get backed up.

* When the backup code makes new directories, create them with mode
  0700 instead of 0755 (since the directory permissions in the
  backup tree are not yet copied from the main tree).

* Call setgroups() in a more portable manner.

* Improved file-related error messages to better indicate exactly
  what pathname 

CVS update: rsync

2004-01-01 Thread Wayne Davison

Date:   Thu Jan  1 21:10:50 2004
Author: wayned

Update of /data/cvs/rsync
In directory dp.samba.org:/tmp/cvs-serv27222

Modified Files:
mkproto.awk 
Log Message:
Allow function return values to start with const.


Revisions:
mkproto.awk 1.5 = 1.6
http://www.samba.org/cgi-bin/cvsweb/rsync/mkproto.awk.diff?r1=1.5r2=1.6
___
rsync-cvs mailing list
[EMAIL PROTECTED]
http://lists.samba.org/mailman/listinfo/rsync-cvs


CVS update: rsyncweb

2004-01-01 Thread Wayne Davison

Date:   Thu Jan  1 22:04:00 2004
Author: wayned

Update of /data/cvs/rsyncweb
In directory dp.samba.org:/home/httpd/html/rsync

Modified Files:
header.html footer.html 
Log Message:
Changed the table structure.


Revisions:
header.html 1.13 = 1.14
http://www.samba.org/cgi-bin/cvsweb/rsyncweb/header.html.diff?r1=1.13r2=1.14
footer.html 1.2 = 1.3
http://www.samba.org/cgi-bin/cvsweb/rsyncweb/footer.html.diff?r1=1.2r2=1.3
___
rsync-cvs mailing list
[EMAIL PROTECTED]
http://lists.samba.org/mailman/listinfo/rsync-cvs