index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
libsmb
/
namequery_dc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-01-22
s3:libads: Separate use of ads->config.flags for NBT_* and DS_* values
Pavel Filipenský
1
-1
/
+3
2026-01-13
s3:libsmb: Rework check_negative_conn_cache()
Andreas Schneider
1
-2
/
+3
2024-10-01
s3:libsmb: ads_dc_name() doesn't need to retry if we found a DC in the closes...
Stefan Metzmacher
1
-1
/
+6
2024-05-14
s3:libsmb: make use of ads_connect_cldap_only()
Stefan Metzmacher
1
-2
/
+1
2024-01-23
libsmb: Fix whitespace and a typo
Volker Lendecke
1
-1
/
+1
2022-06-27
s3:libads: Allocate ADS_STRUCT under a talloc context
Samuel Cabrero
1
-7
/
+2
2022-06-27
s3:libsmb: Allocate a temporary talloc context for ads_dc_name()
Samuel Cabrero
1
-13
/
+17
2020-09-15
s3: libsmb: Rename get_sorted_dc_list_sa() -> get_sorted_dc_list().
Jeremy Allison
1
-1
/
+1
2020-09-15
s3: libsmb: Remove last caller of get_sorted_dc_list() from rpc_dc_name().
Jeremy Allison
1
-8
/
+8
2020-09-07
s3: libsmb: Rename get_sorted_dc_list_talloc() -> get_sorted_dc_list()
Jeremy Allison
1
-1
/
+1
2020-09-07
s3: libsmb: Move callers of get_sorted_dc_list() -> get_sorted_dc_list_talloc().
Jeremy Allison
1
-4
/
+9
2020-09-07
s3: libsmb: Cleanup - ensure we initialize all stack variables to 'safe' valu...
Jeremy Allison
1
-1
/
+2
2020-08-28
s3: safe_string: do not include string_wrappers.h
Matthew DeVore
1
-0
/
+1
2019-10-09
s3:libnet: Require sealed LDAP SASL connections for joining
Andreas Schneider
1
-1
/
+1
2018-04-11
libsmb: Give namequery.c its own header
Volker Lendecke
1
-0
/
+1
2018-03-22
libsmb: Use the same #ifdef for is_our_primary_domain() as the only caller
Andrew Bartlett
1
-1
/
+1
2014-03-07
s3-kerberos: remove unused kdc_name from create_local_private_krb5_conf_for_d...
Günther Deschner
1
-4
/
+2
2013-09-05
Add a talloc context to sitename_fetch().
Jeremy Allison
1
-7
/
+7
2012-08-09
Check error returns from strupper_m() (in all reasonable places).
Jeremy Allison
1
-1
/
+4
2012-08-09
Fix missing ads_destroy in error path.
Jeremy Allison
1
-0
/
+1
2012-07-24
lib/param: Move all enum declarations to lib/param
Andrew Bartlett
1
-0
/
+1
2011-02-27
s3: Make is_zero_addr take a sockaddr_storage
Volker Lendecke
1
-1
/
+1
2011-02-11
s3-libsmb: fix ifdef check in ads_dc_name.
Günther Deschner
1
-1
/
+1
2011-01-12
s3: Fix some nonempty blank lines
Volker Lendecke
1
-4
/
+4
2010-08-06
s3-libsmb: include nbt.h in namequery_dc code.
Günther Deschner
1
-0
/
+1
2010-08-05
s3: avoid global include of ads.h.
Günther Deschner
1
-0
/
+1
2010-05-17
s3-kerberos: pass down kdc_name to create_local_private_krb5_conf_for_domain().
Günther Deschner
1
-2
/
+4
2010-02-23
s3 move the sitename cache in its own file
Simo Sorce
1
-0
/
+1
2008-12-03
s3: Change sockaddr util function names for consistency
Tim Prouty
1
-2
/
+2
2008-10-23
Use sockaddr_storage only where we rely on the size, use sockaddr
Jelmer Vernooij
1
-1
/
+1
2008-04-21
cldap: avoid duplicate definitions so remove ads_cldap.h.
Günther Deschner
1
-1
/
+1
2007-10-27
Change all occurrences of zero_addr(&ss,AF_INET) to
Jeremy Allison
1
-2
/
+2
2007-10-24
This is a large patch (sorry). Migrate from struct in_addr
Jeremy Allison
1
-35
/
+40
2007-10-18
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
1
-6
/
+6
2007-10-10
Add start of IPv6 implementation. Currently most of this is avoiding
Jeremy Allison
1
-3
/
+3
2007-10-10
r25032: Contact an off site DC if non is available on site.
Lars Müller
1
-9
/
+16
2007-10-10
r23893: add dummy callbacks for LDAP SASL wrapping,
Stefan Metzmacher
1
-0
/
+4
2007-10-10
r23888: move elements belonging to the current ldap connection to a
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
1
-2
/
+1
2007-10-10
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
1
-1
/
+1
2007-10-10
r22425: Avoid to segfault if we only have the realm.
Simo Sorce
1
-0
/
+5
2007-10-10
r20874: We need to distinguish client sitenames per realm. We were overwriting
Günther Deschner
1
-3
/
+5
2007-10-10
r20857: Silence gives assent :-). Checking in the fix for
Jeremy Allison
1
-1
/
+2
2007-10-10
r20296: If we're going to overwrite krb5.conf
Jeremy Allison
1
-1
/
+19
2007-10-10
r19651: Fix interesting bug with the automatic site coverage in Active Direct...
Günther Deschner
1
-1
/
+1
2007-10-10
r19249: Attempt to fix a site lookup bug found by Guenther.
Jeremy Allison
1
-0
/
+3
2007-10-10
r17945: Store the server and client sitenames in the ADS
Jeremy Allison
1
-2
/
+2
2007-10-10
r17943: The horror, the horror. Add KDC site support by
Jeremy Allison
1
-7
/
+20
2007-10-10
r17933: Don't print a NULL sitename.
Jeremy Allison
1
-2
/
+2
2007-10-10
r17929: Ok, I think I finally figured out where to put
Jeremy Allison
1
-12
/
+42
[next]