summaryrefslogtreecommitdiff
path: root/source4/ntvfs/cifs_posix_cli
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r17206: Add a modular API for share configuration.Simo Sorce1-5/+4
Commit the classic backwards compatible module which is the default one (This used to be commit a89cc346b9296cb49929898d257a064a6c2bae86)
2007-10-10r15734: This is a major change to the NTVFS subsystem:Stefan Metzmacher1-0/+4
- 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 287fc1c22d670f6e568014b420f7f4cb31dc7958)
2007-10-10r15387: Fix installation of dcerpc headers, remove more instances of uint_tJelmer Vernooij1-2/+2
(This used to be commit 9e9bfd04c6db013453b900e201df9c09e8777a22)
2007-10-10r15249: Fix typosJelmer Vernooij1-2/+2
(This used to be commit 06a735d85e8b325a9b605e23edfb2dcef511dbe3)
2007-10-10r15237: Add primitive Samba 4 backend for cifs posix clients (based on ↵Steve French4-0/+1252
simple backend). (This used to be commit f054e1a9e6101f22559f5c4a546b537531b60f94)