Re: --daemon doesn't respect --address?

2010-01-22 Thread Benjamin R. Haskell
On Fri, 22 Jan 2010, Ali Polatel wrote: > I've noticed a weirdness in rsync. > Let me explain it briefly with an example. > Below is a test script: > > #!/bin/sh > > cat >rsyncd.conf < address = localhost > use chroot = no > hosts allow = localhost > [from] > path = /tmp/from > read only

DO NOT REPLY [Bug 7057] Buffer overflow when sending a file with long name

2010-01-22 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=7057 --- Comment #1 from jzel...@redhat.com 2010-01-22 16:06 CST --- Created an attachment (id=5215) --> (https://bugzilla.samba.org/attachment.cgi?id=5215&action=view) Patch adding string boundary check -- Configure bugmail: https://bugz

DO NOT REPLY [Bug 7057] New: Buffer overflow when sending a file with long name

2010-01-22 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=7057 Summary: Buffer overflow when sending a file with long name Product: rsync Version: 3.0.7 Platform: All URL: https://bugzilla.redhat.com/show_bug.cgi?id=557916 OS/Version: Linux

invalid uid os x

2010-01-22 Thread John Abraham
I have a strange problem on OS X server. I start the rsync daemon manually using su rsync --daemon (or sudo rsync --daemon) and it works for a while. But eventually, when people try to connect, they get an "invalid uid" error. The uid is the once specified in the profile in rsyncd.conf .

--daemon doesn't respect --address?

2010-01-22 Thread Ali Polatel
I've noticed a weirdness in rsync. Let me explain it briefly with an example. Below is a test script: #!/bin/sh cat >rsyncd.conf < strace -fe bind ./test.sh ... [pid 7279] bind(4, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("0.0.0.0")}, 16) = 0 ... Is this a bug or am I misunderst

Re: option 'auth users' in rsyncd.conf

2010-01-22 Thread 夏凯
do you mean this? auth users = non-exist user? On Fri, Jan 22, 2010 at 02:03, Alexander Dahl wrote: > Hi there, > > this is my first posting to this list, so let me quickly introduce > myself. I'm Alex and currently working on a new version of the rsync > package for the eisfair Linux distributi

Re: Another cygwin/rsync question

2010-01-22 Thread 夏凯
it looks like a bug:http://lists.samba.org/archive/rsync/2010-January/024563.html On Wed, Jan 20, 2010 at 20:14, Ken Smith wrote: > >> On Mon, Jan 18, 2010 at 23:37, Ken Smith  wrote: >> >>> >>> Hi, Been using rsync for many years but I'm stuck with this problem. >>> >>> I'ts a simplistic backup

Re: option 'auth users' in rsyncd.conf

2010-01-22 Thread Paul Slootman
On Thu 21 Jan 2010, Alexander Dahl wrote: > > If I omit or outcomment the 'auth users' line, everyone is allowed to > connect and this is also how I understood the manpage. > > Now if I use the following line, also everyone is allowed to connect: > > auth users = > > So if I don't put any use