summaryrefslogtreecommitdiffstats
path: root/source3/libsmb/namequery.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert a patch that somehow slipped in...Volker Lendecke2003-05-081-2/+2
* This puts real netlogon connection caching to winbind. This becomesVolker Lendecke2003-05-081-2/+2
* Writable string const fixes.Jeremy Allison2003-03-051-1/+1
* Correctly check for inet_addr fail. Patch from gregor.7@osu.edu.Jeremy Allison2003-02-171-2/+5
* Merge from HEAD - mimir's new gencache based namecache code.Andrew Bartlett2003-01-041-6/+4
* [merge] remove assert(count ==1) for multi-homed PDCs; CR 1277Gerald Carter2002-12-041-3/+22
* Doing janitorial duty for tpot - memory leak fix.Jeremy Allison2002-12-041-0/+2
* Fixup of ordered cleanup of get_dc_list - bug found by Dominik 'Aeneas' Schni...Jeremy Allison2002-12-011-27/+10
* [merge from APP_HEAD]Gerald Carter2002-11-231-22/+104
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-8/+9
* Merge of get_dc_list() api change from HEAD.Tim Potter2002-11-061-13/+46
* sync 3.0 branch with headJelmer Vernooij2002-08-171-9/+58
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-391/+271
* small change in name_resolve_bcast()Jean-François Micouleau2002-04-041-1/+1
* Don't try to sort a list of zero length in internal_resolve_name()Tim Potter2002-03-191-1/+1
* Ensure that winbindd and smbd both use identical logic to find dc's.Jeremy Allison2002-02-281-8/+8
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Spelling fixes.Tim Potter2002-01-201-0/+2
* Made a debug look nicer.Tim Potter2002-01-171-1/+2
* Merge of name_status_find() debugs.Tim Potter2002-01-161-5/+18