summaryrefslogtreecommitdiff
path: root/source3/libads
Commit message (Expand)AuthorAgeFilesLines
...
* s3:libads: Fix creating local krb5.confAndreas Schneider2022-03-161-0/+5
* s3:libads: Check print_canonical_sockaddr_with_port() for NULL in get_kdc_ip_...Andreas Schneider2022-03-161-2/+7
* s3:libads: Remove obsolete free's of kdc_strAndreas Schneider2022-03-161-11/+1
* s3:libads: Allocate all memory on the talloc stackframeAndreas Schneider2022-03-161-6/+4
* s3:libads: Use talloc_asprintf_append() in get_kdc_ip_string()Andreas Schneider2022-03-161-4/+5
* s3:libads: Improve debug messages for get_kdc_ip_string()Andreas Schneider2022-03-161-1/+5
* s3:libads: Leave early on error in get_kdc_ip_string()Andreas Schneider2022-03-161-6/+11
* s3:libads: Remove trailing spaces in kerberos.cAndreas Schneider2022-03-161-9/+9
* s3:libads: Return canonical principal and realm from kerberos_return_pac()Samuel Cabrero2022-02-232-1/+23
* s3:libads: Fix memory leak in kerberos_return_pac() error pathSamuel Cabrero2022-02-231-3/+8
* s3/libads: ensure a sockaddr variable is correctly zero initializedRalph Boehme2022-02-081-1/+3
* s3/libads: simplify storing existing ads->ldap.ssRalph Boehme2022-02-081-8/+4
* s3:libads: Disable NTLMSSP if not allowed (for builds without kerberos)Pavel Filipenský2022-01-211-0/+6
* s3:libads: Improve debug messages for SASL bindPavel Filipenský2022-01-211-11/+11
* s3:libads: Disable NTLMSSP for FIPSPavel Filipenský2022-01-211-1/+9
* s3:libads: Remove trailing spaces from sasl.cPavel Filipenský2022-01-211-11/+11
* libads: Convert sitename_key() to tallocVolker Lendecke2022-01-181-12/+8
* s3-libnet_join: return account rid in libnet_JoinCtxGünther Deschner2021-07-141-0/+1
* s3:libads: Remove extra new line in keytab list outputPavel Filipenský2021-07-021-1/+1
* auth:creds: Add obtained arg to cli_credentials_set_kerberos_state()Andreas Schneider2021-04-281-1/+2
* auth:creds: Rename CRED_USE_KERBEROS valuesAndreas Schneider2020-11-031-4/+4
* libads: Improve a debug messageVolker Lendecke2020-10-021-3/+2
* libads: Improve a debug messageVolker Lendecke2020-10-021-1/+1
* s3: libsmb: Rename get_sorted_dc_list_sa() -> get_sorted_dc_list().Jeremy Allison2020-09-151-2/+2
* s3: libads: Rename cldap_ping_list_sa() -> cldap_ping_list().Jeremy Allison2020-09-151-3/+3
* s3: libads: Remove cldap_ping_list().Jeremy Allison2020-09-151-40/+0
* s3: libads: Make resolve_and_ping_dns() use get_sorted_dc_list_sa().Jeremy Allison2020-09-151-6/+8
* s3: libads: Make resolve_and_ping_netbios() use get_sorted_dc_list_sa().Jeremy Allison2020-09-151-8/+6
* s3: libads: Add an alternate version of cldap_ping_list() that takes an array...Jeremy Allison2020-09-151-0/+40
* s3: libsmb: Rename get_kdc_list_sa() back to get_kdc_list().Jeremy Allison2020-09-151-4/+4
* s3: libads: Convert get_kdc_ip_string() to use get_kdc_list_sa().Jeremy Allison2020-09-151-32/+14
* s3: libads: Use size_t counts inside cldap_ping_list().Jeremy Allison2020-09-151-2/+2
* s3: libads: Reformat args to cldap_ping_list().Jeremy Allison2020-09-151-2/+4
* s3: libsmb: Rename get_sorted_dc_list_talloc() -> get_sorted_dc_list()Jeremy Allison2020-09-071-2/+2
* s3: libads: Move callers of get_sorted_dc_list() -> get_sorted_dc_list_talloc().Jeremy Allison2020-09-071-7/+15
* s3: libads: Rename get_kdc_list_talloc() -> get_kdc_list().Jeremy Allison2020-09-071-4/+4
* s3/libads: Cleanup() get_kdc_ip_string, free kdc_str on errorNoel Power2020-09-071-1/+12
* s3/libads: Only set result to kdc_str on successNoel Power2020-09-071-1/+1
* s3: libads: Make get_kdc_ip_string() use get_kdc_list_talloc().Jeremy Allison2020-09-071-9/+35
* s3: libsmb: Cleanup - ensure we initialize all stack variables to 'safe' valu...Jeremy Allison2020-09-071-3/+4
* s3: libsmb: Cleanup - ensure we initialize all stack variables to 'safe' valu...Jeremy Allison2020-09-071-1/+1
* s3:libads: Also add a realm entry for the domain nameAndreas Schneider2020-09-071-0/+4
* s3:libads: Only add RC4 if weak crypto is allowedAndreas Schneider2020-09-071-2/+3
* s3:libads: Remove DES legacy types for KerberosAndreas Schneider2020-09-071-1/+1
* s3: libads: Cleanup - Remove two more ugly const struct sockaddr * casts in g...Jeremy Allison2020-08-251-6/+25
* s3: libads: Don't re-do DNS lookups in ads_domain_func_level() if not needed.Jeremy Allison2020-08-181-5/+22
* s3: libads: Don't re-do DNS lookups in ads_current_time() if not needed.Jeremy Allison2020-08-181-5/+22
* s3: libads: ads_connect can be passed in an ADS_STRUCT with an existing IP ad...Jeremy Allison2020-08-181-0/+42
* s3: libads: In ads_connect(), and ads_disconnect(), replace ZERO_STRUCT(ads->...Jeremy Allison2020-08-181-2/+2
* s3: libads: Where we implicitly zero out ads->ldap in ads_init() or ads_destr...Jeremy Allison2020-08-181-0/+6