Plumb SMB2 stubs into all the places we defer SMB1 operations.
authorJeremy Allison <jra@samba.org>
Sat, 10 Apr 2010 02:26:34 +0000 (19:26 -0700)
committerJeremy Allison <jra@samba.org>
Sat, 10 Apr 2010 02:26:34 +0000 (19:26 -0700)
commite15939b4561b84eda283a9df233e2a3a0ed42621
tree6475d00552b99dc4b17fc887f93c2f8210e29b1c
parentb253385611ac4934bb46390ef519c547bba87eb3
Plumb SMB2 stubs into all the places we defer SMB1 operations.

Rename functions to be internally consistent. Next step is
to cope queueing single (non-compounded) SMB2 requests to
put some code inside the stubs.

Jeremy.
13 files changed:
source3/include/proto.h
source3/include/smb.h
source3/modules/onefs_open.c
source3/smbd/blocking.c
source3/smbd/close.c
source3/smbd/globals.h
source3/smbd/open.c
source3/smbd/oplock.c
source3/smbd/oplock_onefs.c
source3/smbd/process.c
source3/smbd/smb2_break.c
source3/smbd/smb2_glue.c
source3/smbd/smb2_lock.c