Displaying 3 results from an estimated 3 matches for "scrosby".
Did you mean:
crosby
2005 Nov 10
2
"dos filemode" parameter ineffective?
According to the smb.conf man page, the "dos filemode" parameter will allow a user who is not the owner of a file to affect permissions changes on a file or folder provided he has write access to that object. This does not appear to be the case. Users with write access via user or group ACEs receive an "Access denied" error when attempting to make ACL changes via windows,
2002 Sep 20
0
ACLs and DACLs not propagated to owner of file/directory
Hello,
I've submitted the following to the bug tracking system, but thought
I might find some other answers here.
It appears that there is a bug in the ACL code that prevents a ACL
or DACL from being applied to directory if the user associated with that ACL
is the owner of the file.
Consider the following directory structure
top->|
|->a|
|->1
| |->2
|
2001 Jun 27
2
OpenSSH, Cygwin, eXceed, and SIGINT
All,
When logging into an HP-UX 10.2 system from a Windows NT machine
running Cygwin and openssh 2.9p2, control-c sends a sigint to the ssh client
on the NT system, thus killing the ssh process. Interestingly enough, this
behavior is only observed when using X11 forwarding. I can eliminate the
behavior by changing clientloop.c to ignore SIGINT (signal(SIGINT, SIG_IGN)
) but then I'm bak to