Displaying 1 result from an estimated 1 matches for "smbshout".
Did you mean:
libshout
2006 Apr 14
0
Revised smb-wall (Was: smbclient -M --> ERRmsgoff?)
...l
do.
# Modified 20060414 to work with Samba v3 by
# Charlie Wilkinson <cwilkins@boinklabs.com>
# Added call to nmblookup to resolve IP addresses to NetBIOS names
#=======================================================================
======
$smbstatus = "/usr/bin/smbstatus -S";
$smbshout = "/usr/bin/smbclient -M";
$nmblookup = "/usr/bin/nmblookup -A";
if (@ARGV) {
@clients = @ARGV;
undef @ARGV;
}
else { # no clients specified explicitly
open(PCLIST, "$smbstatus |") || die "$smbstatus failed!.\n$!\n";
while(<PCLIST>) {...