Do an early TALLOC_FREE
[ira/wip.git] / source3 / libads / dns.c
2009-08-25 Volker LendeckeDo an early TALLOC_FREE
2009-07-23 John H TerpstraMerge branch 'master' of ssh://jht@git.samba.org/data...
2009-07-15 Volker LendeckeRemove gencache_init/shutdown
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-07-11 Volker LendeckeRevert "Pass NULL to gencache_get when we are not inter...
2008-07-03 Volker LendeckePass NULL to gencache_get when we are not interested...
2008-06-28 Gerald W. CarterReturn NULL in sitename_fetch() if gencache_init()...
2008-04-30 Gerald W. CarterBUG 5107: Fix handling of large DNS replies on AIX...
2007-12-05 Volker LendeckeRemove some globals
2007-11-16 Jeremy AllisonAdd MAX_DNS_NAME_LENGTH, remove more pstrings.
2007-10-29 Jeremy AllisonChange our DNS code to cope with AAAA records. A6 records
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-10 Günther Deschnerr24739: With resolve_ads() allow to query for PDCs...
2007-10-10 Andrew Tridgellr23784: use the GPLv3 boilerplate as recommended by...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 Günther Deschnerr23654: Remove misleading inline comment.
2007-10-10 Gerald Carterr22714: Prevent DNS lookup storms when the DNS servers...
2007-10-10 Jeremy Allisonr22590: Make TALLOC_ARRAY consistent across all uses.
2007-10-10 Jeremy Allisonr22589: Make TALLOC_ARRAY consistent across all uses.
2007-10-10 Jeremy Allisonr20880: Fix memory leak in new sitename code. You got...
2007-10-10 Günther Deschnerr20874: We need to distinguish client sitenames per...
2007-10-10 Günther Deschnerr20862: When in disconnected mode there is no need...
2007-10-10 Jeremy Allisonr20857: Silence gives assent :-). Checking in the fix for
2007-10-10 Volker Lendecker18466: Attempt to fix the AIX build
2007-10-10 Jeremy Allisonr18234: DNS failures are too common to log at level...
2007-10-10 Jeremy Allisonr18006: Actually a smaller change than it looks. Leverage
2007-10-10 Jeremy Allisonr17970: Add missing include-guards around ads.h and...
2007-10-10 Jeremy Allisonr17945: Store the server and client sitenames in the ADS
2007-10-10 Jeremy Allisonr17942: Jerry is right - when no site support is enabled
2007-10-10 Jeremy Allisonr17929: Ok, I think I finally figured out where to put
2007-10-10 Jeremy Allisonr17928: Implement the basic store for CLDAP sitename
2007-10-10 Gerald Carterr17910: remove incorrect comment (code has already...
2007-10-10 Gerald Carterr17795: Finally track down the "ads_connect: Interrupte...
2007-10-10 Gerald Carterr17242: BUG 3957: make sure to zero memory in the SRV...
2007-10-10 Gerald Carterr17239: BUG 3959: patch from William Charles <william...
2007-10-10 Gerald Carterr17146: Starting to cleanout my local tree some
2007-10-10 Jeremy Allisonr16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
2007-10-10 Gerald Carterr15544: make sure to define NS_PACKETSZ for Bind 4...
2007-10-10 Gerald Carterr15464: fix dns build breakage on IRIX and OpenBSD
2007-10-10 Gerald Carterr15463: compile fix for new DNS code for machine using...
2007-10-10 Gerald Carterr15462: replace the use of OpenLDAP's ldap_domain2hostl...