summaryrefslogtreecommitdiff
path: root/source3/libads/dns.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-31s3-libndr: add ../librpc/ndr/libndr.h include in some places.Günther Deschner1-0/+1
2010-09-07s3/libads: use monotonic clock for DNS timeoutsBjörn Jacke1-5/+5
2010-07-01s3-libads: move ads_dns out of main includes.Günther Deschner1-0/+1
2010-02-23s3 move the sitename cache in its own fileSimo Sorce1-113/+0
2010-02-14s3-lib: use TYPESAFE_QSORT() in remaining s3 library codeAndrew Tridgell1-1/+1
2009-10-01s3: update comment about (deprecated) a6 recordsBjörn Jacke1-1/+2
2009-08-25Do an early TALLOC_FREEVolker Lendecke1-1/+2
2009-07-15Remove gencache_init/shutdownVolker Lendecke1-8/+0
2008-07-11Revert "Pass NULL to gencache_get when we are not interested in the timeout v...Volker Lendecke1-1/+2
2008-07-03Pass NULL to gencache_get when we are not interested in the timeout valueVolker Lendecke1-2/+1
2008-06-28Return NULL in sitename_fetch() if gencache_init() fails. Not falseGerald W. Carter1-1/+1
2008-04-30BUG 5107: Fix handling of large DNS replies on AIX and Solaris.Gerald W. Carter1-6/+32
2007-12-05Remove some globalsVolker Lendecke1-1/+1
2007-11-15Add MAX_DNS_NAME_LENGTH, remove more pstrings.Jeremy Allison1-4/+4
2007-10-29Change our DNS code to cope with AAAA records. A6 recordsJeremy Allison1-105/+189
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-9/+9
2007-10-10r24739: With resolve_ads() allow to query for PDCs as well.Günther Deschner1-28/+109
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-10r23654: Remove misleading inline comment.Günther Deschner1-4/+2
2007-10-10r22714: Prevent DNS lookup storms when the DNS servers are unreachable.Gerald Carter1-9/+40
2007-10-10r22590: Make TALLOC_ARRAY consistent across all uses.Jeremy Allison1-4/+8
2007-10-10r22589: Make TALLOC_ARRAY consistent across all uses.Jeremy Allison1-7/+15
2007-10-10r20880: Fix memory leak in new sitename code. You got *really*Jeremy Allison1-1/+1
2007-10-10r20874: We need to distinguish client sitenames per realm. We were overwritingGünther Deschner1-14/+57
2007-10-10r20862: When in disconnected mode there is no need to try a fallback to a siteGünther Deschner1-0/+18
2007-10-10r20857: Silence gives assent :-). Checking in the fix forJeremy Allison1-6/+4
2007-10-10r18466: Attempt to fix the AIX buildVolker Lendecke1-0/+2
2007-10-10r18234: DNS failures are too common to log at level zero or 1.Jeremy Allison1-3/+3
2007-10-10r18006: Actually a smaller change than it looks. LeverageJeremy Allison1-8/+37
2007-10-10r17970: Add missing include-guards around ads.h and ads_cldap.h.Jeremy Allison1-9/+0
2007-10-10r17945: Store the server and client sitenames in the ADSJeremy Allison1-3/+9
2007-10-10r17942: Jerry is right - when no site support is enabledJeremy Allison1-6/+11
2007-10-10r17929: Ok, I think I finally figured out where to putJeremy Allison1-1/+20
2007-10-10r17928: Implement the basic store for CLDAP sitenameJeremy Allison1-5/+94
2007-10-10r17910: remove incorrect comment (code has already been fixed)Gerald Carter1-3/+0
2007-10-10r17795: Finally track down the "ads_connect: Interrupted system call"Gerald Carter1-2/+33
2007-10-10r17242: BUG 3957: make sure to zero memory in the SRV hostlist in case there ...Gerald Carter1-1/+1
2007-10-10r17239: BUG 3959: patch from William Charles <william@charles.name> to fix a ...Gerald Carter1-7/+1
2007-10-10r17146: Starting to cleanout my local tree someGerald Carter1-16/+199
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison1-0/+4
2007-10-10r15544: make sure to define NS_PACKETSZ for Bind 4 interfaces (fix build on us4)Gerald Carter1-1/+6
2007-10-10r15464: fix dns build breakage on IRIX and OpenBSDGerald Carter1-5/+10
2007-10-10r15463: compile fix for new DNS code for machine using Bind 4 libs (old IRIX ...Gerald Carter1-0/+8
2007-10-10r15462: replace the use of OpenLDAP's ldap_domain2hostlist() forGerald Carter1-0/+353