summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2025-07-17s3:libsmb: add support for userspace quic support using ngtcp2Stefan Metzmacher3-2/+252
2025-07-17s3:selftest: run smb2.{bench,connect,credits,ioctl,rw} over quic_ko_wrapperStefan Metzmacher1-0/+16
2025-07-17s3:libsmb: add support for SMB_TRANSPORT_TYPE_QUICStefan Metzmacher1-1/+198
2025-07-17s3:smbd: add support for SMB_TRANSPORT_TYPE_QUICStefan Metzmacher3-6/+199
2025-07-17libcli/smb: define SMB_TRANSPORT_TYPE_QUICStefan Metzmacher3-0/+27
2025-07-10tests: Replace PREFIX_ABS with PREFIXPavel Filipenský10-33/+30
2025-07-08s3:winbind: Initialize and setup idmap child in winbindd_getgrnam()Samuel Cabrero1-3/+26
2025-07-08s3:winbind: Initialize and setup idmap child in winbindd_getpwnam()Samuel Cabrero1-5/+28
2025-07-07smbd: avoid mangling names in smbd_dirptr_lanman2_match_fn() for POSIXRalph Boehme1-1/+7
2025-07-07smbd: pass dirfsp instead of conn and dptr to smbd_dirptr_lanman2_entry() and...Ralph Boehme4-13/+9
2025-07-07libsmb: use parse_finfo_posix_info in is_bad_finfo_name()Ralph Boehme1-1/+3
2025-07-07libsmb: set finfo->flags.posix in parse_finfo_posix_info()Ralph Boehme1-0/+1
2025-07-07libsmb: add flags to struct file_infoRalph Boehme1-0/+3
2025-07-07libads: fix get_kdc_ip_string() ...Ralph Boehme1-0/+1
2025-07-07s3-winbindd: Fix internal winbind dsgetdcname calls w.r.t. domain nameGünther Deschner6-12/+60
2025-07-07s3:winbindd: avoid using any netlogon call to get a dc nameStefan Metzmacher2-250/+5
2025-07-01rpc registry: add ProductType for AD DCMichael Saxl1-0/+1
2025-07-01s3:utils: Allocate memory on the frame in ntlm_auth main function.Andreas Schneider1-3/+6
2025-07-01s3:utils: Fix memory leaks in manage_ntlm_server_1_request()Andreas Schneider1-0/+3
2025-07-01s3:utils: Fix memory leaks in test_ntlm_in_lm()Andreas Schneider1-5/+7
2025-07-01s3:utils: Fix memory leaks in test_lmv2_ntlmv2_broken()Andreas Schneider1-8/+10
2025-07-01s3:utils: Fix memory leaks in test_lm_ntlm_broken()Andreas Schneider1-8/+8
2025-07-01s3:utils: Fix memory leaks in test_ntlm_in_both()Andreas Schneider1-5/+7
2025-06-30vfs_ceph_new: Handle the special case of UTIME_NOWAnoop C S1-3/+17
2025-06-30vfs_ceph: Handle the special case of UTIME_NOWAnoop C S1-0/+13
2025-06-30vfs_ceph: Add ctime processing to SMB_VFS_FNTIMESAnoop C S1-0/+4
2025-06-28s3:winbind: Correct spelling in debug messages related to ADSDaniel Widrick1-2/+2
2025-06-24s3/smbd: Conditionally define smb2_request_to_snum()Anoop C S1-0/+2
2025-06-24s3:winbind: Delegate normalize_name_unmap to the idmap child in winbindd_getg...Samuel Cabrero1-15/+47
2025-06-24s3:winbind: Delegate normalize_name_unmap to the idmap child in winbindd_getp...Samuel Cabrero1-17/+48
2025-06-24s3:winbind: Delegate normalize_name_unmap to the idmap child in winbindd_getg...Samuel Cabrero1-20/+51
2025-06-24s3:winbind: Remove unused fill_grent()Samuel Cabrero2-47/+0
2025-06-24s3:winbind: Delegate normalize_name_map to the idmap child in winbindd_getgrgidSamuel Cabrero1-5/+55
2025-06-24s3:winbind: Delegate normalize_name_map to the idmap child in winbindd_getgrnamSamuel Cabrero1-10/+65
2025-06-24s3:winbind: Delegate normalize_name_map to the idmap child in wb_next_grentSamuel Cabrero1-7/+65
2025-06-24s3:winbind: Fix debug messageSamuel Cabrero1-1/+1
2025-06-23vfs_ceph_new: use per-share profile macrosShachar Sharon1-77/+89
2025-06-23vfs_default: use per-share profile macrosShachar Sharon1-108/+140
2025-06-23s3/smb_prometheus_endpoint: export per-share profile statsShachar Sharon1-145/+333
2025-06-23status: dump only relevant sections of per-shareShachar Sharon2-1/+89
2025-06-23status: dump per-share profile countersShachar Sharon4-27/+167
2025-06-23smbd: smb2-operations per-share profile countersShachar Sharon4-47/+119
2025-06-23smbd: init per-share profile countersShachar Sharon1-0/+17
2025-06-23profile: reset per-share countersShachar Sharon2-0/+29
2025-06-23profile: collect per-share counters from TDBShachar Sharon3-0/+69
2025-06-23profile: defined helper macros for per-share countersShachar Sharon1-14/+143
2025-06-23profile: dynamic per-share in-memory countersShachar Sharon2-0/+227
2025-06-20auth: Direct variable initializationVolker Lendecke1-9/+2
2025-06-20auth: Remove unused session_info_set_session_key()Volker Lendecke2-18/+0
2025-06-20libsmb: Slightly simplify cli_tcon_andx_done()Volker Lendecke1-1/+1