summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2026-01-20lib: Remove a function unused since 2016Volker Lendecke2-6/+0
2026-01-20srvsvc: Move valid_share_pathname() to where it's usedVolker Lendecke3-34/+33
2026-01-20lib: Remove the pointless unix_format() macroVolker Lendecke3-4/+2
2026-01-20printing: Simplify move_driver_to_download_area()Volker Lendecke1-5/+6
2026-01-20auth: Avoid a memset with callocVolker Lendecke1-3/+1
2026-01-20lib: Reduce indentation with an early returnVolker Lendecke1-12/+13
2026-01-20smbd: Fix a panic messageVolker Lendecke1-2/+5
2026-01-20loadparm: Simplify canonicalize_servicename()Volker Lendecke1-7/+2
2026-01-20loadparm: Modernize DEBUGsVolker Lendecke1-5/+3
2026-01-20smbd: Remove unused STR_TO_SMB_BIG_UINTVolker Lendecke2-28/+0
2026-01-20smbd: Scan output of get quota command with sscanfVolker Lendecke1-77/+17
2026-01-20smbd: Add a NULL check for get quota command outputVolker Lendecke1-1/+2
2026-01-20smbd: Reduce indentation with an early returnVolker Lendecke1-89/+85
2026-01-20smbd: Replace dfree command output parsing with sscanfVolker Lendecke1-19/+19
2026-01-20smbd: Add a NULL check for dfree command outputVolker Lendecke1-2/+3
2026-01-20smbd: Reduce indentation in handle_dfree_command with early returnsVolker Lendecke1-48/+51
2026-01-20smbd: Factor out handling of dfree command into a separate functionVolker Lendecke1-19/+33
2026-01-20smbd: Modernize a few DEBUGsVolker Lendecke2-6/+6
2026-01-20vfs_ceph_new: add keybridge and ceph fscrypt supportJohn Mulligan1-1/+285
2026-01-20build: add '--with-varlink' configure optionJohn Mulligan2-7/+28
2026-01-20vfs: add files to access the varlink keybridge APIJohn Mulligan2-0/+310
2026-01-18Add unit cmocka tests for pthreadpool_teventNoel Power1-0/+2
2026-01-18Add basic cmocka unit tests for pthreadpoolNoel Power1-0/+2
2026-01-18s3:selftest: test vfs_aio_ratelimit moduleShachar Sharon2-0/+100
2026-01-18vfs_aio_ratelimit: rate-limiting module for async I/OShachar Sharon3-1/+771
2026-01-16s3:smb2_negprot: make use of xconn->transport.type != SMB_TRANSPORT_TYPE_NBTStefan Metzmacher1-8/+1
2026-01-15s3:utils:status_json fix Non-boolean returnedGary Lockyer1-1/+1
2026-01-15s3:tests: Use awk for parsing hexkeysAndreas Schneider1-6/+14
2026-01-15s3:tests: Add debug output to test_net_tdb.shAndreas Schneider1-0/+8
2026-01-15source3:tests: Fix all shellcheck errors found in test_net_tdb.shAndreas Schneider1-25/+26
2026-01-15loadparm: add "kdc require canonicalization"Douglas Bagnall1-0/+1
2026-01-15loadparm: Add ‘krb5 acceptor report canonical client name’ optionJennifer Sutton1-0/+1
2026-01-15s3:vfs_ceph_new: use #ifdef, not #if HAVE_CEPH_ASYNCIODouglas Bagnall1-9/+9
2026-01-14lib: Fix the build on solarisVolker Lendecke1-9/+2
2026-01-14vfs_btrfs: Log the correct fd valueSATOH Fumiyasu1-1/+1
2026-01-13s3:libsmb: Rework check_negative_conn_cache()Andreas Schneider7-35/+67
2026-01-13s3:winbindd fix race condition in terminate_childGary Lockyer1-1/+1
2026-01-13source3/auth: Zero memory in auth_util.cPavel Filipenský1-10/+10
2026-01-13s3:lib/util_sock: allow {before,after}_connect hooks to be passed to open_soc...Stefan Metzmacher3-8/+28
2026-01-13lib/async_req: let async_connect_send() pass the fd to {before,after}_connect...Stefan Metzmacher1-4/+4
2026-01-12lib: Remove [set|drop]_effective_capability and enum smbd_capabilityVolker Lendecke3-143/+0
2026-01-12lib: Replace calls to [set|drop]_effective_capabilityVolker Lendecke3-12/+12
2026-01-12lib: Add capability-specific functionsVolker Lendecke2-0/+102
2026-01-12lib: Remove LEASE_CAPABILITYVolker Lendecke2-6/+0
2026-01-12lib: Remove KERNEL_OPLOCK_CAPABILITYVolker Lendecke2-7/+0
2026-01-12lib: Remove explicitly dropping capabilities before execVolker Lendecke2-18/+0
2026-01-08vfs_ceph_new: Improve log entries in vfs_cephfs_load_lib()Anoop C S1-5/+4
2026-01-08vfs_ceph_new: Add explicit log entry for libcephfs proxy statusAnoop C S1-0/+1
2026-01-07lib: Move a few smb-related constant #defines to common codeVolker Lendecke1-45/+0
2026-01-07smbd: Simplify vfs_valid_pwrite_range()Volker Lendecke1-4/+1