From 04cfbc7854bb793481e9050264a1f0cac1c6198a Mon Sep 17 00:00:00 2001
From: John Terpstra
Searches for a master browser by looking up the NetBIOS name name with a type of 0x1d. If - name is "-" then it does a lookup on the special name + name is "-" then it does a lookup on the special name __MSBROWSE__. Please note that in order to - use the name "-", you need to make sure "-" isn't parsed as an + use the name "-", you need to make sure "-" isn't parsed as an argument, e.g. use : nmblookup -M -- -.
Set the recursion desired bit in the packet to do a recursive lookup. This is used when sending a name @@ -28,7 +28,7 @@
Interpret name as an IP Address and do a node status query on this address.
This option allows you to override the NetBIOS name that Samba uses for itself. This is identical -to setting the netbios name parameter in the smb.conf file. +to setting the netbios name parameter in the smb.conf file. However, a command line setting will take precedence over settings in smb.conf.
This specifies a NetBIOS scope that @@ -73,9 +73,9 @@ amounts of log data, and should only be used when investigating a problem. Levels above 3 are designed for use only by developers and generate HUGE amounts of log data, most of which is extremely cryptic.
Note that specifying this parameter here will -override the log level parameter +override the log level parameter in the smb.conf file.
File name for log/debug files. The extension -".client" will be appended. The log file is +".client" will be appended. The log file is never removed by the client.
This causes any IP addresses found in the lookup to be looked up via a reverse DNS lookup into a -- cgit