summaryrefslogtreecommitdiffstats
path: root/source/libads/dns.c
Commit message (Collapse)AuthorAgeFilesLines
* r24739: With resolve_ads() allow to query for PDCs as well.Günther Deschner2007-08-281-28/+109
| | | | | | Also add dns query functions to find GCs and DCs by GUID. Guenther
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-07-101-2/+1
|
* r23780: Find and fix more GPL2 -> GPL3.Jeremy Allison2007-07-091-1/+1
| | | | Jeremy.
* r23654: Remove misleading inline comment.Günther Deschner2007-06-291-4/+2
| | | | Guenther
* r22714: Prevent DNS lookup storms when the DNS servers are unreachable.Gerald Carter2007-05-061-9/+40
| | | | | | | | Helps when transitioning from offline to online mode. Note that this is a quick hack and a better solution would be to start the DNS server's state between processes (similar to the namecache entries).
* r22590: Make TALLOC_ARRAY consistent across all uses.Jeremy Allison2007-04-301-4/+8
| | | | | That should be it.... Jeremy.
* r22589: Make TALLOC_ARRAY consistent across all uses.Jeremy Allison2007-04-301-7/+15
| | | | Jeremy.
* r20880: Fix memory leak in new sitename code. You got *really*Jeremy Allison2007-01-181-1/+1
| | | | | close Guenther, then you forgot to use "key" :-) :-). Jeremy.
* r20874: We need to distinguish client sitenames per realm. We were overwritingGünther Deschner2007-01-181-14/+57
| | | | | | | the stored client sitename with the sitename from each sucessfull CLDAP connection. Guenther
* r20862: When in disconnected mode there is no need to try a fallback to a siteGünther Deschner2007-01-171-0/+18
| | | | | | less DNS query. This speeds up offline detection slightly. Guenther
* r20857: Silence gives assent :-). Checking in the fix forJeremy Allison2007-01-171-6/+4
| | | | | | | | | site support in a network where many DC's are down. I heard via Volker there is still a bug w.r.t the wrong site being chosen with trusted domains but we'll have to layer that fix on top of this. Gd - complain if this doesn't work for you. Jeremy.
* r19488: British trains are at least good for something...Jeremy Allison2006-10-241-21/+345
| | | | | | | Merge back the winbindd changes from SAMBA_3_0 to a release branch. This compiles, but hasn't been valgrinded or tested. That will come... Jeremy.
* r17910: remove incorrect comment (code has already been fixed)Gerald Carter2006-08-291-3/+0
|
* r17795: Finally track down the "ads_connect: Interrupted system call"Gerald Carter2006-08-241-2/+33
| | | | | | | error. Fix our DNS SRV lookup code to deal with multi-homed hosts. We were noly remembering one IP address per host from the Additional records section in the SRV response which could have been an unreachable address.
* r17242: BUG 3957: make sure to zero memory in the SRV hostlist in case there ↵Gerald Carter2006-07-251-1/+1
| | | | is not an A record for each SRV name
* r17239: BUG 3959: patch from William Charles <william@charles.name> to fix a ↵Gerald Carter2006-07-251-7/+1
| | | | segv in the DNS SRV lookups dur to calling rand()
* r17091: Merge some changes from SAMBA_3_0Gerald Carter2006-07-171-0/+4
| | | | | | | * memory leaks in ldap schema for SFU attributes * memory leaks in the cldap code * AIX portability fixes for DNS SRV queries * Debian packaging update
* r15837: starting sync up for 3.0.23rc1 (in sync with SAMBA_3_0 r15822)Gerald Carter2006-05-231-0/+371