summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2025-10-10smbd: only increment lease epoch if a lease was grantedRalph Boehme1-1/+4
2025-10-10smbstatus: avoid a crash with --json output if the access_mask has SEC_STD_WR...Ralph Boehme1-0/+1
2025-10-10smbd: avoid clobbering the file size, use info insteadRalph Boehme1-12/+13
2025-10-10smbd: move lp_locking() check inside file_has_brlocks()Ralph Boehme2-1/+5
2025-10-10smbd: remove remnants from write cache handling which was removed a long time...Ralph Boehme1-6/+1
2025-10-10s3:smbd: remove an else branch in exit_server_common()Ralph Boehme1-6/+5
2025-10-10smbd: fix handing of oplock_request and INTERNAL_OPEN_ONLYRalph Boehme1-3/+3
2025-10-10s3/rpc_server: fix "log file = %m"Ralph Boehme2-0/+6
2025-10-10smbd-scavenger: call set_remote_machine_name()Ralph Boehme1-0/+2
2025-10-10smbd-cleanupd: call set_remote_machine_name() and reopen_logs()Ralph Boehme1-0/+3
2025-10-10smbd-notifyd: call set_remote_machine_name()Ralph Boehme1-0/+1
2025-10-10s3/locking: comment reformattingRalph Boehme1-4/+9
2025-10-10smbd: use op->global->open_global_id for the share_mode_entry.share_file_idRalph Boehme3-7/+10
2025-10-10smbd: move calling fsp_set_gen_id() to fsp_bind_smb()Ralph Boehme1-8/+2
2025-10-10mdssvc: implement elasticsearch:default_fieldsRalph Boehme2-8/+22
2025-10-10mdssvc: fix filtering by share path prefixRalph Boehme4-77/+73
2025-10-10mdssvc: fix running test command manuallyRalph Boehme1-1/+8
2025-10-10vfs_fruit: ignore Set-ACL requests with zero ACEsRalph Boehme1-0/+18
2025-10-10smbd: hang directory pattern matching case sensitivity on the pathnameRalph Boehme1-1/+1
2025-10-10smbd: hang posix brl per-handle check on the pathnameRalph Boehme1-1/+15
2025-10-10vfs_fruit: add option "fruit:posix_opens = yes|no" (default: yes)Ralph Boehme2-5/+44
2025-10-10smbd: don't use sticky write times on POSIX handlesRalph Boehme1-0/+3
2025-10-10vfs_fake_acls: Call fake_acls_fstatat() from fake_acls_[l]stat()Volker Lendecke1-139/+18
2025-10-10vfs_fake_acls: Implement fake_acls_fstatat()Volker Lendecke1-0/+136
2025-10-10vfs_fake_acls: Reduce indentation in fake_acls_stat()Volker Lendecke1-13/+14
2025-10-10vfs_fake_acls: Reduce indentation in fake_acls_lstat()Volker Lendecke1-46/+44
2025-10-10vfs_fake_acls: Reduce indentation in fake_acls_stat()Volker Lendecke1-64/+58
2025-10-10vfs_fake_acls: Introduce fake_acls_fuidgid()Volker Lendecke1-29/+30
2025-10-10vfs_streams_depot: Use NEXT_UNLINKAT when deleting a streamVolker Lendecke1-2/+1
2025-10-10config: add certificate backdating compensationGary Lockyer1-0/+1
2025-10-10config: add strong certificate binding enforcementGary Lockyer1-0/+2
2025-10-08vfs_fruit: Call fruit_fstatat() from fruit_[l]stat()Volker Lendecke1-290/+18
2025-10-08vfs_fruit: Implement fstatatVolker Lendecke1-0/+279
2025-10-08lib: Add adouble_buf_parse()Volker Lendecke2-0/+71
2025-10-08vfs_fruit: Use all_zero() to check for an all-0 bufferVolker Lendecke1-10/+2
2025-10-08vfs_fruit: Fix signed/unsigned comparison warningsVolker Lendecke1-16/+14
2025-10-08vfs_fruit: Modernize a DEBUGVolker Lendecke1-2/+1
2025-10-08lib: Simplify data definitionsVolker Lendecke1-2/+2
2025-10-08lib: Avoid a talloc_zero in afpinfo_new()Volker Lendecke1-4/+6
2025-10-08vfs_fruit: Make struct allocation in fruit_freaddir_attr() more commonVolker Lendecke1-5/+5
2025-10-08lib: Fix typosVolker Lendecke1-2/+2
2025-10-08lib: Slightly simplify ad_read_rsrc_adouble()Volker Lendecke1-3/+1
2025-10-08vfs_fruit: Slightly simplify readdir_attr_meta_finderi_stream()Volker Lendecke1-1/+1
2025-10-08mdssvc: call mangle_reset_cache()Ralph Boehme1-0/+3
2025-09-30gpfs: Fetch GPFS DOS attributes asynchronouslyPawan Sahu1-8/+320
2025-09-30smbd: Add vfswrap_check_async_with_thread_creds() helperPawan Sahu2-16/+33
2025-09-30smbd: Introduce struct vfs_pthread_pool_job_statePawan Sahu2-48/+57
2025-09-29lib: Add a safeguard for misconfigured directory permissionsVolker Lendecke1-0/+7
2025-09-29lib: Remove an #include "includes.h"Volker Lendecke1-2/+4
2025-09-26s3/rpc_server/samr: fix CID 1509008 - time_t truncationXavi Hernandez1-11/+15