head	1.3;
access;
symbols
	RELENG_3_5_0_RELEASE:1.1.1.1.4.1
	RELENG_3_4_0_RELEASE:1.1.1.1.4.1
	RELENG_3_3_0_RELEASE:1.1.1.1.4.1
	RELENG_3_2_0_RELEASE:1.1.1.1.4.1
	RELENG_3_1_0_RELEASE:1.1.1.1
	RELENG_3:1.1.1.1.0.4
	RELENG_3_BP:1.1.1.1
	RELENG_2_2_8_RELEASE:1.1.1.1.2.2
	RELENG_3_0_0_RELEASE:1.1.1.1
	RELENG_2_2_7_RELEASE:1.1.1.1.2.2
	RELENG_2_2_6_RELEASE:1.1.1.1.2.2
	RELENG_2_2_5_RELEASE:1.1.1.1.2.1
	RELENG_2_2:1.1.1.1.0.2
	natd_1_8:1.1.1.1
	ARI:1.1.1;
locks; strict;
comment	@# @;


1.3
date	99.03.12.15.38.54;	author brian;	state dead;
branches;
next	1.2;

1.2
date	99.03.07.18.23.55;	author brian;	state Exp;
branches;
next	1.1;

1.1
date	97.06.22.04.19.08;	author brian;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	97.06.22.04.19.08;	author brian;	state Exp;
branches
	1.1.1.1.2.1
	1.1.1.1.4.1;
next	;

1.1.1.1.2.1
date	97.08.22.10.24.36;	author peter;	state Exp;
branches;
next	1.1.1.1.2.2;

1.1.1.1.2.2
date	98.02.20.15.42.04;	author brian;	state Exp;
branches;
next	1.1.1.1.2.3;

1.1.1.1.2.3
date	99.09.05.11.40.34;	author peter;	state Exp;
branches;
next	;

1.1.1.1.4.1
date	99.03.24.17.11.10;	author brian;	state dead;
branches;
next	;


desc
@@


1.3
log
@src/usr.sbin/natd -> src/sbin/natd (after a repo-copy by jdp)
@
text
@PROG		= natd
SRCS		= natd.c icmp.c
CFLAGS	       += -Wall
LDADD		= -lalias
DPADD		= ${LIBALIAS}
MAN8		= natd.8

.include <bsd.prog.mk>
@


1.2
log
@Upgrade (almost) to natd 2.0b1

  - Transparent proxy support.
  - PERMANENT_LINK IS NOW OBSOLETE, use redirect_port instead.
  - Drop support for early FreeBSD 2.2 versions
  - If separate input & output sockets are being used
    use them to find out packet direction instead of
    normal mechanism. This can be handy in complex environments
    with multiple interfaces.
  - PPTP redirect support by Dru Nelson <dnelson@@redwoodsoft.com> added.
  - Logging enhancements from Martin Machacek <mm@@i.cz> added.

Obtained from: Ari Suutari <ari@@suutari.iki.fi>
@
text
@@


1.1
log
@Initial revision
@
text
@d1 6
a6 8
#	$Id:$

PROG=	natd
SRCS=	natd.c icmp.c
CFLAGS+=-Wall
LDADD=	-lalias
DPADD=	${LIBALIAS}
MAN8=	natd.8
@


1.1.1.1
log
@Bring natd into main source tree now that the
pppd/natd combination works ok.

Submitted by:	Ari Suutari <ari.suutari@@ps.carel.fi>
@
text
@@


1.1.1.1.4.1
log
@MFC: usr.sbin/natd -> sbin/natd
@
text
@d1 1
a1 1
#	$Id: Makefile,v 1.1.1.1 1997/06/22 04:19:08 brian Exp $
@


1.1.1.1.2.1
log
@re-add these files from -current (they were in sync before repository
surgery, although they were originally branched and had subsequent parallel
commits)
@
text
@d1 1
a1 1
#	$Id: Makefile,v 1.1.1.1 1997/06/22 04:19:08 brian Exp $
@


1.1.1.1.2.2
log
@Update to version 1.11:
PR:		5802
@
text
@@


1.1.1.1.2.3
log
@$Id$ -> $FreeBSD$
@
text
@d1 1
a1 1
# $FreeBSD$
@

