Age | Commit message (Expand) | Author | Files | Lines |
2011-06-09 | s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array() | Andrew Bartlett | 1 | -1/+1 |
2011-06-09 | s3-talloc Change TALLOC_ARRAY() to talloc_array() | Andrew Bartlett | 1 | -3/+3 |
2011-06-09 | s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc() | Andrew Bartlett | 1 | -1/+1 |
2011-04-27 | s3-libsmb Use 'resolv:hosts file' as a DNS emulation when specified. | Andrew Bartlett | 1 | -0/+15 |
2011-03-31 | s3-libndr: add ../librpc/ndr/libndr.h include in some places. | Günther Deschner | 1 | -0/+1 |
2010-09-07 | s3/libads: use monotonic clock for DNS timeouts | Björn Jacke | 1 | -5/+5 |
2010-07-01 | s3-libads: move ads_dns out of main includes. | Günther Deschner | 1 | -0/+1 |
2010-02-23 | s3 move the sitename cache in its own file | Simo Sorce | 1 | -113/+0 |
2010-02-14 | s3-lib: use TYPESAFE_QSORT() in remaining s3 library code | Andrew Tridgell | 1 | -1/+1 |
2009-10-01 | s3: update comment about (deprecated) a6 records | Björn Jacke | 1 | -1/+2 |
2009-08-25 | Do an early TALLOC_FREE | Volker Lendecke | 1 | -1/+2 |
2009-07-15 | Remove gencache_init/shutdown | Volker Lendecke | 1 | -8/+0 |
2008-07-11 | Revert "Pass NULL to gencache_get when we are not interested in the timeout v... | Volker Lendecke | 1 | -1/+2 |
2008-07-03 | Pass NULL to gencache_get when we are not interested in the timeout value | Volker Lendecke | 1 | -2/+1 |
2008-06-28 | Return NULL in sitename_fetch() if gencache_init() fails. Not false | Gerald W. Carter | 1 | -1/+1 |
2008-04-30 | BUG 5107: Fix handling of large DNS replies on AIX and Solaris. | Gerald W. Carter | 1 | -6/+32 |
2007-12-05 | Remove some globals | Volker Lendecke | 1 | -1/+1 |
2007-11-15 | Add MAX_DNS_NAME_LENGTH, remove more pstrings. | Jeremy Allison | 1 | -4/+4 |
2007-10-29 | Change our DNS code to cope with AAAA records. A6 records | Jeremy Allison | 1 | -105/+189 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -9/+9 |
2007-10-10 | r24739: With resolve_ads() allow to query for PDCs as well. | Günther Deschner | 1 | -28/+109 |
2007-10-10 | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r23654: Remove misleading inline comment. | Günther Deschner | 1 | -4/+2 |
2007-10-10 | r22714: Prevent DNS lookup storms when the DNS servers are unreachable. | Gerald Carter | 1 | -9/+40 |
2007-10-10 | r22590: Make TALLOC_ARRAY consistent across all uses. | Jeremy Allison | 1 | -4/+8 |
2007-10-10 | r22589: Make TALLOC_ARRAY consistent across all uses. | Jeremy Allison | 1 | -7/+15 |
2007-10-10 | r20880: Fix memory leak in new sitename code. You got *really* | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r20874: We need to distinguish client sitenames per realm. We were overwriting | Günther Deschner | 1 | -14/+57 |
2007-10-10 | r20862: When in disconnected mode there is no need to try a fallback to a site | Günther Deschner | 1 | -0/+18 |
2007-10-10 | r20857: Silence gives assent :-). Checking in the fix for | Jeremy Allison | 1 | -6/+4 |
2007-10-10 | r18466: Attempt to fix the AIX build | Volker Lendecke | 1 | -0/+2 |
2007-10-10 | r18234: DNS failures are too common to log at level zero or 1. | Jeremy Allison | 1 | -3/+3 |
2007-10-10 | r18006: Actually a smaller change than it looks. Leverage | Jeremy Allison | 1 | -8/+37 |
2007-10-10 | r17970: Add missing include-guards around ads.h and ads_cldap.h. | Jeremy Allison | 1 | -9/+0 |
2007-10-10 | r17945: Store the server and client sitenames in the ADS | Jeremy Allison | 1 | -3/+9 |
2007-10-10 | r17942: Jerry is right - when no site support is enabled | Jeremy Allison | 1 | -6/+11 |
2007-10-10 | r17929: Ok, I think I finally figured out where to put | Jeremy Allison | 1 | -1/+20 |
2007-10-10 | r17928: Implement the basic store for CLDAP sitename | Jeremy Allison | 1 | -5/+94 |
2007-10-10 | r17910: remove incorrect comment (code has already been fixed) | Gerald Carter | 1 | -3/+0 |
2007-10-10 | r17795: Finally track down the "ads_connect: Interrupted system call" | Gerald Carter | 1 | -2/+33 |
2007-10-10 | r17242: BUG 3957: make sure to zero memory in the SRV hostlist in case there ... | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r17239: BUG 3959: patch from William Charles <william@charles.name> to fix a ... | Gerald Carter | 1 | -7/+1 |
2007-10-10 | r17146: Starting to cleanout my local tree some | Gerald Carter | 1 | -16/+199 |
2007-10-10 | r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need | Jeremy Allison | 1 | -0/+4 |
2007-10-10 | r15544: make sure to define NS_PACKETSZ for Bind 4 interfaces (fix build on us4) | Gerald Carter | 1 | -1/+6 |
2007-10-10 | r15464: fix dns build breakage on IRIX and OpenBSD | Gerald Carter | 1 | -5/+10 |
2007-10-10 | r15463: compile fix for new DNS code for machine using Bind 4 libs (old IRIX ... | Gerald Carter | 1 | -0/+8 |
2007-10-10 | r15462: replace the use of OpenLDAP's ldap_domain2hostlist() for | Gerald Carter | 1 | -0/+353 |