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

cvs@GRAND.CENTRAL.ORG cvs@GRAND.CENTRAL.ORG
Thu, 12 Jun 2008 10:55:50 EDT


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

Modified Files:
      Tag: openafs-windows-kdfs-ifs-branch
	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 KDFS-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-windows-kdfs-ifs-branch follows ---
KDFS-windows-pioctl-refactoring-20080612 openafs/src/WINNT/afsd/cm_ioctl.c 1.113.2.7 1.113.2.8
KDFS-windows-pioctl-refactoring-20080612 openafs/src/WINNT/afsd/cm_ioctl.h 1.19.2.1 1.19.2.2
KDFS-windows-pioctl-refactoring-20080612 openafs/src/WINNT/afsd/cm_user.c 1.13 1.13.2.1
KDFS-windows-pioctl-refactoring-20080612 openafs/src/WINNT/afsd/cm_vnodeops.c 1.141.2.6 1.141.2.7
KDFS-windows-pioctl-refactoring-20080612 openafs/src/WINNT/afsd/smb.c 1.191.2.5 1.191.2.6
KDFS-windows-pioctl-refactoring-20080612 openafs/src/WINNT/afsd/smb.h 1.69.2.2 1.69.2.3
KDFS-windows-pioctl-refactoring-20080612 openafs/src/WINNT/afsd/smb_iocons.h 1.16.2.1 1.16.2.2
KDFS-windows-pioctl-refactoring-20080612 openafs/src/WINNT/afsd/smb_ioctl.c 1.34.2.1 1.34.2.2
KDFS-windows-pioctl-refactoring-20080612 openafs/src/WINNT/afsd/smb_ioctl.h 1.8 1.8.2.1