summaryrefslogtreecommitdiff
path: root/source3/libsmb/namequery.c
AgeCommit message (Expand)AuthorFilesLines
2002-12-04[merge] remove assert(count ==1) for multi-homed PDCs; CR 1277Gerald Carter1-182/+22
2002-12-04Doing janitorial duty for tpot - memory leak fix.Jeremy Allison1-0/+2
2002-12-01Dereference the correct thing here, so we don't segfaultAndrew Bartlett1-1/+1
2002-12-01Fixup of ordered cleanup of get_dc_list - bug found by Dominik 'Aeneas' Schni...Jeremy Allison1-27/+10
2002-11-26Having waited for *way* too long, this is mimir's namecache and trusted domainAndrew Bartlett1-6/+4
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. This was slightly more intrusiveTim Potter1-13/+46
2002-08-16Merge of netbios namecache code from APPLIANCE_HEAD.Tim Potter1-4/+24
2002-08-05This fixes a number of ADS problems, particularly with netbioslessAndrew Tridgell1-1/+1
2002-08-03fixed a bug where we were truncating the returned names in a netbiosAndrew Tridgell1-1/+1
2002-07-31added 'disable netbios = yes/no' option, default is noAndrew Tridgell1-2/+31
2002-07-20Try to fix up warnings - particularly on the IRIX 64 bit compiler (which had aAndrew Bartlett1-1/+1
2002-07-09fix declaration of global_in_nmbdAndrew Tridgell1-1/+1
2002-07-01used findstatic.pl to make some variables static and remove some deadAndrew Tridgell1-99/+0
2002-07-01bias the lookup sorting towards directly reachable IPsAndrew Tridgell1-0/+8
2002-07-01sort name query responses by how far they are from our interfaceAndrew Tridgell1-0/+41
2002-06-27fixed a link problem with global_in_nmbdAndrew Tridgell1-1/+1
2002-06-27The next phase in the WINS rewrite!Andrew Tridgell1-6/+10
2002-06-26resolve_wins() now needs to be a public functionAndrew Tridgell1-2/+2
2002-06-26This commit finally gives us multiple wins server groups. We nowAndrew Tridgell1-43/+68
2002-06-26removed the wins name registration code from libsmbclientAndrew Tridgell1-227/+158
2002-06-26- completely rewrote the wins_srv.c code. It is now much simpler, andAndrew Tridgell1-3/+3
2002-06-03Removed unused function.Tim Potter1-46/+0
2002-05-17Changes to allow head to translate NMB flags ...Richard Sharpe1-3/+19
2002-04-19fixed a namequery bug caused by my recent string length patchesAndrew Tridgell1-1/+1
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
2001-09-10convert more code to use XFILEAndrew Tridgell1-13/+13