summaryrefslogtreecommitdiff
path: root/source3/libads
AgeCommit message (Expand)AuthorFilesLines
2022-05-23s3:libads: Clear previous CLDAP ping flags when reusing the ADS_STRUCTSamuel Cabrero1-0/+7
2022-05-23s3:libads: Print 'gc' and 'no_fallback' fields in ndr_print_ads_struct()Samuel Cabrero1-0/+2
2022-03-16s3:libads: Fix creating local krb5.confAndreas Schneider1-0/+5
2022-03-16s3:libads: Check print_canonical_sockaddr_with_port() for NULL in get_kdc_ip_...Andreas Schneider1-2/+7
2022-03-16s3:libads: Remove obsolete free's of kdc_strAndreas Schneider1-11/+1
2022-03-16s3:libads: Allocate all memory on the talloc stackframeAndreas Schneider1-6/+4
2022-03-16s3:libads: Use talloc_asprintf_append() in get_kdc_ip_string()Andreas Schneider1-4/+5
2022-03-16s3:libads: Improve debug messages for get_kdc_ip_string()Andreas Schneider1-1/+5
2022-03-16s3:libads: Leave early on error in get_kdc_ip_string()Andreas Schneider1-6/+11
2022-03-16s3:libads: Remove trailing spaces in kerberos.cAndreas Schneider1-9/+9
2022-02-23s3:libads: Return canonical principal and realm from kerberos_return_pac()Samuel Cabrero2-1/+23
2022-02-23s3:libads: Fix memory leak in kerberos_return_pac() error pathSamuel Cabrero1-3/+8
2022-02-08s3/libads: ensure a sockaddr variable is correctly zero initializedRalph Boehme1-1/+3
2022-02-08s3/libads: simplify storing existing ads->ldap.ssRalph Boehme1-8/+4
2022-01-21s3:libads: Disable NTLMSSP if not allowed (for builds without kerberos)Pavel Filipenský1-0/+6
2022-01-21s3:libads: Improve debug messages for SASL bindPavel Filipenský1-11/+11
2022-01-21s3:libads: Disable NTLMSSP for FIPSPavel Filipenský1-1/+9
2022-01-21s3:libads: Remove trailing spaces from sasl.cPavel Filipenský1-11/+11
2022-01-18libads: Convert sitename_key() to tallocVolker Lendecke1-12/+8
2021-07-14s3-libnet_join: return account rid in libnet_JoinCtxGünther Deschner1-0/+1
2021-07-02s3:libads: Remove extra new line in keytab list outputPavel Filipenský1-1/+1
2021-04-28auth:creds: Add obtained arg to cli_credentials_set_kerberos_state()Andreas Schneider1-1/+2
2020-11-03auth:creds: Rename CRED_USE_KERBEROS valuesAndreas Schneider1-4/+4
2020-10-02libads: Improve a debug messageVolker Lendecke1-3/+2
2020-10-02libads: Improve a debug messageVolker Lendecke1-1/+1
2020-09-15s3: libsmb: Rename get_sorted_dc_list_sa() -> get_sorted_dc_list().Jeremy Allison1-2/+2
2020-09-15s3: libads: Rename cldap_ping_list_sa() -> cldap_ping_list().Jeremy Allison1-3/+3
2020-09-15s3: libads: Remove cldap_ping_list().Jeremy Allison1-40/+0
2020-09-15s3: libads: Make resolve_and_ping_dns() use get_sorted_dc_list_sa().Jeremy Allison1-6/+8
2020-09-15s3: libads: Make resolve_and_ping_netbios() use get_sorted_dc_list_sa().Jeremy Allison1-8/+6
2020-09-15s3: libads: Add an alternate version of cldap_ping_list() that takes an array...Jeremy Allison1-0/+40
2020-09-15s3: libsmb: Rename get_kdc_list_sa() back to get_kdc_list().Jeremy Allison1-4/+4
2020-09-15s3: libads: Convert get_kdc_ip_string() to use get_kdc_list_sa().Jeremy Allison1-32/+14
2020-09-15s3: libads: Use size_t counts inside cldap_ping_list().Jeremy Allison1-2/+2
2020-09-15s3: libads: Reformat args to cldap_ping_list().Jeremy Allison1-2/+4
2020-09-07s3: libsmb: Rename get_sorted_dc_list_talloc() -> get_sorted_dc_list()Jeremy Allison1-2/+2
2020-09-07s3: libads: Move callers of get_sorted_dc_list() -> get_sorted_dc_list_talloc().Jeremy Allison1-7/+15
2020-09-07s3: libads: Rename get_kdc_list_talloc() -> get_kdc_list().Jeremy Allison1-4/+4
2020-09-07s3/libads: Cleanup() get_kdc_ip_string, free kdc_str on errorNoel Power1-1/+12
2020-09-07s3/libads: Only set result to kdc_str on successNoel Power1-1/+1
2020-09-07s3: libads: Make get_kdc_ip_string() use get_kdc_list_talloc().Jeremy Allison1-9/+35
2020-09-07s3: libsmb: Cleanup - ensure we initialize all stack variables to 'safe' valu...Jeremy Allison1-3/+4
2020-09-07s3: libsmb: Cleanup - ensure we initialize all stack variables to 'safe' valu...Jeremy Allison1-1/+1
2020-09-07s3:libads: Also add a realm entry for the domain nameAndreas Schneider1-0/+4
2020-09-07s3:libads: Only add RC4 if weak crypto is allowedAndreas Schneider1-2/+3
2020-09-07s3:libads: Remove DES legacy types for KerberosAndreas Schneider1-1/+1
2020-08-25s3: libads: Cleanup - Remove two more ugly const struct sockaddr * casts in g...Jeremy Allison1-6/+25
2020-08-18s3: libads: Don't re-do DNS lookups in ads_domain_func_level() if not needed.Jeremy Allison1-5/+22
2020-08-18s3: libads: Don't re-do DNS lookups in ads_current_time() if not needed.Jeremy Allison1-5/+22
2020-08-18s3: libads: ads_connect can be passed in an ADS_STRUCT with an existing IP ad...Jeremy Allison1-0/+42