summaryrefslogtreecommitdiff
path: root/source3/libsmb/namequery_dc.c
AgeCommit message (Expand)AuthorFilesLines
2026-01-22s3:libads: Separate use of ads->config.flags for NBT_* and DS_* valuesPavel Filipenský1-1/+3
2026-01-13s3:libsmb: Rework check_negative_conn_cache()Andreas Schneider1-2/+3
2024-10-01s3:libsmb: ads_dc_name() doesn't need to retry if we found a DC in the closes...Stefan Metzmacher1-1/+6
2024-05-14s3:libsmb: make use of ads_connect_cldap_only()Stefan Metzmacher1-2/+1
2024-01-23libsmb: Fix whitespace and a typoVolker Lendecke1-1/+1
2022-06-27s3:libads: Allocate ADS_STRUCT under a talloc contextSamuel Cabrero1-7/+2
2022-06-27s3:libsmb: Allocate a temporary talloc context for ads_dc_name()Samuel Cabrero1-13/+17
2020-09-15s3: libsmb: Rename get_sorted_dc_list_sa() -> get_sorted_dc_list().Jeremy Allison1-1/+1
2020-09-15s3: libsmb: Remove last caller of get_sorted_dc_list() from rpc_dc_name().Jeremy Allison1-8/+8
2020-09-07s3: libsmb: Rename get_sorted_dc_list_talloc() -> get_sorted_dc_list()Jeremy Allison1-1/+1
2020-09-07s3: libsmb: Move callers of get_sorted_dc_list() -> get_sorted_dc_list_talloc().Jeremy Allison1-4/+9
2020-09-07s3: libsmb: Cleanup - ensure we initialize all stack variables to 'safe' valu...Jeremy Allison1-1/+2
2020-08-28s3: safe_string: do not include string_wrappers.hMatthew DeVore1-0/+1
2019-10-09s3:libnet: Require sealed LDAP SASL connections for joiningAndreas Schneider1-1/+1
2018-04-11libsmb: Give namequery.c its own headerVolker Lendecke1-0/+1
2018-03-22libsmb: Use the same #ifdef for is_our_primary_domain() as the only callerAndrew Bartlett1-1/+1
2014-03-07s3-kerberos: remove unused kdc_name from create_local_private_krb5_conf_for_d...Günther Deschner1-4/+2
2013-09-05Add a talloc context to sitename_fetch().Jeremy Allison1-7/+7
2012-08-09Check error returns from strupper_m() (in all reasonable places).Jeremy Allison1-1/+4
2012-08-09Fix missing ads_destroy in error path.Jeremy Allison1-0/+1
2012-07-24lib/param: Move all enum declarations to lib/paramAndrew Bartlett1-0/+1
2011-02-27s3: Make is_zero_addr take a sockaddr_storageVolker Lendecke1-1/+1
2011-02-11s3-libsmb: fix ifdef check in ads_dc_name.Günther Deschner1-1/+1
2011-01-12s3: Fix some nonempty blank linesVolker Lendecke1-4/+4
2010-08-06s3-libsmb: include nbt.h in namequery_dc code.Günther Deschner1-0/+1
2010-08-05s3: avoid global include of ads.h.Günther Deschner1-0/+1
2010-05-17s3-kerberos: pass down kdc_name to create_local_private_krb5_conf_for_domain().Günther Deschner1-2/+4
2010-02-23s3 move the sitename cache in its own fileSimo Sorce1-0/+1
2008-12-03s3: Change sockaddr util function names for consistencyTim Prouty1-2/+2
2008-10-23Use sockaddr_storage only where we rely on the size, use sockaddrJelmer Vernooij1-1/+1
2008-04-21cldap: avoid duplicate definitions so remove ads_cldap.h.Günther Deschner1-1/+1
2007-10-27Change all occurrences of zero_addr(&ss,AF_INET) toJeremy Allison1-2/+2
2007-10-24This is a large patch (sorry). Migrate from struct in_addrJeremy Allison1-35/+40
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-6/+6
2007-10-10Add start of IPv6 implementation. Currently most of this is avoidingJeremy Allison1-3/+3
2007-10-10r25032: Contact an off site DC if non is available on site.Lars Müller1-9/+16
2007-10-10r23893: add dummy callbacks for LDAP SASL wrapping,Stefan Metzmacher1-0/+4
2007-10-10r23888: move elements belonging to the current ldap connection to aStefan Metzmacher1-2/+2
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r22425: Avoid to segfault if we only have the realm.Simo Sorce1-0/+5
2007-10-10r20874: We need to distinguish client sitenames per realm. We were overwritingGünther Deschner1-3/+5
2007-10-10r20857: Silence gives assent :-). Checking in the fix forJeremy Allison1-1/+2
2007-10-10r20296: If we're going to overwrite krb5.confJeremy Allison1-1/+19
2007-10-10r19651: Fix interesting bug with the automatic site coverage in Active Direct...Günther Deschner1-1/+1
2007-10-10r19249: Attempt to fix a site lookup bug found by Guenther.Jeremy Allison1-0/+3
2007-10-10r17945: Store the server and client sitenames in the ADSJeremy Allison1-2/+2
2007-10-10r17943: The horror, the horror. Add KDC site support byJeremy Allison1-7/+20
2007-10-10r17933: Don't print a NULL sitename.Jeremy Allison1-2/+2
2007-10-10r17929: Ok, I think I finally figured out where to putJeremy Allison1-12/+42