summaryrefslogtreecommitdiffstats
path: root/source3/modules
Commit message (Expand)AuthorAgeFilesLines
* reject ACLs with DESC_DACL_PROTECTED on GPFSChristian Ambach2009-07-141-0/+5
* Add hash values to the xattr ACLS to determine whenJeremy Allison2009-07-101-55/+158
* s3: Prepare open.c to switch fsp_name to an smb_filename structTim Prouty2009-07-081-12/+15
* s3: Change the share_mode_lock struct to store a base_name and stream_nameTim Prouty2009-07-081-15/+7
* s3: Remove is_ntfs_stream_name() and split_ntfs_stream_name()Tim Prouty2009-07-082-57/+12
* s3: Plumb smb_filename through dos_mode() and related funtionsTim Prouty2009-07-082-3/+12
* s3: convert unix_mode to take an smb_filenameTim Prouty2009-07-082-5/+16
* s3 onefs: Fix a few bugs from the smb_filename migrationTim Prouty2009-07-073-49/+35
* Attempt to fix the build of vfs_catia.c -- Tim, please check!Volker Lendecke2009-07-071-2/+2
* s3: Update streaminfo implementations now that only base names are passed thr...Tim Prouty2009-07-064-21/+20
* s3 audit: Fix a memory leakTim Prouty2009-07-061-4/+4
* s3: Plumb smb_filename through SMB_VFS_NTIMESTim Prouty2009-07-068-39/+91
* s3 catia: Remove pointless VOPs from catiaTim Prouty2009-07-061-84/+0
* s3: Plumb smb_filename around SMB_VFS_CHFLAGSTim Prouty2009-07-063-25/+0
* s3: Plumb smb_filename through SMB_VFS_UNLINKTim Prouty2009-07-0616-213/+370
* s3 audit: Remove some recently introduced memory leaks in the audit modulesTim Prouty2009-07-062-12/+45
* s3 audit: Remove the usesless static function declarations from the audit mod...Tim Prouty2009-07-063-641/+308
* s3 onefs: Fix failure in POSIX smbtorture testTim Prouty2009-07-061-2/+2
* s3: Plumb smb_filename through SMB_VFS_RENAMETim Prouty2009-07-0615-202/+355
* do not merge ACEs with different SMB_ACE4_INHERIT_ONLY_ACE flag, this leads t...Christian Ambach2009-07-061-0/+7
* s3:onefs_open: remove unused variable passed to parent_dirname()Stefan Metzmacher2009-07-011-2/+1
* s3 onefs: Plumb smb_filename through onefs createfile pathTim Prouty2009-06-254-221/+322
* Add a \n to a debug message in smbacl4_nfs42winVolker Lendecke2009-06-251-1/+1
* s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTATTim Prouty2009-06-2417-255/+524
* s3 onefs: Remove dfs resolution from create_file() now that it's being done a...Tim Prouty2009-06-171-22/+1
* s3: Change SMB_VFS_OPEN to take an smb_filename structTim Prouty2009-06-1717-117/+352
* s3: Plumb smb_filename from create_file all of the way down to fd_openTim Prouty2009-06-171-7/+2
* s3 onefs: Fix reading over the end of the array, because the incorrect array ...Tim Prouty2009-06-151-2/+3
* s3 onefs: Change onefs modules to use the new createfile apiTim Prouty2009-06-153-43/+46
* s3: Plumb smb_filename through SMB_VFS_CREATE_FILETim Prouty2009-06-122-21/+13
* s3: Remove unix_convert handling from createfile implementationsTim Prouty2009-06-101-30/+4
* Support getting gpfs birthtimeVolker Lendecke2009-06-023-0/+82
* Store winattrs in GPFSMathias Dietz2009-06-023-0/+142
* Add a "connectpath" operation to the shadow_copy2 moduleVolker Lendecke2009-06-021-0/+54
* Add SMB_VFS_CONNECTPATH operationVolker Lendecke2009-06-022-0/+26
* s3 onefs: update the onefs module to be compliant with stat_exTim Prouty2009-05-288-77/+192
* Fix the build of nfs4_acls.cVolker Lendecke2009-05-271-1/+2
* Fix a size_t/int warningVolker Lendecke2009-05-271-1/+1
* Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STATVolker Lendecke2009-05-2616-99/+103
* s3 onefs: Fix invalid argument from the unix_convert smb_filename struct patchTim Prouty2009-05-211-1/+1
* s3: Change unix_convert (and its callers) to use struct smb_filenameTim Prouty2009-05-201-2/+13
* Use SMB_VFS_NEXT_CLOSE. This VFS stuff is really opaque to me...Volker Lendecke2009-05-201-5/+1
* Fix bug disclosed by lock8 torture testVolker Lendecke2009-05-201-0/+17
* s3 onefs: Removing an incorrect TALLOC_FREEAravind Srinivasan2009-05-191-1/+0
* Move down the become_root()/unbecome_root() calls into the VFS modulesVolker Lendecke2009-05-181-2/+22
* In aio_fork, we have to close all fd's, we might hold a gpfs share modeVolker Lendecke2009-05-181-0/+16
* Fix a race condition in vfs_aio_fork with gpfs share modesVolker Lendecke2009-05-181-2/+8
* s3 onefs: Self-contend level2 oplocks on BRLZack Kirsch2009-05-121-1/+14
* s3 onefs: Fix ignore sacl parameterTim Prouty2009-05-124-24/+36
* Clean up assignments to iov_base, ensure it's always cast to void *. This sho...Jeremy Allison2009-05-122-4/+4