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