summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
13 dayss3:loadparm: return NULL upon memalloc failure in lp_idmap_backendHEADmasterShachar Sharon1-1/+1
14 dayss3:tests: Improve debugging for test_wbinfo_lookuprids_cache.shAndreas Schneider1-2/+22
2026-04-21vfs_ceph_new: remove double-cleanup in closedirShweta Sodani1-1/+0
2026-04-21vfs_ceph_new: fix return type mismatch in disk_freeShweta Sodani1-3/+3
2026-04-21vfs_ceph_new: fix END_PROFILE/END_PROFILE_X mismatch in ftruncateShweta Sodani1-1/+1
2026-04-21s3/brlock: map nt-error from correct errno-valueShachar Sharon1-2/+2
2026-04-20smbdotconf: Add "automount fs types" to smb.confPavel Filipenský1-0/+31
2026-04-18vfs_gpfs: convert smb2gpfs_acl() to use tallocShwetha Acharya1-5/+7
2026-04-16smbd: handle synthetic_smb_fname failure properly in delete_all_streamsShachar Sharon1-1/+1
2026-04-15s3/modules: fix snapper_gmt_fstatatNoel Power1-2/+5
2026-04-15s3/modules: Fix vfs snapper not finding files in subdirsNoel Power1-12/+12
2026-04-15s3:loadparm: fix NULL pointer dereference in volume_label()Jeremy Allison1-0/+3
2026-04-14s3:smbd: guard lp_killservice() in delete_and_reload_printers() with connecti...Jeremy Allison1-1/+2
2026-04-14s3:srvsvc: guard lp_killservice() in _srvsvc_NetShareDel() with connections_s...Jeremy Allison1-1/+3
2026-04-14s3:loadparm: guard free_service_byindex() in lp_servicenumber() with snum_in_...Jeremy Allison1-0/+18
2026-04-14s3:loadparm: add lp_register_snum_in_use_fn() callback registrationJeremy Allison3-0/+18
2026-04-14s3:tests: add regression test for usershare EACCES crashJeremy Allison2-0/+191
2026-04-14s3/rpc_server: Add worker status smbcontrol message supportNoel Power3-2/+136
2026-04-14rpc_server: Only allocate fsp when counting file locksShwetha Acharya1-10/+10
2026-04-14rpc_server: Optionally skip "process_exists" when enumerating filesVolker Lendecke1-1/+2
2026-04-14rpc_server: Optionally skip counting byte range locks when enumerating filesRalph Wuerthner1-6/+11
2026-04-08vfs_glusterfs: fix directory fd leak via FSP extension destructorThales Antunes de Oliveira Barretto1-7/+29
2026-04-08printing: Set default value in case of non-exisiting recordVinit Agnihotri1-8/+13
2026-04-08s3:smb2_server: failing lease/oplock breaks should call smbd_server_connectio...Stefan Metzmacher1-1/+36
2026-04-07s3:printing: make printer_list.tdb none readable for othersShwetha Acharya1-1/+1
2026-04-07s3:rpc_server: make epmdb.tdb non readable for othersShwetha Acharya2-2/+2
2026-04-07s3:idmap_tdb2: make idmap2.tdb non readable for othersShwetha Acharya1-1/+1
2026-04-07s3:idmap: make idmap.tdb non readable for othersShwetha Acharya1-1/+1
2026-04-07s3:gencache: make gencache.tdb none readable for othersRalph Wuerthner1-2/+2
2026-04-07s3:locking: make leases.tdb none readable for othersRalph Wuerthner2-2/+2
2026-04-07s3:locking: make locking.tdb none readable for othersRalph Wuerthner1-1/+1
2026-04-07s3:idmap_autorid: make autorid.tdb none readable for othersRalph Wuerthner1-1/+1
2026-04-07s3:cleanupdb: make smbd_cleanupd.tdb none readable for othersRalph Wuerthner1-1/+1
2026-04-07s3:smbprofile: make smbprofile.tdb none readable for othersRalph Wuerthner1-1/+1
2026-04-07s3:libads: Set dns_lookup_kdc=false during net ads joinPavel Filipenský1-1/+59
2026-04-07s3:libads: Allow to specify 'dns_lookup_kdc' in krb5.confPavel Filipenský2-11/+45
2026-04-07s3:libnet: Fix DC numeric ip handlingPavel Filipenský1-1/+1
2026-04-02vfs_ceph_new: fix errno handling in vfs_ceph_readdirShweta Sodani1-4/+4
2026-04-02vfs_ceph_new: add missing sentinel to enum_vfs_cephfs_fscrypt_valsShweta Sodani1-0/+1
2026-03-30s3/librpc/crypto: Don't keep growing in memory keytabNoel Power1-1/+17
2026-03-26s3:winbind: Add support for krb5_ccache_type = DEFAULTAndreas Schneider1-0/+37
2026-03-26s3:winbind: Also support %{uid} substitution for krb5_ccache_typeAndreas Schneider1-3/+12
2026-03-26s3:winbind: Improve generate_krb5_ccache()Andreas Schneider1-55/+85
2026-03-26vfs_ceph_new: do not set negative value in vfs_aio_state.errorShachar Sharon1-1/+1
2026-03-26vfs_ceph_new: avoid iref leak due to failure in ceph_ll_linkShachar Sharon1-4/+0
2026-03-26vfs_ceph_new: protect from malloc failure in ceph_getcwdShachar Sharon1-0/+3
2026-03-20s3:lib:netapi set talloc type for GROUP_INFO_xGary Lockyer1-0/+4
2026-03-20vfs_ceph_new: fix typecast error in vfs_ceph_flistxattrShweta Sodani1-1/+1
2026-03-20vfs_ceph_new: Replace #if with #ifdefAnoop C S1-9/+9
2026-03-20vfs_ceph_new: Remove code duplicationAnoop C S1-4/+3