head	1.2;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2
	RELEASE_6_0_0:1.2
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.2
	RELEASE_5_3_0:1.2
	RELEASE_4_10_0:1.2
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.1.1.1
	RELEASE_5_0_0:1.1.1.1
	RELEASE_4_7_0:1.1.1.1
	RELEASE_4_6_2:1.1.1.1
	RELEASE_4_6_1:1.1.1.1
	RELEASE_4_6_0:1.1.1.1
	RELEASE_5_0_DP1:1.1.1.1
	RELEASE_4_5_0:1.1.1.1
	RELEASE_4_4_0:1.1.1.1
	RELEASE_4_3_0:1.1.1.1
	RELEASE_4_2_0:1.1.1.1
	RELEASE_4_1_1:1.1.1.1
	RELEASE_4_1_0:1.1.1.1
	RELEASE_3_5_0:1.1.1.1
	RELEASE_4_0_0:1.1.1.1
	dds_1_6_import:1.1.1.1
	OBRIEN:1.1.1;
locks; strict;
comment	@# @;


1.2
date	2003.05.12.02.13.01;	author anholt;	state Exp;
branches;
next	1.1;

1.1
date	2000.02.14.01.58.37;	author obrien;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2000.02.14.01.58.37;	author obrien;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Fix building with new gcc (multi-line string literals) and make the build
actually respect CFLAGS.

Reported by:	bento
@
text
@--- Makefile.orig	Mon Jan 10 13:14:31 2000
+++ Makefile	Sun May 11 18:46:35 2003
@@@@ -1,10 +1,10 @@@@
 # Makefile for ddos_scan (dds).
 # $Revision: 1.1 $
 
-CFLAGS=
+#CFLAGS=
 
 # For Solaris 2.5.1 and above, uncomment the following line.
-LIBS=-lresolv -lsocket -lnsl
+#LIBS=-lresolv -lsocket -lnsl
 
 default:
 	@@clear
@@@@ -14,7 +14,7 @@@@
 	@@echo "to suit your operating system, then use 'make dds'"
 
 dds:	dds.o
-	$(CC) -o dds dds.c $(LIBS)
+	$(CC) -o dds dds.o $(LIBS)
 
 # This assumes the source is in a directory named "ddos_scan".
 tar: ddos_scan.tar
@


1.1
log
@Initial revision
@
text
@d2 1
a2 1
+++ Makefile	Sun Feb 13 17:53:23 2000
d16 9
@


1.1.1.1
log
@"dds" is a program to scan for a limited set of distributed denial of
service (ddos) agents.

At present, it scans for active instances of "trinoo", "Tribe Flood
Network" ("TFN") and "stacheldraht" agents, which were compiled
using the default values in known source distributions.
It will *not* detect TFN2K agents.
@
text
@@
