summaryrefslogtreecommitdiff
path: root/source3/modules
AgeCommit message (Expand)AuthorFilesLines
2023-10-10vfs: Fix a typoVolker Lendecke1-1/+1
2023-10-05vfs: Add VFS_OPEN_HOW_WITH_BACKUP_INTENTVolker Lendecke1-1/+2
2023-09-27streams_depot: Goto done if FSETXATTR SAMBA_XATTR_MARKER failedMikeLiu1-1/+1
2023-09-27s3:modules: Initialize ‘tm’ structureJoseph Sutton1-1/+1
2023-08-22vfs_aio_pthread: use SMB_VFS_NEXT_OPENAT() in aio_pthread_openat_fn()MikeLiu1-14/+14
2023-08-08s3:vfs: Add missing space in debug messageJoseph Sutton1-1/+1
2023-08-08s3:modules: Fix error messageJoseph Sutton1-1/+1
2023-08-08s3:modules: Correct escape sequenceJoseph Sutton1-1/+1
2023-08-08s3:modules: Remove redundant newlines in logging messagesJoseph Sutton2-3/+3
2023-08-08s3:modules: Add missing newlines to logging messagesJoseph Sutton15-26/+26
2023-08-08s3:modules: Call dom_sid_compare_domain() instead of sid_compare_domain()Joseph Sutton1-1/+1
2023-08-02vfs_aio_pthread: fix segfault if samba-tool ntacl getJones Syue1-1/+2
2023-07-29s3/modules: Fix DFS links when widelinks = yesNoel Power1-2/+24
2023-07-28s3/modules: Add flag indicating if connected share is a dfs shareNoel Power1-1/+3
2023-07-17s3:modules: Fix code spellingAndreas Schneider21-37/+37
2023-07-17s3:modules: Remove fruit:ressource option with incorrect spellingAndreas Schneider1-19/+2
2023-07-17s3:modules: Remove trailing white spaces of README.nfs4acls.txtAndreas Schneider1-2/+2
2023-07-17s3:modules: Remove trailing white spaces of vfs_hpuxacl.cAndreas Schneider1-102/+102
2023-07-03error_inject: Reduce indentation with an early returnVolker Lendecke1-16/+16
2023-06-26error_inject: Enable returning EROFS for O_CREATVolker Lendecke1-0/+19
2023-06-26error_inject: map EROFSVolker Lendecke1-0/+1
2023-06-25vfs_gpfs: Move call to load GPFS libraryChristof Schmitt1-7/+6
2023-06-25vfs_gpfs: Check error from gpfswrap_lib_initChristof Schmitt1-1/+6
2023-06-25vfs_gpfs: Register smbd process with GPFSChristof Schmitt1-0/+6
2023-06-23vfs: Remove "sbuf" from readdir_fn()Volker Lendecke13-228/+27
2023-06-23smbd: Remove unused "sbuf" argument from ReadDirName()Volker Lendecke4-16/+6
2023-06-21vfs_aio_pthread: don't crash without a pthreadpoolStefan Metzmacher1-0/+7
2023-06-21smbd: Don't set security_descriptor_hash_v4->timeVolker Lendecke1-4/+0
2023-06-16vfs_default.c: use DBG* macros instead of static log level numbersBjörn Jacke1-35/+35
2023-06-14vfs: Remove vfs telldir/seekdir functionsVolker Lendecke12-278/+2
2023-06-13smbd: Remove the offset argument from ReadDirName()Volker Lendecke4-12/+6
2023-06-13vfs: Remove two "== true"Volker Lendecke1-2/+2
2023-06-13vfs: Modernize a few DEBUG statementsVolker Lendecke1-22/+23
2023-06-13vfs: Fix a typoVolker Lendecke1-1/+1
2023-06-05modules: Remove perfcount_test moduleVolker Lendecke2-402/+0
2023-05-26vfs_fruit: add fruit:convert_adouble parameterRalph Boehme1-14/+24
2023-05-25vfs_fruit: just log failing AppleDouble conversionRalph Boehme1-4/+4
2023-05-25vfs_fruit: never return AFP_Resource stream for directoriesRalph Boehme1-0/+4
2023-05-25vfs_fruit: return ENOENT instead of EISDIR when trying to open AFP_Resource f...Ralph Boehme1-1/+1
2023-05-24smbd: zero intialize SMB_STRUCT_STAT in vfswrap_readdir()Ralph Boehme1-1/+1
2023-04-17shadow_copy2: Fix stream open for streams_depot pathsVolker Lendecke1-9/+16
2023-04-17streams_depot: Create files when requestedVolker Lendecke1-1/+1
2023-04-12vfs_fruit: avoid using 'conn->tcon->compat', we can just use 'conn'!Stefan Metzmacher1-2/+2
2023-04-03s3:modules: call rpcgen only if vfs_nfs4acl_xattr is enabledDavid Disseldorp1-42/+41
2023-03-09vfs: Replace a "== false" with a "!"Volker Lendecke1-1/+1
2023-03-03s3:modules: Fix invalid escape sequencesJoseph Sutton1-1/+1
2023-02-24vfs_ceph: add support to select ceph file systemJohn Mulligan1-1/+34
2023-02-24vfs_ceph: cache ceph mounts based on share configuration paramsJohn Mulligan1-35/+118
2023-02-24vfs_ceph: split ceph mount logic into a new functionJohn Mulligan1-38/+51
2023-02-13vfs: Fix whitespace in vfs_aixacl_util.cVolker Lendecke1-24/+18