mirror of
https://github.com/samba-team/samba.git
synced 2025-01-14 19:24:43 +03:00
307e43bb56
a union smb_file, to abtract - const char *path fot qpathinfo and setpathinfo - uint16_t fnum for SMB - smb2_handle handle for SMB2 the idea is to later add a struct ntvfs_handle *ntvfs so that the ntvfs subsystem don't need to know the difference between SMB and SMB2 metze (This used to be commit 2ef3f5970901b5accdb50f0d0115b5d46b0c788f)
This is the print NTVFS backend for Samba. NTVFS operations that are made on print shares are directed here by default. Most directory operations and many file operations are not supported on print shares.