summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2025-12-09s3:include: Fix the smbc_fgetxattr() documentation in libsmbclientAndreas Schneider1-1/+27
2025-12-09s3:libsmb: Call the correct function in smbc_fgetxattr()Andreas Schneider1-3/+2
2025-12-09libsmbclient: Fix negotiating posix_extensionsAndreas Schneider1-36/+21
2025-12-08auth: Use new data_blob_..._s() functions and remove talloc_keep_secret()Pavel Filipenský5-29/+16
2025-12-08smbd: set fsp->is_sparse in vfs_default_durable_reconnect()Ralph Boehme1-1/+4
2025-12-08smbd: remove redundant initialisationRalph Boehme1-1/+0
2025-12-08smbd: pass fsp to vfs_default_durable_reconnect_check_stat()Ralph Boehme1-18/+17
2025-12-08s3/locking: simplify reset_share_mode_entry()Ralph Boehme3-17/+13
2025-12-08s3-winbindd: make sure we always have WINBINDD_CACHE_VERSION in winbindd_cach...Günther Deschner1-0/+7
2025-12-08s3-winbindd: provide one wcache_open() function for all tdb opensGünther Deschner1-35/+27
2025-12-08s3-winbindd: make initialize_winbindd_cache() staticGünther Deschner2-2/+1
2025-12-08s3-winbind: make wcache_store_seqnum staticGünther Deschner2-4/+2
2025-12-08s3-winbindd: Fix winbind NDR caching.Günther Deschner1-0/+7
2025-12-08s3-selftest: add tests for winbindd_cache.tdb sanityGünther Deschner2-0/+116
2025-12-04selftest: use common and simpler code to read config.hDouglas Bagnall1-15/+2
2025-12-04s3:selftest:tests.py: remove unused importsDouglas Bagnall1-3/+3
2025-12-04vfs_ceph_new: proper failure-handling in chdir and getwdShachar Sharon1-4/+9
2025-12-03Georgian translation for toolsEkaterine Papava4-0/+10078
2025-12-03s3:libads: Set udp_preference_limit = 0 for MIT KerberosAndreas Schneider1-0/+1
2025-12-03s3:libads: Set a request timeout for Kerberos requestsAndreas Schneider1-0/+15
2025-11-27smbd: reshuffle requested/granted lease level logic of Directory LeasesRalph Boehme1-9/+10
2025-11-27smbd: distinguish "no record" from "bad record" in smbXsrv_open_global_lookup()Ralph Boehme1-0/+10
2025-11-27net/serverid: initialize state->open_dbRalph Boehme1-0/+2
2025-11-26vfs_gpfs: Fix CID 1666430 Control flow issues (DEADCODE)Anoop C S1-12/+4
2025-11-24vfs_ceph_new: use vfs_ceph_iget/vfs_ceph_iput in vfs_ceph_disk_freeShweta Sodani1-11/+8
2025-11-20loadparm: add "kdc name match implicit dollar without canonicalization"Douglas Bagnall1-0/+2
2025-11-19s3:ntlm_auth: Fix typo in error message (protools -> protocols)Frediano Ziglio1-1/+1
2025-11-19mdssvc: support a wider range of years [0000,9999] in $time.isoRalph Boehme2-4/+19
2025-11-18vfs_fruit: psd->dacl can be NULL, use orig_num_acesRalph Boehme1-1/+1
2025-11-18vfs:streams_xattr: Allow VFS_OPEN_HOW_RESOLVE_NO_XDEVSamuel Cabrero1-1/+3
2025-11-18vfs:fruit: Allow RESOLVE_NO_XDEV flagSamuel Cabrero1-1/+3
2025-11-18vfs:streams_depot: Allow VFS_OPEN_HOW_RESOLVE_NO_XDEV flagSamuel Cabrero1-1/+3
2025-11-18vfs:shadow_copy2: Allow RESOLVE_NO_XDEV flagSamuel Cabrero1-1/+3
2025-11-18vfs:glusterfs: Allow VFS_OPEN_HOW_RESOLVE_NO_XDEVSamuel Cabrero1-1/+3
2025-11-18vfs:ceph_new: Allow VFS_OPEN_HOW_RESOLVE_NO_XDEV flagSamuel Cabrero1-1/+3
2025-11-18vfs:ceph: Allow VFS_OPEN_HOW_RESOLVE_NO_XDEV flagSamuel Cabrero1-1/+3
2025-11-18vfs:aio_pthread: Handle VFS_OPEN_HOW_RESOLVE_NO_XDEV flagSamuel Cabrero1-1/+13
2025-11-18smbd: Fix crossing direct automounter mount pointsSamuel Cabrero1-4/+67
2025-11-18smbd: Refactor reopen_from_fsp(), factor out pathref basedSamuel Cabrero1-51/+66
2025-11-18smbd: Refactor reopen_from_fsp(), factor out automounter mountpoint checkSamuel Cabrero1-26/+40
2025-11-18smbd: Refactor reopen_from_fsp(), factor out name based reopenSamuel Cabrero1-17/+38
2025-11-18vfs: Pass the RESOLVE_NO_XDEV from upper layers to openat2() syscallSamuel Cabrero1-3/+16
2025-11-18vfs: Use RESOLVE_NO_XDEV by default on all sharesSamuel Cabrero1-0/+11
2025-11-18vfs: Bump VFS interface version after adding VFS_OPEN_HOW_RESOLVE_NO_XDEVSamuel Cabrero1-1/+2
2025-11-18vfs: Add VFS_OPEN_HOW_RESOLVE_NO_XDEV flagSamuel Cabrero1-0/+1
2025-11-17smbd: Change open_rootdir_pathref_fsp() to return a smb_filenameVolker Lendecke4-67/+24
2025-11-17smbd: Factor out openat_pathref_fsp_simple_openat()Volker Lendecke1-90/+114
2025-11-17smbd: Fix a commentVolker Lendecke1-2/+4
2025-11-17smbd: Make fsp_set_gen_id() staticVolker Lendecke2-2/+1
2025-11-17smbd: Make fsp_new() return a files_structVolker Lendecke3-42/+38