OpenAFS CVS Commit: openafs/src/WINNT/afsd by jaltman

cvs@GRAND.CENTRAL.ORG cvs@GRAND.CENTRAL.ORG
Thu, 26 Jun 2008 10:58:06 EDT


Update of /cvs/openafs/src/WINNT/afsd
In directory GRAND.CENTRAL.ORG:/home/jaltman/openafs/cvs-1-5/src/WINNT/afsd

Modified Files:
      Tag: openafs-devel-1_5_x
	afsd.h cm_ioctl.c cm_ioctl.h cm_user.c cm_vnodeops.c smb.c 
	smb.h smb_iocons.h smb_ioctl.c smb_ioctl.h 
Log Message:
DELTA DEVEL15-windows-pioctl-refactoring-20080612
AUTHOR jaltman@secure-endpoints.com
LICENSE MIT

Refactor the pioctl handling to provide a layer of abstraction
between the smb server and the actual pioctl data processing.
This will permit a redirector pioctl layer to be implemented
on top of the core cm_ioctl interfaces.

The general approach is that there is a new cm_ioctl_t object
which is embedded withing a higher level abstraction object.
This object maintains all of the pioctl state processing and
removes any notion of file descriptors or other communication
channel parameters.

The cm_ioctl module maintains just about all of the core
functional processing except for SetToken which needs further
abstraction.  Path processing is now performed at the higher
layer and cm_ioctl functions accept cm_user_t, cm_scache_t,
and cm_req_t objects from the higher layer.

The smb_ioctl module performs all of the path translation
using smb server knowledge and passes the necessary objects
to the cm_ioctl module for processing.



--- DELTA config for openafs-devel-1_5_x follows ---
DEVEL15-windows-pioctl-refactoring-20080612 openafs/src/WINNT/afsd/afsd.h 1.18.2.11 1.18.2.12
DEVEL15-windows-pioctl-refactoring-20080612 openafs/src/WINNT/afsd/cm_ioctl.c 1.73.2.47 1.73.2.48
DEVEL15-windows-pioctl-refactoring-20080612 openafs/src/WINNT/afsd/cm_ioctl.h 1.14.2.6 1.14.2.7
DEVEL15-windows-pioctl-refactoring-20080612 openafs/src/WINNT/afsd/cm_user.c 1.8.4.5 1.8.4.6
DEVEL15-windows-pioctl-refactoring-20080612 openafs/src/WINNT/afsd/cm_vnodeops.c 1.69.2.78 1.69.2.79
DEVEL15-windows-pioctl-refactoring-20080612 openafs/src/WINNT/afsd/smb.c 1.118.2.76 1.118.2.77
DEVEL15-windows-pioctl-refactoring-20080612 openafs/src/WINNT/afsd/smb.h 1.41.2.30 1.41.2.31
DEVEL15-windows-pioctl-refactoring-20080612 openafs/src/WINNT/afsd/smb_iocons.h 1.10.4.7 1.10.4.8
DEVEL15-windows-pioctl-refactoring-20080612 openafs/src/WINNT/afsd/smb_ioctl.c 1.25.2.10 1.25.2.11
DEVEL15-windows-pioctl-refactoring-20080612 openafs/src/WINNT/afsd/smb_ioctl.h 1.4.14.3 1.4.14.4