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