summaryrefslogtreecommitdiff
path: root/source3/libsmb/namequery.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r24739: With resolve_ads() allow to query for PDCs as well.Günther Deschner1-6/+20
2007-10-10r24737: Remove older TODO: Convert internal_resolve_name() and friends to NTS...Günther Deschner1-96/+134
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23710: Remove some code duplication, we do have a random number generatorVolker Lendecke1-7/+3
2007-10-10r22417: Refactor the various daemon run-mode options to make the semanticsJames Peach1-1/+1
2007-10-10r20874: We need to distinguish client sitenames per realm. We were overwritingGünther Deschner1-1/+1
2007-10-10r20861: We only use sitespecific DNS lookups when looking for DCs or KDCs, notGünther Deschner1-5/+1
2007-10-10r20857: Silence gives assent :-). Checking in the fix forJeremy Allison1-22/+36
2007-10-10r20604: Fix two memleaks, Coverity ID 337, merge to 3_0_24Volker Lendecke1-0/+2
2007-10-10r20603: Slightly simplify logicVolker Lendecke1-7/+7
2007-10-10r19754: * When using a krb5 session setup, we don't fill in the server_nameGerald Carter1-8/+7
2007-10-10r19652: Trying to track down which caller tries to store a 0 length domain nameGünther Deschner1-1/+6
2007-10-10r19243: Fix debug statement.Günther Deschner1-1/+1
2007-10-10r18199: Allow winbindd to delete a saf_ entry if it knowsJeremy Allison1-0/+24
2007-10-10r18007: Ensure we don't namecache KDC entries with port 88Jeremy Allison1-0/+2
2007-10-10r18006: Actually a smaller change than it looks. LeverageJeremy Allison1-7/+58
2007-10-10r17928: Implement the basic store for CLDAP sitenameJeremy Allison1-3/+3
2007-10-10r17900: Fix from Michael Adam <ma@sernet.de> - make internal_resolve_nameJeremy Allison1-62/+62
2007-10-10r17881: Another microstep towards better error reporting: Make get_sorted_dc_...Volker Lendecke1-12/+26
2007-10-10r17795: Finally track down the "ads_connect: Interrupted system call"Gerald Carter1-14/+34
2007-10-10r17760: The DNS SRV lookup already sorts by priority and weight so don'tGerald Carter1-3/+9
2007-10-10r17124: fixed a bug which caused resolve_ads() to spin forever if one of theAndrew Tridgell1-11/+9
2007-10-10r15611: Remove used but uninitialised variable "count".James Peach1-2/+2
2007-10-10r15543: New implementation of 'net ads join' to be more like Windows XP.Gerald Carter1-53/+44
2007-10-10r15462: replace the use of OpenLDAP's ldap_domain2hostlist() forGerald Carter1-22/+29
2007-10-10r13987: Fix Coverity bug # 74. This tool is good...Volker Lendecke1-0/+1
2007-10-10r13915: Fixed a very interesting class of realloc() bugs found by Coverity.Jeremy Allison1-14/+8
2007-10-10r13893: Fix for Coverity issue CID #164. The first one that I don'tJeremy Allison1-0/+2
2007-10-10r13889: Fix resource leak on error path. Coverity bug CID #73.Jeremy Allison1-0/+1
2007-10-10r13322: Fix warning time_t != int.Jeremy Allison1-2/+2
2007-10-10r13310: first round of server affinity patches for winbindd & net ads joinGerald Carter1-113/+210
2007-10-10r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison1-6/+6
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-11/+10
2007-10-10r3843: If a connection to a DC is requested, open connections simultaeneously...Volker Lendecke1-3/+3
2007-10-10r3264: fix lmhosts lookup so that we don't say we found something when we rea...Gerald Carter1-24/+29
2007-10-10r3143: Allow for multiple DC's to be named as #1c names in lmhosts.Volker Lendecke1-13/+26
2007-10-10r2770: oops; internal_resolve_name() should stay static in 3.0Gerald Carter1-1/+1
2007-10-10r2768: BUG 1519: save the hostname used in the open_printer_ex() for later re...Gerald Carter1-1/+1
2007-10-10r1326: Modification to get_dc_list to check negative cache. From "Joe Meadows...Jeremy Allison1-188/+203
2007-10-10r248: Add support for printing out the MAC address on nmblookup.Richard Sharpe1-4/+11
2004-03-13Modified fix for bugid #784. Based on a patch from moriyama@miraclelinux.com ...Jeremy Allison1-2/+2
2004-03-13First part of patch from moriyama@miraclelinux.com (MORIYAMA Masayuki) toJeremy Allison1-1/+1
2004-02-08Make get_dc_list static - we only ask for a sorted list externally.Andrew Bartlett1-23/+24
2004-01-13* allow dns lookups to be disabled for DOMAIN#1c (and #1b)Gerald Carter1-7/+26
2004-01-09Romve debugging assertions (oops...)Andrew Bartlett1-6/+0
2004-01-09Add a new type of name lookup 'ads'. This seperates this from normalAndrew Bartlett1-33/+59
2003-12-09Make intent to return only one address clear.Jeremy Allison1-2/+2
2003-09-05More tuning from cachegrind. Change most trim_string() calls to trim_char(0,Jeremy Allison1-1/+1
2003-07-03fix bug #190; WINS server was getting marked as dead when it was not.Gerald Carter1-2/+14