Date: Thu, 24 May 2001 11:03:48 +0300 (IDT) From: roman@xpert.com To: FreeBSD-gnats-submit@freebsd.org Cc: roman@xpert.com Subject: ports/27607: [NEW PORT] security/nat - NetBIOS auditing tool Message-ID: <200105240803.f4O83mk12783@cerberus.oven.org>
next in thread | raw e-mail | index | archive | help
>Number: 27607 >Category: ports >Synopsis: [NEW PORT] security/nat - NetBIOS auditing tool >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu May 24 01:00:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Roman Shterenzon >Release: FreeBSD 4.3-RELEASE i386 >Organization: >Environment: >Description: SMB/CIFS server and file share auditing tool used to gather information and identify misconfigurations in security critical environments. >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # nat # nat/Makefile # nat/distinfo # nat/pkg-plist # nat/pkg-descr # nat/pkg-comment # echo c - nat mkdir -p nat > /dev/null 2>&1 echo x - nat/Makefile sed 's/^X//' >nat/Makefile << 'END-of-nat/Makefile' X# Ports collection makefile for: nat X# Date created: May 24 2001 X# Whom: Roman Shterenzon <roman@xpert.com> X# X# $FreeBSD$ X# X XPORTNAME= nat XPORTVERSION= 20 XCATEGORIES= net security XMASTER_SITES= http://www.tux.org/pub/security/secnet/tools/nat20beta/ \ X ftp://ftp.cert.dfn.de/pub/tools/net/nat/nat20beta/ \ X ftp://ftp.spin.ad.jp/pub/Security/nat/nat20beta/ XDISTNAME= ${PORTNAME}${PORTVERSION}.freebsd X XMAINTAINER= roman@xpert.com X XNO_PACKAGE= "Redistribution prohibited by the license" X XNO_BUILD= yes XWRKSRC= ${WRKDIR} XMAN1= nat.1 X Xdo-install: X ${INSTALL_SCRIPT} ${WRKSRC}/nat ${LOCALBASE}/bin X ${INSTALL_MAN} ${WRKSRC}/nat.1 ${LOCALBASE}/man/man1 X ${MKDIR} ${LOCALBASE}/share/nat X ${INSTALL_DATA} ${WRKSRC}/passlist.txt ${LOCALBASE}/share/nat X ${INSTALL_DATA} ${WRKSRC}/userlist.txt ${LOCALBASE}/share/nat X X.include <bsd.port.mk> END-of-nat/Makefile echo x - nat/distinfo sed 's/^X//' >nat/distinfo << 'END-of-nat/distinfo' XMD5 (nat20.freebsd.tar.gz) = 20174dc3e5f4cc6802369a298fec7cd1 END-of-nat/distinfo echo x - nat/pkg-plist sed 's/^X//' >nat/pkg-plist << 'END-of-nat/pkg-plist' Xbin/nat Xshare/nat/passlist.txt Xshare/nat/userlist.txt X@dirrm %D/share/nat END-of-nat/pkg-plist echo x - nat/pkg-descr sed 's/^X//' >nat/pkg-descr << 'END-of-nat/pkg-descr' XSMB/CIFS server and file share auditing tool used to gather information and Xidentify misconfigurations in security critical environments. END-of-nat/pkg-descr echo x - nat/pkg-comment sed 's/^X//' >nat/pkg-comment << 'END-of-nat/pkg-comment' XNetBIOS auditing tool END-of-nat/pkg-comment exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200105240803.f4O83mk12783>