summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2025-04-18s4:libcli: pass struct loadparm_context to smbcli_full_connection()Stefan Metzmacher17-7/+39
2025-04-18s4:libcli: pass struct loadparm_context to smbcli_sock_connect()Stefan Metzmacher2-0/+2
2025-04-18s4:libcli: pass struct loadparm_context to smbcli_socket_connect()Stefan Metzmacher4-1/+6
2025-04-18s4:libcli: pass struct loadparm_context to smb2_connect_send()Stefan Metzmacher2-0/+3
2025-04-18s4:libcli: pass struct loadparm_context to smb2_connect_ext()Stefan Metzmacher3-1/+4
2025-04-18s4:libcli: pass struct loadparm_context to smb2_connect()Stefan Metzmacher13-0/+53
2025-04-18s4:libcli: pass struct loadparm_context to smb_connect_nego_send()Stefan Metzmacher3-0/+5
2025-04-18s4:libcli: simplify struct smbcli_socketStefan Metzmacher5-23/+22
2025-04-18s4:libcli: use the correct talloc parent for smbcli_socket->hostnameStefan Metzmacher1-1/+1
2025-04-18s4:ldap_server: make use of tstream_tls_params_server_lpcfg()Stefan Metzmacher1-20/+8
2025-04-18s4:lib/tls: introduce tstream_tls_params_server_lpcfg()Stefan Metzmacher2-0/+27
2025-04-18s4:smb_server: make use of lpcfg_server_smb_transports() in smbsrv_add_socket()Stefan Metzmacher1-2/+2
2025-04-18s4:torture: map --smb-ports option to 'client smb transports'Stefan Metzmacher1-1/+1
2025-04-18s4:param: let lpcfg_smbcli_options() use lpcfg_client_smb_transports()Stefan Metzmacher1-2/+2
2025-04-18s4:smb_server: make use of smb_transports_parse() in smbsrv_add_socket()Stefan Metzmacher1-4/+30
2025-04-18s4:client: remove unused ports from do_connect()Stefan Metzmacher1-2/+2
2025-04-18s4:torture: remove unused ports from masktests.cStefan Metzmacher1-2/+2
2025-04-18s4:client: remove unused ports from cifsdd* functionsStefan Metzmacher3-11/+7
2025-04-18s4:libcli: remove unused ports from smbcli_full_connection()Stefan Metzmacher17-27/+4
2025-04-18s4:client: remove unused destports from do_message_op()Stefan Metzmacher1-2/+2
2025-04-18s4:libcli: remove unused ports from smbcli_socket_connect()Stefan Metzmacher4-4/+2
2025-04-18s4:libcli: remove unused dest_ports from smbcli_tree_full_connection()Stefan Metzmacher3-3/+2
2025-04-18s4:libcli: remove unused dest_ports struct smb_composite_fsinfoStefan Metzmacher2-2/+0
2025-04-18s4:libcli: remove unused ports from struct smb_composite_fetchfileStefan Metzmacher2-2/+0
2025-04-18s4:torture/raw: remove unused dest_port handling from openbench.cStefan Metzmacher1-8/+0
2025-04-18s4:libcli: remove unused dest_ports from struct smb_composite_connectStefan Metzmacher9-9/+0
2025-04-18s4:libcli: remove unused ports from smb2_connect()Stefan Metzmacher13-54/+1
2025-04-18s4:libcli: remove unused ports argument from smb2_connect_ext()Stefan Metzmacher3-4/+1
2025-04-18s4:libcli: remove unused ports argument from smb2_connect_sendStefan Metzmacher2-10/+0
2025-04-18s4:libcli: remove unused dest_ports from smb_connect_nego_send()Stefan Metzmacher3-5/+0
2025-04-18s4:libcli: pass struct smbcli_options to smbcli_sock_connect() instead of por...Stefan Metzmacher5-15/+36
2025-04-18s4:libcli: introduce smbcli_options.transports based on lpcfg_smb_ports()Stefan Metzmacher2-0/+3
2025-04-18s4:libcli/smb_composite: remove unused struct smb_composite_connectmultiStefan Metzmacher1-18/+0
2025-04-03s4:auth/ntlm: let auth_winbind pass WB_SAMLOGON_FOR_NETLOGONStefan Metzmacher1-0/+4
2025-04-03s4:auth: let auth_context_create_for_netlogon() remember for_netlogon = true;Stefan Metzmacher1-1/+6
2025-04-03s4:librpc/idl: remove unused legacy copy of winbind.idlStefan Metzmacher1-35/+0
2025-04-03s4:kdc: samba_kdc_add_compounded_auth() should add Compounded_Authentication ...Stefan Metzmacher1-1/+5
2025-04-03s4:kdc: only use compound authentication with an explicit FAST armorStefan Metzmacher3-0/+9
2025-04-03s4:kdc: samba_kdc_update_pac() doesn't need explicit delegated_proxy_principalStefan Metzmacher4-8/+1
2025-04-03s4:kdc: store pac_princ in struct samba_kdc_entry_pacStefan Metzmacher2-6/+38
2025-04-03s4:kdc: pass pac_princ to samba_kdc_entry_pac()Stefan Metzmacher5-3/+14
2025-04-03s4:kdc: pass pac_princ to samba_kdc_entry_pac_from_trusted()Stefan Metzmacher3-0/+13
2025-04-03s4:kdc: let samba_kdc_entry_pac[_from_trusted]() assert krbtgt is valid if pa...Stefan Metzmacher1-0/+8
2025-04-03s4:kdc: let hdb_samba4_check_rbcd() fill device_pac_entry() without device_entryStefan Metzmacher1-6/+16
2025-04-03s4:kdc: let samba_wdc_get_pac() use samba_kdc_get_device_pac()Stefan Metzmacher1-20/+1
2025-04-03s4:kdc: let samba_kdc_get_device_pac() always extract device_krbtgt_skdc_entryStefan Metzmacher1-7/+18
2025-04-03s4:kdc: let samba_wdc_reget_pac() use krbtgt_skdc_entry as delegated_proxy_kr...Stefan Metzmacher1-6/+14
2025-04-03s4:kdc: let mit_samba_check_allowed_to_delegate_from() fetch krbtgt_entryStefan Metzmacher1-1/+46
2025-04-03s4:kdc: add some checks for SDB_F_S4U2{SELF,PROXY}_PRINCIPALStefan Metzmacher1-0/+27
2025-04-03s4:kdc: let SDB_F_CROSS_REALM_PRINCIPAL result in SDB_ERR_NOT_FOUND_HEREStefan Metzmacher1-0/+12