Import of ldistfp 0.1.4.

Submitted by Patroklos Argyroudis <argp@bsd.gr>.

Remote identd fingerprinting tool.
This commit is contained in:
naddy 2001-08-12 20:01:44 +00:00
parent 1d7b99efc1
commit 2011153537
5 changed files with 67 additions and 0 deletions

33
net/ldistfp/Makefile Normal file
View File

@ -0,0 +1,33 @@
# $OpenBSD: Makefile,v 1.1.1.1 2001/08/12 20:01:44 naddy Exp $
COMMENT= "remote identd fingerprinting tool"
DISTNAME= ldistfp-0.1.4
CATEGORIES= net security
NEED_VERSION= 1.402
HOMEPAGE= http://www.team-teso.net/
MASTER_SITES= ${HOMEPAGE}releases/
MAINTAINER= Patroklos Argyroudis <argp@bsd.gr>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
FINGERPRINTS= ${PREFIX}/share/ldistfp/ldistfp-auth-fingerprints
MAKE_FLAGS= CC='${CC}' \
CFLAGS='${CFLAGS} -DFINGERPRINTS=\"${FINGERPRINTS}\"'
WRKDIST= ${WRKDIR}/ldistfp
WRKSRC= ${WRKDIST}/src
do-install:
${INSTALL_PROGRAM} ${WRKDIST}/bin/ldistfp ${PREFIX}/bin/ldistfp
${INSTALL_DATA_DIR} ${PREFIX}/share/ldistfp
${INSTALL_DATA} ${WRKDIST}/bin/ldistfp-auth-fingerprints ${PREFIX}/share/ldistfp
${INSTALL_DATA} ${WRKDIST}/contrib/stat.awk ${PREFIX}/share/ldistfp
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ldistfp
${INSTALL_DATA} ${WRKDIST}/doc/README ${PREFIX}/share/doc/ldistfp
.include <bsd.port.mk>

3
net/ldistfp/files/md5 Normal file
View File

@ -0,0 +1,3 @@
MD5 (ldistfp-0.1.4.tar.gz) = b346840d28141773178c81fd900b2fad
RMD160 (ldistfp-0.1.4.tar.gz) = d0f3ec4b592a280a191740bf63afdd545cd704dd
SHA1 (ldistfp-0.1.4.tar.gz) = 4213b6b9114a57f2d26bbb0b53ffbebfbc3f0162

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-src_ldistfp_c,v 1.1.1.1 2001/08/12 20:01:44 naddy Exp $
--- src/ldistfp.c.orig Tue Jul 31 14:31:54 2001
+++ src/ldistfp.c Tue Jul 31 14:34:16 2001
@@ -24,7 +24,7 @@ typedef struct fingerprint {
} fingerprint;
fingerprint ** fp_list = NULL;
-char * fp_filename = "ldistfp-auth-fingerprints";
+char * fp_filename = FINGERPRINTS;
char * fp_url = FP_URL;
int fp_count = 0;

11
net/ldistfp/pkg/DESCR Normal file
View File

@ -0,0 +1,11 @@
ldistfp - remote identd fingerprinting tool
The program will attempt to connect to the identd authentification service
of the host `host' and will try to determine the identd version running. Then
it will look up the response in a pre-made database and find the appropiate
version line. This information can be mapped back to the distribution and
it's version used on this host. Simple but effective, since the identd auth-
entification service is used almost everywhere and most people don't know about
it's version capabilities.
WWW: ${HOMEPAGE}

8
net/ldistfp/pkg/PLIST Normal file
View File

@ -0,0 +1,8 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/08/12 20:01:44 naddy Exp $
bin/ldistfp
@comment no checksum
share/ldistfp/ldistfp-auth-fingerprints
share/ldistfp/stat.awk
share/doc/ldistfp/README
@dirrm share/ldistfp
@dirrm share/doc/ldistfp