1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00
samba-mirror/source4/ntvfs/common
Stefan Metzmacher 9ef33f5f5c r15734: This is a major change to the NTVFS subsystem:
- to use a struct ntvfs_handle instead of a uint16_t fnum.
  (to make it independend from the frontend protocol)
- the allocation of handles now is provided by the frontend
  (smbsrv_*) via callbacks and not by each backend module
- this also makes sure that file handles are only passed
  to the ntvfs subsystem when the tcon and session matches,
  so modules can rely on this and need to check this.
- this allows multiple modules in the ntvfs module chain
  to allocate file handles. This can be used for virtual
  files like "\\$Extend\\$Quota:$Q:$INDEX_ALLOCATION"...
- also this will make SMB2 with 128 bit file handles possible

metze
(This used to be commit 287fc1c22d)
2007-10-10 14:08:10 -05:00
..
brlock.c r15734: This is a major change to the NTVFS subsystem: 2007-10-10 14:08:10 -05:00
config.mk r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacement 2007-10-10 14:04:18 -05:00
init.c r14964: - move sidmap code from ntvfs_common to SAMDB 2007-10-10 14:00:47 -05:00
notify.c r14964: - move sidmap code from ntvfs_common to SAMDB 2007-10-10 14:00:47 -05:00
opendb.c r15328: Move some functions around, remove dependencies. 2007-10-10 14:05:17 -05:00