summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2025-08-05net: handle replay records in `net serverid wipedbs`Ralph Boehme1-23/+219
2025-08-05smbd: return replay-cache records in smbXsrv_open_global_traverse()Ralph Boehme3-1/+14
2025-08-05smbd: reformat smbXsrv_open_global_traverse() function pointer argsRalph Boehme2-3/+9
2025-08-05smbd: also delete replay cache record in smbXsrv_open_cleanup()Ralph Boehme2-1/+42
2025-08-05smbd: make create-replay cache disk backedRalph Boehme3-22/+39
2025-08-05smbd: implement session check from MS-SMB2 3.3.5.9 Receiving an SMB2 CREATE R...Ralph Boehme3-1/+9
2025-08-05smbd: Add session_global_id and tcon_global_id to smbXsrv_open_global0Ralph Boehme2-0/+12
2025-08-05smbd: add smbXsrv_tcon to smbXsrv_openRalph Boehme5-0/+9
2025-08-05smbd: add smbXsrv_session to smbXsrv_openRalph Boehme5-6/+14
2025-08-05smbd: add and use smbXsrv_open_replay_cache_key_bufRalph Boehme2-12/+70
2025-08-05smbd: make the replay cache record an index on the global open tableRalph Boehme2-71/+99
2025-08-05smbd: invert logic when handling pending create in smb2srv_open_lookup_replay...Ralph Boehme1-31/+28
2025-08-05smbd: move create_action to smbXsrv_open_global0Ralph Boehme2-3/+3
2025-08-05smbd: simplify create-replayRalph Boehme4-52/+33
2025-08-05smbd: move DH2Q context processing to its own functionRalph Boehme1-99/+110
2025-08-05smbd: add some debugging to smbXsrv_open_[lookup|set]_replay_cache()Ralph Boehme1-0/+25
2025-08-05smbd: move create_action handling to smbd_smb2_create_after_exec()Ralph Boehme1-3/+3
2025-08-05smbd: simplify create_action handlingRalph Boehme1-7/+8
2025-08-05smbd: fix include order in smbXsrv_open.cRalph Boehme1-1/+1
2025-08-05s3/dbwrap_watch: avoid leaking backend db handle in traversesRalph Boehme1-2/+4
2025-08-05s3:utils: Allow ROLE_IPA_DC to allow to use Kerberos in gensecPavel Filipenský1-1/+5
2025-08-05s3:netlogon: IPA DC is the PDC as well - allow ROLE_IPA_DC in _netr_DsRGetFor...Pavel Filipenský1-1/+4
2025-08-05s3:winbindd: Resolve dc name using CLDAP also for ROLE_IPA_DCPavel Filipenský1-1/+3
2025-08-05s3:tests: Use bash and disable history expansion for test_wbinfo_lookuprids_c...Andreas Schneider1-2/+6
2025-08-05s3:tests: Fix shellcheck warning of test_wbinfo_lookuprids_cache.shAndreas Schneider1-1/+1
2025-08-05librpc:gse: Implement storing tickets into an emtpy ccacheAndreas Schneider1-0/+65
2025-08-05source3/printing: Fix CID 1273086 - Resource LeakShwetha K Acharya1-2/+2
2025-08-02s3-selftest: fix test_wbinfo_lookuprids_cache.shGünther Deschner1-1/+2
2025-08-01s3:smbd: Fix CID 1449599 replacing memcpy to memmove to avoid overflowShweta Sodani1-1/+1
2025-07-30s3/libsmb: check the negative-conn-cache in resolve_ads()Ralph Boehme1-5/+20
2025-07-30s3/libsmb: check command in make_dc_info_from_cldap_reply()Ralph Boehme1-0/+6
2025-07-30libads: check for if DCs are in paused state when processing CLDAP repliesRalph Boehme1-3/+10
2025-07-30s3/libads: get rid of additional loop calling add_failed_connection_entry()Ralph Boehme1-12/+10
2025-07-30s3:libads: let get_kdc_ip_string() check for a blacklisted server nameStefan Metzmacher1-0/+22
2025-07-30s3:libads: let cldap_ping_list() check for a blacklisted server nameStefan Metzmacher1-0/+24
2025-07-30winbindd: blacklist servers returning ACCESS_DENIED/authoritative=0Stefan Metzmacher1-0/+93
2025-07-30winbindd: always use winbind_add_failed_connection_entry() wrapperStefan Metzmacher3-3/+6
2025-07-30s3:conncache: improve debugging for the negative connection cacheStefan Metzmacher1-3/+5
2025-07-29s3:lib: Fix CID 1497484 use-after-free.Vinit Agnihotri1-0/+1
2025-07-24s3-net: fix "net ads kerberos" krb5ccname handlingGünther Deschner3-3/+19
2025-07-24s3-selftest: add tests for "net ads kerberos" commandsGünther Deschner2-0/+170
2025-07-22smbd: now also use smbXcli_session_dump_keys() in the serverRalph Boehme1-24/+15
2025-07-22libcli/smb2: dump encryption key in format for Wireshark ~/.wireshark/smb2_se...Ralph Boehme1-1/+7
2025-07-22libcli/smb: also dump signing_algo in smbXcli_session_dump_keys()Ralph Boehme1-0/+1
2025-07-22libcli/smb: make smbXcli_session_dump_keys() usable for the server sideRalph Boehme1-3/+25
2025-07-22libcli/smb: move cli_session_dump_keys() to libsmbRalph Boehme1-53/+3
2025-07-21vfs_virsufilter: Fix the invocation of SMB_VFS_NEXT_CONNECTRabinarayan Panigrahi1-1/+6
2025-07-18smbd: fix mode being sent to possibly_set_archiveSrinivas Rao V1-1/+1
2025-07-17vfs_ceph_new: cleanup to async pathShweta Sodani1-53/+48
2025-07-17s3:selftest: run smb2.{bench,connect,credits,ioctl,rw} over quic-ngtcp2Stefan Metzmacher1-0/+15