summaryrefslogtreecommitdiff
path: root/source3/libsmb/namequery_dc.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r17881: Another microstep towards better error reporting: Make get_sorted_dc_...Volker Lendecke1-1/+2
2007-10-10r13310: first round of server affinity patches for winbindd & net ads joinGerald Carter1-28/+0
2007-10-10r539: Mem leak fixes from kawasa_r@itg.hitachi.co.jpJeremy Allison1-1/+3
2004-01-05Change our Domain controller lookup routines to more carefully seperateAndrew Bartlett1-16/+11
2003-10-22Put strcasecmp/strncasecmp on the banned list (except for needed callsJeremy Allison1-1/+1
2003-08-08fix 2 bugs:Gerald Carter1-3/+13
2003-07-03Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison1-1/+1
2003-06-30* cleanup more DC name resolution issues in check_*domain_security()Gerald Carter1-1/+70
2003-06-25large change:Gerald Carter1-146/+9
2003-06-23* s/get_dc_name/rpc_dc_name/g (revert a previous change)Gerald Carter1-67/+9
2003-06-13Forward port the app-head changes for dc name cache into 3.0.Jeremy Allison1-17/+78
2003-06-06merge from APP_HEAD. Push negative connection cacheGerald Carter1-7/+148
2002-12-12merge of get_dc_name()-like code from APP_HEAD; better support password serve...Gerald Carter1-0/+104