[SCM] rsync branch, master, updated. v3.0.1pre1-1-g7568ff4

2008-03-25 Thread Wayne Davison
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project rsync.

The branch, master has been updated
   via  7568ff448aab0b508d997bd30b61769e4acd8efe (commit)
  from  56158b7e049b885e23ff603c5a27f191107f78ec (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit 7568ff448aab0b508d997bd30b61769e4acd8efe
Author: Wayne Davison [EMAIL PROTECTED]
Date:   Tue Mar 25 10:46:06 2008 -0700

Fixed the way rsync handles iconv-conversion problems in the file-list:
- If the sender cannot convert a name, the discarding of the entry now
  occurs soon enough to avoid affecting the sender's list (which was
  causing the file-list on the receiving side to be out of sync).
- If the receiver cannot convert a name, its transformation of the name
  into an empty name (which indicates that the entry should be skipped)
  is no longer thwarted by the clean_fname() call (which was changing
  the name into a .).

---

Summary of changes:
 flist.c |  109 +--
 1 files changed, 57 insertions(+), 52 deletions(-)


hooks/post-receive
-- 
rsync
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


[SCM] rsync branch, master, updated. v3.0.0-79-g1df02d1

2008-03-24 Thread Wayne Davison
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project rsync.

The branch, master has been updated
   via  1df02d13d304ea5a35ecc81b26a5419904aacd95 (commit)
   via  73cb6738b33846130c21f2903b2200fa3f1903ab (commit)
  from  ba8672dfabd1edf8f2c4244a8a1cc9a8e470c066 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit 1df02d13d304ea5a35ecc81b26a5419904aacd95
Author: Wayne Davison [EMAIL PROTECTED]
Date:   Mon Mar 24 10:09:00 2008 -0700

Don't send daemon-config filter-action messages back to the user.

commit 73cb6738b33846130c21f2903b2200fa3f1903ab
Author: Wayne Davison [EMAIL PROTECTED]
Date:   Mon Mar 24 09:33:07 2008 -0700

Improved --dirs/--no-dirs/--list-only option handling:
- Moved setting of list_only and xfer_dirs from main.c to options.c.
- Fixed the ability of the user to force --no-dirs.
- Added the --old-dirs/--old-d option to make it easier to interact
  in list-only mode with an older rsync.
- Suggest the use of --old-d instead of -r --exclude='/*/*'.

---

Summary of changes:
 NEWS|7 ++-
 exclude.c   |   17 +
 flist.c |8 
 generator.c |2 +-
 io.c|3 +--
 main.c  |   19 ---
 options.c   |   32 +---
 receiver.c  |4 ++--
 rsync.yo|   10 +++---
 t_stub.c|4 ++--
 util.c  |6 +++---
 11 files changed, 60 insertions(+), 52 deletions(-)


hooks/post-receive
-- 
rsync
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


CVS update: rsyncweb

2008-03-24 Thread Wayne Davison

Date:   Tue Mar 25 05:21:03 2008
Author: wayned

Update of /data/cvs/rsyncweb
In directory dp.samba.org:/tmp/cvs-serv14449

Modified Files:
index.html 
Log Message:
Announce 3.0.1pre1.


Revisions:
index.html  1.95 = 1.96
http://www.samba.org/cgi-bin/cvsweb/rsyncweb/index.html?r1=1.95r2=1.96
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


[SCM] rsync branch, master, updated. v3.0.0-82-g56158b7

2008-03-24 Thread Wayne Davison
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project rsync.

The branch, master has been updated
   via  56158b7e049b885e23ff603c5a27f191107f78ec (commit)
   via  798a9e4e744b5323a990c4bfbd0e76ba282efdb4 (commit)
   via  c202b4fa967c3cf98a9504a9ac98d5b931819a5e (commit)
  from  1df02d13d304ea5a35ecc81b26a5419904aacd95 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
---

Summary of changes:
 configure.in |2 +-
 packaging/bin/gpg|6 +++
 packaging/lsb/rsync.spec |   10 ++--
 packaging/release-rsync  |   93 ++---
 rsync.yo |4 +-
 rsyncd.conf.yo   |4 +-
 support/patch-update |   53 ++
 7 files changed, 131 insertions(+), 41 deletions(-)
 create mode 100755 packaging/bin/gpg


hooks/post-receive
-- 
rsync
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


[SCM] rsync branch, master, updated. v3.0.0-75-g99ba99c

2008-03-23 Thread Wayne Davison
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project rsync.

The branch, master has been updated
   via  99ba99c74c9d761a502e9d3ed59f1ff72311471f (commit)
   via  469ff84e29bbd81a75e73d23bd159f3141654cd6 (commit)
  from  b5daf5300fe83e2be5a9c0f3f981d52069189bfa (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit 99ba99c74c9d761a502e9d3ed59f1ff72311471f
Author: Wayne Davison [EMAIL PROTECTED]
Date:   Sat Mar 22 23:45:05 2008 -0700

Changed the way version numbering of pre-releases will be done in
the RPM spec file so that they order prior to the final release.

commit 469ff84e29bbd81a75e73d23bd159f3141654cd6
Author: Wayne Davison [EMAIL PROTECTED]
Date:   Sat Mar 22 22:15:20 2008 -0700

More NEWS updates and improvements.

---

Summary of changes:
 NEWS |   41 +++--
 packaging/lsb/rsync.spec |9 +
 packaging/release-rsync  |   21 -
 3 files changed, 40 insertions(+), 31 deletions(-)


hooks/post-receive
-- 
rsync
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


[SCM] rsync branch, master, updated. v3.0.0-77-gba8672d

2008-03-23 Thread Wayne Davison
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project rsync.

The branch, master has been updated
   via  ba8672dfabd1edf8f2c4244a8a1cc9a8e470c066 (commit)
   via  a5e0bf35795dde0e5f9b509ba09d9e28dbfb530b (commit)
  from  99ba99c74c9d761a502e9d3ed59f1ff72311471f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit ba8672dfabd1edf8f2c4244a8a1cc9a8e470c066
Author: Wayne Davison [EMAIL PROTECTED]
Date:   Sun Mar 23 10:06:53 2008 -0700

Added a couple more NEWS items.

commit a5e0bf35795dde0e5f9b509ba09d9e28dbfb530b
Author: Wayne Davison [EMAIL PROTECTED]
Date:   Sun Mar 23 07:33:24 2008 -0700

Properly handle a new patch-branch that is only available locally.

---

Summary of changes:
 NEWS |9 -
 support/patch-update |8 +---
 2 files changed, 13 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
rsync
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


[SCM] rsync branch, master, updated. v3.0.0-72-gf5aeb6f

2008-03-22 Thread Wayne Davison
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project rsync.

The branch, master has been updated
   via  f5aeb6ff9b04432a84b5c79f5baac26be1f3f4e9 (commit)
   via  4c74d44dabd887a5b865e95e8fca697f9084b40f (commit)
   via  4a86fbcda0f4514d13a1a93fa553d47ce139299e (commit)
  from  bc267e0f572591ec3e31f919d15041baa74bfae1 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit f5aeb6ff9b04432a84b5c79f5baac26be1f3f4e9
Author: Wayne Davison [EMAIL PROTECTED]
Date:   Sat Mar 22 12:34:03 2008 -0700

Added XFLG_DIR2WILD3 flag that the daemon uses to transform any
config-file dir/ exclude rule into a dir/*** rule.

commit 4c74d44dabd887a5b865e95e8fca697f9084b40f
Author: Wayne Davison [EMAIL PROTECTED]
Date:   Sat Mar 22 12:30:43 2008 -0700

A couple fixes in add_rule() for XFLG_ABS_IF_SLASH:
- Remove the trailing slash earlier, so that it doesn't
  affect the XFLG_ABS_IF_SLASH check.
- Count the slashes earlier so that the XFLG_ABS_IF_SLASH
  can use it instead of using a strchr() all that could
  scan past the end of the input.

commit 4a86fbcda0f4514d13a1a93fa553d47ce139299e
Author: Wayne Davison [EMAIL PROTECTED]
Date:   Sat Mar 22 12:21:41 2008 -0700

Change ex_len to pre_len in add_rule().

---

Summary of changes:
 clientserver.c |   10 
 exclude.c  |   62 ++-
 rsync.h|5 ++-
 3 files changed, 51 insertions(+), 26 deletions(-)


hooks/post-receive
-- 
rsync
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


[SCM] rsync branch, master, updated. v3.0.0-73-gb5daf53

2008-03-22 Thread Wayne Davison
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project rsync.

The branch, master has been updated
   via  b5daf5300fe83e2be5a9c0f3f981d52069189bfa (commit)
  from  f5aeb6ff9b04432a84b5c79f5baac26be1f3f4e9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit b5daf5300fe83e2be5a9c0f3f981d52069189bfa
Author: Wayne Davison [EMAIL PROTECTED]
Date:   Sat Mar 22 15:29:34 2008 -0700

Made the filename arg-parsing code skip args that have excluded path
components, returning the same errors that would occur if the path
elements didn't actually exist.  The glob_match() code was also
changed to no longer truncate an arg with an excluded path element
(it just omits excluded items from glob matching).

---

Summary of changes:
 flist.c |   35 ++-
 util.c  |   21 +++--
 2 files changed, 41 insertions(+), 15 deletions(-)


hooks/post-receive
-- 
rsync
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


[SCM] rsync branch, master, updated. v3.0.0-63-g4d30f17

2008-03-21 Thread Wayne Davison
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project rsync.

The branch, master has been updated
   via  4d30f17671bdcc0f17facb133ea283eea6f0dc12 (commit)
   via  d48810ba5b0b8d09b272092a70da1255c2346ab8 (commit)
  from  819bfe459919769c9ddae14affeaa79596c640bb (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit 4d30f17671bdcc0f17facb133ea283eea6f0dc12
Author: Wayne Davison [EMAIL PROTECTED]
Date:   Thu Mar 20 22:51:03 2008 -0700

Changed the arg-globbing routine to use a custom arg-globbing algorithm
that does not include any daemon-excluded items in the matches.  It is
also not subverted by the presence of one or more dot-dir elements in
an arg.

commit d48810ba5b0b8d09b272092a70da1255c2346ab8
Author: Wayne Davison [EMAIL PROTECTED]
Date:   Thu Mar 20 11:59:54 2008 -0700

Some improvements to the file-name cleaning code:
- Removed the CFN_KEEP_LEADING_DOT_DIR flag for clean_fname().
- Explicitly add an implied dot-dir to the transfer rather than keeping
  a leading a ./ prefix as a part of a relative pathname.
- Added the CFN_KEEP_DOT_DIRS flag for clean_fname().
- Added the SP_KEEP_DOT_DIRS flag for sanitize_path().
- Call clean_fname() a couple more times.

---

Summary of changes:
 Makefile.in  |2 +-
 configure.in |4 +-
 exclude.c|2 +-
 flist.c  |   32 +--
 main.c   |4 +-
 options.c|   10 +-
 rsync.h  |9 +-
 util.c   |  277 --
 8 files changed, 208 insertions(+), 132 deletions(-)


hooks/post-receive
-- 
rsync
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


[SCM] rsync branch, master, updated. v3.0.0-65-g27b067f

2008-03-21 Thread Wayne Davison
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project rsync.

The branch, master has been updated
   via  27b067f87b85f0466d00707bff4817d8850d0ef2 (commit)
   via  987a546756461b305120d08e379bd83c95fbc39b (commit)
  from  4d30f17671bdcc0f17facb133ea283eea6f0dc12 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit 27b067f87b85f0466d00707bff4817d8850d0ef2
Author: Wayne Davison [EMAIL PROTECTED]
Date:   Fri Mar 21 07:26:25 2008 -0700

Changed d_name() to be a static inline function.

commit 987a546756461b305120d08e379bd83c95fbc39b
Author: Wayne Davison [EMAIL PROTECTED]
Date:   Fri Mar 21 07:11:37 2008 -0700

A couple improvements to the new arg-globbing code:
- Put all the state variables into a single struct.
- Reuse the buffer memory for each glob_expand() call until a final
  call with a NULL pointer tells us to free it.

---

Summary of changes:
 ifuncs.h  |   10 ++
 io.c  |2 +
 syscall.c |9 --
 util.c|   97 
 4 files changed, 64 insertions(+), 54 deletions(-)


hooks/post-receive
-- 
rsync
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


[SCM] rsync branch, master, updated. v3.0.0-66-g91f625c

2008-03-21 Thread Wayne Davison
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project rsync.

The branch, master has been updated
   via  91f625cee02e1db0ebd6f40d3ccfaf655b72c9ab (commit)
  from  27b067f87b85f0466d00707bff4817d8850d0ef2 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit 91f625cee02e1db0ebd6f40d3ccfaf655b72c9ab
Author: Wayne Davison [EMAIL PROTECTED]
Date:   Fri Mar 21 15:00:28 2008 -0700

Make glob_expand() return an indicator if the glob had no matches.

---

Summary of changes:
 util.c |   20 +---
 1 files changed, 13 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
rsync
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


[SCM] rsync branch, master, updated. v3.0.0-67-gc085ece

2008-03-21 Thread Wayne Davison
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project rsync.

The branch, master has been updated
   via  c085ece623dca19ef139b7e971a0d8f8dd6d2ee1 (commit)
  from  91f625cee02e1db0ebd6f40d3ccfaf655b72c9ab (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit c085ece623dca19ef139b7e971a0d8f8dd6d2ee1
Author: Wayne Davison [EMAIL PROTECTED]
Date:   Fri Mar 21 16:28:20 2008 -0700

Some RPM spec file improvements:
- Added installation of new /etc/xinetd.d/rsync config file.
- Added commented-out lines to demonstrate how to use rsync-patches.

---

Summary of changes:
 packaging/lsb/rsync.spec   |   18 +-
 packaging/lsb/rsync.xinetd |   13 +
 2 files changed, 30 insertions(+), 1 deletions(-)
 create mode 100644 packaging/lsb/rsync.xinetd


hooks/post-receive
-- 
rsync
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


[SCM] rsync branch, master, updated. v3.0.0-68-gfc05137

2008-03-21 Thread Wayne Davison
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project rsync.

The branch, master has been updated
   via  fc05137846be5e17216c59a00b2be66f5332dd2a (commit)
  from  c085ece623dca19ef139b7e971a0d8f8dd6d2ee1 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit fc05137846be5e17216c59a00b2be66f5332dd2a
Author: Wayne Davison [EMAIL PROTECTED]
Date:   Fri Mar 21 17:50:01 2008 -0700

Mention the most recent changes in the NEWS.

---

Summary of changes:
 NEWS |   20 
 1 files changed, 20 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
rsync
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


[SCM] rsync branch, master, updated. v3.0.0-61-g819bfe4

2008-03-20 Thread Wayne Davison
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project rsync.

The branch, master has been updated
   via  819bfe459919769c9ddae14affeaa79596c640bb (commit)
   via  d2f6e192623989eac4015582e1e20f61499cc782 (commit)
  from  e889e0c43bc6b55ff2c20091a66bb1676de5369f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit 819bfe459919769c9ddae14affeaa79596c640bb
Author: Wayne Davison [EMAIL PROTECTED]
Date:   Thu Mar 20 10:42:43 2008 -0700

Changed the name of the server_filter_list to be
daemon_filter_list, for improved clarity.

commit d2f6e192623989eac4015582e1e20f61499cc782
Author: Wayne Davison [EMAIL PROTECTED]
Date:   Thu Mar 20 10:35:53 2008 -0700

Fixed a bug in the truncating of daemon-excluded paths.

---

Summary of changes:
 clientserver.c |   12 ++--
 exclude.c  |6 +++---
 flist.c|6 +++---
 generator.c|6 +++---
 main.c |   12 ++--
 options.c  |   14 +++---
 receiver.c |   10 +-
 t_stub.c   |2 +-
 util.c |   31 ++-
 9 files changed, 48 insertions(+), 51 deletions(-)


hooks/post-receive
-- 
rsync
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


[SCM] rsync branch, master, updated. v3.0.0-58-g6e0bf4d

2008-03-19 Thread Wayne Davison
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project rsync.

The branch, master has been updated
   via  6e0bf4d840c8718e832bde6ffb34470f2167047d (commit)
   via  83a8ca7b14483826c85f7cc0e0e38ed9ce387d83 (commit)
   via  100200d0d2c959a1bf215b1b42db94039bbbcb98 (commit)
  from  f28bf7f401ee58704f7b77465faf3b7af3f5ee8c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit 6e0bf4d840c8718e832bde6ffb34470f2167047d
Author: Wayne Davison [EMAIL PROTECTED]
Date:   Wed Mar 19 08:57:41 2008 -0700

Some more minor changes for the skip/missing/dry_run code.

commit 83a8ca7b14483826c85f7cc0e0e38ed9ce387d83
Author: Matt McCutchen [EMAIL PROTECTED]
Date:   Tue Mar 18 22:16:41 2008 -0400

Unsnarl missing_below/dry_run logic.

The generator can skip a directory's contents altogether due to
--ignore-non-existing, a daemon exclude, or a mkdir failure.  On a
--dry-run, the generator can also note the missingness of a directory
while still scanning its contents.  These two scenarios were conflated
using a single set of missing_below/missing_dir variables in combination
with transient increments in dry_run; this caused at least three bugs.

Now recv_generator has separate variables for the two scenarios, called
skip_dir and dry_missing_dir, respectively.  For simplicity, we take the
F_DEPTH instead of having separate *_below variables.  We mark both
kinds of missing dirs with FLAG_MISSING_DIR.  (dry_run  1) iff the
*root* of the destination does not exist; it is no longer incremented
for missing subdirs.  I added tests for the three fixed bugs in
missing.test.

commit 100200d0d2c959a1bf215b1b42db94039bbbcb98
Author: Matt McCutchen [EMAIL PROTECTED]
Date:   Tue Mar 18 15:28:36 2008 -0400

Fix a poorly placed sentence in rsyncd.conf.yo.

---

Summary of changes:
 generator.c|   70 ++--
 rsyncd.conf.yo |   15 +-
 testsuite/missing.test |   27 ++
 3 files changed, 72 insertions(+), 40 deletions(-)
 create mode 100644 testsuite/missing.test


hooks/post-receive
-- 
rsync
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


[SCM] rsync branch, master, updated. v3.0.0-59-ge889e0c

2008-03-19 Thread Wayne Davison
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project rsync.

The branch, master has been updated
   via  e889e0c43bc6b55ff2c20091a66bb1676de5369f (commit)
  from  6e0bf4d840c8718e832bde6ffb34470f2167047d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit e889e0c43bc6b55ff2c20091a66bb1676de5369f
Author: Wayne Davison [EMAIL PROTECTED]
Date:   Wed Mar 19 16:44:11 2008 -0700

A couple more support/rrsync tweaks:
- Die if the --server option is not first on the command-line.
- Don't allow the --daemon option by default.

---

Summary of changes:
 support/rrsync |3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
rsync
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


[SCM] rsync branch, master, updated. v3.0.0-54-ge0fd68f

2008-03-18 Thread Wayne Davison
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project rsync.

The branch, master has been updated
   via  e0fd68f5ce8d3ef6add132cc9d42a03fafef (commit)
   via  cc12c488aa71e66f4786fd60494d24e81e425868 (commit)
   via  99c3e591b201c28b8fe22c881332f8a4888e69b8 (commit)
   via  1aefb7ef73751878d13eff717de61e76f690b57e (commit)
  from  d7b6774d82ae234978542c43c9ad655c8ade101e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit e0fd68f5ce8d3ef6add132cc9d42a03fafef
Author: Wayne Davison [EMAIL PROTECTED]
Date:   Tue Mar 18 10:17:02 2008 -0700

Improved arg-path checking so that wildcards can't be used to
avoid a daemon-exclude.

commit cc12c488aa71e66f4786fd60494d24e81e425868
Author: Wayne Davison [EMAIL PROTECTED]
Date:   Tue Mar 18 10:10:13 2008 -0700

Use the missing_below code to make the daemon-exclusions
work better.

commit 99c3e591b201c28b8fe22c881332f8a4888e69b8
Author: Wayne Davison [EMAIL PROTECTED]
Date:   Tue Mar 18 09:44:42 2008 -0700

Reject a daemon-excluded destination.

commit 1aefb7ef73751878d13eff717de61e76f690b57e
Author: Wayne Davison [EMAIL PROTECTED]
Date:   Tue Mar 18 08:43:43 2008 -0700

Output a non-existent-file error for server-excluded files instead of
silently ignoring them.

---

Summary of changes:
 flist.c |   18 ++
 generator.c |   49 -
 main.c  |8 
 util.c  |   47 ++-
 4 files changed, 80 insertions(+), 42 deletions(-)


hooks/post-receive
-- 
rsync
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


[SCM] rsync branch, master, updated. v3.0.0-55-gf28bf7f

2008-03-18 Thread Wayne Davison
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project rsync.

The branch, master has been updated
   via  f28bf7f401ee58704f7b77465faf3b7af3f5ee8c (commit)
  from  e0fd68f5ce8d3ef6add132cc9d42a03fafef (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit f28bf7f401ee58704f7b77465faf3b7af3f5ee8c
Author: Wayne Davison [EMAIL PROTECTED]
Date:   Tue Mar 18 11:41:00 2008 -0700

My modified version of Matt's improvements to the sections on
the various filter parameters.

---

Summary of changes:
 rsyncd.conf.yo |   99 +++
 1 files changed, 49 insertions(+), 50 deletions(-)


hooks/post-receive
-- 
rsync
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


[SCM] rsync branch, master, updated. v3.0.0-47-gaa0e6b9

2008-03-17 Thread Wayne Davison
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project rsync.

The branch, master has been updated
   via  aa0e6b9977eff5c5433239a916623a4a3e8a67cb (commit)
  from  1ba6468f1bdaec43884b4d01d65834c8ab3312df (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit aa0e6b9977eff5c5433239a916623a4a3e8a67cb
Author: Wayne Davison [EMAIL PROTECTED]
Date:   Mon Mar 17 07:34:22 2008 -0700

Attempting to silence some more checker warnings.

---

Summary of changes:
 clientserver.c |2 +-
 configure.in   |6 ++
 main.c |2 +-
 rsync.h|5 +
 syscall.c  |2 +-
 5 files changed, 14 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
rsync
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


[SCM] rsync branch, master, updated. v3.0.0-49-gd4c5cb2

2008-03-17 Thread Wayne Davison
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project rsync.

The branch, master has been updated
   via  d4c5cb2b0101299569dbbeeae08597c8300f92e7 (commit)
  from  df476bfcff992fb66765d338128dffcf58369722 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit d4c5cb2b0101299569dbbeeae08597c8300f92e7
Author: Wayne Davison [EMAIL PROTECTED]
Date:   Mon Mar 17 10:50:11 2008 -0700

A couple more changes for dealing with checker warnings.

---

Summary of changes:
 clientserver.c |2 +-
 configure.in   |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
rsync
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


[SCM] rsync branch, master, updated. v3.0.0-35-g24ded29

2008-03-16 Thread Wayne Davison
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project rsync.

The branch, master has been updated
   via  24ded29ff63d0adee798936ad20f21befcf8187b (commit)
  from  ddff23a7f91bb06409fe2b548e090fdbfd1cd246 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit 24ded29ff63d0adee798936ad20f21befcf8187b
Author: Wayne Davison [EMAIL PROTECTED]
Date:   Sun Mar 16 06:56:26 2008 -0700

Fixed a hang when using --remove-source-files in dry-run mode.

---

Summary of changes:
 generator.c |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
rsync
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


[SCM] rsync branch, master, updated. v3.0.0-36-g2357a51

2008-03-16 Thread Wayne Davison
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project rsync.

The branch, master has been updated
   via  2357a51e098d3b0f7ff6dfceac37ea42b3c32338 (commit)
  from  24ded29ff63d0adee798936ad20f21befcf8187b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit 2357a51e098d3b0f7ff6dfceac37ea42b3c32338
Author: Wayne Davison [EMAIL PROTECTED]
Date:   Sun Mar 16 12:11:19 2008 -0700

A daemon no longer tries to refuse the iconv option when it is not enabled.

---

Summary of changes:
 options.c |2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
rsync
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


[SCM] rsync branch, master, updated. v3.0.0-41-gffe8feb

2008-03-16 Thread Wayne Davison
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project rsync.

The branch, master has been updated
   via  ffe8feb26500358075664f3d97a170012831f030 (commit)
   via  c9b62cf375f393de076d0fc7a3c2748d581c54a2 (commit)
   via  7bc595785ee6ac59fe514fd84ddc6d3a3c44e587 (commit)
   via  022dec7aba633f8b4e40339d555cc7cae5399314 (commit)
   via  ddaef70cede8b8ed24b084b93208a2353745b1bd (commit)
  from  2357a51e098d3b0f7ff6dfceac37ea42b3c32338 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit ffe8feb26500358075664f3d97a170012831f030
Author: Wayne Davison [EMAIL PROTECTED]
Date:   Sun Mar 16 19:48:44 2008 -0700

Added const to a couple more char * args.

commit c9b62cf375f393de076d0fc7a3c2748d581c54a2
Author: Wayne Davison [EMAIL PROTECTED]
Date:   Sun Mar 16 18:06:47 2008 -0700

Fixed hard-linking when some of the files can get skipped.  This adds
the FLAG_SKIP_HLINK flag, which gets set on any hard-linked file that
the user wants to skip (e.g. via --ignore-existing, --append, etc.).
The code in hlink.c now deals with the skipped files instead of
triggering an assert() error.

commit 7bc595785ee6ac59fe514fd84ddc6d3a3c44e587
Author: Wayne Davison [EMAIL PROTECTED]
Date:   Sun Mar 16 17:52:01 2008 -0700

Made the FLAG_MOUNT_DIR bit only honored on a directory.

commit 022dec7aba633f8b4e40339d555cc7cae5399314
Author: Wayne Davison [EMAIL PROTECTED]
Date:   Sun Mar 16 17:50:28 2008 -0700

Moved the --append check so that files that don't need to be transferred
still get their non-content attributes updated, and combining --append
with --hard-links will not prevent the discovery of unchanged files.

commit ddaef70cede8b8ed24b084b93208a2353745b1bd
Author: Wayne Davison [EMAIL PROTECTED]
Date:   Sun Mar 16 17:06:52 2008 -0700

Make the --ignore-existing option not overwrite a regular file with
a dir/symlink/device/special-file, just like it already refuses to
overwrite a non-regular file with a regular file.

---

Summary of changes:
 exclude.c   |6 ++--
 generator.c |   79 +++
 hlink.c |   90 --
 rsync.h |3 +-
 rsync.yo|9 --
 t_stub.c|2 +-
 6 files changed, 152 insertions(+), 37 deletions(-)


hooks/post-receive
-- 
rsync
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


[SCM] rsync branch, master, updated. v3.0.0-42-g6de417d

2008-03-16 Thread Wayne Davison
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project rsync.

The branch, master has been updated
   via  6de417d9d4ac8ab67d705e2f6e7ab062154026a9 (commit)
  from  ffe8feb26500358075664f3d97a170012831f030 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit 6de417d9d4ac8ab67d705e2f6e7ab062154026a9
Author: Wayne Davison [EMAIL PROTECTED]
Date:   Sun Mar 16 20:35:18 2008 -0700

If the system's popt.h file is not found, use our provided popt code.

---

Summary of changes:
 configure.in |4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
rsync
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


[SCM] rsync branch, master, updated. v3.0.0-43-g7abcfd8

2008-03-16 Thread Wayne Davison
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project rsync.

The branch, master has been updated
   via  7abcfd85b701a6c9354b5986eeb248bb766e57d4 (commit)
  from  6de417d9d4ac8ab67d705e2f6e7ab062154026a9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit 7abcfd85b701a6c9354b5986eeb248bb766e57d4
Author: Wayne Davison [EMAIL PROTECTED]
Date:   Sun Mar 16 20:39:16 2008 -0700

Moved declaration of int i outside the ifdef in send_protected_args().

---

Summary of changes:
 rsync.c |3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
rsync
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


[SCM] rsync branch, master, updated. v3.0.0-45-gf490102

2008-03-16 Thread Wayne Davison
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project rsync.

The branch, master has been updated
   via  f490102454f8330cd67e8f5d1586ab973bf54966 (commit)
   via  18f3cb6957b10cff7719e80553c17589d382dd3c (commit)
  from  7abcfd85b701a6c9354b5986eeb248bb766e57d4 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit f490102454f8330cd67e8f5d1586ab973bf54966
Author: Wayne Davison [EMAIL PROTECTED]
Date:   Sun Mar 16 21:49:19 2008 -0700

If we're not compiling one or more major options (ACLs, xattrs,  iconv),
try to turn off unused-parameter compiler warnings.

commit 18f3cb6957b10cff7719e80553c17589d382dd3c
Author: Wayne Davison [EMAIL PROTECTED]
Date:   Sun Mar 16 21:43:27 2008 -0700

Changed stat() call to do_stat().

---

Summary of changes:
 clientserver.c |2 +-
 configure.in   |   11 +++
 2 files changed, 12 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
rsync
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


[SCM] rsync branch, master, updated. v3.0.0-46-g1ba6468

2008-03-16 Thread Wayne Davison
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project rsync.

The branch, master has been updated
   via  1ba6468f1bdaec43884b4d01d65834c8ab3312df (commit)
  from  f490102454f8330cd67e8f5d1586ab973bf54966 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit 1ba6468f1bdaec43884b4d01d65834c8ab3312df
Author: Wayne Davison [EMAIL PROTECTED]
Date:   Sun Mar 16 22:43:35 2008 -0700

Mention all the latest changes in the NEWS file.

---

Summary of changes:
 NEWS |   83 ++---
 1 files changed, 79 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
rsync
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


[SCM] rsync branch, master, updated. v3.0.0-28-g8afaef4

2008-03-15 Thread Wayne Davison
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project rsync.

The branch, master has been updated
   via  8afaef4219ba4024d55721d786ed8a18dfa5d6ab (commit)
  from  11faa893cad97927522dd94d5055a20f09acad1b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit 8afaef4219ba4024d55721d786ed8a18dfa5d6ab
Author: Wayne Davison [EMAIL PROTECTED]
Date:   Fri Mar 14 22:55:59 2008 -0700

Have configure check to see if /usr/include/popt/popt.h is around
(rather than /usr/include/popt.h), and use the included popt lib
if it is (to avoid a potential conflict due to our use of -I.).

---

Summary of changes:
 configure.in |   16 ++--
 tls.c|2 +-
 2 files changed, 11 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
rsync
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


[SCM] rsync branch, master, updated. v3.0.0-29-gd6c9c33

2008-03-15 Thread Wayne Davison
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project rsync.

The branch, master has been updated
   via  d6c9c3319b191d196c323174c0dc11c834ae9e75 (commit)
  from  8afaef4219ba4024d55721d786ed8a18dfa5d6ab (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit d6c9c3319b191d196c323174c0dc11c834ae9e75
Author: Wayne Davison [EMAIL PROTECTED]
Date:   Sat Mar 15 00:43:31 2008 -0700

- Fixed a crash bug when backing up files with ACLs enabled and we
  create a directory in the backup-path area.
- Fixed a bug where make_file() was setting F_PATHNAME() on the
  receiving side.
- A non-pool (temp-memory) file structure now stores the size of
  its extra_cnt value in the F_DEPTH() int so that unmake_file()
  can always be sure of how to free() the memory.
- The ACL-preserving code no longer allocates 4 more bytes per
  file entry than it needs.
- Got rid of a useless adding of the symlink length to bp.

---

Summary of changes:
 flist.c |   35 ++-
 1 files changed, 18 insertions(+), 17 deletions(-)


hooks/post-receive
-- 
rsync
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


[SCM] rsync branch, master, updated. v3.0.0-34-gddff23a

2008-03-15 Thread Wayne Davison
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project rsync.

The branch, master has been updated
   via  ddff23a7f91bb06409fe2b548e090fdbfd1cd246 (commit)
  from  53936ef935e97d2036ad09b61b7040979d175469 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit ddff23a7f91bb06409fe2b548e090fdbfd1cd246
Author: Wayne Davison [EMAIL PROTECTED]
Date:   Sat Mar 15 14:09:20 2008 -0700

Added missing $(CPPFLAGS) from the building of rounding.h.

---

Summary of changes:
 Makefile.in |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
rsync
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


[SCM] rsync branch, master, updated. v3.0.0-27-g11faa89

2008-03-14 Thread Wayne Davison
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project rsync.

The branch, master has been updated
   via  11faa893cad97927522dd94d5055a20f09acad1b (commit)
  from  600b56b31626cfdb49d7e2ec7b3f03fb5847f493 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit 11faa893cad97927522dd94d5055a20f09acad1b
Author: Wayne Davison [EMAIL PROTECTED]
Date:   Thu Mar 13 17:45:13 2008 -0700

(Matt) More itemize clarifications.

---

Summary of changes:
 rsync.yo |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
rsync
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


[SCM] rsync branch, master, updated. v3.0.0-26-g600b56b

2008-03-12 Thread Wayne Davison
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project rsync.

The branch, master has been updated
   via  600b56b31626cfdb49d7e2ec7b3f03fb5847f493 (commit)
  from  ee39281d1425fef93d68b5e1411612b5bd9428eb (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit 600b56b31626cfdb49d7e2ec7b3f03fb5847f493
Author: Wayne Davison [EMAIL PROTECTED]
Date:   Wed Mar 12 16:51:13 2008 -0700

Clarify that the change/checksum itemize flag can be missing
when talking to older rsync versions.

---

Summary of changes:
 rsync.yo |2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
rsync
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


[SCM] rsync branch, master, updated. v3.0.0-24-g0607c30

2008-03-11 Thread Wayne Davison
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project rsync.

The branch, master has been updated
   via  0607c30700f1f7e80ecf723ec24a3127ef158596 (commit)
  from  492ad04277a166d812c539887307157095dc97b7 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit 0607c30700f1f7e80ecf723ec24a3127ef158596
Author: Wayne Davison [EMAIL PROTECTED]
Date:   Tue Mar 11 07:25:31 2008 -0700

- One more fix for the 'T' itemized output for a symlink when we're
  the client on the receiving side of a protocol-29 connection.

---

Summary of changes:
 generator.c |3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
rsync
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


[SCM] rsync branch, patch/acls, updated. v3.0.0-33-gb3a0731

2008-03-11 Thread Wayne Davison
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project rsync.

The branch, patch/acls has been updated
   via  b3a07316fe7289a09d58cafcb8418897b80ae33d (commit)
   via  492ad04277a166d812c539887307157095dc97b7 (commit)
   via  1ed9018e69a0d224ff59184974d9150d1cb8814d (commit)
   via  ff0e15804f3f7f730ac1c7c79bcd0f34ca39fa4c (commit)
   via  894e6299c10e24d1745d268b465695934f4bb1a9 (commit)
   via  c080190365fceef2d35ee63f408bba16f09ca112 (commit)
   via  26f0e565879cfbfd90527850f15c7a329b9c8ddc (commit)
   via  b4e6aac98543afdfab019339612673561c64f122 (commit)
   via  7c21776e54446ed288b3225444c6eb9b5b9400d3 (commit)
   via  d724dd186ed6a2d66fa13a9357ce91e459d39e8c (commit)
   via  cbbd8e2e8bf72aa46c84c7de43e19da40f040fa7 (commit)
   via  af6241f7adda9fa90fb47b857a5269f2cbcc0319 (commit)
   via  852e763b89af5145c4b52d5da649d625a7ff3f43 (commit)
   via  0f7159201546f63e102b5c7200793ca11cc69b5f (commit)
   via  e63d3a29e24f8b4a5046b0caaa6f19dde99c036a (commit)
   via  38cef641a5d2f6506615f5b8e0c5bfea32ef62f6 (commit)
   via  6226396c4ac4980518d7a97203574501a4562090 (commit)
   via  89b47d43debdd4e6986dca9626de1dd4a1bebf82 (commit)
   via  d1c06c2180f337deaa059fc408fcca4f4770a585 (commit)
   via  800a4485f3148765bca7cbc5d3f61be2cc7af276 (commit)
   via  fede378577ba1b8adbac90cba42026ba828f1a1f (commit)
   via  3bc207b9dd74e1bbe1df75fc1f00b91fea6e5dfc (commit)
   via  ebac03192584817d626574db28b97ef274683aa5 (commit)
   via  3cbe640d3c42dbd239e3713e5a60d7dc4c24b649 (commit)
  from  bf780b487e7719870fbf30c3ed2abbb7a8e74ec9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
---

Summary of changes:
 Makefile.in |6 +-
 NEWS|  336 +
 OLDNEWS |  344 +++
 clientserver.c  |   29 +++--
 compat.c|4 +
 configure.in|2 +-
 generator.c |   51 +---
 log.c   |   24 ++--
 options.c   |   38 --
 packaging/nightly-rsync |6 +-
 packaging/release-rsync |  165 +++---
 popt/popt.c |8 +-
 popt/popthelp.c |5 +-
 popt/poptparse.c|4 +-
 rsync.h |5 +-
 rsync.yo|   13 +-
 support/cull_options|   10 +-
 support/rrsync  |5 +-
 syscall.c   |2 +-
 testsuite/daemon.test   |   21 +++
 testsuite/devices.test  |   10 +-
 testsuite/itemize.test  |   15 +-
 testsuite/merge.test|2 +-
 testsuite/xattrs.test   |   19 ++-
 xattrs.c|   69 ++
 25 files changed, 665 insertions(+), 528 deletions(-)


hooks/post-receive
-- 
rsync
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


[SCM] rsync branch, patch/adaptec_acl_mods, updated. v3.0.0-33-g517da55

2008-03-11 Thread Wayne Davison
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project rsync.

The branch, patch/adaptec_acl_mods has been updated
   via  517da555aff61573ba2ecf268ff7699fb6fc7a13 (commit)
   via  492ad04277a166d812c539887307157095dc97b7 (commit)
   via  1ed9018e69a0d224ff59184974d9150d1cb8814d (commit)
   via  ff0e15804f3f7f730ac1c7c79bcd0f34ca39fa4c (commit)
   via  894e6299c10e24d1745d268b465695934f4bb1a9 (commit)
   via  c080190365fceef2d35ee63f408bba16f09ca112 (commit)
   via  26f0e565879cfbfd90527850f15c7a329b9c8ddc (commit)
   via  b4e6aac98543afdfab019339612673561c64f122 (commit)
   via  7c21776e54446ed288b3225444c6eb9b5b9400d3 (commit)
   via  d724dd186ed6a2d66fa13a9357ce91e459d39e8c (commit)
   via  cbbd8e2e8bf72aa46c84c7de43e19da40f040fa7 (commit)
   via  af6241f7adda9fa90fb47b857a5269f2cbcc0319 (commit)
   via  852e763b89af5145c4b52d5da649d625a7ff3f43 (commit)
   via  0f7159201546f63e102b5c7200793ca11cc69b5f (commit)
   via  e63d3a29e24f8b4a5046b0caaa6f19dde99c036a (commit)
   via  38cef641a5d2f6506615f5b8e0c5bfea32ef62f6 (commit)
   via  6226396c4ac4980518d7a97203574501a4562090 (commit)
   via  89b47d43debdd4e6986dca9626de1dd4a1bebf82 (commit)
   via  d1c06c2180f337deaa059fc408fcca4f4770a585 (commit)
   via  800a4485f3148765bca7cbc5d3f61be2cc7af276 (commit)
   via  fede378577ba1b8adbac90cba42026ba828f1a1f (commit)
   via  3bc207b9dd74e1bbe1df75fc1f00b91fea6e5dfc (commit)
   via  ebac03192584817d626574db28b97ef274683aa5 (commit)
   via  3cbe640d3c42dbd239e3713e5a60d7dc4c24b649 (commit)
  from  992aca87b35000e1e561d09164b14697b86c983b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit 517da555aff61573ba2ecf268ff7699fb6fc7a13
Merge: 992aca87b35000e1e561d09164b14697b86c983b 
492ad04277a166d812c539887307157095dc97b7
Author: Wayne Davison [EMAIL PROTECTED]
Date:   Tue Mar 11 06:41:10 2008 -0700

Merge branch 'master' into patch/adaptec_acl_mods

---

Summary of changes:
 Makefile.in |6 +-
 NEWS|  336 +
 OLDNEWS |  344 +++
 clientserver.c  |   29 +++--
 compat.c|4 +
 configure.in|2 +-
 generator.c |   51 +---
 log.c   |   24 ++--
 options.c   |   38 --
 packaging/nightly-rsync |6 +-
 packaging/release-rsync |  165 +++---
 popt/popt.c |8 +-
 popt/popthelp.c |5 +-
 popt/poptparse.c|4 +-
 rsync.h |5 +-
 rsync.yo|   13 +-
 support/cull_options|   10 +-
 support/rrsync  |5 +-
 syscall.c   |2 +-
 testsuite/daemon.test   |   21 +++
 testsuite/devices.test  |   10 +-
 testsuite/itemize.test  |   15 +-
 testsuite/merge.test|2 +-
 testsuite/xattrs.test   |   19 ++-
 xattrs.c|   69 ++
 25 files changed, 665 insertions(+), 528 deletions(-)


hooks/post-receive
-- 
rsync
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


[SCM] rsync branch, patch/atimes, updated. v3.0.0-35-g6a49a6d

2008-03-11 Thread Wayne Davison
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project rsync.

The branch, patch/atimes has been updated
   via  6a49a6d71add49c6277a0dec513b686315b3c777 (commit)
   via  492ad04277a166d812c539887307157095dc97b7 (commit)
   via  1ed9018e69a0d224ff59184974d9150d1cb8814d (commit)
   via  ff0e15804f3f7f730ac1c7c79bcd0f34ca39fa4c (commit)
   via  894e6299c10e24d1745d268b465695934f4bb1a9 (commit)
   via  c080190365fceef2d35ee63f408bba16f09ca112 (commit)
   via  26f0e565879cfbfd90527850f15c7a329b9c8ddc (commit)
   via  b4e6aac98543afdfab019339612673561c64f122 (commit)
   via  7c21776e54446ed288b3225444c6eb9b5b9400d3 (commit)
   via  d724dd186ed6a2d66fa13a9357ce91e459d39e8c (commit)
   via  cbbd8e2e8bf72aa46c84c7de43e19da40f040fa7 (commit)
   via  af6241f7adda9fa90fb47b857a5269f2cbcc0319 (commit)
   via  852e763b89af5145c4b52d5da649d625a7ff3f43 (commit)
   via  0f7159201546f63e102b5c7200793ca11cc69b5f (commit)
   via  e63d3a29e24f8b4a5046b0caaa6f19dde99c036a (commit)
   via  38cef641a5d2f6506615f5b8e0c5bfea32ef62f6 (commit)
   via  6226396c4ac4980518d7a97203574501a4562090 (commit)
   via  89b47d43debdd4e6986dca9626de1dd4a1bebf82 (commit)
   via  d1c06c2180f337deaa059fc408fcca4f4770a585 (commit)
   via  800a4485f3148765bca7cbc5d3f61be2cc7af276 (commit)
   via  fede378577ba1b8adbac90cba42026ba828f1a1f (commit)
   via  3bc207b9dd74e1bbe1df75fc1f00b91fea6e5dfc (commit)
   via  ebac03192584817d626574db28b97ef274683aa5 (commit)
   via  3cbe640d3c42dbd239e3713e5a60d7dc4c24b649 (commit)
  from  fe7e17a323e0c2e8e23242db9cb8d5b53bcce9d1 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit 6a49a6d71add49c6277a0dec513b686315b3c777
Merge: fe7e17a323e0c2e8e23242db9cb8d5b53bcce9d1 
492ad04277a166d812c539887307157095dc97b7
Author: Wayne Davison [EMAIL PROTECTED]
Date:   Tue Mar 11 06:42:09 2008 -0700

Merge branch 'master' into patch/atimes

---

Summary of changes:
 Makefile.in |6 +-
 NEWS|  336 +
 OLDNEWS |  344 +++
 clientserver.c  |   29 +++--
 compat.c|4 +
 configure.in|2 +-
 generator.c |   51 +---
 log.c   |   24 ++--
 options.c   |   38 --
 packaging/nightly-rsync |6 +-
 packaging/release-rsync |  165 +++---
 popt/popt.c |8 +-
 popt/popthelp.c |5 +-
 popt/poptparse.c|4 +-
 rsync.h |5 +-
 rsync.yo|   13 +-
 support/cull_options|   10 +-
 support/rrsync  |5 +-
 syscall.c   |2 +-
 testsuite/daemon.test   |   21 +++
 testsuite/devices.test  |   10 +-
 testsuite/itemize.test  |   15 +-
 testsuite/merge.test|2 +-
 testsuite/xattrs.test   |   19 ++-
 xattrs.c|   69 ++
 25 files changed, 665 insertions(+), 528 deletions(-)


hooks/post-receive
-- 
rsync
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


[SCM] rsync branch, patch/backup-dir-dels, updated. v3.0.0-35-ga158c0a

2008-03-11 Thread Wayne Davison
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project rsync.

The branch, patch/backup-dir-dels has been updated
   via  a158c0af93da5590c4bbefde2c316bfb1163660f (commit)
   via  492ad04277a166d812c539887307157095dc97b7 (commit)
   via  1ed9018e69a0d224ff59184974d9150d1cb8814d (commit)
   via  ff0e15804f3f7f730ac1c7c79bcd0f34ca39fa4c (commit)
   via  894e6299c10e24d1745d268b465695934f4bb1a9 (commit)
   via  c080190365fceef2d35ee63f408bba16f09ca112 (commit)
   via  26f0e565879cfbfd90527850f15c7a329b9c8ddc (commit)
   via  b4e6aac98543afdfab019339612673561c64f122 (commit)
   via  7c21776e54446ed288b3225444c6eb9b5b9400d3 (commit)
   via  d724dd186ed6a2d66fa13a9357ce91e459d39e8c (commit)
   via  cbbd8e2e8bf72aa46c84c7de43e19da40f040fa7 (commit)
   via  af6241f7adda9fa90fb47b857a5269f2cbcc0319 (commit)
   via  852e763b89af5145c4b52d5da649d625a7ff3f43 (commit)
   via  0f7159201546f63e102b5c7200793ca11cc69b5f (commit)
   via  e63d3a29e24f8b4a5046b0caaa6f19dde99c036a (commit)
   via  38cef641a5d2f6506615f5b8e0c5bfea32ef62f6 (commit)
   via  6226396c4ac4980518d7a97203574501a4562090 (commit)
   via  89b47d43debdd4e6986dca9626de1dd4a1bebf82 (commit)
   via  d1c06c2180f337deaa059fc408fcca4f4770a585 (commit)
   via  800a4485f3148765bca7cbc5d3f61be2cc7af276 (commit)
   via  fede378577ba1b8adbac90cba42026ba828f1a1f (commit)
   via  3bc207b9dd74e1bbe1df75fc1f00b91fea6e5dfc (commit)
   via  ebac03192584817d626574db28b97ef274683aa5 (commit)
   via  3cbe640d3c42dbd239e3713e5a60d7dc4c24b649 (commit)
  from  2766294d8b7071f23550fa392a8b1b21dfee6de9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit a158c0af93da5590c4bbefde2c316bfb1163660f
Merge: 2766294d8b7071f23550fa392a8b1b21dfee6de9 
492ad04277a166d812c539887307157095dc97b7
Author: Wayne Davison [EMAIL PROTECTED]
Date:   Tue Mar 11 06:42:14 2008 -0700

Merge branch 'master' into patch/backup-dir-dels

---

Summary of changes:
 Makefile.in |6 +-
 NEWS|  336 +
 OLDNEWS |  344 +++
 clientserver.c  |   29 +++--
 compat.c|4 +
 configure.in|2 +-
 generator.c |   51 +---
 log.c   |   24 ++--
 options.c   |   38 --
 packaging/nightly-rsync |6 +-
 packaging/release-rsync |  165 +++---
 popt/popt.c |8 +-
 popt/popthelp.c |5 +-
 popt/poptparse.c|4 +-
 rsync.h |5 +-
 rsync.yo|   13 +-
 support/cull_options|   10 +-
 support/rrsync  |5 +-
 syscall.c   |2 +-
 testsuite/daemon.test   |   21 +++
 testsuite/devices.test  |   10 +-
 testsuite/itemize.test  |   15 +-
 testsuite/merge.test|2 +-
 testsuite/xattrs.test   |   19 ++-
 xattrs.c|   69 ++
 25 files changed, 665 insertions(+), 528 deletions(-)


hooks/post-receive
-- 
rsync
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


[SCM] rsync branch, patch/catch_crash_signals, updated. v3.0.0-33-gfc28689

2008-03-11 Thread Wayne Davison
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project rsync.

The branch, patch/catch_crash_signals has been updated
   via  fc286897d73fc25fc4b0481d29d308ffb30bac46 (commit)
   via  492ad04277a166d812c539887307157095dc97b7 (commit)
   via  1ed9018e69a0d224ff59184974d9150d1cb8814d (commit)
   via  ff0e15804f3f7f730ac1c7c79bcd0f34ca39fa4c (commit)
   via  894e6299c10e24d1745d268b465695934f4bb1a9 (commit)
   via  c080190365fceef2d35ee63f408bba16f09ca112 (commit)
   via  26f0e565879cfbfd90527850f15c7a329b9c8ddc (commit)
   via  b4e6aac98543afdfab019339612673561c64f122 (commit)
   via  7c21776e54446ed288b3225444c6eb9b5b9400d3 (commit)
   via  d724dd186ed6a2d66fa13a9357ce91e459d39e8c (commit)
   via  cbbd8e2e8bf72aa46c84c7de43e19da40f040fa7 (commit)
   via  af6241f7adda9fa90fb47b857a5269f2cbcc0319 (commit)
   via  852e763b89af5145c4b52d5da649d625a7ff3f43 (commit)
   via  0f7159201546f63e102b5c7200793ca11cc69b5f (commit)
   via  e63d3a29e24f8b4a5046b0caaa6f19dde99c036a (commit)
   via  38cef641a5d2f6506615f5b8e0c5bfea32ef62f6 (commit)
   via  6226396c4ac4980518d7a97203574501a4562090 (commit)
   via  89b47d43debdd4e6986dca9626de1dd4a1bebf82 (commit)
   via  d1c06c2180f337deaa059fc408fcca4f4770a585 (commit)
   via  800a4485f3148765bca7cbc5d3f61be2cc7af276 (commit)
   via  fede378577ba1b8adbac90cba42026ba828f1a1f (commit)
   via  3bc207b9dd74e1bbe1df75fc1f00b91fea6e5dfc (commit)
   via  ebac03192584817d626574db28b97ef274683aa5 (commit)
   via  3cbe640d3c42dbd239e3713e5a60d7dc4c24b649 (commit)
  from  943f2595905772e6bc094f9c12611e0aaa3e5bfe (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit fc286897d73fc25fc4b0481d29d308ffb30bac46
Merge: 943f2595905772e6bc094f9c12611e0aaa3e5bfe 
492ad04277a166d812c539887307157095dc97b7
Author: Wayne Davison [EMAIL PROTECTED]
Date:   Tue Mar 11 06:42:14 2008 -0700

Merge branch 'master' into patch/catch_crash_signals

---

Summary of changes:
 Makefile.in |6 +-
 NEWS|  336 +
 OLDNEWS |  344 +++
 clientserver.c  |   29 +++--
 compat.c|4 +
 configure.in|2 +-
 generator.c |   51 +---
 log.c   |   24 ++--
 options.c   |   38 --
 packaging/nightly-rsync |6 +-
 packaging/release-rsync |  165 +++---
 popt/popt.c |8 +-
 popt/popthelp.c |5 +-
 popt/poptparse.c|4 +-
 rsync.h |5 +-
 rsync.yo|   13 +-
 support/cull_options|   10 +-
 support/rrsync  |5 +-
 syscall.c   |2 +-
 testsuite/daemon.test   |   21 +++
 testsuite/devices.test  |   10 +-
 testsuite/itemize.test  |   15 +-
 testsuite/merge.test|2 +-
 testsuite/xattrs.test   |   19 ++-
 xattrs.c|   69 ++
 25 files changed, 665 insertions(+), 528 deletions(-)


hooks/post-receive
-- 
rsync
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


[SCM] rsync branch, patch/checksum-reading, updated. v3.0.0-38-g9a1d61f

2008-03-11 Thread Wayne Davison
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project rsync.

The branch, patch/checksum-reading has been updated
   via  9a1d61ff6a2c238c2049ee3495a7aa822ec8dede (commit)
   via  492ad04277a166d812c539887307157095dc97b7 (commit)
   via  1ed9018e69a0d224ff59184974d9150d1cb8814d (commit)
   via  ff0e15804f3f7f730ac1c7c79bcd0f34ca39fa4c (commit)
   via  894e6299c10e24d1745d268b465695934f4bb1a9 (commit)
   via  c080190365fceef2d35ee63f408bba16f09ca112 (commit)
   via  26f0e565879cfbfd90527850f15c7a329b9c8ddc (commit)
   via  b4e6aac98543afdfab019339612673561c64f122 (commit)
   via  7c21776e54446ed288b3225444c6eb9b5b9400d3 (commit)
   via  d724dd186ed6a2d66fa13a9357ce91e459d39e8c (commit)
   via  cbbd8e2e8bf72aa46c84c7de43e19da40f040fa7 (commit)
   via  af6241f7adda9fa90fb47b857a5269f2cbcc0319 (commit)
   via  852e763b89af5145c4b52d5da649d625a7ff3f43 (commit)
   via  0f7159201546f63e102b5c7200793ca11cc69b5f (commit)
   via  e63d3a29e24f8b4a5046b0caaa6f19dde99c036a (commit)
   via  38cef641a5d2f6506615f5b8e0c5bfea32ef62f6 (commit)
   via  6226396c4ac4980518d7a97203574501a4562090 (commit)
   via  89b47d43debdd4e6986dca9626de1dd4a1bebf82 (commit)
   via  d1c06c2180f337deaa059fc408fcca4f4770a585 (commit)
   via  800a4485f3148765bca7cbc5d3f61be2cc7af276 (commit)
   via  fede378577ba1b8adbac90cba42026ba828f1a1f (commit)
   via  3bc207b9dd74e1bbe1df75fc1f00b91fea6e5dfc (commit)
   via  ebac03192584817d626574db28b97ef274683aa5 (commit)
   via  3cbe640d3c42dbd239e3713e5a60d7dc4c24b649 (commit)
  from  fa8b90c876230f6e8f717217c6d9b0e939c3a17f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
---

Summary of changes:
 Makefile.in |6 +-
 NEWS|  336 +
 OLDNEWS |  344 +++
 clientserver.c  |   29 +++--
 compat.c|4 +
 configure.in|2 +-
 generator.c |   51 +---
 log.c   |   24 ++--
 options.c   |   38 --
 packaging/nightly-rsync |6 +-
 packaging/release-rsync |  165 +++---
 popt/popt.c |8 +-
 popt/popthelp.c |5 +-
 popt/poptparse.c|4 +-
 rsync.h |5 +-
 rsync.yo|   13 +-
 support/cull_options|   10 +-
 support/rrsync  |5 +-
 syscall.c   |2 +-
 testsuite/daemon.test   |   21 +++
 testsuite/devices.test  |   10 +-
 testsuite/itemize.test  |   15 +-
 testsuite/merge.test|2 +-
 testsuite/xattrs.test   |   19 ++-
 xattrs.c|   69 ++
 25 files changed, 665 insertions(+), 528 deletions(-)


hooks/post-receive
-- 
rsync
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


[SCM] rsync branch, patch/checksum-xattr, updated. v3.0.0-34-g2007df2

2008-03-11 Thread Wayne Davison
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project rsync.

The branch, patch/checksum-xattr has been updated
   via  2007df20d05fdad410b2f47d7d4ad540be6f0df6 (commit)
   via  492ad04277a166d812c539887307157095dc97b7 (commit)
   via  1ed9018e69a0d224ff59184974d9150d1cb8814d (commit)
   via  ff0e15804f3f7f730ac1c7c79bcd0f34ca39fa4c (commit)
   via  894e6299c10e24d1745d268b465695934f4bb1a9 (commit)
   via  c080190365fceef2d35ee63f408bba16f09ca112 (commit)
   via  26f0e565879cfbfd90527850f15c7a329b9c8ddc (commit)
   via  b4e6aac98543afdfab019339612673561c64f122 (commit)
   via  7c21776e54446ed288b3225444c6eb9b5b9400d3 (commit)
   via  d724dd186ed6a2d66fa13a9357ce91e459d39e8c (commit)
   via  cbbd8e2e8bf72aa46c84c7de43e19da40f040fa7 (commit)
   via  af6241f7adda9fa90fb47b857a5269f2cbcc0319 (commit)
   via  852e763b89af5145c4b52d5da649d625a7ff3f43 (commit)
   via  0f7159201546f63e102b5c7200793ca11cc69b5f (commit)
   via  e63d3a29e24f8b4a5046b0caaa6f19dde99c036a (commit)
   via  38cef641a5d2f6506615f5b8e0c5bfea32ef62f6 (commit)
   via  6226396c4ac4980518d7a97203574501a4562090 (commit)
   via  89b47d43debdd4e6986dca9626de1dd4a1bebf82 (commit)
   via  d1c06c2180f337deaa059fc408fcca4f4770a585 (commit)
   via  800a4485f3148765bca7cbc5d3f61be2cc7af276 (commit)
   via  fede378577ba1b8adbac90cba42026ba828f1a1f (commit)
   via  3bc207b9dd74e1bbe1df75fc1f00b91fea6e5dfc (commit)
   via  ebac03192584817d626574db28b97ef274683aa5 (commit)
   via  3cbe640d3c42dbd239e3713e5a60d7dc4c24b649 (commit)
  from  c91ed82463d7e22bfb92dbc28a3b175938ed (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit 2007df20d05fdad410b2f47d7d4ad540be6f0df6
Merge: c91ed82463d7e22bfb92dbc28a3b175938ed 
492ad04277a166d812c539887307157095dc97b7
Author: Wayne Davison [EMAIL PROTECTED]
Date:   Tue Mar 11 06:46:50 2008 -0700

Merge branch 'master' into patch/checksum-xattr

---

Summary of changes:
 Makefile.in |6 +-
 NEWS|  336 +
 OLDNEWS |  344 +++
 clientserver.c  |   29 +++--
 compat.c|4 +
 configure.in|2 +-
 generator.c |   51 +---
 log.c   |   24 ++--
 options.c   |   38 --
 packaging/nightly-rsync |6 +-
 packaging/release-rsync |  165 +++---
 popt/popt.c |8 +-
 popt/popthelp.c |5 +-
 popt/poptparse.c|4 +-
 rsync.h |5 +-
 rsync.yo|   13 +-
 support/cull_options|   10 +-
 support/rrsync  |5 +-
 syscall.c   |2 +-
 testsuite/daemon.test   |   21 +++
 testsuite/devices.test  |   10 +-
 testsuite/itemize.test  |   15 +-
 testsuite/merge.test|2 +-
 testsuite/xattrs.test   |   19 ++-
 xattrs.c|   77 +++
 25 files changed, 671 insertions(+), 530 deletions(-)


hooks/post-receive
-- 
rsync
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


[SCM] rsync branch, patch/crtimes, updated. v3.0.0-40-g5d15c5e

2008-03-11 Thread Wayne Davison
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project rsync.

The branch, patch/crtimes has been updated
   via  5d15c5efa442f0ec1456e3f8d933f31d9c20e073 (commit)
   via  1783624c0d42f311b781674686cd2c5e76a94196 (commit)
   via  492ad04277a166d812c539887307157095dc97b7 (commit)
   via  1ed9018e69a0d224ff59184974d9150d1cb8814d (commit)
   via  ff0e15804f3f7f730ac1c7c79bcd0f34ca39fa4c (commit)
   via  894e6299c10e24d1745d268b465695934f4bb1a9 (commit)
   via  c080190365fceef2d35ee63f408bba16f09ca112 (commit)
   via  26f0e565879cfbfd90527850f15c7a329b9c8ddc (commit)
   via  b4e6aac98543afdfab019339612673561c64f122 (commit)
   via  7c21776e54446ed288b3225444c6eb9b5b9400d3 (commit)
   via  d724dd186ed6a2d66fa13a9357ce91e459d39e8c (commit)
   via  cbbd8e2e8bf72aa46c84c7de43e19da40f040fa7 (commit)
   via  af6241f7adda9fa90fb47b857a5269f2cbcc0319 (commit)
   via  852e763b89af5145c4b52d5da649d625a7ff3f43 (commit)
   via  0f7159201546f63e102b5c7200793ca11cc69b5f (commit)
   via  e63d3a29e24f8b4a5046b0caaa6f19dde99c036a (commit)
   via  38cef641a5d2f6506615f5b8e0c5bfea32ef62f6 (commit)
   via  6226396c4ac4980518d7a97203574501a4562090 (commit)
   via  89b47d43debdd4e6986dca9626de1dd4a1bebf82 (commit)
   via  d1c06c2180f337deaa059fc408fcca4f4770a585 (commit)
   via  800a4485f3148765bca7cbc5d3f61be2cc7af276 (commit)
   via  fede378577ba1b8adbac90cba42026ba828f1a1f (commit)
   via  3bc207b9dd74e1bbe1df75fc1f00b91fea6e5dfc (commit)
   via  8cad43394f9027e12159954671df5d854f3c1af8 (commit)
   via  ebac03192584817d626574db28b97ef274683aa5 (commit)
   via  3cbe640d3c42dbd239e3713e5a60d7dc4c24b649 (commit)
  from  f2211a2aa1634193d7ed948cb1862818627b42d6 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit 5d15c5efa442f0ec1456e3f8d933f31d9c20e073
Merge: f2211a2aa1634193d7ed948cb1862818627b42d6 
1783624c0d42f311b781674686cd2c5e76a94196
Author: Wayne Davison [EMAIL PROTECTED]
Date:   Tue Mar 11 06:54:53 2008 -0700

Merge branch 'patch/fileflags' into patch/crtimes

---

Summary of changes:
 Makefile.in |6 +-
 NEWS|  336 +
 OLDNEWS |  344 +++
 clientserver.c  |   29 +++--
 compat.c|4 +
 configure.in|2 +-
 generator.c |   51 +---
 log.c   |   24 ++--
 options.c   |   41 --
 packaging/nightly-rsync |6 +-
 packaging/release-rsync |  165 +++---
 popt/popt.c |8 +-
 popt/popthelp.c |5 +-
 popt/poptparse.c|4 +-
 rsync.h |9 +-
 rsync.yo|   13 +-
 support/cull_options|   10 +-
 support/rrsync  |5 +-
 syscall.c   |2 +-
 testsuite/daemon.test   |   21 +++
 testsuite/devices.test  |   10 +-
 testsuite/itemize.test  |   15 +-
 testsuite/merge.test|2 +-
 testsuite/xattrs.test   |   19 ++-
 xattrs.c|   78 +++
 25 files changed, 678 insertions(+), 531 deletions(-)


hooks/post-receive
-- 
rsync
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


[SCM] rsync branch, patch/copy-devices, updated. v3.0.0-33-g8ba2212

2008-03-11 Thread Wayne Davison
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project rsync.

The branch, patch/copy-devices has been updated
   via  8ba221277b5ddb9dd0799230115792c831942bde (commit)
   via  492ad04277a166d812c539887307157095dc97b7 (commit)
   via  1ed9018e69a0d224ff59184974d9150d1cb8814d (commit)
   via  ff0e15804f3f7f730ac1c7c79bcd0f34ca39fa4c (commit)
   via  894e6299c10e24d1745d268b465695934f4bb1a9 (commit)
   via  c080190365fceef2d35ee63f408bba16f09ca112 (commit)
   via  26f0e565879cfbfd90527850f15c7a329b9c8ddc (commit)
   via  b4e6aac98543afdfab019339612673561c64f122 (commit)
   via  7c21776e54446ed288b3225444c6eb9b5b9400d3 (commit)
   via  d724dd186ed6a2d66fa13a9357ce91e459d39e8c (commit)
   via  cbbd8e2e8bf72aa46c84c7de43e19da40f040fa7 (commit)
   via  af6241f7adda9fa90fb47b857a5269f2cbcc0319 (commit)
   via  852e763b89af5145c4b52d5da649d625a7ff3f43 (commit)
   via  0f7159201546f63e102b5c7200793ca11cc69b5f (commit)
   via  e63d3a29e24f8b4a5046b0caaa6f19dde99c036a (commit)
   via  38cef641a5d2f6506615f5b8e0c5bfea32ef62f6 (commit)
   via  6226396c4ac4980518d7a97203574501a4562090 (commit)
   via  89b47d43debdd4e6986dca9626de1dd4a1bebf82 (commit)
   via  d1c06c2180f337deaa059fc408fcca4f4770a585 (commit)
   via  800a4485f3148765bca7cbc5d3f61be2cc7af276 (commit)
   via  fede378577ba1b8adbac90cba42026ba828f1a1f (commit)
   via  3bc207b9dd74e1bbe1df75fc1f00b91fea6e5dfc (commit)
   via  ebac03192584817d626574db28b97ef274683aa5 (commit)
   via  3cbe640d3c42dbd239e3713e5a60d7dc4c24b649 (commit)
  from  0b6d376b41f6e799fed66dbcd1b4412b3a6a0988 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit 8ba221277b5ddb9dd0799230115792c831942bde
Merge: 0b6d376b41f6e799fed66dbcd1b4412b3a6a0988 
492ad04277a166d812c539887307157095dc97b7
Author: Wayne Davison [EMAIL PROTECTED]
Date:   Tue Mar 11 06:46:53 2008 -0700

Merge branch 'master' into patch/copy-devices

---

Summary of changes:
 Makefile.in |6 +-
 NEWS|  336 +
 OLDNEWS |  344 +++
 clientserver.c  |   29 +++--
 compat.c|4 +
 configure.in|2 +-
 generator.c |   51 +---
 log.c   |   24 ++--
 options.c   |   38 --
 packaging/nightly-rsync |6 +-
 packaging/release-rsync |  165 +++---
 popt/popt.c |8 +-
 popt/popthelp.c |5 +-
 popt/poptparse.c|4 +-
 rsync.h |5 +-
 rsync.yo|   13 +-
 support/cull_options|   10 +-
 support/rrsync  |5 +-
 syscall.c   |2 +-
 testsuite/daemon.test   |   21 +++
 testsuite/devices.test  |   10 +-
 testsuite/itemize.test  |   15 +-
 testsuite/merge.test|2 +-
 testsuite/xattrs.test   |   19 ++-
 xattrs.c|   69 ++
 25 files changed, 665 insertions(+), 528 deletions(-)


hooks/post-receive
-- 
rsync
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


[SCM] rsync branch, patch/daemon-forward-lookup, updated. v3.0.0-35-g6535bbf

2008-03-11 Thread Wayne Davison
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project rsync.

The branch, patch/daemon-forward-lookup has been updated
   via  6535bbf595116a235f6f279cdd4f5ca68a5e65c2 (commit)
   via  492ad04277a166d812c539887307157095dc97b7 (commit)
   via  1ed9018e69a0d224ff59184974d9150d1cb8814d (commit)
   via  ff0e15804f3f7f730ac1c7c79bcd0f34ca39fa4c (commit)
   via  894e6299c10e24d1745d268b465695934f4bb1a9 (commit)
   via  c080190365fceef2d35ee63f408bba16f09ca112 (commit)
   via  26f0e565879cfbfd90527850f15c7a329b9c8ddc (commit)
   via  b4e6aac98543afdfab019339612673561c64f122 (commit)
   via  7c21776e54446ed288b3225444c6eb9b5b9400d3 (commit)
   via  d724dd186ed6a2d66fa13a9357ce91e459d39e8c (commit)
   via  cbbd8e2e8bf72aa46c84c7de43e19da40f040fa7 (commit)
   via  af6241f7adda9fa90fb47b857a5269f2cbcc0319 (commit)
   via  852e763b89af5145c4b52d5da649d625a7ff3f43 (commit)
   via  0f7159201546f63e102b5c7200793ca11cc69b5f (commit)
   via  e63d3a29e24f8b4a5046b0caaa6f19dde99c036a (commit)
   via  38cef641a5d2f6506615f5b8e0c5bfea32ef62f6 (commit)
   via  6226396c4ac4980518d7a97203574501a4562090 (commit)
   via  89b47d43debdd4e6986dca9626de1dd4a1bebf82 (commit)
   via  d1c06c2180f337deaa059fc408fcca4f4770a585 (commit)
   via  800a4485f3148765bca7cbc5d3f61be2cc7af276 (commit)
   via  fede378577ba1b8adbac90cba42026ba828f1a1f (commit)
   via  3bc207b9dd74e1bbe1df75fc1f00b91fea6e5dfc (commit)
   via  ebac03192584817d626574db28b97ef274683aa5 (commit)
   via  3cbe640d3c42dbd239e3713e5a60d7dc4c24b649 (commit)
  from  36c12d25379e2cf9da5c2e344e129a340341bd37 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit 6535bbf595116a235f6f279cdd4f5ca68a5e65c2
Merge: 36c12d25379e2cf9da5c2e344e129a340341bd37 
492ad04277a166d812c539887307157095dc97b7
Author: Wayne Davison [EMAIL PROTECTED]
Date:   Tue Mar 11 06:54:55 2008 -0700

Merge branch 'master' into patch/daemon-forward-lookup

---

Summary of changes:
 Makefile.in |6 +-
 NEWS|  336 +
 OLDNEWS |  344 +++
 clientserver.c  |   29 +++--
 compat.c|4 +
 configure.in|2 +-
 generator.c |   51 +---
 log.c   |   24 ++--
 options.c   |   38 --
 packaging/nightly-rsync |6 +-
 packaging/release-rsync |  165 +++---
 popt/popt.c |8 +-
 popt/popthelp.c |5 +-
 popt/poptparse.c|4 +-
 rsync.h |5 +-
 rsync.yo|   13 +-
 support/cull_options|   10 +-
 support/rrsync  |5 +-
 syscall.c   |2 +-
 testsuite/daemon.test   |   21 +++
 testsuite/devices.test  |   10 +-
 testsuite/itemize.test  |   15 +-
 testsuite/merge.test|2 +-
 testsuite/xattrs.test   |   19 ++-
 xattrs.c|   69 ++
 25 files changed, 665 insertions(+), 528 deletions(-)


hooks/post-receive
-- 
rsync
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


[SCM] rsync branch, patch/date-only, updated. v3.0.0-33-g380aa8a

2008-03-11 Thread Wayne Davison
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project rsync.

The branch, patch/date-only has been updated
   via  380aa8a2bf29a21249d5b90258dbef6a747f4443 (commit)
   via  492ad04277a166d812c539887307157095dc97b7 (commit)
   via  1ed9018e69a0d224ff59184974d9150d1cb8814d (commit)
   via  ff0e15804f3f7f730ac1c7c79bcd0f34ca39fa4c (commit)
   via  894e6299c10e24d1745d268b465695934f4bb1a9 (commit)
   via  c080190365fceef2d35ee63f408bba16f09ca112 (commit)
   via  26f0e565879cfbfd90527850f15c7a329b9c8ddc (commit)
   via  b4e6aac98543afdfab019339612673561c64f122 (commit)
   via  7c21776e54446ed288b3225444c6eb9b5b9400d3 (commit)
   via  d724dd186ed6a2d66fa13a9357ce91e459d39e8c (commit)
   via  cbbd8e2e8bf72aa46c84c7de43e19da40f040fa7 (commit)
   via  af6241f7adda9fa90fb47b857a5269f2cbcc0319 (commit)
   via  852e763b89af5145c4b52d5da649d625a7ff3f43 (commit)
   via  0f7159201546f63e102b5c7200793ca11cc69b5f (commit)
   via  e63d3a29e24f8b4a5046b0caaa6f19dde99c036a (commit)
   via  38cef641a5d2f6506615f5b8e0c5bfea32ef62f6 (commit)
   via  6226396c4ac4980518d7a97203574501a4562090 (commit)
   via  89b47d43debdd4e6986dca9626de1dd4a1bebf82 (commit)
   via  d1c06c2180f337deaa059fc408fcca4f4770a585 (commit)
   via  800a4485f3148765bca7cbc5d3f61be2cc7af276 (commit)
   via  fede378577ba1b8adbac90cba42026ba828f1a1f (commit)
   via  3bc207b9dd74e1bbe1df75fc1f00b91fea6e5dfc (commit)
   via  ebac03192584817d626574db28b97ef274683aa5 (commit)
   via  3cbe640d3c42dbd239e3713e5a60d7dc4c24b649 (commit)
  from  2c5633d40db69e4b42d581e4cfd546b474e8b050 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit 380aa8a2bf29a21249d5b90258dbef6a747f4443
Merge: 2c5633d40db69e4b42d581e4cfd546b474e8b050 
492ad04277a166d812c539887307157095dc97b7
Author: Wayne Davison [EMAIL PROTECTED]
Date:   Tue Mar 11 06:54:55 2008 -0700

Merge branch 'master' into patch/date-only

---

Summary of changes:
 Makefile.in |6 +-
 NEWS|  336 +
 OLDNEWS |  344 +++
 clientserver.c  |   29 +++--
 compat.c|4 +
 configure.in|2 +-
 generator.c |   51 +---
 log.c   |   24 ++--
 options.c   |   38 --
 packaging/nightly-rsync |6 +-
 packaging/release-rsync |  165 +++---
 popt/popt.c |8 +-
 popt/popthelp.c |5 +-
 popt/poptparse.c|4 +-
 rsync.h |5 +-
 rsync.yo|   13 +-
 support/cull_options|   10 +-
 support/rrsync  |5 +-
 syscall.c   |2 +-
 testsuite/daemon.test   |   21 +++
 testsuite/devices.test  |   10 +-
 testsuite/itemize.test  |   15 +-
 testsuite/merge.test|2 +-
 testsuite/xattrs.test   |   19 ++-
 xattrs.c|   69 ++
 25 files changed, 665 insertions(+), 528 deletions(-)


hooks/post-receive
-- 
rsync
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


[SCM] rsync branch, patch/detect-renamed-lax, updated. v3.0.0-45-g56d8d83

2008-03-11 Thread Wayne Davison
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project rsync.

The branch, patch/detect-renamed-lax has been updated
   via  56d8d834b51fc89ff318bb5d7e67535fe1729b0f (commit)
   via  e1a9cc2727b427631e2644b520cd560109f5bb75 (commit)
   via  492ad04277a166d812c539887307157095dc97b7 (commit)
   via  1ed9018e69a0d224ff59184974d9150d1cb8814d (commit)
   via  ff0e15804f3f7f730ac1c7c79bcd0f34ca39fa4c (commit)
   via  894e6299c10e24d1745d268b465695934f4bb1a9 (commit)
   via  c080190365fceef2d35ee63f408bba16f09ca112 (commit)
   via  26f0e565879cfbfd90527850f15c7a329b9c8ddc (commit)
   via  b4e6aac98543afdfab019339612673561c64f122 (commit)
   via  7c21776e54446ed288b3225444c6eb9b5b9400d3 (commit)
   via  d724dd186ed6a2d66fa13a9357ce91e459d39e8c (commit)
   via  cbbd8e2e8bf72aa46c84c7de43e19da40f040fa7 (commit)
   via  af6241f7adda9fa90fb47b857a5269f2cbcc0319 (commit)
   via  852e763b89af5145c4b52d5da649d625a7ff3f43 (commit)
   via  0f7159201546f63e102b5c7200793ca11cc69b5f (commit)
   via  e63d3a29e24f8b4a5046b0caaa6f19dde99c036a (commit)
   via  38cef641a5d2f6506615f5b8e0c5bfea32ef62f6 (commit)
   via  6226396c4ac4980518d7a97203574501a4562090 (commit)
   via  89b47d43debdd4e6986dca9626de1dd4a1bebf82 (commit)
   via  d1c06c2180f337deaa059fc408fcca4f4770a585 (commit)
   via  800a4485f3148765bca7cbc5d3f61be2cc7af276 (commit)
   via  fede378577ba1b8adbac90cba42026ba828f1a1f (commit)
   via  3bc207b9dd74e1bbe1df75fc1f00b91fea6e5dfc (commit)
   via  ebac03192584817d626574db28b97ef274683aa5 (commit)
   via  3cbe640d3c42dbd239e3713e5a60d7dc4c24b649 (commit)
  from  08ad5d1e64de2ca415c0bc05b780d599e9d33e27 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit 56d8d834b51fc89ff318bb5d7e67535fe1729b0f
Merge: 08ad5d1e64de2ca415c0bc05b780d599e9d33e27 
e1a9cc2727b427631e2644b520cd560109f5bb75
Author: Wayne Davison [EMAIL PROTECTED]
Date:   Tue Mar 11 06:56:22 2008 -0700

Merge branch 'patch/detect-renamed' into patch/detect-renamed-lax

---

Summary of changes:
 Makefile.in |6 +-
 NEWS|  336 +
 OLDNEWS |  344 +++
 clientserver.c  |   29 +++--
 compat.c|4 +
 configure.in|2 +-
 generator.c |   51 +---
 log.c   |   24 ++--
 options.c   |   38 --
 packaging/nightly-rsync |6 +-
 packaging/release-rsync |  165 +++---
 popt/popt.c |8 +-
 popt/popthelp.c |5 +-
 popt/poptparse.c|4 +-
 rsync.h |5 +-
 rsync.yo|   13 +-
 support/cull_options|   10 +-
 support/rrsync  |5 +-
 syscall.c   |2 +-
 testsuite/daemon.test   |   21 +++
 testsuite/devices.test  |   10 +-
 testsuite/itemize.test  |   15 +-
 testsuite/merge.test|2 +-
 testsuite/xattrs.test   |   19 ++-
 xattrs.c|   69 ++
 25 files changed, 665 insertions(+), 528 deletions(-)


hooks/post-receive
-- 
rsync
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


[SCM] rsync branch, patch/fileflags, updated. v3.0.0-34-g1783624

2008-03-11 Thread Wayne Davison
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project rsync.

The branch, patch/fileflags has been updated
   via  1783624c0d42f311b781674686cd2c5e76a94196 (commit)
   via  492ad04277a166d812c539887307157095dc97b7 (commit)
   via  1ed9018e69a0d224ff59184974d9150d1cb8814d (commit)
   via  ff0e15804f3f7f730ac1c7c79bcd0f34ca39fa4c (commit)
   via  894e6299c10e24d1745d268b465695934f4bb1a9 (commit)
   via  c080190365fceef2d35ee63f408bba16f09ca112 (commit)
   via  26f0e565879cfbfd90527850f15c7a329b9c8ddc (commit)
   via  b4e6aac98543afdfab019339612673561c64f122 (commit)
   via  7c21776e54446ed288b3225444c6eb9b5b9400d3 (commit)
   via  d724dd186ed6a2d66fa13a9357ce91e459d39e8c (commit)
   via  cbbd8e2e8bf72aa46c84c7de43e19da40f040fa7 (commit)
   via  af6241f7adda9fa90fb47b857a5269f2cbcc0319 (commit)
   via  852e763b89af5145c4b52d5da649d625a7ff3f43 (commit)
   via  0f7159201546f63e102b5c7200793ca11cc69b5f (commit)
   via  e63d3a29e24f8b4a5046b0caaa6f19dde99c036a (commit)
   via  38cef641a5d2f6506615f5b8e0c5bfea32ef62f6 (commit)
   via  6226396c4ac4980518d7a97203574501a4562090 (commit)
   via  89b47d43debdd4e6986dca9626de1dd4a1bebf82 (commit)
   via  d1c06c2180f337deaa059fc408fcca4f4770a585 (commit)
   via  800a4485f3148765bca7cbc5d3f61be2cc7af276 (commit)
   via  fede378577ba1b8adbac90cba42026ba828f1a1f (commit)
   via  3bc207b9dd74e1bbe1df75fc1f00b91fea6e5dfc (commit)
   via  ebac03192584817d626574db28b97ef274683aa5 (commit)
   via  3cbe640d3c42dbd239e3713e5a60d7dc4c24b649 (commit)
  from  8cad43394f9027e12159954671df5d854f3c1af8 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
---

Summary of changes:
 Makefile.in |6 +-
 NEWS|  336 +
 OLDNEWS |  344 +++
 clientserver.c  |   29 +++--
 compat.c|4 +
 configure.in|2 +-
 generator.c |   51 +---
 log.c   |   24 ++--
 options.c   |   41 --
 packaging/nightly-rsync |6 +-
 packaging/release-rsync |  165 +++---
 popt/popt.c |8 +-
 popt/popthelp.c |5 +-
 popt/poptparse.c|4 +-
 rsync.h |5 +-
 rsync.yo|   13 +-
 support/cull_options|   10 +-
 support/rrsync  |5 +-
 syscall.c   |2 +-
 testsuite/daemon.test   |   21 +++
 testsuite/devices.test  |   10 +-
 testsuite/itemize.test  |   15 +-
 testsuite/merge.test|2 +-
 testsuite/xattrs.test   |   19 ++-
 xattrs.c|   69 ++
 25 files changed, 667 insertions(+), 529 deletions(-)


hooks/post-receive
-- 
rsync
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


[SCM] rsync branch, patch/ignore-case, updated. v3.0.0-33-g7e7228b

2008-03-11 Thread Wayne Davison
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project rsync.

The branch, patch/ignore-case has been updated
   via  7e7228b616a68b78afc21c2c41c799a552645e10 (commit)
   via  492ad04277a166d812c539887307157095dc97b7 (commit)
   via  1ed9018e69a0d224ff59184974d9150d1cb8814d (commit)
   via  ff0e15804f3f7f730ac1c7c79bcd0f34ca39fa4c (commit)
   via  894e6299c10e24d1745d268b465695934f4bb1a9 (commit)
   via  c080190365fceef2d35ee63f408bba16f09ca112 (commit)
   via  26f0e565879cfbfd90527850f15c7a329b9c8ddc (commit)
   via  b4e6aac98543afdfab019339612673561c64f122 (commit)
   via  7c21776e54446ed288b3225444c6eb9b5b9400d3 (commit)
   via  d724dd186ed6a2d66fa13a9357ce91e459d39e8c (commit)
   via  cbbd8e2e8bf72aa46c84c7de43e19da40f040fa7 (commit)
   via  af6241f7adda9fa90fb47b857a5269f2cbcc0319 (commit)
   via  852e763b89af5145c4b52d5da649d625a7ff3f43 (commit)
   via  0f7159201546f63e102b5c7200793ca11cc69b5f (commit)
   via  e63d3a29e24f8b4a5046b0caaa6f19dde99c036a (commit)
   via  38cef641a5d2f6506615f5b8e0c5bfea32ef62f6 (commit)
   via  6226396c4ac4980518d7a97203574501a4562090 (commit)
   via  89b47d43debdd4e6986dca9626de1dd4a1bebf82 (commit)
   via  d1c06c2180f337deaa059fc408fcca4f4770a585 (commit)
   via  800a4485f3148765bca7cbc5d3f61be2cc7af276 (commit)
   via  fede378577ba1b8adbac90cba42026ba828f1a1f (commit)
   via  3bc207b9dd74e1bbe1df75fc1f00b91fea6e5dfc (commit)
   via  ebac03192584817d626574db28b97ef274683aa5 (commit)
   via  3cbe640d3c42dbd239e3713e5a60d7dc4c24b649 (commit)
  from  6e7f405ece71d1eb3815c0623aab3664c912360c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit 7e7228b616a68b78afc21c2c41c799a552645e10
Merge: 6e7f405ece71d1eb3815c0623aab3664c912360c 
492ad04277a166d812c539887307157095dc97b7
Author: Wayne Davison [EMAIL PROTECTED]
Date:   Tue Mar 11 07:00:16 2008 -0700

Merge branch 'master' into patch/ignore-case

---

Summary of changes:
 Makefile.in |6 +-
 NEWS|  336 +
 OLDNEWS |  344 +++
 clientserver.c  |   29 +++--
 compat.c|4 +
 configure.in|2 +-
 generator.c |   51 +---
 log.c   |   24 ++--
 options.c   |   38 --
 packaging/nightly-rsync |6 +-
 packaging/release-rsync |  165 +++---
 popt/popt.c |8 +-
 popt/popthelp.c |5 +-
 popt/poptparse.c|4 +-
 rsync.h |5 +-
 rsync.yo|   13 +-
 support/cull_options|   10 +-
 support/rrsync  |5 +-
 syscall.c   |2 +-
 testsuite/daemon.test   |   21 +++
 testsuite/devices.test  |   10 +-
 testsuite/itemize.test  |   15 +-
 testsuite/merge.test|2 +-
 testsuite/xattrs.test   |   19 ++-
 xattrs.c|   69 ++
 25 files changed, 665 insertions(+), 528 deletions(-)


hooks/post-receive
-- 
rsync
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


[SCM] rsync branch, patch/link-by-hash, updated. v3.0.0-34-g577fecf

2008-03-11 Thread Wayne Davison
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project rsync.

The branch, patch/link-by-hash has been updated
   via  577fecf86a4580a8c0bf9d381531a2b74f8dc3f8 (commit)
   via  492ad04277a166d812c539887307157095dc97b7 (commit)
   via  1ed9018e69a0d224ff59184974d9150d1cb8814d (commit)
   via  ff0e15804f3f7f730ac1c7c79bcd0f34ca39fa4c (commit)
   via  894e6299c10e24d1745d268b465695934f4bb1a9 (commit)
   via  c080190365fceef2d35ee63f408bba16f09ca112 (commit)
   via  26f0e565879cfbfd90527850f15c7a329b9c8ddc (commit)
   via  b4e6aac98543afdfab019339612673561c64f122 (commit)
   via  7c21776e54446ed288b3225444c6eb9b5b9400d3 (commit)
   via  d724dd186ed6a2d66fa13a9357ce91e459d39e8c (commit)
   via  cbbd8e2e8bf72aa46c84c7de43e19da40f040fa7 (commit)
   via  af6241f7adda9fa90fb47b857a5269f2cbcc0319 (commit)
   via  852e763b89af5145c4b52d5da649d625a7ff3f43 (commit)
   via  0f7159201546f63e102b5c7200793ca11cc69b5f (commit)
   via  e63d3a29e24f8b4a5046b0caaa6f19dde99c036a (commit)
   via  38cef641a5d2f6506615f5b8e0c5bfea32ef62f6 (commit)
   via  6226396c4ac4980518d7a97203574501a4562090 (commit)
   via  89b47d43debdd4e6986dca9626de1dd4a1bebf82 (commit)
   via  d1c06c2180f337deaa059fc408fcca4f4770a585 (commit)
   via  800a4485f3148765bca7cbc5d3f61be2cc7af276 (commit)
   via  fede378577ba1b8adbac90cba42026ba828f1a1f (commit)
   via  3bc207b9dd74e1bbe1df75fc1f00b91fea6e5dfc (commit)
   via  ebac03192584817d626574db28b97ef274683aa5 (commit)
   via  3cbe640d3c42dbd239e3713e5a60d7dc4c24b649 (commit)
  from  a5a40144f30ad6ef4679e1b3a7f49c8f9aa366e7 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit 577fecf86a4580a8c0bf9d381531a2b74f8dc3f8
Merge: a5a40144f30ad6ef4679e1b3a7f49c8f9aa366e7 
492ad04277a166d812c539887307157095dc97b7
Author: Wayne Davison [EMAIL PROTECTED]
Date:   Tue Mar 11 07:00:51 2008 -0700

Merge branch 'master' into patch/link-by-hash

---

Summary of changes:
 Makefile.in |6 +-
 NEWS|  336 +
 OLDNEWS |  344 +++
 clientserver.c  |   29 +++--
 compat.c|4 +
 configure.in|2 +-
 generator.c |   51 +---
 log.c   |   24 ++--
 options.c   |   38 --
 packaging/nightly-rsync |6 +-
 packaging/release-rsync |  165 +++---
 popt/popt.c |8 +-
 popt/popthelp.c |5 +-
 popt/poptparse.c|4 +-
 rsync.h |5 +-
 rsync.yo|   13 +-
 support/cull_options|   10 +-
 support/rrsync  |5 +-
 syscall.c   |2 +-
 testsuite/daemon.test   |   21 +++
 testsuite/devices.test  |   10 +-
 testsuite/itemize.test  |   15 +-
 testsuite/merge.test|2 +-
 testsuite/xattrs.test   |   19 ++-
 xattrs.c|   69 ++
 25 files changed, 665 insertions(+), 528 deletions(-)


hooks/post-receive
-- 
rsync
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


[SCM] rsync branch, patch/netgroup-auth, updated. v3.0.0-33-g37ffd49

2008-03-11 Thread Wayne Davison
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project rsync.

The branch, patch/netgroup-auth has been updated
   via  37ffd4920fb9bd7afb9b3459453c1156ee0eeeab (commit)
   via  492ad04277a166d812c539887307157095dc97b7 (commit)
   via  1ed9018e69a0d224ff59184974d9150d1cb8814d (commit)
   via  ff0e15804f3f7f730ac1c7c79bcd0f34ca39fa4c (commit)
   via  894e6299c10e24d1745d268b465695934f4bb1a9 (commit)
   via  c080190365fceef2d35ee63f408bba16f09ca112 (commit)
   via  26f0e565879cfbfd90527850f15c7a329b9c8ddc (commit)
   via  b4e6aac98543afdfab019339612673561c64f122 (commit)
   via  7c21776e54446ed288b3225444c6eb9b5b9400d3 (commit)
   via  d724dd186ed6a2d66fa13a9357ce91e459d39e8c (commit)
   via  cbbd8e2e8bf72aa46c84c7de43e19da40f040fa7 (commit)
   via  af6241f7adda9fa90fb47b857a5269f2cbcc0319 (commit)
   via  852e763b89af5145c4b52d5da649d625a7ff3f43 (commit)
   via  0f7159201546f63e102b5c7200793ca11cc69b5f (commit)
   via  e63d3a29e24f8b4a5046b0caaa6f19dde99c036a (commit)
   via  38cef641a5d2f6506615f5b8e0c5bfea32ef62f6 (commit)
   via  6226396c4ac4980518d7a97203574501a4562090 (commit)
   via  89b47d43debdd4e6986dca9626de1dd4a1bebf82 (commit)
   via  d1c06c2180f337deaa059fc408fcca4f4770a585 (commit)
   via  800a4485f3148765bca7cbc5d3f61be2cc7af276 (commit)
   via  fede378577ba1b8adbac90cba42026ba828f1a1f (commit)
   via  3bc207b9dd74e1bbe1df75fc1f00b91fea6e5dfc (commit)
   via  ebac03192584817d626574db28b97ef274683aa5 (commit)
   via  3cbe640d3c42dbd239e3713e5a60d7dc4c24b649 (commit)
  from  4d4a7dd928ae47d75e5e927d95a2bfcf6f92d652 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit 37ffd4920fb9bd7afb9b3459453c1156ee0eeeab
Merge: 4d4a7dd928ae47d75e5e927d95a2bfcf6f92d652 
492ad04277a166d812c539887307157095dc97b7
Author: Wayne Davison [EMAIL PROTECTED]
Date:   Tue Mar 11 07:00:54 2008 -0700

Merge branch 'master' into patch/netgroup-auth

---

Summary of changes:
 Makefile.in |6 +-
 NEWS|  336 +
 OLDNEWS |  344 +++
 clientserver.c  |   29 +++--
 compat.c|4 +
 configure.in|2 +-
 generator.c |   51 +---
 log.c   |   24 ++--
 options.c   |   38 --
 packaging/nightly-rsync |6 +-
 packaging/release-rsync |  165 +++---
 popt/popt.c |8 +-
 popt/popthelp.c |5 +-
 popt/poptparse.c|4 +-
 rsync.h |5 +-
 rsync.yo|   13 +-
 support/cull_options|   10 +-
 support/rrsync  |5 +-
 syscall.c   |2 +-
 testsuite/daemon.test   |   21 +++
 testsuite/devices.test  |   10 +-
 testsuite/itemize.test  |   15 +-
 testsuite/merge.test|2 +-
 testsuite/xattrs.test   |   19 ++-
 xattrs.c|   69 ++
 25 files changed, 665 insertions(+), 528 deletions(-)


hooks/post-receive
-- 
rsync
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


[SCM] rsync branch, patch/omit-dir-changes, updated. v3.0.0-33-g0d9fec7

2008-03-11 Thread Wayne Davison
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project rsync.

The branch, patch/omit-dir-changes has been updated
   via  0d9fec788a62f19bc49a618d3339bb57a3bebf89 (commit)
   via  492ad04277a166d812c539887307157095dc97b7 (commit)
   via  1ed9018e69a0d224ff59184974d9150d1cb8814d (commit)
   via  ff0e15804f3f7f730ac1c7c79bcd0f34ca39fa4c (commit)
   via  894e6299c10e24d1745d268b465695934f4bb1a9 (commit)
   via  c080190365fceef2d35ee63f408bba16f09ca112 (commit)
   via  26f0e565879cfbfd90527850f15c7a329b9c8ddc (commit)
   via  b4e6aac98543afdfab019339612673561c64f122 (commit)
   via  7c21776e54446ed288b3225444c6eb9b5b9400d3 (commit)
   via  d724dd186ed6a2d66fa13a9357ce91e459d39e8c (commit)
   via  cbbd8e2e8bf72aa46c84c7de43e19da40f040fa7 (commit)
   via  af6241f7adda9fa90fb47b857a5269f2cbcc0319 (commit)
   via  852e763b89af5145c4b52d5da649d625a7ff3f43 (commit)
   via  0f7159201546f63e102b5c7200793ca11cc69b5f (commit)
   via  e63d3a29e24f8b4a5046b0caaa6f19dde99c036a (commit)
   via  38cef641a5d2f6506615f5b8e0c5bfea32ef62f6 (commit)
   via  6226396c4ac4980518d7a97203574501a4562090 (commit)
   via  89b47d43debdd4e6986dca9626de1dd4a1bebf82 (commit)
   via  d1c06c2180f337deaa059fc408fcca4f4770a585 (commit)
   via  800a4485f3148765bca7cbc5d3f61be2cc7af276 (commit)
   via  fede378577ba1b8adbac90cba42026ba828f1a1f (commit)
   via  3bc207b9dd74e1bbe1df75fc1f00b91fea6e5dfc (commit)
   via  ebac03192584817d626574db28b97ef274683aa5 (commit)
   via  3cbe640d3c42dbd239e3713e5a60d7dc4c24b649 (commit)
  from  c2431eabf16a39c73ac2cef58d1f2c14ced30cbd (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit 0d9fec788a62f19bc49a618d3339bb57a3bebf89
Merge: c2431eabf16a39c73ac2cef58d1f2c14ced30cbd 
492ad04277a166d812c539887307157095dc97b7
Author: Wayne Davison [EMAIL PROTECTED]
Date:   Tue Mar 11 07:02:07 2008 -0700

Merge branch 'master' into patch/omit-dir-changes

---

Summary of changes:
 Makefile.in |6 +-
 NEWS|  336 +
 OLDNEWS |  344 +++
 clientserver.c  |   29 +++--
 compat.c|4 +
 configure.in|2 +-
 generator.c |   53 +---
 log.c   |   24 ++--
 options.c   |   38 --
 packaging/nightly-rsync |6 +-
 packaging/release-rsync |  165 +++---
 popt/popt.c |8 +-
 popt/popthelp.c |5 +-
 popt/poptparse.c|4 +-
 rsync.h |5 +-
 rsync.yo|   13 +-
 support/cull_options|   10 +-
 support/rrsync  |5 +-
 syscall.c   |2 +-
 testsuite/daemon.test   |   21 +++
 testsuite/devices.test  |   10 +-
 testsuite/itemize.test  |   15 +-
 testsuite/merge.test|2 +-
 testsuite/xattrs.test   |   19 ++-
 xattrs.c|   69 ++
 25 files changed, 666 insertions(+), 529 deletions(-)


hooks/post-receive
-- 
rsync
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


[SCM] rsync branch, patch/preallocate, updated. v3.0.0-38-g66e5720

2008-03-11 Thread Wayne Davison
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project rsync.

The branch, patch/preallocate has been updated
   via  66e5720f575cc50e5eb150f4a2e5a2eb4fd7fa87 (commit)
   via  492ad04277a166d812c539887307157095dc97b7 (commit)
   via  1ed9018e69a0d224ff59184974d9150d1cb8814d (commit)
   via  ff0e15804f3f7f730ac1c7c79bcd0f34ca39fa4c (commit)
   via  894e6299c10e24d1745d268b465695934f4bb1a9 (commit)
   via  c080190365fceef2d35ee63f408bba16f09ca112 (commit)
   via  26f0e565879cfbfd90527850f15c7a329b9c8ddc (commit)
   via  b4e6aac98543afdfab019339612673561c64f122 (commit)
   via  7c21776e54446ed288b3225444c6eb9b5b9400d3 (commit)
   via  d724dd186ed6a2d66fa13a9357ce91e459d39e8c (commit)
   via  cbbd8e2e8bf72aa46c84c7de43e19da40f040fa7 (commit)
   via  af6241f7adda9fa90fb47b857a5269f2cbcc0319 (commit)
   via  852e763b89af5145c4b52d5da649d625a7ff3f43 (commit)
   via  0f7159201546f63e102b5c7200793ca11cc69b5f (commit)
   via  e63d3a29e24f8b4a5046b0caaa6f19dde99c036a (commit)
   via  38cef641a5d2f6506615f5b8e0c5bfea32ef62f6 (commit)
   via  6226396c4ac4980518d7a97203574501a4562090 (commit)
   via  89b47d43debdd4e6986dca9626de1dd4a1bebf82 (commit)
   via  d1c06c2180f337deaa059fc408fcca4f4770a585 (commit)
   via  800a4485f3148765bca7cbc5d3f61be2cc7af276 (commit)
   via  fede378577ba1b8adbac90cba42026ba828f1a1f (commit)
   via  3bc207b9dd74e1bbe1df75fc1f00b91fea6e5dfc (commit)
   via  ebac03192584817d626574db28b97ef274683aa5 (commit)
   via  3cbe640d3c42dbd239e3713e5a60d7dc4c24b649 (commit)
  from  b6262827904afb2ac1aa5875584987b2b46ba4b7 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit 66e5720f575cc50e5eb150f4a2e5a2eb4fd7fa87
Merge: b6262827904afb2ac1aa5875584987b2b46ba4b7 
492ad04277a166d812c539887307157095dc97b7
Author: Wayne Davison [EMAIL PROTECTED]
Date:   Tue Mar 11 07:02:50 2008 -0700

Merge branch 'master' into patch/preallocate

---

Summary of changes:
 Makefile.in |6 +-
 NEWS|  336 +
 OLDNEWS |  344 +++
 clientserver.c  |   29 +++--
 compat.c|4 +
 configure.in|2 +-
 generator.c |   51 +---
 log.c   |   24 ++--
 options.c   |   38 --
 packaging/nightly-rsync |6 +-
 packaging/release-rsync |  165 +++---
 popt/popt.c |8 +-
 popt/popthelp.c |5 +-
 popt/poptparse.c|4 +-
 rsync.h |5 +-
 rsync.yo|   13 +-
 support/cull_options|   10 +-
 support/rrsync  |5 +-
 syscall.c   |2 +-
 testsuite/daemon.test   |   21 +++
 testsuite/devices.test  |   10 +-
 testsuite/itemize.test  |   15 +-
 testsuite/merge.test|2 +-
 testsuite/xattrs.test   |   19 ++-
 xattrs.c|   69 ++
 25 files changed, 665 insertions(+), 528 deletions(-)


hooks/post-receive
-- 
rsync
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


[SCM] rsync branch, patch/openssl-support, updated. v3.0.0-33-g441aee2

2008-03-11 Thread Wayne Davison
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project rsync.

The branch, patch/openssl-support has been updated
   via  441aee240c81dde37137f15563df276206635a86 (commit)
   via  492ad04277a166d812c539887307157095dc97b7 (commit)
   via  1ed9018e69a0d224ff59184974d9150d1cb8814d (commit)
   via  ff0e15804f3f7f730ac1c7c79bcd0f34ca39fa4c (commit)
   via  894e6299c10e24d1745d268b465695934f4bb1a9 (commit)
   via  c080190365fceef2d35ee63f408bba16f09ca112 (commit)
   via  26f0e565879cfbfd90527850f15c7a329b9c8ddc (commit)
   via  b4e6aac98543afdfab019339612673561c64f122 (commit)
   via  7c21776e54446ed288b3225444c6eb9b5b9400d3 (commit)
   via  d724dd186ed6a2d66fa13a9357ce91e459d39e8c (commit)
   via  cbbd8e2e8bf72aa46c84c7de43e19da40f040fa7 (commit)
   via  af6241f7adda9fa90fb47b857a5269f2cbcc0319 (commit)
   via  852e763b89af5145c4b52d5da649d625a7ff3f43 (commit)
   via  0f7159201546f63e102b5c7200793ca11cc69b5f (commit)
   via  e63d3a29e24f8b4a5046b0caaa6f19dde99c036a (commit)
   via  38cef641a5d2f6506615f5b8e0c5bfea32ef62f6 (commit)
   via  6226396c4ac4980518d7a97203574501a4562090 (commit)
   via  89b47d43debdd4e6986dca9626de1dd4a1bebf82 (commit)
   via  d1c06c2180f337deaa059fc408fcca4f4770a585 (commit)
   via  800a4485f3148765bca7cbc5d3f61be2cc7af276 (commit)
   via  fede378577ba1b8adbac90cba42026ba828f1a1f (commit)
   via  3bc207b9dd74e1bbe1df75fc1f00b91fea6e5dfc (commit)
   via  ebac03192584817d626574db28b97ef274683aa5 (commit)
   via  3cbe640d3c42dbd239e3713e5a60d7dc4c24b649 (commit)
  from  b054dd2c8a29c95b15e29d31f67c21a3a3a3f667 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit 441aee240c81dde37137f15563df276206635a86
Merge: b054dd2c8a29c95b15e29d31f67c21a3a3a3f667 
492ad04277a166d812c539887307157095dc97b7
Author: Wayne Davison [EMAIL PROTECTED]
Date:   Tue Mar 11 07:02:09 2008 -0700

Merge branch 'master' into patch/openssl-support

---

Summary of changes:
 Makefile.in |6 +-
 NEWS|  336 +
 OLDNEWS |  344 +++
 clientserver.c  |   29 +++--
 compat.c|4 +
 configure.in|2 +-
 generator.c |   51 +---
 log.c   |   24 ++--
 options.c   |   38 --
 packaging/nightly-rsync |6 +-
 packaging/release-rsync |  165 +++---
 popt/popt.c |8 +-
 popt/popthelp.c |5 +-
 popt/poptparse.c|4 +-
 rsync.h |5 +-
 rsync.yo|   13 +-
 support/cull_options|   10 +-
 support/rrsync  |5 +-
 syscall.c   |2 +-
 testsuite/daemon.test   |   21 +++
 testsuite/devices.test  |   10 +-
 testsuite/itemize.test  |   15 +-
 testsuite/merge.test|2 +-
 testsuite/xattrs.test   |   19 ++-
 xattrs.c|   69 ++
 25 files changed, 665 insertions(+), 528 deletions(-)


hooks/post-receive
-- 
rsync
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


[SCM] rsync branch, patch/remote-option, updated. v3.0.0-28-gde1d97d

2008-03-11 Thread Wayne Davison
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project rsync.

The branch, patch/remote-option has been updated
   via  de1d97d8976777bdfdaf4fca584f001fddfc (commit)
   via  492ad04277a166d812c539887307157095dc97b7 (commit)
   via  1ed9018e69a0d224ff59184974d9150d1cb8814d (commit)
   via  ff0e15804f3f7f730ac1c7c79bcd0f34ca39fa4c (commit)
  from  1b6b44a61e8624e657e03e0ed7b1f80a588304d5 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit de1d97d8976777bdfdaf4fca584f001fddfc
Merge: 1b6b44a61e8624e657e03e0ed7b1f80a588304d5 
492ad04277a166d812c539887307157095dc97b7
Author: Wayne Davison [EMAIL PROTECTED]
Date:   Tue Mar 11 07:02:52 2008 -0700

Merge branch 'master' into patch/remote-option

---

Summary of changes:
 compat.c   |4 
 generator.c|   43 ++-
 log.c  |   24 +++-
 options.c  |1 +
 rsync.h|5 +++--
 rsync.yo   |7 +--
 syscall.c  |2 +-
 testsuite/devices.test |   10 +-
 testsuite/itemize.test |6 +++---
 9 files changed, 63 insertions(+), 39 deletions(-)


hooks/post-receive
-- 
rsync
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


[SCM] rsync branch, patch/slow-down, updated. v3.0.0-33-g66daba6

2008-03-11 Thread Wayne Davison
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project rsync.

The branch, patch/slow-down has been updated
   via  66daba6302e166cbee70ca0c93a9a03f8198a791 (commit)
   via  492ad04277a166d812c539887307157095dc97b7 (commit)
   via  1ed9018e69a0d224ff59184974d9150d1cb8814d (commit)
   via  ff0e15804f3f7f730ac1c7c79bcd0f34ca39fa4c (commit)
   via  894e6299c10e24d1745d268b465695934f4bb1a9 (commit)
   via  c080190365fceef2d35ee63f408bba16f09ca112 (commit)
   via  26f0e565879cfbfd90527850f15c7a329b9c8ddc (commit)
   via  b4e6aac98543afdfab019339612673561c64f122 (commit)
   via  7c21776e54446ed288b3225444c6eb9b5b9400d3 (commit)
   via  d724dd186ed6a2d66fa13a9357ce91e459d39e8c (commit)
   via  cbbd8e2e8bf72aa46c84c7de43e19da40f040fa7 (commit)
   via  af6241f7adda9fa90fb47b857a5269f2cbcc0319 (commit)
   via  852e763b89af5145c4b52d5da649d625a7ff3f43 (commit)
   via  0f7159201546f63e102b5c7200793ca11cc69b5f (commit)
   via  e63d3a29e24f8b4a5046b0caaa6f19dde99c036a (commit)
   via  38cef641a5d2f6506615f5b8e0c5bfea32ef62f6 (commit)
   via  6226396c4ac4980518d7a97203574501a4562090 (commit)
   via  89b47d43debdd4e6986dca9626de1dd4a1bebf82 (commit)
   via  d1c06c2180f337deaa059fc408fcca4f4770a585 (commit)
   via  800a4485f3148765bca7cbc5d3f61be2cc7af276 (commit)
   via  fede378577ba1b8adbac90cba42026ba828f1a1f (commit)
   via  3bc207b9dd74e1bbe1df75fc1f00b91fea6e5dfc (commit)
   via  ebac03192584817d626574db28b97ef274683aa5 (commit)
   via  3cbe640d3c42dbd239e3713e5a60d7dc4c24b649 (commit)
  from  4194516ebe168a2818b6b49135ea4ecc7c33e390 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit 66daba6302e166cbee70ca0c93a9a03f8198a791
Merge: 4194516ebe168a2818b6b49135ea4ecc7c33e390 
492ad04277a166d812c539887307157095dc97b7
Author: Wayne Davison [EMAIL PROTECTED]
Date:   Tue Mar 11 07:02:52 2008 -0700

Merge branch 'master' into patch/slow-down

---

Summary of changes:
 Makefile.in |6 +-
 NEWS|  336 +
 OLDNEWS |  344 +++
 clientserver.c  |   29 +++--
 compat.c|4 +
 configure.in|2 +-
 generator.c |   51 +---
 log.c   |   24 ++--
 options.c   |   38 --
 packaging/nightly-rsync |6 +-
 packaging/release-rsync |  165 +++---
 popt/popt.c |8 +-
 popt/popthelp.c |5 +-
 popt/poptparse.c|4 +-
 rsync.h |5 +-
 rsync.yo|   13 +-
 support/cull_options|   10 +-
 support/rrsync  |5 +-
 syscall.c   |2 +-
 testsuite/daemon.test   |   21 +++
 testsuite/devices.test  |   10 +-
 testsuite/itemize.test  |   15 +-
 testsuite/merge.test|2 +-
 testsuite/xattrs.test   |   19 ++-
 xattrs.c|   69 ++
 25 files changed, 665 insertions(+), 528 deletions(-)


hooks/post-receive
-- 
rsync
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


[SCM] rsync branch, patch/soften-links, updated. v3.0.0-33-g212d9c9

2008-03-11 Thread Wayne Davison
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project rsync.

The branch, patch/soften-links has been updated
   via  212d9c907763adc2c751549a5d7c4fca0dc4062a (commit)
   via  492ad04277a166d812c539887307157095dc97b7 (commit)
   via  1ed9018e69a0d224ff59184974d9150d1cb8814d (commit)
   via  ff0e15804f3f7f730ac1c7c79bcd0f34ca39fa4c (commit)
   via  894e6299c10e24d1745d268b465695934f4bb1a9 (commit)
   via  c080190365fceef2d35ee63f408bba16f09ca112 (commit)
   via  26f0e565879cfbfd90527850f15c7a329b9c8ddc (commit)
   via  b4e6aac98543afdfab019339612673561c64f122 (commit)
   via  7c21776e54446ed288b3225444c6eb9b5b9400d3 (commit)
   via  d724dd186ed6a2d66fa13a9357ce91e459d39e8c (commit)
   via  cbbd8e2e8bf72aa46c84c7de43e19da40f040fa7 (commit)
   via  af6241f7adda9fa90fb47b857a5269f2cbcc0319 (commit)
   via  852e763b89af5145c4b52d5da649d625a7ff3f43 (commit)
   via  0f7159201546f63e102b5c7200793ca11cc69b5f (commit)
   via  e63d3a29e24f8b4a5046b0caaa6f19dde99c036a (commit)
   via  38cef641a5d2f6506615f5b8e0c5bfea32ef62f6 (commit)
   via  6226396c4ac4980518d7a97203574501a4562090 (commit)
   via  89b47d43debdd4e6986dca9626de1dd4a1bebf82 (commit)
   via  d1c06c2180f337deaa059fc408fcca4f4770a585 (commit)
   via  800a4485f3148765bca7cbc5d3f61be2cc7af276 (commit)
   via  fede378577ba1b8adbac90cba42026ba828f1a1f (commit)
   via  3bc207b9dd74e1bbe1df75fc1f00b91fea6e5dfc (commit)
   via  ebac03192584817d626574db28b97ef274683aa5 (commit)
   via  3cbe640d3c42dbd239e3713e5a60d7dc4c24b649 (commit)
  from  a879d92eac5514993f8752f6f9e92bee8a907fce (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit 212d9c907763adc2c751549a5d7c4fca0dc4062a
Merge: a879d92eac5514993f8752f6f9e92bee8a907fce 
492ad04277a166d812c539887307157095dc97b7
Author: Wayne Davison [EMAIL PROTECTED]
Date:   Tue Mar 11 07:02:52 2008 -0700

Merge branch 'master' into patch/soften-links

---

Summary of changes:
 Makefile.in |6 +-
 NEWS|  336 +
 OLDNEWS |  344 +++
 clientserver.c  |   29 +++--
 compat.c|4 +
 configure.in|2 +-
 generator.c |   51 +---
 log.c   |   24 ++--
 options.c   |   38 --
 packaging/nightly-rsync |6 +-
 packaging/release-rsync |  165 +++---
 popt/popt.c |8 +-
 popt/popthelp.c |5 +-
 popt/poptparse.c|4 +-
 rsync.h |5 +-
 rsync.yo|   13 +-
 support/cull_options|   10 +-
 support/rrsync  |5 +-
 syscall.c   |2 +-
 testsuite/daemon.test   |   21 +++
 testsuite/devices.test  |   10 +-
 testsuite/itemize.test  |   15 +-
 testsuite/merge.test|2 +-
 testsuite/xattrs.test   |   19 ++-
 xattrs.c|   69 ++
 25 files changed, 665 insertions(+), 528 deletions(-)


hooks/post-receive
-- 
rsync
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


[SCM] rsync branch, patch/slp, updated. v3.0.0-33-g48ab922

2008-03-11 Thread Wayne Davison
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project rsync.

The branch, patch/slp has been updated
   via  48ab922e6ceccbdaa85ca8b4ffa81ae22fcf8f23 (commit)
   via  492ad04277a166d812c539887307157095dc97b7 (commit)
   via  1ed9018e69a0d224ff59184974d9150d1cb8814d (commit)
   via  ff0e15804f3f7f730ac1c7c79bcd0f34ca39fa4c (commit)
   via  894e6299c10e24d1745d268b465695934f4bb1a9 (commit)
   via  c080190365fceef2d35ee63f408bba16f09ca112 (commit)
   via  26f0e565879cfbfd90527850f15c7a329b9c8ddc (commit)
   via  b4e6aac98543afdfab019339612673561c64f122 (commit)
   via  7c21776e54446ed288b3225444c6eb9b5b9400d3 (commit)
   via  d724dd186ed6a2d66fa13a9357ce91e459d39e8c (commit)
   via  cbbd8e2e8bf72aa46c84c7de43e19da40f040fa7 (commit)
   via  af6241f7adda9fa90fb47b857a5269f2cbcc0319 (commit)
   via  852e763b89af5145c4b52d5da649d625a7ff3f43 (commit)
   via  0f7159201546f63e102b5c7200793ca11cc69b5f (commit)
   via  e63d3a29e24f8b4a5046b0caaa6f19dde99c036a (commit)
   via  38cef641a5d2f6506615f5b8e0c5bfea32ef62f6 (commit)
   via  6226396c4ac4980518d7a97203574501a4562090 (commit)
   via  89b47d43debdd4e6986dca9626de1dd4a1bebf82 (commit)
   via  d1c06c2180f337deaa059fc408fcca4f4770a585 (commit)
   via  800a4485f3148765bca7cbc5d3f61be2cc7af276 (commit)
   via  fede378577ba1b8adbac90cba42026ba828f1a1f (commit)
   via  3bc207b9dd74e1bbe1df75fc1f00b91fea6e5dfc (commit)
   via  ebac03192584817d626574db28b97ef274683aa5 (commit)
   via  3cbe640d3c42dbd239e3713e5a60d7dc4c24b649 (commit)
  from  37c0be93cd229a04e0ce5819f0c0a8b55bb587f3 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit 48ab922e6ceccbdaa85ca8b4ffa81ae22fcf8f23
Merge: 37c0be93cd229a04e0ce5819f0c0a8b55bb587f3 
492ad04277a166d812c539887307157095dc97b7
Author: Wayne Davison [EMAIL PROTECTED]
Date:   Tue Mar 11 07:02:52 2008 -0700

Merge branch 'master' into patch/slp

---

Summary of changes:
 Makefile.in |6 +-
 NEWS|  336 +
 OLDNEWS |  344 +++
 clientserver.c  |   29 +++--
 compat.c|4 +
 configure.in|2 +-
 generator.c |   51 +---
 log.c   |   24 ++--
 options.c   |   38 --
 packaging/nightly-rsync |6 +-
 packaging/release-rsync |  165 +++---
 popt/popt.c |8 +-
 popt/popthelp.c |5 +-
 popt/poptparse.c|4 +-
 rsync.h |5 +-
 rsync.yo|   13 +-
 support/cull_options|   10 +-
 support/rrsync  |5 +-
 syscall.c   |2 +-
 testsuite/daemon.test   |   21 +++
 testsuite/devices.test  |   10 +-
 testsuite/itemize.test  |   15 +-
 testsuite/merge.test|2 +-
 testsuite/xattrs.test   |   19 ++-
 xattrs.c|   69 ++
 25 files changed, 665 insertions(+), 528 deletions(-)


hooks/post-receive
-- 
rsync
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


[SCM] rsync branch, patch/source-backup, updated. v3.0.0-33-gade9d79

2008-03-11 Thread Wayne Davison
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project rsync.

The branch, patch/source-backup has been updated
   via  ade9d791dc9d3f34116481512bd2b187dcd18df4 (commit)
   via  492ad04277a166d812c539887307157095dc97b7 (commit)
   via  1ed9018e69a0d224ff59184974d9150d1cb8814d (commit)
   via  ff0e15804f3f7f730ac1c7c79bcd0f34ca39fa4c (commit)
   via  894e6299c10e24d1745d268b465695934f4bb1a9 (commit)
   via  c080190365fceef2d35ee63f408bba16f09ca112 (commit)
   via  26f0e565879cfbfd90527850f15c7a329b9c8ddc (commit)
   via  b4e6aac98543afdfab019339612673561c64f122 (commit)
   via  7c21776e54446ed288b3225444c6eb9b5b9400d3 (commit)
   via  d724dd186ed6a2d66fa13a9357ce91e459d39e8c (commit)
   via  cbbd8e2e8bf72aa46c84c7de43e19da40f040fa7 (commit)
   via  af6241f7adda9fa90fb47b857a5269f2cbcc0319 (commit)
   via  852e763b89af5145c4b52d5da649d625a7ff3f43 (commit)
   via  0f7159201546f63e102b5c7200793ca11cc69b5f (commit)
   via  e63d3a29e24f8b4a5046b0caaa6f19dde99c036a (commit)
   via  38cef641a5d2f6506615f5b8e0c5bfea32ef62f6 (commit)
   via  6226396c4ac4980518d7a97203574501a4562090 (commit)
   via  89b47d43debdd4e6986dca9626de1dd4a1bebf82 (commit)
   via  d1c06c2180f337deaa059fc408fcca4f4770a585 (commit)
   via  800a4485f3148765bca7cbc5d3f61be2cc7af276 (commit)
   via  fede378577ba1b8adbac90cba42026ba828f1a1f (commit)
   via  3bc207b9dd74e1bbe1df75fc1f00b91fea6e5dfc (commit)
   via  ebac03192584817d626574db28b97ef274683aa5 (commit)
   via  3cbe640d3c42dbd239e3713e5a60d7dc4c24b649 (commit)
  from  e40ab6c9f8d3c3bf54530b6b0f594ef2ed5865d6 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit ade9d791dc9d3f34116481512bd2b187dcd18df4
Merge: e40ab6c9f8d3c3bf54530b6b0f594ef2ed5865d6 
492ad04277a166d812c539887307157095dc97b7
Author: Wayne Davison [EMAIL PROTECTED]
Date:   Tue Mar 11 07:02:53 2008 -0700

Merge branch 'master' into patch/source-backup

---

Summary of changes:
 Makefile.in |6 +-
 NEWS|  336 +
 OLDNEWS |  344 +++
 clientserver.c  |   29 +++--
 compat.c|4 +
 configure.in|2 +-
 generator.c |   51 +---
 log.c   |   24 ++--
 options.c   |   38 --
 packaging/nightly-rsync |6 +-
 packaging/release-rsync |  165 +++---
 popt/popt.c |8 +-
 popt/popthelp.c |5 +-
 popt/poptparse.c|4 +-
 rsync.h |5 +-
 rsync.yo|   13 +-
 support/cull_options|   10 +-
 support/rrsync  |5 +-
 syscall.c   |2 +-
 testsuite/daemon.test   |   21 +++
 testsuite/devices.test  |   10 +-
 testsuite/itemize.test  |   15 +-
 testsuite/merge.test|2 +-
 testsuite/xattrs.test   |   19 ++-
 xattrs.c|   69 ++
 25 files changed, 665 insertions(+), 528 deletions(-)


hooks/post-receive
-- 
rsync
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


[SCM] rsync branch, patch/tru64, updated. v3.0.0-33-g18e379a

2008-03-11 Thread Wayne Davison
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project rsync.

The branch, patch/tru64 has been updated
   via  18e379a0d3499a16fd4d9e81b362f0d4c3f36ea7 (commit)
   via  492ad04277a166d812c539887307157095dc97b7 (commit)
   via  1ed9018e69a0d224ff59184974d9150d1cb8814d (commit)
   via  ff0e15804f3f7f730ac1c7c79bcd0f34ca39fa4c (commit)
   via  894e6299c10e24d1745d268b465695934f4bb1a9 (commit)
   via  c080190365fceef2d35ee63f408bba16f09ca112 (commit)
   via  26f0e565879cfbfd90527850f15c7a329b9c8ddc (commit)
   via  b4e6aac98543afdfab019339612673561c64f122 (commit)
   via  7c21776e54446ed288b3225444c6eb9b5b9400d3 (commit)
   via  d724dd186ed6a2d66fa13a9357ce91e459d39e8c (commit)
   via  cbbd8e2e8bf72aa46c84c7de43e19da40f040fa7 (commit)
   via  af6241f7adda9fa90fb47b857a5269f2cbcc0319 (commit)
   via  852e763b89af5145c4b52d5da649d625a7ff3f43 (commit)
   via  0f7159201546f63e102b5c7200793ca11cc69b5f (commit)
   via  e63d3a29e24f8b4a5046b0caaa6f19dde99c036a (commit)
   via  38cef641a5d2f6506615f5b8e0c5bfea32ef62f6 (commit)
   via  6226396c4ac4980518d7a97203574501a4562090 (commit)
   via  89b47d43debdd4e6986dca9626de1dd4a1bebf82 (commit)
   via  d1c06c2180f337deaa059fc408fcca4f4770a585 (commit)
   via  800a4485f3148765bca7cbc5d3f61be2cc7af276 (commit)
   via  fede378577ba1b8adbac90cba42026ba828f1a1f (commit)
   via  3bc207b9dd74e1bbe1df75fc1f00b91fea6e5dfc (commit)
   via  ebac03192584817d626574db28b97ef274683aa5 (commit)
   via  3cbe640d3c42dbd239e3713e5a60d7dc4c24b649 (commit)
  from  306a8cd6f8c4a48e5d87d630317624b0ced4b53b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit 18e379a0d3499a16fd4d9e81b362f0d4c3f36ea7
Merge: 306a8cd6f8c4a48e5d87d630317624b0ced4b53b 
492ad04277a166d812c539887307157095dc97b7
Author: Wayne Davison [EMAIL PROTECTED]
Date:   Tue Mar 11 07:03:27 2008 -0700

Merge branch 'master' into patch/tru64

---

Summary of changes:
 Makefile.in |6 +-
 NEWS|  336 +
 OLDNEWS |  344 +++
 clientserver.c  |   29 +++--
 compat.c|4 +
 configure.in|2 +-
 generator.c |   51 +---
 log.c   |   24 ++--
 options.c   |   38 --
 packaging/nightly-rsync |6 +-
 packaging/release-rsync |  165 +++---
 popt/popt.c |8 +-
 popt/popthelp.c |5 +-
 popt/poptparse.c|4 +-
 rsync.h |5 +-
 rsync.yo|   13 +-
 support/cull_options|   10 +-
 support/rrsync  |5 +-
 syscall.c   |2 +-
 testsuite/daemon.test   |   21 +++
 testsuite/devices.test  |   10 +-
 testsuite/itemize.test  |   15 +-
 testsuite/merge.test|2 +-
 testsuite/xattrs.test   |   19 ++-
 xattrs.c|   69 ++
 25 files changed, 665 insertions(+), 528 deletions(-)


hooks/post-receive
-- 
rsync
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


[SCM] rsync branch, patch/transliterate, updated. v3.0.0-33-ga2e30a9

2008-03-11 Thread Wayne Davison
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project rsync.

The branch, patch/transliterate has been updated
   via  a2e30a9d2121dd5cee9bf5baf1acfee7caeb668f (commit)
   via  492ad04277a166d812c539887307157095dc97b7 (commit)
   via  1ed9018e69a0d224ff59184974d9150d1cb8814d (commit)
   via  ff0e15804f3f7f730ac1c7c79bcd0f34ca39fa4c (commit)
   via  894e6299c10e24d1745d268b465695934f4bb1a9 (commit)
   via  c080190365fceef2d35ee63f408bba16f09ca112 (commit)
   via  26f0e565879cfbfd90527850f15c7a329b9c8ddc (commit)
   via  b4e6aac98543afdfab019339612673561c64f122 (commit)
   via  7c21776e54446ed288b3225444c6eb9b5b9400d3 (commit)
   via  d724dd186ed6a2d66fa13a9357ce91e459d39e8c (commit)
   via  cbbd8e2e8bf72aa46c84c7de43e19da40f040fa7 (commit)
   via  af6241f7adda9fa90fb47b857a5269f2cbcc0319 (commit)
   via  852e763b89af5145c4b52d5da649d625a7ff3f43 (commit)
   via  0f7159201546f63e102b5c7200793ca11cc69b5f (commit)
   via  e63d3a29e24f8b4a5046b0caaa6f19dde99c036a (commit)
   via  38cef641a5d2f6506615f5b8e0c5bfea32ef62f6 (commit)
   via  6226396c4ac4980518d7a97203574501a4562090 (commit)
   via  89b47d43debdd4e6986dca9626de1dd4a1bebf82 (commit)
   via  d1c06c2180f337deaa059fc408fcca4f4770a585 (commit)
   via  800a4485f3148765bca7cbc5d3f61be2cc7af276 (commit)
   via  fede378577ba1b8adbac90cba42026ba828f1a1f (commit)
   via  3bc207b9dd74e1bbe1df75fc1f00b91fea6e5dfc (commit)
   via  ebac03192584817d626574db28b97ef274683aa5 (commit)
   via  3cbe640d3c42dbd239e3713e5a60d7dc4c24b649 (commit)
  from  4915c2c50b5fbe1774ee7f68ab44360943eb8a6d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit a2e30a9d2121dd5cee9bf5baf1acfee7caeb668f
Merge: 4915c2c50b5fbe1774ee7f68ab44360943eb8a6d 
492ad04277a166d812c539887307157095dc97b7
Author: Wayne Davison [EMAIL PROTECTED]
Date:   Tue Mar 11 07:03:26 2008 -0700

Merge branch 'master' into patch/transliterate

---

Summary of changes:
 Makefile.in |6 +-
 NEWS|  336 +
 OLDNEWS |  344 +++
 clientserver.c  |   29 +++--
 compat.c|4 +
 configure.in|2 +-
 generator.c |   51 +---
 log.c   |   24 ++--
 options.c   |   38 --
 packaging/nightly-rsync |6 +-
 packaging/release-rsync |  165 +++---
 popt/popt.c |8 +-
 popt/popthelp.c |5 +-
 popt/poptparse.c|4 +-
 rsync.h |5 +-
 rsync.yo|   13 +-
 support/cull_options|   10 +-
 support/rrsync  |5 +-
 syscall.c   |2 +-
 testsuite/daemon.test   |   21 +++
 testsuite/devices.test  |   10 +-
 testsuite/itemize.test  |   15 +-
 testsuite/merge.test|2 +-
 testsuite/xattrs.test   |   19 ++-
 xattrs.c|   69 ++
 25 files changed, 665 insertions(+), 528 deletions(-)


hooks/post-receive
-- 
rsync
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


CVS update: rsyncweb

2008-03-11 Thread Wayne Davison

Date:   Tue Mar 11 14:41:12 2008
Author: wayned

Update of /data/cvs/rsyncweb
In directory dp.samba.org:/tmp/cvs-serv32207

Modified Files:
download.html 
Log Message:
Mention my signing key.


Revisions:
download.html   1.26 = 1.27

http://www.samba.org/cgi-bin/cvsweb/rsyncweb/download.html?r1=1.26r2=1.27
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


[SCM] rsync branch, patch/backup-dir-dels, updated. v3.0.0-36-gdc88c64

2008-03-11 Thread Wayne Davison
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project rsync.

The branch, patch/backup-dir-dels has been updated
   via  dc88c6458ed3e5db31b880f63fbe838fcee04bc8 (commit)
  from  a158c0af93da5590c4bbefde2c316bfb1163660f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit dc88c6458ed3e5db31b880f63fbe838fcee04bc8
Author: Wayne Davison [EMAIL PROTECTED]
Date:   Tue Mar 11 07:55:46 2008 -0700

(Matt) A fix for --backup-dir-dels not working by itself plus a
few other improvements.

---

Summary of changes:
 backup.c  |2 +-
 options.c |   13 +++--
 2 files changed, 12 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
rsync
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


[SCM] rsync branch, master, updated. v3.0.0-23-g492ad04

2008-03-10 Thread Wayne Davison
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project rsync.

The branch, master has been updated
   via  492ad04277a166d812c539887307157095dc97b7 (commit)
   via  1ed9018e69a0d224ff59184974d9150d1cb8814d (commit)
  from  ff0e15804f3f7f730ac1c7c79bcd0f34ca39fa4c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit 492ad04277a166d812c539887307157095dc97b7
Author: Wayne Davison [EMAIL PROTECTED]
Date:   Mon Mar 10 21:40:04 2008 -0700

(Matt) Add missing --no-y option.

commit 1ed9018e69a0d224ff59184974d9150d1cb8814d
Author: Wayne Davison [EMAIL PROTECTED]
Date:   Mon Mar 10 21:15:37 2008 -0700

Fixed some itemized logging failures:
- If a symlink/device/special-file changes its value without any
  attribute changes, the itemized event no longer gets dropped.
- We put a 'c' into the checksum/change field now to indicate when
  a symlink/device/special-file changes its value without changing
  its type.  This lets us properly interpret the --copy-links output
  to know which items are getting copied without changes and which
  are getting created with new content.
- Fixed the 'T' itemized output for a symlink when rsync tries to
  set the right time but fails due to lack of OS/disk support.

---

Summary of changes:
 compat.c   |4 
 generator.c|   27 ---
 log.c  |   24 +++-
 options.c  |1 +
 rsync.h|5 +++--
 rsync.yo   |7 +--
 testsuite/devices.test |   10 +-
 testsuite/itemize.test |6 +++---
 8 files changed, 52 insertions(+), 32 deletions(-)


hooks/post-receive
-- 
rsync
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


[SCM] rsync branch, master, updated. v3.0.0-21-gff0e158

2008-03-09 Thread Wayne Davison
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project rsync.

The branch, master has been updated
   via  ff0e15804f3f7f730ac1c7c79bcd0f34ca39fa4c (commit)
  from  894e6299c10e24d1745d268b465695934f4bb1a9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit ff0e15804f3f7f730ac1c7c79bcd0f34ca39fa4c
Author: Wayne Davison [EMAIL PROTECTED]
Date:   Sun Mar 9 19:50:51 2008 -0700

Fixed the itemizing of perms with -E.

---

Summary of changes:
 generator.c |   16 ++--
 syscall.c   |2 +-
 2 files changed, 11 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
rsync
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


CVS update: rsyncweb

2008-03-04 Thread Wayne Davison

Date:   Wed Mar  5 01:34:29 2008
Author: wayned

Update of /data/cvs/rsyncweb
In directory dp.samba.org:/tmp/cvs-serv20766

Modified Files:
index.html 
Log Message:
Further release-related updates.


Revisions:
index.html  1.93 = 1.94
http://www.samba.org/cgi-bin/cvsweb/rsyncweb/index.html?r1=1.93r2=1.94
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


CVS update: rsyncweb

2008-03-04 Thread Wayne Davison

Date:   Wed Mar  5 01:53:22 2008
Author: wayned

Update of /data/cvs/rsyncweb
In directory dp.samba.org:/tmp/cvs-serv16676

Modified Files:
index.html 
Log Message:
Tweaked some links to work with the new ftp layout.


Revisions:
index.html  1.94 = 1.95
http://www.samba.org/cgi-bin/cvsweb/rsyncweb/index.html?r1=1.94r2=1.95
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


CVS update: rsyncweb

2008-03-04 Thread Wayne Davison

Date:   Wed Mar  5 07:07:20 2008
Author: wayned

Update of /data/cvs/rsyncweb
In directory dp.samba.org:/tmp/cvs-serv27763

Modified Files:
bugzilla.html download.html resources.html 
Log Message:
Updated the link to the development patches dir.


Revisions:
bugzilla.html   1.18 = 1.19

http://www.samba.org/cgi-bin/cvsweb/rsyncweb/bugzilla.html?r1=1.18r2=1.19
download.html   1.25 = 1.26

http://www.samba.org/cgi-bin/cvsweb/rsyncweb/download.html?r1=1.25r2=1.26
resources.html  1.29 = 1.30

http://www.samba.org/cgi-bin/cvsweb/rsyncweb/resources.html?r1=1.29r2=1.30
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


CVS update: rsyncweb

2008-03-04 Thread Wayne Davison

Date:   Wed Mar  5 07:59:22 2008
Author: wayned

Update of /data/cvs/rsyncweb
In directory dp.samba.org:/tmp/cvs-serv27520

Modified Files:
security.html 
Log Message:
Tweaked the names of the security diffs for 2.6.9.


Revisions:
security.html   1.9 = 1.10

http://www.samba.org/cgi-bin/cvsweb/rsyncweb/security.html?r1=1.9r2=1.10
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


CVS update: rsyncweb

2008-03-04 Thread Wayne Davison

Date:   Wed Mar  5 07:10:39 2008
Author: wayned

Update of /data/cvs/rsyncweb
In directory dp.samba.org:/tmp/cvs-serv2561

Modified Files:
security.html 
Log Message:
Tweaked the links to the security patches.


Revisions:
security.html   1.8 = 1.9
http://www.samba.org/cgi-bin/cvsweb/rsyncweb/security.html?r1=1.8r2=1.9
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


CVS update: rsyncweb

2008-03-01 Thread Wayne Davison

Date:   Sat Mar  1 21:16:36 2008
Author: wayned

Update of /data/cvs/rsyncweb
In directory dp.samba.org:/tmp/cvs-serv6583

Modified Files:
resources.html 
Log Message:
Mention convmv.


Revisions:
resources.html  1.28 = 1.29

http://www.samba.org/cgi-bin/cvsweb/rsyncweb/resources.html?r1=1.28r2=1.29
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


CVS update: rsyncweb

2008-02-19 Thread Wayne Davison

Date:   Wed Feb 20 02:47:05 2008
Author: wayned

Update of /data/cvs/rsyncweb
In directory dp.samba.org:/tmp/cvs-serv12495

Modified Files:
security.html 
Log Message:
Mention that the latest security fixes for 3.0.0 made a first appearance
in 3.0.0pre10.


Revisions:
security.html   1.7 = 1.8
http://www.samba.org/cgi-bin/cvsweb/rsyncweb/security.html?r1=1.7r2=1.8
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


CVS update: rsyncweb

2008-02-19 Thread Wayne Davison

Date:   Wed Feb 20 02:47:21 2008
Author: wayned

Update of /data/cvs/rsyncweb
In directory dp.samba.org:/tmp/cvs-serv12594

Modified Files:
index.html 
Log Message:
Announce 3.0.0pre10.


Revisions:
index.html  1.91 = 1.92
http://www.samba.org/cgi-bin/cvsweb/rsyncweb/index.html?r1=1.91r2=1.92
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


CVS update: rsyncweb

2008-02-15 Thread Wayne Davison

Date:   Sat Feb 16 03:16:06 2008
Author: wayned

Update of /data/cvs/rsyncweb
In directory dp.samba.org:/tmp/cvs-serv15781

Modified Files:
index.html security.html 
Log Message:
Mention latest is the series of writable daemon vulnerabilities and
how admins can avoid the problems.


Revisions:
index.html  1.90 = 1.91
http://www.samba.org/cgi-bin/cvsweb/rsyncweb/index.html?r1=1.90r2=1.91
security.html   1.6 = 1.7
http://www.samba.org/cgi-bin/cvsweb/rsyncweb/security.html?r1=1.6r2=1.7
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


CVS update: rsyncweb

2008-02-10 Thread Wayne Davison

Date:   Mon Feb 11 05:06:32 2008
Author: wayned

Update of /data/cvs/rsyncweb
In directory dp.samba.org:/tmp/cvs-serv22671

Modified Files:
index.html 
Log Message:
Mention 3.0.0pre9 release.


Revisions:
index.html  1.89 = 1.90
http://www.samba.org/cgi-bin/cvsweb/rsyncweb/index.html?r1=1.89r2=1.90
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


CVS update: rsyncweb

2008-01-12 Thread Wayne Davison

Date:   Sat Jan 12 19:43:38 2008
Author: wayned

Update of /data/cvs/rsyncweb
In directory dp.samba.org:/tmp/cvs-serv1485

Modified Files:
index.html 
Log Message:
Announce the 3.0.0pre8 release.


Revisions:
index.html  1.88 = 1.89
http://www.samba.org/cgi-bin/cvsweb/rsyncweb/index.html?r1=1.88r2=1.89
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


CVS update: rsyncweb

2008-01-04 Thread Wayne Davison

Date:   Sat Jan  5 06:45:48 2008
Author: wayned

Update of /data/cvs/rsyncweb
In directory dp.samba.org:/tmp/cvs-serv12538

Modified Files:
security.html 
Log Message:
Committing a change I made last month but neglected to check in.


Revisions:
security.html   1.5 = 1.6
http://www.samba.org/cgi-bin/cvsweb/rsyncweb/security.html?r1=1.5r2=1.6
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


CVS update: rsyncweb

2007-11-28 Thread Wayne Davison

Date:   Wed Nov 28 09:35:52 2007
Author: wayned

Update of /data/cvs/rsyncweb
In directory dp.samba.org:/tmp/cvs-serv15136

Added Files:
security.html 
Log Message:
Moved all security announcements into a separate page.


Revisions:
security.html   NONE = 1.1
http://www.samba.org/cgi-bin/cvsweb/rsyncweb/security.html?rev=1.1
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


CVS update: rsyncweb

2007-11-28 Thread Wayne Davison

Date:   Wed Nov 28 09:36:18 2007
Author: wayned

Update of /data/cvs/rsyncweb
In directory dp.samba.org:/tmp/cvs-serv15174

Modified Files:
index.html 
Log Message:
Announce 3.0.0pre6 and link to new security-advisory web page.


Revisions:
index.html  1.84 = 1.85
http://www.samba.org/cgi-bin/cvsweb/rsyncweb/index.html?r1=1.84r2=1.85
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


CVS update: rsyncweb

2007-11-28 Thread Wayne Davison

Date:   Wed Nov 28 09:57:54 2007
Author: wayned

Update of /data/cvs/rsyncweb
In directory dp.samba.org:/tmp/cvs-serv9078

Modified Files:
index.html security.html 
Log Message:
A few more improvements.


Revisions:
index.html  1.85 = 1.86
http://www.samba.org/cgi-bin/cvsweb/rsyncweb/index.html?r1=1.85r2=1.86
security.html   1.1 = 1.2
http://www.samba.org/cgi-bin/cvsweb/rsyncweb/security.html?r1=1.1r2=1.2
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


CVS update: rsync/patches

2007-11-11 Thread Wayne Davison

Date:   Sun Nov 11 15:03:24 2007
Author: wayned

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

Added Files:
contimeout.diff 
Log Message:
My improved version of a connection-timeout patch.


Revisions:
contimeout.diff NONE = 1.1

http://www.samba.org/cgi-bin/cvsweb/rsync/patches/contimeout.diff?rev=1.1
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


CVS update: rsync

2007-11-09 Thread Wayne Davison

Date:   Fri Nov  9 17:47:24 2007
Author: wayned

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

Modified Files:
configure 
Log Message:
Getting rid of '!' to try to fix solaris builds.


Revisions:
configure   1.280 = 1.281
http://www.samba.org/cgi-bin/cvsweb/rsync/configure?r1=1.280r2=1.281
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


CVS update: rsync

2007-11-09 Thread Wayne Davison

Date:   Fri Nov  9 17:49:45 2007
Author: wayned

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

Removed Files:
proto.h config.h.in rsync.1 rsyncd.conf.5 
Log Message:
Removing generated files.


Revisions:
proto.h 1.361 = NONE
http://www.samba.org/cgi-bin/cvsweb/rsync/proto.h?rev=1.361
config.h.in 1.131 = NONE
http://www.samba.org/cgi-bin/cvsweb/rsync/config.h.in?rev=1.131
rsync.1 1.457 = NONE
http://www.samba.org/cgi-bin/cvsweb/rsync/rsync.1?rev=1.457
rsyncd.conf.5   1.152 = NONE
http://www.samba.org/cgi-bin/cvsweb/rsync/rsyncd.conf.5?rev=1.152
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


CVS update: rsync

2007-11-09 Thread Wayne Davison

Date:   Fri Nov  9 17:50:10 2007
Author: wayned

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

Modified Files:
Makefile.in 
Log Message:
Added gensend target.


Revisions:
Makefile.in 1.140 = 1.141
http://www.samba.org/cgi-bin/cvsweb/rsync/Makefile.in?r1=1.140r2=1.141
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


CVS update: rsync

2007-11-09 Thread Wayne Davison

Date:   Fri Nov  9 17:56:00 2007
Author: wayned

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

Modified Files:
Makefile.in 
Log Message:
Clean generated files for distclean.


Revisions:
Makefile.in 1.141 = 1.142
http://www.samba.org/cgi-bin/cvsweb/rsync/Makefile.in?r1=1.141r2=1.142
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


CVS update: rsync

2007-11-09 Thread Wayne Davison

Date:   Fri Nov  9 18:04:50 2007
Author: wayned

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

Modified Files:
Makefile.in 
Log Message:
Don't fail the install if the man pages aren't there.


Revisions:
Makefile.in 1.142 = 1.143
http://www.samba.org/cgi-bin/cvsweb/rsync/Makefile.in?r1=1.142r2=1.143
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


CVS update: rsync

2007-11-09 Thread Wayne Davison

Date:   Fri Nov  9 17:40:56 2007
Author: wayned

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

Modified Files:
prepare-source.mak 
Added Files:
mkproto.pl 
Log Message:
Let's try using perl for building proto.h.


Revisions:
prepare-source.mak  1.9 = 1.10

http://www.samba.org/cgi-bin/cvsweb/rsync/prepare-source.mak?r1=1.9r2=1.10
mkproto.pl  NONE = 1.1
http://www.samba.org/cgi-bin/cvsweb/rsync/mkproto.pl?rev=1.1
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


CVS update: rsync

2007-11-09 Thread Wayne Davison

Date:   Fri Nov  9 18:12:40 2007
Author: wayned

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

Modified Files:
Makefile.in 
Log Message:
Improved the manpage install rules.


Revisions:
Makefile.in 1.143 = 1.144
http://www.samba.org/cgi-bin/cvsweb/rsync/Makefile.in?r1=1.143r2=1.144
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


CVS update: rsync

2007-11-09 Thread Wayne Davison

Date:   Fri Nov  9 18:15:52 2007
Author: wayned

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

Modified Files:
mkproto.pl 
Log Message:
Use older open() style for compatibility with older perl versions.


Revisions:
mkproto.pl  1.1 = 1.2
http://www.samba.org/cgi-bin/cvsweb/rsync/mkproto.pl?r1=1.1r2=1.2
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


CVS update: rsync

2007-11-09 Thread Wayne Davison

Date:   Fri Nov  9 19:14:51 2007
Author: wayned

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

Modified Files:
mkproto.pl 
Log Message:
Simplified script even more for HP-UX.


Revisions:
mkproto.pl  1.2 = 1.3
http://www.samba.org/cgi-bin/cvsweb/rsync/mkproto.pl?r1=1.2r2=1.3
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


CVS update: rsync

2007-11-09 Thread Wayne Davison

Date:   Fri Nov  9 19:27:43 2007
Author: wayned

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

Modified Files:
configure 
Log Message:
Fallback rsync only copies the generated files that start with 'c'.


Revisions:
configure   1.281 = 1.282
http://www.samba.org/cgi-bin/cvsweb/rsync/configure?r1=1.281r2=1.282
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


CVS update: rsync

2007-11-09 Thread Wayne Davison

Date:   Fri Nov  9 19:28:27 2007
Author: wayned

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

Modified Files:
mkproto.pl 
Log Message:
Include the arg name for the lp_*() funtions.


Revisions:
mkproto.pl  1.3 = 1.4
http://www.samba.org/cgi-bin/cvsweb/rsync/mkproto.pl?r1=1.3r2=1.4
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


CVS update: rsync

2007-11-09 Thread Wayne Davison

Date:   Fri Nov  9 22:57:14 2007
Author: wayned

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

Removed Files:
mkproto.awk 
Log Message:
Switched prototype generation from awk to perl.


Revisions:
mkproto.awk 1.9 = NONE
http://www.samba.org/cgi-bin/cvsweb/rsync/mkproto.awk?rev=1.9
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


CVS update: rsync/lib

2007-11-08 Thread Wayne Davison

Date:   Thu Nov  8 14:54:58 2007
Author: wayned

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

Modified Files:
getaddrinfo.c 
Log Message:
Some fixes for SCO in new getaddrinfo() code.


Revisions:
getaddrinfo.c   1.28 = 1.29

http://www.samba.org/cgi-bin/cvsweb/rsync/lib/getaddrinfo.c?r1=1.28r2=1.29
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


CVS update: rsync/lib

2007-11-08 Thread Wayne Davison

Date:   Thu Nov  8 20:30:17 2007
Author: wayned

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

Modified Files:
getaddrinfo.c 
Log Message:
Got rid of a compiler warning.


Revisions:
getaddrinfo.c   1.29 = 1.30

http://www.samba.org/cgi-bin/cvsweb/rsync/lib/getaddrinfo.c?r1=1.29r2=1.30
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


CVS update: rsync/patches

2007-11-08 Thread Wayne Davison

Date:   Fri Nov  9 04:12:58 2007
Author: wayned

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

Modified Files:
drop-cache.diff preallocate.diff 
Log Message:
Fixed failing hunks.


Revisions:
drop-cache.diff 1.4 = 1.5

http://www.samba.org/cgi-bin/cvsweb/rsync/patches/drop-cache.diff?r1=1.4r2=1.5
preallocate.diff1.13 = 1.14

http://www.samba.org/cgi-bin/cvsweb/rsync/patches/preallocate.diff?r1=1.13r2=1.14
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


CVS update: rsync

2007-11-08 Thread Wayne Davison

Date:   Fri Nov  9 04:32:58 2007
Author: wayned

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

Modified Files:
NEWS 
Log Message:
Mention latest changes.


Revisions:
NEWS1.468 = 1.469
http://www.samba.org/cgi-bin/cvsweb/rsync/NEWS?r1=1.468r2=1.469
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


CVS update: rsync

2007-11-08 Thread Wayne Davison

Date:   Fri Nov  9 04:48:10 2007
Author: wayned

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

Modified Files:
NEWS main.c 
Log Message:
When performing a --dry-run, output a (DRY RUN) reminder on the
last line of the verbose summary text.


Revisions:
NEWS1.469 = 1.470
http://www.samba.org/cgi-bin/cvsweb/rsync/NEWS?r1=1.469r2=1.470
main.c  1.353 = 1.354
http://www.samba.org/cgi-bin/cvsweb/rsync/main.c?r1=1.353r2=1.354
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


CVS update: rsync

2007-11-08 Thread Wayne Davison

Date:   Fri Nov  9 04:49:18 2007
Author: wayned

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

Modified Files:
configure configure.in rsync.1 rsync.yo rsyncd.conf.5 
rsyncd.conf.yo 
Log Message:
Preparing for release of 3.0.0pre5

Revisions:
configure   1.277 = 1.278
http://www.samba.org/cgi-bin/cvsweb/rsync/configure?r1=1.277r2=1.278
configure.in1.277 = 1.278
http://www.samba.org/cgi-bin/cvsweb/rsync/configure.in?r1=1.277r2=1.278
rsync.1 1.456 = 1.457
http://www.samba.org/cgi-bin/cvsweb/rsync/rsync.1?r1=1.456r2=1.457
rsync.yo1.442 = 1.443
http://www.samba.org/cgi-bin/cvsweb/rsync/rsync.yo?r1=1.442r2=1.443
rsyncd.conf.5   1.151 = 1.152

http://www.samba.org/cgi-bin/cvsweb/rsync/rsyncd.conf.5?r1=1.151r2=1.152
rsyncd.conf.yo  1.152 = 1.153

http://www.samba.org/cgi-bin/cvsweb/rsync/rsyncd.conf.yo?r1=1.152r2=1.153
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


CVS update: rsyncweb

2007-11-08 Thread Wayne Davison

Date:   Fri Nov  9 05:30:18 2007
Author: wayned

Update of /data/cvs/rsyncweb
In directory dp.samba.org:/tmp/cvs-serv4463

Modified Files:
index.html 
Log Message:
Mention 3.0.0pre5 release.


Revisions:
index.html  1.83 = 1.84
http://www.samba.org/cgi-bin/cvsweb/rsyncweb/index.html?r1=1.83r2=1.84
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


CVS update: rsync/lib

2007-11-07 Thread Wayne Davison

Date:   Thu Nov  8 01:31:58 2007
Author: wayned

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

Modified Files:
getaddrinfo.c 
Log Message:
Use uint32, not uint32_t.


Revisions:
getaddrinfo.c   1.27 = 1.28

http://www.samba.org/cgi-bin/cvsweb/rsync/lib/getaddrinfo.c?r1=1.27r2=1.28
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


CVS update: rsync

2007-11-07 Thread Wayne Davison

Date:   Thu Nov  8 00:06:49 2007
Author: wayned

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

Modified Files:
options.c rsync.1 rsync.yo 
Log Message:
Improve the man page and --help descriptions of --dry-run.  In
particular, make it clear that --dry-run turns off action without
turning on verbosity, and has some incomplete/inaccurate stats.


Revisions:
options.c   1.418 = 1.419
http://www.samba.org/cgi-bin/cvsweb/rsync/options.c?r1=1.418r2=1.419
rsync.1 1.455 = 1.456
http://www.samba.org/cgi-bin/cvsweb/rsync/rsync.1?r1=1.455r2=1.456
rsync.yo1.441 = 1.442
http://www.samba.org/cgi-bin/cvsweb/rsync/rsync.yo?r1=1.441r2=1.442
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


  1   2   3   4   5   6   7   8   9   10   >