summaryrefslogtreecommitdiff
path: root/net/nbtscan
AgeCommit message (Collapse)AuthorFilesLines
2019-11-03net: align variable assignmentsrillig1-4/+4
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
2017-09-03Comment out dead MASTER_SITES/HOMEPAGEs.wiz1-2/+2
2015-11-04Add SHA512 digests for distfiles for net categoryagc1-1/+3
Problems found with existing digests: Package haproxy distfile haproxy-1.5.14.tar.gz 159f5beb8fdc6b8059ae51b53dc935d91c0fb51f [recorded] da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated] Problems found locating distfiles: Package bsddip: missing distfile bsddip-1.02.tar.Z Package citrix_ica: missing distfile citrix_ica-10.6.115659/en.linuxx86.tar.gz Package djbdns: missing distfile djbdns-1.05-test25.diff.bz2 Package djbdns: missing distfile djbdns-cachestats.patch Package djbdns: missing distfile 0002-dnscache-cache-soa-records.patch Package gated: missing distfile gated-3-5-11.tar.gz Package owncloudclient: missing distfile owncloudclient-2.0.2.tar.xz Package poink: missing distfile poink-1.6.tar.gz Package ra-rtsp-proxy: missing distfile rtspd-src-1.0.0.0.tar.gz Package ucspi-ssl: missing distfile ucspi-ssl-0.70-ucspitls-0.1.patch Package waste: missing distfile waste-source.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2014-11-23Add distfile patch:dholland3-28/+10
- pass -Wall, use <ctype.h> correctly, use standard headers, etc. - fix up illegal printf usage (existing behavior was undefined) - roll in the bug fix from patch-ac - declare own functions properly, avoiding LP64 issues Bump PKGREVISION as some of this fixes bugs. Prompted by (and includes changes from) PR 49347 from Rob Quinn.
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2009-01-25Fix off by one error, noticed by PR 40374.obache3-6/+33
Bump PKGREVISION. As Debian bug #418655, it is already reported to upstream: http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=10;bug=418655 While here, add DESTDIR support.
2009-01-25Update HOMEPAGE and MASTER_SITES to new location, per PR 40374.obache1-3/+3
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2005-06-17Create directories before installing files into them.jlam1-1/+3
2005-02-24Add RMD160 digests.agc1-1/+2
2004-12-03Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.wiz1-2/+2
Suggested by Roland Illig, ok'd by various.
2004-08-07Update to version 1.5.1. Patch provided in PR 26574 by Isihara Takanori.cube2-5/+6
Version 1.5.1 - June 2003 - Fixed segmentation fault when using -f option (noticed by Brian Lovrin) - Fixed printing ugliness (noticed by Darren Critchley) - Changed version number :) (1.5 said that it is 1.0.3 - now it proudly says 1.5.1)
2004-02-14remove unneeded CONFIG_{GUESS,SUB}_OVERRIDE, as bsd.pkg.mk does thisgrant1-2/+1
automatically now.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-04-03Update to 1.5, prompted by PR 20985 by ISIHARA Takanori:wiz2-6/+6
Version 1.5 - May 2002 - Fixed a bug in displaying of 15-character NetBIOS names (15th character wasn't displayed). Bug reported by Tom Kustner, Kenny Breck and Richard IJzermans - Fixed a bug in interpreting netmask /32 and /0. Patch provided by Thomas Poindessous for Debian Linux - List of hosts to scan can now be read from stdin as well as from file. Suggested by Kevin Kadow - Fixed a bug in timing. (nbtscan waited for two seconds after scanning not doing anything). Reported by Ceri Hopkins - Nbtscan now works on Darwin. Patches provided by Mohammad A. Haque - timeout option -t is now in milliseconds, not seconds - Fixed some Solaris portability problems. Patches provided by Petter Reinholdtsen
2003-03-16Override config.sub. Fixes build on NetBSD/shark.cjep1-1/+2
2002-07-30Update to 1.0.3, from ISIHARA Takanori in pkg/17767.wiz4-33/+5
Changes since 1.0.2: - NBTscan now returns meaningful exit code (patch by James Troup for Debian Linu x) - Added /etc/hosts and lmhosts format output (suggested by Anahuac de Paula Gil and Sigmund Baginov) - configure script now honours --prefix argument (patch by Petter Reinholdtsen) - Error messages now include IP address that caused error - NBTscan accepts a file with a list of IP addresses to scan (suggested by Omas Jakobsson) - Service number is printed for unknown NetBIOS services in -h mode (suggested b y Dan Wright) - Fixed some compile-time warnings on Linux - Corrected some typos
2002-07-21SHA1+size instead of MD5.wiz1-2/+3
2002-07-09Initial import of nbtscan-1.0.2 into the NetBSD packages collection.agc6-0/+61
Provided in PR 17355 by ISIHARA,Takanori NBTscan is a program for scanning IP networks for NetBIOS name information. It sends NetBIOS status query to each address in supplied range and lists received information in human readable form. For each respondent host it lists IP address, NetBIOS computer name, logged-in user name and MAC address.