Restructuring of the code to remove dos_ChDir/dos_GetWd and re-vector them
authorJeremy Allison <jra@samba.org>
Wed, 27 Sep 2000 19:09:59 +0000 (19:09 +0000)
committerJeremy Allison <jra@samba.org>
Wed, 27 Sep 2000 19:09:59 +0000 (19:09 +0000)
commitb43b2e4f8a4be30e3f7aca6f570f5376fd508e3d
tree3c604a52b53f0a846fe62b5995becda7facda187
parent8c93ddf3e0ea80d482cbee7bf233c32fc69955bb
Restructuring of the code to remove dos_ChDir/dos_GetWd and re-vector them
through the VFS. All file access/directory access code in smbd should now
go via the vfs. Added vfs_chown/vfs_chmod calls. Still looking at vfs_get_nt_acl()
vfs_set_nt_acl() call API design.
Jeremy.
(This used to be commit f96625ec124adb6e110dc54632e006b3620a962b)
14 files changed:
source3/include/proto.h
source3/include/vfs.h
source3/lib/doscalls.c
source3/lib/util.c
source3/param/loadparm.c
source3/smbd/dosmode.c
source3/smbd/filename.c
source3/smbd/notify_hash.c
source3/smbd/oplock.c
source3/smbd/reply.c
source3/smbd/service.c
source3/smbd/unix_acls.c
source3/smbd/vfs-wrap.c
source3/smbd/vfs.c