Re: Cygwin bug in hosts allow

2005-08-22 Thread Wayne Davison
On Mon, Aug 22, 2005 at 10:05:38AM -0700, Wayne Davison wrote: > Under Linux, it returns an error Just to be clear -- telling inet_pton() to parse "24" is what returns an error. It looks like cygwin might parse that as if it were 24.255.255.0. ..wayne.. -- To unsubscribe or change options: http

Re: Cygwin bug in hosts allow

2005-08-22 Thread Wayne Davison
On Sun, Aug 21, 2005 at 06:35:49PM -0400, Bill Denney wrote: > When using cygwin, I tried to specify the subnet mask for the "hosts > allow" option in rsyncd.conf with 192.168.1.0/24, but that didn't work. Apparently inet_pton() is broken in cygwin. Under Linux, it returns an error, and then rs

Cygwin bug in hosts allow

2005-08-21 Thread Bill Denney
When using cygwin, I tried to specify the subnet mask for the "hosts allow" option in rsyncd.conf with 192.168.1.0/24, but that didn't work. I had to use 192.168.1.0/255.255.255.0. With /24, it gives this error @ERROR: access denied to mymodule from rsyncclient (192.168.1.20) rsync error: erro