summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_cm.c
AgeCommit message (Expand)AuthorFilesLines
2026-01-22s3:libads: Separate use of ads->config.flags for NBT_* and DS_* valuesPavel Filipenský1-3/+3
2026-01-13s3:libsmb: Rework check_negative_conn_cache()Andreas Schneider1-6/+9
2025-11-10s3: talloc_destroy() -> TALLOC_FREE()Volker Lendecke1-1/+1
2025-08-13idmap_ad: add and use ldap_timeout and fix LDAP server failoverRalph Boehme1-0/+52
2025-08-05s3:winbindd: Resolve dc name using CLDAP also for ROLE_IPA_DCPavel Filipenský1-1/+3
2025-07-30winbindd: always use winbind_add_failed_connection_entry() wrapperStefan Metzmacher1-1/+1
2025-07-07s3:winbindd: avoid using any netlogon call to get a dc nameStefan Metzmacher1-150/+0
2025-06-18s3:libsmb: let smbsock_connect() return smbXcli_transportStefan Metzmacher1-18/+4
2025-06-18s3:libsmb: let smbsock_any_connect() return smbXcli_transportStefan Metzmacher1-8/+14
2025-06-18s3:winbindd: let find_dc() call smbXcli_transport_bsd()Stefan Metzmacher1-23/+25
2025-06-18s3:winbindd: let cm_open_connection() call smbXcli_transport_bsd()Stefan Metzmacher1-25/+17
2025-06-18s3:libsmb: pass smbXcli_transport to cli_state_create()Stefan Metzmacher1-6/+15
2025-06-16libsmb: Remove "source3/libsmb/libsmb.h"Volker Lendecke1-1/+2
2025-04-18s3:libsmb: pass struct loadparm_context to smbsock_connect()Stefan Metzmacher1-1/+8
2025-04-18s3:libsmb: pass struct loadparm_context to smbsock_any_connect()Stefan Metzmacher1-1/+9
2025-04-18s3:libsmb: introduce smbsock_connect.hStefan Metzmacher1-0/+1
2025-04-18s3:libsmb: pass struct smb_transports to smbsock_any_connect()Stefan Metzmacher1-2/+4
2025-04-18s3:libsmb: pass struct smb_transports to smbsock_connect()Stefan Metzmacher1-1/+4
2025-02-17s3:rpc_client: Use cli_rpc_pipe_reopen_np_noauth() for OpenPolicy fallbackStefan Metzmacher1-1/+1
2025-01-13s3:winbindd: split out cm_connect_schannel_or_krb5() helperStefan Metzmacher1-5/+116
2025-01-13s3:winbindd: use GENSEC_FEATURE_NO_DELEGATION for trust credentials for netlogonStefan Metzmacher1-0/+6
2024-12-05s3:cli_pipe: pass target_service to cli_rpc_pipe_open_with_creds()Stefan Metzmacher1-0/+2
2024-12-05s3:winbindd: make use of samba_sockaddr add_one_dc_unique() to avoid warningsStefan Metzmacher1-4/+7
2024-10-01s3:winbindd: let store_current_dc_in_gencache() take the dcaddr directlyStefan Metzmacher1-9/+5
2024-10-01s3:winbindd: dcip_check_name() only takes pss as const input valueStefan Metzmacher1-1/+1
2024-10-01s3:winbindd: set_dc_type_and_flags() doesn't need to do something for primary...Stefan Metzmacher1-5/+12
2024-10-01s3:winbindd: it's 2024 and all AD domains should be native nowStefan Metzmacher1-72/+0
2024-10-01s3:winbindd: let cm_connect_lsa() require schannel also for direct trustsStefan Metzmacher1-6/+13
2024-10-01s3:winbindd: let connect_preferred_dc() pass the dcname to smbsock_connect()Stefan Metzmacher1-1/+1
2024-09-26s3:rpc_client: pass remote_{name,sockaddr} to rpccli_connect_netlogon()Stefan Metzmacher1-9/+12
2024-09-26s3:winbindd: cm_connect_lsa_tcp() doesn't need to check for NCACN_IP_TCP or L...Stefan Metzmacher1-3/+1
2024-05-14s3:winbindd: make winbindd_get_trust_credentials() publicStefan Metzmacher1-10/+33
2024-05-14s3:winbindd: make use of ads_connect_cldap_only() in dcip_check_name_ads()Stefan Metzmacher1-2/+1
2024-04-05s3:winbindd: use better debug messages than 'talloc_strdup failed'Stefan Metzmacher1-3/+8
2024-01-20winbindd: also apply schannel logic as an NT4 DCRalph Boehme1-6/+6
2023-11-21s3:winbind: Always close the policy handle we openedAndreas Schneider1-1/+8
2023-11-21s3:winbind: Use dcerpc_lsa_open_policy_fallback() in winbindd_cm.cAndreas Schneider1-3/+20
2023-10-18s3:winbindd: Improve logging for failover scenarios in winbindd_cm.cPavel Filipenský1-2/+29
2023-10-11s3:winbindd: Call winbind_add_failed_connection_entry() for the correct dc namePavel Filipenský1-1/+4
2023-10-11s3:winbindd: Skip check_negative_conn_cache() if saf_servername == NULLPavel Filipenský1-3/+6
2023-09-25libsmb: Pass neg contexts through sync smbXcli_negprot_recv()Volker Lendecke1-2/+6
2023-08-08s3:winbindd: Add missing newlines to logging messagesJoseph Sutton1-1/+1
2023-07-25s3:winbindd: Fix double close(fd)Pavel Filipenský1-2/+8
2023-07-19s3:winbindd: Fix code spellingAndreas Schneider1-2/+2
2023-06-20s3:winbind: Fix talloc parent in find_dc() leading to a segfaultAndreas Schneider1-1/+1
2022-12-21winbindd: Add force_dc to bypass cached connection and DC lookupRalph Boehme1-1/+9
2022-12-21winbindd: More simplification of cm_open_connection()Ralph Boehme1-75/+101
2022-12-21winbindd: simplify cm_open_connection()Ralph Boehme1-8/+6
2022-12-21winbindd: simplify find_new_dc()Ralph Boehme1-17/+14
2022-12-21winbindd: do an early exit in cm_open_connection()Ralph Boehme1-29/+29