Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | r24739: With resolve_ads() allow to query for PDCs as well. | Günther Deschner | 2007-08-28 | 1 | -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 text | Andrew Tridgell | 2007-07-10 | 1 | -2/+1 |
| | |||||
* | r23780: Find and fix more GPL2 -> GPL3. | Jeremy Allison | 2007-07-09 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | r23654: Remove misleading inline comment. | Günther Deschner | 2007-06-29 | 1 | -4/+2 |
| | | | | Guenther | ||||
* | r22714: Prevent DNS lookup storms when the DNS servers are unreachable. | Gerald Carter | 2007-05-06 | 1 | -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 Allison | 2007-04-30 | 1 | -4/+8 |
| | | | | | That should be it.... Jeremy. | ||||
* | r22589: Make TALLOC_ARRAY consistent across all uses. | Jeremy Allison | 2007-04-30 | 1 | -7/+15 |
| | | | | Jeremy. | ||||
* | r20880: Fix memory leak in new sitename code. You got *really* | Jeremy Allison | 2007-01-18 | 1 | -1/+1 |
| | | | | | close Guenther, then you forgot to use "key" :-) :-). Jeremy. | ||||
* | r20874: We need to distinguish client sitenames per realm. We were overwriting | Günther Deschner | 2007-01-18 | 1 | -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 site | Günther Deschner | 2007-01-17 | 1 | -0/+18 |
| | | | | | | less DNS query. This speeds up offline detection slightly. Guenther | ||||
* | r20857: Silence gives assent :-). Checking in the fix for | Jeremy Allison | 2007-01-17 | 1 | -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 Allison | 2006-10-24 | 1 | -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 Carter | 2006-08-29 | 1 | -3/+0 |
| | |||||
* | r17795: Finally track down the "ads_connect: Interrupted system call" | Gerald Carter | 2006-08-24 | 1 | -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 Carter | 2006-07-25 | 1 | -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 Carter | 2006-07-25 | 1 | -7/+1 |
| | | | | segv in the DNS SRV lookups dur to calling rand() | ||||
* | r17091: Merge some changes from SAMBA_3_0 | Gerald Carter | 2006-07-17 | 1 | -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 Carter | 2006-05-23 | 1 | -0/+371 |