summaryrefslogtreecommitdiff
path: root/source3/libsmb/namequery.c
AgeCommit message (Expand)AuthorFilesLines
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
2003-06-25large change:Gerald Carter1-371/+327
2003-06-23* s/get_dc_name/rpc_dc_name/g (revert a previous change)Gerald Carter1-2/+9
2003-06-13Forward port the app-head changes for dc name cache into 3.0.Jeremy Allison1-14/+25
2003-05-08Revert a patch that somehow slipped in...Volker Lendecke1-2/+2
2003-05-08This puts real netlogon connection caching to winbind. This becomesVolker Lendecke1-2/+2
2003-03-05Writable string const fixes.Jeremy Allison1-1/+1
2003-02-17Correctly check for inet_addr fail. Patch from gregor.7@osu.edu.Jeremy Allison1-2/+5
2003-01-04Merge from HEAD - mimir's new gencache based namecache code.Andrew Bartlett1-6/+4
2002-12-04[merge] remove assert(count ==1) for multi-homed PDCs; CR 1277Gerald Carter1-3/+22
2002-12-04Doing janitorial duty for tpot - memory leak fix.Jeremy Allison1-0/+2
2002-12-01Fixup of ordered cleanup of get_dc_list - bug found by Dominik 'Aeneas' Schni...Jeremy Allison1-27/+10
2002-11-23[merge from APP_HEAD]Gerald Carter1-22/+104
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-8/+9
2002-11-06Merge of get_dc_list() api change from HEAD.Tim Potter1-13/+46
2002-08-17sync 3.0 branch with headJelmer Vernooij1-9/+58
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-391/+271
2002-04-04small change in name_resolve_bcast()Jean-François Micouleau1-1/+1
2002-03-19Don't try to sort a list of zero length in internal_resolve_name()Tim Potter1-1/+1
2002-02-28Ensure that winbindd and smbd both use identical logic to find dc's.Jeremy Allison1-8/+8
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-20Spelling fixes.Tim Potter1-0/+2
2002-01-17Made a debug look nicer.Tim Potter1-1/+2
2002-01-16Merge of name_status_find() debugs.Tim Potter1-5/+18
2002-01-11cope with direct IP addresses in resolve_name()Andrew Tridgell1-0/+5
2002-01-11make sure resolve_name() only returns valid IP addressesAndrew Tridgell1-4/+13
2002-01-09Merge from appliance-head:Tim Potter1-4/+72
2002-01-05Add a touch of constAndrew Bartlett1-1/+1
2001-12-04Fix up funtion name, as this finds local, not domain master browsers.Andrew Bartlett1-2/+2
2001-11-29I think the lookup_pdc_name() should be called lookup_dc_name() and theTim Potter1-21/+22
2001-11-28Cross merge to make 2.2 and HEAD closer.Jeremy Allison1-9/+6
2001-11-26increment the value not the pointerAndrew Tridgell1-1/+1
2001-11-25Use "password server" for searching for BDC's also as Tim suggested.Jeremy Allison1-6/+8
2001-11-21W2K doesn't seem to respond to *#0 names in node status. Ensure nameJeremy Allison1-8/+55
2001-11-19LMHOSTSFILE is now dynamically configured too.Martin Pool1-1/+1
2001-11-07Add function to add those hosts who have added msbrowse (domain master browsers)Steve French1-0/+8
2001-11-04Got serious about const again.Jeremy Allison1-2/+2
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-2/+0
2001-09-17typoSimo Sorce1-5/+2
2001-09-17move to SAFE_FREE()Simo Sorce1-12/+9