Re: NCPFS flags all files executable on NetWare Volumes wit

2000-10-27 Thread Jeff V. Merkey
Petr Vandrovec wrote: > > > > In kernel fs/ncpfs/ncplib_kernel.c, there is function named > ncp_del_file_or_subdir() which does: > > #ifdef CONFIG_NCPFS_NFS_NS > if (server->name_space[volnum] == NW_NS_NFS) > { > int result; > > result = ncp_obtain_DOS_dir_base(server, volnum,

Re: NCPFS flags all files executable on NetWare Volumes wit

2000-10-27 Thread Petr Vandrovec
On 27 Oct 00 at 15:14, Jeff V. Merkey wrote: > Petr Vandrovec wrote: > > > > On 27 Oct 00 at 13:46, Jeff V. Merkey wrote: > > > Here's the complete set of 3.x/4.x/5.x Namespace NCP calls with proper > > > return codes. I'll run down the huge-data info and post a bit later. > > > > Thanks. Main

Re: NCPFS flags all files executable on NetWare Volumes wit

2000-10-27 Thread Jeff V. Merkey
Petr Vandrovec wrote: > > On 27 Oct 00 at 13:46, Jeff V. Merkey wrote: > > Here's the complete set of 3.x/4.x/5.x Namespace NCP calls with proper > > return codes. I'll run down the huge-data info and post a bit later. > > Thanks. Main problem with hardlinks is that unlink through NFS

Re: NCPFS flags all files executable on NetWare Volumes wit

2000-10-27 Thread Petr Vandrovec
On 27 Oct 00 at 13:46, Jeff V. Merkey wrote: > Here's the complete set of 3.x/4.x/5.x Namespace NCP calls with proper > return codes. I'll run down the huge-data info and post a bit later. Thanks. Main problem with hardlinks is that unlink through NFS namespace kills server (at least up to 5.0,

Re: NCPFS flags all files executable on NetWare Volumes wit

2000-10-27 Thread Jeff V. Merkey
Petr, Here's the complete set of 3.x/4.x/5.x Namespace NCP calls with proper return codes. I'll run down the huge-data info and post a bit later. 1. NCP code /5716 Generate Directory Base and Volume Number Returns the directory base for the file or directory in the name space

Re: NCPFS flags all files executable on NetWare Volumes wit

2000-10-27 Thread Jeff V. Merkey
On Fri, Oct 27, 2000 at 10:57:54AM -0600, Jeff V. Merkey wrote: > On Fri, Oct 27, 2000 at 03:00:31PM +, Petr Vandrovec wrote: > > On 27 Oct 00 at 0:16, Jeff V. Merkey wrote: > > > I noticed NCPFS is flagging all the files on a native NetWare volume as > > > executable and chmod -x does not

Re: NCPFS flags all files executable on NetWare Volumes wit

2000-10-27 Thread Jeff V. Merkey
On Fri, Oct 27, 2000 at 03:00:31PM +, Petr Vandrovec wrote: > On 27 Oct 00 at 0:16, Jeff V. Merkey wrote: > > I noticed NCPFS is flagging all the files on a native NetWare volume as > > executable and chmod -x does not work, even if the NetWare server has > > the NFS namespace loaded. I

Re: NCPFS flags all files executable on NetWare Volumes wit

2000-10-27 Thread Petr Vandrovec
On 27 Oct 00 at 0:16, Jeff V. Merkey wrote: > I noticed NCPFS is flagging all the files on a native NetWare volume as > executable and chmod -x does not work, even if the NetWare server has > the NFS namespace loaded. I looked at you code in more detail, and I > did not see support their for

Re: NCPFS flags all files executable on NetWare Volumes wit

2000-10-27 Thread Jeff V. Merkey
On Fri, Oct 27, 2000 at 03:00:31PM +, Petr Vandrovec wrote: On 27 Oct 00 at 0:16, Jeff V. Merkey wrote: I noticed NCPFS is flagging all the files on a native NetWare volume as executable and chmod -x does not work, even if the NetWare server has the NFS namespace loaded. I looked at

Re: NCPFS flags all files executable on NetWare Volumes wit

2000-10-27 Thread Jeff V. Merkey
On Fri, Oct 27, 2000 at 10:57:54AM -0600, Jeff V. Merkey wrote: On Fri, Oct 27, 2000 at 03:00:31PM +, Petr Vandrovec wrote: On 27 Oct 00 at 0:16, Jeff V. Merkey wrote: I noticed NCPFS is flagging all the files on a native NetWare volume as executable and chmod -x does not work, even

Re: NCPFS flags all files executable on NetWare Volumes wit

2000-10-27 Thread Jeff V. Merkey
Petr, Here's the complete set of 3.x/4.x/5.x Namespace NCP calls with proper return codes. I'll run down the huge-data info and post a bit later. 1. NCP code /5716 Generate Directory Base and Volume Number Returns the directory base for the file or directory in the name space

Re: NCPFS flags all files executable on NetWare Volumes wit

2000-10-27 Thread Petr Vandrovec
On 27 Oct 00 at 13:46, Jeff V. Merkey wrote: Here's the complete set of 3.x/4.x/5.x Namespace NCP calls with proper return codes. I'll run down the huge-data info and post a bit later. Thanks. Main problem with hardlinks is that unlink through NFS namespace kills server (at least up to 5.0, I

Re: NCPFS flags all files executable on NetWare Volumes wit

2000-10-27 Thread Jeff V. Merkey
Petr Vandrovec wrote: On 27 Oct 00 at 13:46, Jeff V. Merkey wrote: Here's the complete set of 3.x/4.x/5.x Namespace NCP calls with proper return codes. I'll run down the huge-data info and post a bit later. Thanks. Main problem with hardlinks is that unlink through NFS namespace

Re: NCPFS flags all files executable on NetWare Volumes wit

2000-10-27 Thread Petr Vandrovec
On 27 Oct 00 at 15:14, Jeff V. Merkey wrote: Petr Vandrovec wrote: On 27 Oct 00 at 13:46, Jeff V. Merkey wrote: Here's the complete set of 3.x/4.x/5.x Namespace NCP calls with proper return codes. I'll run down the huge-data info and post a bit later. Thanks. Main problem with

Re: NCPFS flags all files executable on NetWare Volumes wit

2000-10-27 Thread Jeff V. Merkey
Petr Vandrovec wrote: In kernel fs/ncpfs/ncplib_kernel.c, there is function named ncp_del_file_or_subdir() which does: #ifdef CONFIG_NCPFS_NFS_NS if (server-name_space[volnum] == NW_NS_NFS) { int result; result = ncp_obtain_DOS_dir_base(server, volnum, dirent, name,