summaryrefslogtreecommitdiff
path: root/source3/libsmb/namequery_dc.c
Commit message (Expand)AuthorAgeFilesLines
* s3:libnet: Require sealed LDAP SASL connections for joiningAndreas Schneider2019-10-091-1/+1
* libsmb: Give namequery.c its own headerVolker Lendecke2018-04-111-0/+1
* libsmb: Use the same #ifdef for is_our_primary_domain() as the only callerAndrew Bartlett2018-03-221-1/+1
* s3-kerberos: remove unused kdc_name from create_local_private_krb5_conf_for_d...Günther Deschner2014-03-071-4/+2
* Add a talloc context to sitename_fetch().Jeremy Allison2013-09-051-7/+7
* Check error returns from strupper_m() (in all reasonable places).Jeremy Allison2012-08-091-1/+4
* Fix missing ads_destroy in error path.Jeremy Allison2012-08-091-0/+1
* lib/param: Move all enum declarations to lib/paramAndrew Bartlett2012-07-241-0/+1
* s3: Make is_zero_addr take a sockaddr_storageVolker Lendecke2011-02-271-1/+1
* s3-libsmb: fix ifdef check in ads_dc_name.Günther Deschner2011-02-111-1/+1
* s3: Fix some nonempty blank linesVolker Lendecke2011-01-121-4/+4
* s3-libsmb: include nbt.h in namequery_dc code.Günther Deschner2010-08-061-0/+1
* s3: avoid global include of ads.h.Günther Deschner2010-08-051-0/+1
* s3-kerberos: pass down kdc_name to create_local_private_krb5_conf_for_domain().Günther Deschner2010-05-171-2/+4
* s3 move the sitename cache in its own fileSimo Sorce2010-02-231-0/+1
* s3: Change sockaddr util function names for consistencyTim Prouty2008-12-031-2/+2
* Use sockaddr_storage only where we rely on the size, use sockaddrJelmer Vernooij2008-10-231-1/+1
* cldap: avoid duplicate definitions so remove ads_cldap.h.Günther Deschner2008-04-211-1/+1
* Change all occurrences of zero_addr(&ss,AF_INET) toJeremy Allison2007-10-271-2/+2
* This is a large patch (sorry). Migrate from struct in_addrJeremy Allison2007-10-241-35/+40
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-6/+6
* Add start of IPv6 implementation. Currently most of this is avoidingJeremy Allison2007-10-101-3/+3
* r25032: Contact an off site DC if non is available on site.Lars Müller2007-10-101-9/+16
* r23893: add dummy callbacks for LDAP SASL wrapping,Stefan Metzmacher2007-10-101-0/+4
* r23888: move elements belonging to the current ldap connection to aStefan Metzmacher2007-10-101-2/+2
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r22425: Avoid to segfault if we only have the realm.Simo Sorce2007-10-101-0/+5
* r20874: We need to distinguish client sitenames per realm. We were overwritingGünther Deschner2007-10-101-3/+5
* r20857: Silence gives assent :-). Checking in the fix forJeremy Allison2007-10-101-1/+2
* r20296: If we're going to overwrite krb5.confJeremy Allison2007-10-101-1/+19
* r19651: Fix interesting bug with the automatic site coverage in Active Direct...Günther Deschner2007-10-101-1/+1
* r19249: Attempt to fix a site lookup bug found by Guenther.Jeremy Allison2007-10-101-0/+3
* r17945: Store the server and client sitenames in the ADSJeremy Allison2007-10-101-2/+2
* r17943: The horror, the horror. Add KDC site support byJeremy Allison2007-10-101-7/+20
* r17933: Don't print a NULL sitename.Jeremy Allison2007-10-101-2/+2
* r17929: Ok, I think I finally figured out where to putJeremy Allison2007-10-101-12/+42
* r17881: Another microstep towards better error reporting: Make get_sorted_dc_...Volker Lendecke2007-10-101-1/+2
* r13310: first round of server affinity patches for winbindd & net ads joinGerald Carter2007-10-101-28/+0
* r539: Mem leak fixes from kawasa_r@itg.hitachi.co.jpJeremy Allison2007-10-101-1/+3
* Change our Domain controller lookup routines to more carefully seperateAndrew Bartlett2004-01-051-16/+11
* Put strcasecmp/strncasecmp on the banned list (except for needed callsJeremy Allison2003-10-221-1/+1
* fix 2 bugs:Gerald Carter2003-08-081-3/+13
* Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison2003-07-031-1/+1
* * cleanup more DC name resolution issues in check_*domain_security()Gerald Carter2003-06-301-1/+70
* large change:Gerald Carter2003-06-251-146/+9
* * s/get_dc_name/rpc_dc_name/g (revert a previous change)Gerald Carter2003-06-231-67/+9
* Forward port the app-head changes for dc name cache into 3.0.Jeremy Allison2003-06-131-17/+78
* merge from APP_HEAD. Push negative connection cacheGerald Carter2003-06-061-7/+148
* merge of get_dc_name()-like code from APP_HEAD; better support password serve...Gerald Carter2002-12-121-0/+104