summaryrefslogtreecommitdiffstats
path: root/source3/modules
Commit message (Expand)AuthorAgeFilesLines
* To set file create/birth time in GPFS. Signed-off-by: Abhidnya Chirmule <achi...Abhidnya Chirmule2009-09-171-0/+42
* s3:vfs: Fix the build of vfs_tsmsm after the VFS rewriteVolker Lendecke2009-09-171-3/+3
* s3: Fix reading beyond the end of a named stream in xattr_streamsVolker Lendecke2009-09-161-2/+1
* s3: Add some debugs to streams_xattrVolker Lendecke2009-09-161-0/+6
* s3:vfs_catia: Make some fns staticVolker Lendecke2009-09-141-3/+3
* s3:vfs_catia: Use talloc_zero for simplificationVolker Lendecke2009-09-141-2/+1
* s3:vfs_modules: Fix Coverity ID 946: OVERRUN_STATICVolker Lendecke2009-09-141-1/+1
* s3: Test short reads in the build farmVolker Lendecke2009-09-141-0/+3
* Fix compile in a usually non-selected define.Jeremy Allison2009-09-091-1/+1
* s3: Major revamp for catia vfs moduleAravind Srinivasan2009-08-281-145/+837
* s3: Add a new VFS op called SMB_VFS_TRANSLATE_NAMEAravind Srinivasan2009-08-283-1/+30
* s3:streams: check for :$DATA only in the backend (fix bug #6642)Stefan Metzmacher2009-08-272-2/+11
* s3 onefs: Canonicalize the ACL in the correct ordertprouty2009-08-261-4/+8
* s3: Allow full_audit to play nice with smbd if it's using syslogtprouty2009-08-261-1/+11
* s3 audit: Change create_file in full_audit to print whether a directory or fi...tprouty2009-08-261-2/+28
* Second attempt at fix for bug 6529 - Offline files conflict with Vista and Of...Jeremy Allison2009-08-246-22/+83
* Make refusal of SEC_DESC_DACL_PROTECTED configurableVolker Lendecke2009-08-191-1/+3
* Use defined names rather than numeric constants to make codeJeremy Allison2009-08-141-2/+2
* gpfs.so: map the file_inherit and dir_inherit flags away for filesMichael Adam2009-08-141-1/+15
* When mapping EA's into a TDB, don't remove the EAJeremy Allison2009-08-121-0/+9
* Add "store create time" parameter (docs to follow)Jeremy Allison2009-08-121-0/+9
* Fix some warnings in the AIX ACL code.Jeremy Allison2009-08-121-4/+3
* Move the checks for null timestamps down below the VFS_NTIMESJeremy Allison2009-08-071-0/+15
* Fix breakage for connect function after API change (connect -> connect_fn)Alexander Bokovoy2009-08-022-2/+2
* s3: Attempt to fix hpuxacl moduleTim Prouty2009-07-292-5/+13
* shadow_copy2: The system getrealfilename() can't deal with a 0-length fnameVolker Lendecke2009-07-291-0/+3
* Fix the build breakage by #including modules/vfs_acl_common.cJeremy Allison2009-07-273-21/+31
* Cleanup patch after "new VFS"Volker Lendecke2009-07-251-1/+1
* Cleanup patch after "struct stat_ex"Volker Lendecke2009-07-251-2/+2
* s3 onefs: Fix the onefs modules after the big refactoringTim Prouty2009-07-244-10/+10
* Factor out common code into vfs_acl_common.c.Jeremy Allison2009-07-243-1272/+653
* Make acl_tdb match acl_xattr. Large duplication ofJeremy Allison2009-07-241-68/+225
* Fix hash function in acl_xattr to be SHA256, makeJeremy Allison2009-07-242-62/+100
* Move the "enum _vfs_op_type" to full_auditVolker Lendecke2009-07-241-0/+142
* Make the smbd VFS typesafeVolker Lendecke2009-07-2443-1587/+710
* Some more VFS type errorsVolker Lendecke2009-07-241-2/+2
* Fix some C++ warningsVolker Lendecke2009-07-241-4/+7
* s3: Remove unnecessary callers of get_full_smb_filenameTim Prouty2009-07-211-40/+18
* s3: Finish plumbing the fsp->fsp_name smb_fname conversion through the modules.Tim Prouty2009-07-2021-252/+300
* Fix a few type errors in VFS modulesVolker Lendecke2009-07-196-10/+18
* 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