summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2026-03-01s3/include: Remove unused BIG_UINTAnoop C S1-3/+0
2026-03-01s3/libsmb: Use PULL_LE_U64 for BIG_UINTAnoop C S3-13/+13
2026-03-01s3/include: Remove unused SBIG_UINTAnoop C S1-1/+0
2026-03-01s3/smbd: Convert smbd_do_qfsinfo() to use PUSH_LE_U64Anoop C S1-26/+28
2026-03-01s3/libsmb: Convert build_fs_quota_buffer() to use PUSH_LE_U64Anoop C S1-5/+5
2026-02-27s3:selftest: update aio_ratelimit tests for burst supportAvan Thakkar1-11/+128
2026-02-27vfs_aio_ratelimit: support human-readable bandwidth limitsAvan Thakkar1-20/+39
2026-02-27vfs_aio_ratelimit: Add per-share TDB persistence for local rate limiter stateAvan Thakkar1-33/+333
2026-02-27vfs_aio_ratelimit: introduce burst-aware token bucket modelAvan Thakkar1-214/+143
2026-02-25smbd: Avoid a pointless if-statementVolker Lendecke1-3/+1
2026-02-25smbd: Introduce helper vars in SMB_QUERY_POSIX_WHOAMIVolker Lendecke1-34/+31
2026-02-25winbindd: Avoid casts in idmap_ad_unixids_to_sids()Volker Lendecke1-4/+4
2026-02-25winbindd: Avoid a few NULL checks in idmap_ad_unixids_to_sids()Volker Lendecke1-34/+23
2026-02-25winbindd: Simplify winbindd_lookuprids_recv()Volker Lendecke1-8/+8
2026-02-25winbindd: Simplify wcache_make_sidlist()Volker Lendecke1-10/+3
2026-02-25winbindd: Align integer typesVolker Lendecke1-2/+2
2026-02-25winbindd: Add a missing NULL check in winbindd_list_trusted_domains()Volker Lendecke1-14/+14
2026-02-25winbindd: Modernize a DEBUGVolker Lendecke1-1/+1
2026-02-25winbindd: Simplify collect_onlinestatus()Volker Lendecke1-12/+9
2026-02-25winbindd: Simplify append_info3_as_txt()Volker Lendecke1-20/+14
2026-02-25winbindd: Simplify winbindd_getuserdomgroups_recv()Volker Lendecke1-7/+4
2026-02-25winbindd: Call dom_sid_str_buf() only onceVolker Lendecke1-5/+3
2026-02-25winbindd: dom_sid_str_buf() returns "buf"Volker Lendecke1-2/+1
2026-02-25winbind: Simplify winbindd_xids_to_sids_recv() with talloc_asprintf_addbufVolker Lendecke1-8/+6
2026-02-20s3/passdb: add parameter to control handling of wellknown SIDs in pdb_tdbRalph Boehme1-0/+9
2026-02-18vfs_ceph_new: Reduce a level of indirection for SMB_VFS_FSTATVFSAnoop C S1-14/+7
2026-02-18vfs_ceph: Reduce a level of indirection for SMB_VFS_FSTATVFSAnoop C S1-13/+7
2026-02-17s3/libsmb: block anon authentication fallback is use-kerberos = desiredNoel Power1-0/+2
2026-02-17s3/libsmb: cli_session_creds_init fails when kerberos is desiredNoel Power1-1/+1
2026-02-17selftest: Update tests to use --use-kereros=desired|required no credsNoel Power1-0/+12
2026-02-16vfs_ceph: Handle absolute paths with dirfd = ‑1 in openatAnoop C S1-0/+9
2026-02-16s3:utils: Fix misleading recursive flag in smbget error messageDESKTOP-73571CJ\User1-1/+1
2026-02-15vfs: Simplify xattr_tdb_getxattrat_send()Volker Lendecke1-44/+10
2026-02-15param: Simplify check_ad_dc_required_mods()Volker Lendecke1-10/+5
2026-02-15smbd: Modernize a DEBUGVolker Lendecke1-2/+5
2026-02-15smbd: Simplify smbd_do_qfsinfo()Volker Lendecke4-25/+3
2026-02-15smbd: smbd_do_qfsinfo() can rely on an fsp now, use fsp's stat infoVolker Lendecke1-1/+1
2026-02-15lib: Streamline finding a file's block device for quota codeVolker Lendecke3-14/+120
2026-02-15lib: Convert sys_path_to_bdev to tallocVolker Lendecke1-23/+37
2026-02-15vfs: Add "fsp" to SMB_VFS_SET_QUOTAVolker Lendecke10-25/+65
2026-02-15vfs: Change SMB_VFS_GET_QUOTA to take a fsp instead of a nameVolker Lendecke17-138/+182
2026-02-15smbd: Make disk_quotas() take a fspVolker Lendecke3-9/+23
2026-02-15vfs: Remove SMB_VFS_STATVFSVolker Lendecke12-149/+1
2026-02-15smbd: Call FSTATVFS instead of STATVFSVolker Lendecke2-11/+21
2026-02-15vfs: Add SMB_VFS_FSTATVFSVolker Lendecke12-0/+228
2026-02-15vfs_gpfs: Use fstatvfs() instead of the path-based statvfs()Volker Lendecke1-1/+2
2026-02-15vfs_default: Use fstatvfs() instead of the path-based statvfs()Volker Lendecke1-3/+4
2026-02-15smbserver: Convert callers of sys_fsusage to sys_statvfsVolker Lendecke3-11/+25
2026-02-15lib: Move statvfs.[ch] to lib/utilVolker Lendecke9-322/+7
2026-02-15smbd: Give statvfs.c its own header fileVolker Lendecke10-37/+67