summaryrefslogtreecommitdiffstats
path: root/source/utils/nmblookup.c
Commit message (Collapse)AuthorAgeFilesLines
* r13530: Fix from William Jojo for #1970. Make nmblookup doJeremy Allison2006-02-161-7/+6
| | | | | a node status on all IP's when requested. Jeremy.
* r13212: r12414@cabra: derrell | 2006-01-28 17:52:17 -0500Derrell Lipman2006-01-281-1/+1
| | | | | | | | | | | | lp_load() could not be called multiple times to modify parameter settings based on reading from multiple configuration settings. Each time, it initialized all of the settings back to their defaults before reading the specified configuration file. This patch adds a parameter to lp_load() specifying whether the settings should be initialized. It does, however, still force the settings to be initialized the first time, even if the request was to not initialize them. (Not doing so could wreak havoc due to uninitialized values.)
* r12678: One moreVolker Lendecke2006-01-021-0/+2
|
* r8572: Remove crufty #define NO_SYSLOG as it's not used at all anymore.Tim Potter2005-07-191-2/+0
|
* r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison2005-06-241-1/+1
| | | | | | safe for using our headers and linking with C++ modules. Stops us from using C++ reserved keywords in our code. Jeremy
* r2706: The code that prints the remote MAC address (from the statistics sectionChristopher R. Hertel2004-09-281-4/+7
| | | | | | | | | | | | of the response packet) was outside of the if() that determined whether the query was successful or not. As a result, the MAC address would print out even if there was no MAC address. At least the garbage it printed was relatively consistent. :) I moved the MAC printing into the if() block and added an 'else' to print "No reply..." if the query fails. Chris -)-----
* r248: Add support for printing out the MAC address on nmblookup.Richard Sharpe2004-04-161-1/+5
|
* r2: import HEAD into svn+ssh://svn.samba.org/home/svn/samba/trunkCVS Import User2004-04-041-0/+292
metze