Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Mar 2000 06:53:41 -0500 (EST)
From:      Trevor Johnson <trevor@jpj.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/17660: new port:  net/oidentd
Message-ID:  <Pine.BSI.4.21.0003290648130.28798-100000@blues.jpj.net>

next in thread | raw e-mail | index | archive | help

>Number:         17660
>Category:       ports
>Synopsis:       new port:  net/oidentd
>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:   Wed Mar 29 04:00:02 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Trevor Johnson
>Release:        4.0-CURRENT i386
>Organization:
myself
>Environment:
only tested on 4.0-CURRENT i386
>Description:

an ident daemon which allows user-specified responses

>How-To-Repeat:
N/A
>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:
#
#	oidentd/files/md5
#	oidentd/patches/patch-aa
#	oidentd/pkg/COMMENT
#	oidentd/pkg/DESCR
#	oidentd/pkg/PLIST
#	oidentd/Makefile
#
echo x - oidentd/files/md5
sed 's/^X//' >oidentd/files/md5 << 'END-of-oidentd/files/md5'
XMD5 (oidentd-1.6.4.tar.gz) = a70c40ae57b71e873152ea3c01aef81a
END-of-oidentd/files/md5
echo x - oidentd/patches/patch-aa
sed 's/^X//' >oidentd/patches/patch-aa << 'END-of-oidentd/patches/patch-aa'
X--- src/freebsd.c.orig	Tue Jan 18 02:37:19 2000
X+++ src/freebsd.c	Wed Mar 29 09:39:27 2000
X@@ -22,9 +22,9 @@
X #include <sys/queue.h>
X #include <sys/uio.h>
X #include <sys/socketvar.h>
X-#define KERNEL
X+#define _KERNEL
X #include <sys/file.h>
X-#undef KERNEL
X+#undef _KERNEL
X #include <sys/user.h>
X #include <sys/filedesc.h>
X #include <sys/proc.h>
END-of-oidentd/patches/patch-aa
echo x - oidentd/pkg/COMMENT
sed 's/^X//' >oidentd/pkg/COMMENT << 'END-of-oidentd/pkg/COMMENT'
Xident server
END-of-oidentd/pkg/COMMENT
echo x - oidentd/pkg/DESCR
sed 's/^X//' >oidentd/pkg/DESCR << 'END-of-oidentd/pkg/DESCR'
Xfrom the README:
X
XOidentd is an ident (RFC 1413-compliant) daemon which runs on
XGNU/Linux, FreeBSD and OpenBSD.  Oidentd supports most features of
Xpidentd as well as a number of features absent in pidentd.  Most
Xnotably, oidentd allows users, given the proper permission, to
Xspecify the identd response that the server will output when a
Xsuccessful lookup is completed.  Oidentd also allows for pseudo-random
Xstrings (either a prefix, such as "user," followed by a number
Xbetween 0 and 99999, or 10 pseudo-random characters of the set
X0-9A-Za-z) to be returned upon the completion of a successful lookup
Xinstead of a username or a UID.  Oidentd supports IP masqueraded
Xconnections and supports fowarding ident requests for IP masqeraded
Xconnections to the machines from which the connections originate.
XFor information on how to setup support for masqueraded connections,
Xsee the "INSTALL" file. NOTE: Currently, only Linux supports the
X-P -f and -m options.  In other words, the IP masquerading support
Xonly exists on Linux right now.
X
XWWW: http://ojnk.sourceforge.net/
X
XTrevor Johnson
Xtrevor@jpj.net
END-of-oidentd/pkg/DESCR
echo x - oidentd/pkg/PLIST
sed 's/^X//' >oidentd/pkg/PLIST << 'END-of-oidentd/pkg/PLIST'
Xsbin/oidentd
Xman/man8/oidentd.8
END-of-oidentd/pkg/PLIST
echo x - oidentd/Makefile
sed 's/^X//' >oidentd/Makefile << 'END-of-oidentd/Makefile'
X# New ports collection makefile for:	oidentd
X# Version required:	1.6.4
X# Date created:		29 Mar 2000
X# Whom:			trevor@jpj.net
X#
X# $FreeBSD$
X#
X
XDISTNAME=	oidentd-1.6.4
XCATEGORIES=	net
XMASTER_SITES=	http://download.sourceforge.net/ojnk/ \
X		http://www.numb.org/~odin/stuff/
X
XMAINTAINER=	trevor@jpj.net
X
XUSE_GMAKE=	yes
XGNU_CONFIGURE=	yes
X
X.include <bsd.port.mk>
END-of-oidentd/Makefile
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?Pine.BSI.4.21.0003290648130.28798-100000>