summaryrefslogtreecommitdiff
path: root/source3/winbindd
AgeCommit message (Expand)AuthorFilesLines
2025-08-26winbindd:migrate_secrets_tdb_to_ldb() handles no client passwordDouglas Bagnall1-2/+9
2025-08-26winbindd: CID 1508963 Fixing print statement for time_tRabinarayan Panigrahi1-2/+2
2025-08-13idmap_ad: add and use ldap_timeout and fix LDAP server failoverRalph Boehme6-12/+106
2025-08-13winbindd: use find_domain_from_name_noinit() in find_dns_domain_name()Ralph Boehme1-1/+1
2025-08-12nsswitch: support all known DS lookup flags in wbclient's wbcLookupDomainCont...Günther Deschner1-0/+8
2025-08-05s3:winbindd: Resolve dc name using CLDAP also for ROLE_IPA_DCPavel Filipenský1-1/+3
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-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-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-06-28s3:winbind: Correct spelling in debug messages related to ADSDaniel Widrick1-2/+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-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-05-26s3:winbindd: Allow ‘ptype’ to be NULL (CID 1615194)Jennifer Sutton1-1/+3
2025-05-26s3:winbindd: Fix NULL dereference (CID 1615195)Jennifer Sutton1-1/+1
2025-05-22s3:winbind: Delegate normalize_name_map to the idmap childSamuel Cabrero1-37/+67
2025-05-22winbind.idl: Add wbint_NormalizeNameUnmapSamuel Cabrero1-0/+12
2025-05-22winbind.idl: Add wbint_NormalizeNameMapSamuel Cabrero1-0/+15
2025-05-15winbind: Fix a few Coverity complaintsVolker Lendecke2-15/+20
2025-05-15lib: Save lines by avoiding explicit ZERO_STRUCTP callsVolker Lendecke1-3/+1
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-04-03winbindd: let update_trusted_domains_dc() also call pdb_filter_hints()Stefan Metzmacher1-0/+20
2025-04-03winbindd: add find_local_sam_domain() helperStefan Metzmacher2-0/+6
2025-04-03winbindd: pass for_netlogon to winbind_dual_SamLogon to avoid cachingStefan Metzmacher3-0/+21
2025-02-22winbindd: find_auth_domain() and find_lookup_domain_from_name() should handle...Stefan Metzmacher2-12/+4
2025-02-22winbindd: add find_routing_from_namespace_noinit()Stefan Metzmacher2-0/+47
2025-02-22winbindd: remember ForestTrustInformation in routing_domain->ftiStefan Metzmacher2-25/+58
2025-02-22winbindd: make use of lsaR[G|S]etForestTrustInformation2 to allow SCANNER_INFOStefan Metzmacher1-44/+18
2025-02-22s4:dsdb/util_trusts: convert most functions from lsa_ForestTrustInformation t...Stefan Metzmacher1-6/+56
2025-02-20winbind:varlink: Always reply with the requested usernameSamuel Cabrero1-0/+5
2025-02-20winbind:varlink: Print varlink repliesSamuel Cabrero3-0/+30
2025-02-20winbind:varlink: Initialize variablesSamuel Cabrero1-3/+3