Re: Rsync, Cygwin and ACL support

2004-02-02 Thread Corinna Vinschen
On Jan 29 13:56, Rafael Kitover wrote: > It seems there's no posix acl support in Cygwin, as far as I could see. The ACL functionality in Cygwin is implemented according to the Solaris implementation. Vim's configure, for example, understands both, the Solaris and the POSIX variation of ACL suppo

RE: Rsync, Cygwin and ACL support

2004-01-29 Thread Rafael Kitover
It seems there's no posix acl support in Cygwin, as far as I could see. The libraries are here if anyone wants to try porting them to Win32 acls: ftp://oss.sgi.com/projects/xfs/latest/cmd_tars/acl-2.2.15.src.tar.gz ftp://oss.sgi.com/projects/xfs/latest/cmd_tars/attr-2.4.8.src.tar.gz -- Rafael