Commit Graph

547 Commits

Author SHA1 Message Date
brad
1086645d6f upgrade to Samba 2.0.6 2000-01-29 23:22:32 +00:00
kevlo
15dc5d01fd Add ucspi-tcp 2000-01-28 12:31:24 +00:00
kevlo
10dc6cf303 tcpserver and tcpclient are easy-to-use command-line tools for building
TCP client-server applications.
tcpserver and tcpclient conform to UCSPI, the UNIX Client-Server Program
Interface, using the TCP protocol. UCSPI tools are available for several
different networks.

Submitted by:	Camiel Dobbelaar <cd@sentia.nl>
2000-01-28 12:30:11 +00:00
angelos
6f53efadf0 pchar 1.1.1 2000-01-24 23:42:04 +00:00
itojun
440a24bd79 pull in IPv6 patch. commit ok'ed by jakob. 2000-01-24 15:29:44 +00:00
jakob
a17f5dce27 update to ethereal v0.8.1 2000-01-24 11:38:20 +00:00
itojun
7711776154 upgrade to 0.84b of original distrib (there are bugfixes in bgp). 2000-01-24 08:37:37 +00:00
dugsong
ccdebddaec update to version 1.13 2000-01-22 07:01:12 +00:00
kevlo
1d3d78add4 This is a 4.4BSD program that implements, in userland, third-party
proxy ARP. In a nutshell, this lets you proxy-ARP an arbitrary IP
address to an arbitrary MAC address, from any machine on the network.
This is useful if your router doesn't do proxy ARP, or does it only
in an all-or-none fashion.

This code will not work outside of 4.4BSD (it relies on BPF). Furthermore,
it won't run on most 4.4BSD operating systems, because a problem with the
standard BPF implementation (try spoofing your source ethernet frame
address on NetBSD).

See: http://www.enteract.com/~tqbf
2000-01-21 15:39:59 +00:00
itojun
b4dd6230a3 add net/totd: DNS relay server which helps v4/v6 translator, like faith(8) 2000-01-21 10:19:31 +00:00
itojun
7c426b70a3 from netbsd pkgsrc-current 2000-01-21 10:04:45 +00:00
brad
2e95d435e0 update installation message about where to place the perl modules to match
reality.
2000-01-21 00:58:11 +00:00
brad
6849ebad26 style 2000-01-21 00:37:12 +00:00
brad
c57a008f3b - upgrade to mrtg 2.8.11
- remove redundant png dependency which would be fulfilled by the
installation of gd itself
- cleanup install target
2000-01-20 23:07:39 +00:00
form
bca2000fe9 Fix MASTER_SITES. 2000-01-20 20:08:20 +00:00
itojun
7687469a8e upgrade to 0.84a. 2000-01-17 05:25:37 +00:00
brad
cb498844d1 upgrade to Curl 6.4 2000-01-17 05:05:15 +00:00
brad
638f721850 {WRKSRC} -> ${WRKSRC} 2000-01-16 11:46:29 +00:00
brad
47d4e04482 add a feature which allows icb to print the current time in front of every
line by setting the option printtime to true.

From: NetBSD
2000-01-16 11:29:54 +00:00
brad
e0e3ed5099 - add errno.h header
- remove sys_errlist and friends
2000-01-16 11:27:12 +00:00
brad
493b97252c better patches 2000-01-16 11:10:49 +00:00
brad
4ef282ff0c sort PLIST 2000-01-16 10:49:46 +00:00
brad
d3db425848 - convert patches to unified diffs
- merge contents of patch-ad and patch-an into patch-ad
2000-01-16 09:26:46 +00:00
brad
518b1d8d3c - remove bad dist sites
- mkdir -> ${INSTALL_DATA_DIR}
2000-01-16 06:31:09 +00:00
brad
e2bfa5bb86 add nmapfe to Makefile 2000-01-09 07:59:31 +00:00
brad
47cc85dde7 add nmapfe port; From: Sean Cavanaugh <seanc@cginfo.sk.ca>
--
NmapFE is a frontend for the much loved scanner Nmap. 
Nmap is a portscanner that is able to do remote OS
detection via TCP/IP fingerprinting as well. You can
use Nmap to scan a large network, or a single host.
This frontend provides a simple GUI interface to the
complexity of Nmap. The GUI supports color coding for
various services, and enables you to append one scan
to the end of others, to create somewhat of a database
of scans.
2000-01-09 07:56:10 +00:00
brad
2ad67ea877 add security to nmap's categories list 2000-01-09 07:52:40 +00:00
dugsong
1b7a052f79 upgrade to version 1.35 2000-01-09 05:39:28 +00:00
brad
2cf6510c8c - remove unnecessary NEED_VERSION
- now that dependencies are working properly, remove glib from dependency list
- ${STRIP} -> strip
- ${MKDIR} -> ${INSTALL_DATA_DIR}
- sort PLIST
2000-01-09 02:40:04 +00:00
brad
cfe157de97 correct dist site URLs
From: Michael Wiacek <root@blowfish.magpage.com>
2000-01-09 01:45:00 +00:00
itojun
b5101ccba7 unbroken zebra. upgarde to 0.83a.
enable net/zebra in SUBDIR rule.

XXX pkg_create? does not consult @cwd correctly so I've put workaround in.
2000-01-08 14:34:26 +00:00
itojun
33d60fa1fa port for zebra 0.83, from KAME 2000-01-08 14:01:53 +00:00
angelos
9060fb184c Forgot full checksums... 2000-01-06 03:08:20 +00:00
angelos
0caa75cea4 Add NS and NAM (commented out for now) 2000-01-06 03:04:38 +00:00
angelos
875616662e A GUI for NS, from FreeBSD (as was NS itself). 2000-01-06 03:03:07 +00:00
angelos
2f694ea816 Network Simulator (the reason for all these tcl/tk commits earlier :-) 2000-01-06 02:46:03 +00:00
brad
1cb218b8f8 - there is no configure step for this port, add NO_CONFIGURE tag
- ${MKDIR} -> ${INSTALL_DATA_DIR}
- improve install target
- respect CC and CFLAGS
2000-01-04 07:02:44 +00:00
angelos
9239886a2b Fix, mark unbroken. 2000-01-03 17:57:32 +00:00
angelos
9552afbb49 Update to version 2.3BETA12 2000-01-03 15:13:43 +00:00
kevlo
990b1902c5 Add pop3gwd. 2000-01-03 02:23:50 +00:00
kevlo
748a3eadcb pop3gwd is an application-level gateway, or proxy, designed to allow
mail retrieval from POP3 servers by systems that either:

	(a) are behind a firewall or screening router OR
	(b) do not have an assigned IP number OR
	(c) must share a SLIP/PPP connection on another system
2000-01-03 02:22:42 +00:00
brad
51f3599a50 mark BROKEN (buffer overflow) 1999-12-30 08:11:55 +00:00
brad
aaca0c7a2b - change MASTER_SITES to ${MASTER_SITE_BACKUP} so this is retreivable again
- MAINTAINER should only be an e-mail address
- remove deprecated variables
- cleanup Makefile
1999-12-29 07:19:38 +00:00
brad
afb539c666 rearrange PLIST, put in alphabetical order 1999-12-21 02:42:31 +00:00
brad
de4d9d4368 cleanup Makefile 1999-12-21 00:17:56 +00:00
brad
70c9fc77b6 upgrade to BitchX 1.0c13 1999-12-20 15:39:18 +00:00
ho
24eda84191 Update to 8.2.2-P6-19991217. Marked unbroken. Add missing DESTDIRs. 1999-12-17 17:56:30 +00:00
dugsong
03a378a97a fix permissions on binary, install in /sbin, more libnet cleanup 1999-12-17 04:24:08 +00:00
angelos
4e9abdf7dc Fix so it compiles with new libnet. 1999-12-17 03:43:18 +00:00
angelos
0c43eb7afa Enable pchar. 1999-12-16 06:05:04 +00:00
angelos
b3b0d22bde Path characterization tool, from FreeBSD. 1999-12-16 06:03:50 +00:00
dugsong
6349db2096 bye bye NFR - http://www.nfr.net/download/reasons-for-removal.html 1999-12-15 05:16:24 +00:00
brad
5984bfc15f remove deprecated variables 1999-12-15 03:29:29 +00:00
kevlo
e9d4b2d678 The port should now compile and run better on fussy archs like the alpha. 1999-12-15 02:59:48 +00:00
kevlo
78685ce836 Remove that file. 1999-12-15 02:57:16 +00:00
kevlo
ca76526b11 95% of the warnings are fixed. Port no longer destroys /etc/netatalk/rc.atalk
if it exists.
1999-12-15 02:54:39 +00:00
dugsong
e7c3778bc3 new GAIM port, from evan.cordes@UMICH.EDU 1999-12-14 05:22:46 +00:00
brad
7982812431 - ${SED} -> sed
- cleanup Makefile
- make this port respect CC and CFLAGS
- fix port so it'll work in package form
1999-12-14 04:17:14 +00:00
brad
7aa99fdf05 - remove pre-configure target
- convert patch-aa to a unified diff
- remove workaround for texinfo install-info bug
- move removal of wget.info* into wget's Makefile just before it gets
re-generated
- ${SH} -> sh
1999-12-14 03:59:09 +00:00
angelos
78edeef281 Version 2.3b10 (Reinoud.Koornstra@ibbnet.org) 1999-12-14 01:11:28 +00:00
dugsong
fb437b78c0 upgrade to 1.0 release, from halogen@nol.net 1999-12-13 02:45:21 +00:00
brad
1abe62d27a add patch from FTP site for 2.500 snapshot 1999-12-10 20:56:44 +00:00
brad
9cdbc69220 make this port respect CC and CFLAGS 1999-12-08 04:34:21 +00:00
brad
eb5d813500 upgrade to nmap 2.3b8 1999-12-07 05:32:00 +00:00
brad
0929761910 re-arrange PLIST a bit, alphabetical order, more to come later 1999-12-06 20:08:27 +00:00
brad
fd8918b3a5 upgrade to 2.500 EPIC4 snapshot
- slight change, wserv has been renamed to wserv-epic so that BitchX and
  EPIC4 can co-exist on the same system.
1999-12-06 17:26:59 +00:00
brad
e3dcb7e454 upgrade to BitchX 1.0c11, suggested that anyone having core dumps or weird
problems with negative numbers etc. upgrade to this version. I've also
made it so the port installs all the help, script and translation files.
1999-12-06 17:24:18 +00:00
ho
8bd402f8af Marked broken. Currently a server running a signed zone can be crashed
(DOS) by recieving a SIG record request.
1999-12-06 15:45:01 +00:00
brad
ffe2cfabee upgrade to mrtg 2.8.9 1999-12-06 01:25:33 +00:00
dugsong
ec92f759de add nsping port 1999-12-05 18:14:15 +00:00
dugsong
714febb5c1 nsping - DNS "ping" 1999-12-05 18:09:08 +00:00
jakob
0d6b029be1 Update to v0.7.9 - CVS forgot this one... 1999-12-05 14:58:04 +00:00
jakob
889ad38989 Update to v0.7.9.
- Several protocol decoders updated and added
- Segfault fixes
1999-12-05 14:54:50 +00:00
form
234c0bfb5f Update to 0.4.3. 1999-12-05 13:01:34 +00:00
espie
88d4502064 Kill USE_EGCC/USE_EGXX, since 2.6 includes both as standard compilers. 1999-12-03 14:24:38 +00:00
brad
71e64a8297 - add patches which fix compilation of queso on Alpha
- add queso man page

from Debian via rohee@
1999-12-01 03:04:03 +00:00
dugsong
31853c1b52 missed an include 1999-11-30 02:50:57 +00:00
brad
98aa674c72 style 1999-11-30 00:54:44 +00:00
brad
f231fc00dc - change maintainers email address to markus@openbsd.org
- replace unnecessary USE_AUTOCONF tag with GNU_CONFIGURE
- cleanup Makefile
1999-11-30 00:23:28 +00:00
jasoni
109d86632f Fix PLIST; remove some FreeBSD specifics; check package. 1999-11-29 18:19:59 +00:00
brad
85c277b7f7 use proper autoconf options to tell MRTG where gd and libpng instead of
overriding CFLAGS and LDFLAGS
1999-11-28 05:22:43 +00:00
brad
b9e8e76450 fix dependency check for new version of gd 1999-11-26 16:20:25 +00:00
espie
515e861055 Update to 2.3.2.
See package cvs.log for details.
This includes fixing an obscure security hole.

Patch to avoid spinning in select on non-blocking descriptors (will
probably be fixed in rsync 2.3.3)
1999-11-21 23:42:52 +00:00
jakob
c30e4e4958 Update to BIND v8.2.2-P5. Mark unbroken. 1999-11-14 22:39:16 +00:00
espie
73bb534787 Update dxpc to 3.8.0.
This is needed for inter-operability with other systems, as 3.7.0 and
3.8.0 don't talk together.

Also, 3.8.0 fixes some important bugs, and it compresses bitmaps, which
means it can be used in various situations where it was completely useless
before.
1999-11-14 21:49:14 +00:00
turan
64d7e4a8e3 mark broken, SEVERE SECURITY PROBLEMS. Do not use until fixed. 1999-11-14 21:17:54 +00:00
dugsong
aadedd149b libnids port - network monitoring lib with TCP/IP reassembly. ok turans@ 1999-11-13 20:22:17 +00:00
turan
8e486af9b7 set maintiner to Peter Galbavy <Peter.Galbavy@knowledge.com> 1999-11-12 19:12:15 +00:00
brad
467b99f22e add tcpflow and tcptrace to Makefile 1999-11-12 14:26:05 +00:00
brad
7dbda33e53 add tcpflow port; jethro@dqc.org
-
tcpflow is a program that captures data transmitted as part of TCP
connections (flows), and stores it in a way that is convenient for
protocol analysis or debugging.  A program like 'tcpdump' only shows a
summary of packets seen on the wire, but usually doesn't store the
data that's actually being transmitted.  In contrast, tcpflow
reconstructs the actual data streams and stores each flow in a
separate file for later analysis.

tcpflow understands sequence numbers and will correctly reconstruct
data streams regardless of retransmissions or out-of-order delivery.
However, it currently does not understand IP fragments; flows
containing IP fragments will not be recorded properly.

Note: this port includes a small patch that adds the capability of
      reading the packets from a tcpdump(1) capture file, using
      a new option (-r).
1999-11-12 14:22:25 +00:00
brad
9a0776e343 add tcptrace port; jethro@dqc.org
-
tcptrace is a TCP dump file analysis tool written by Shawn Ostermann
at Ohio University. It is NOT a packet capture program. It reads
output dump files in the formats of several popular packet capturing
programs: tcpdump, snoop, etherpeek, and netm

For each connection, it keeps track of elapsed time, bytes/segments
sent and received, retransmissions, round trip times, window
advertisements, throughput, etc.  Its output format ranges from
Simple to Long to Very Detailed.
1999-11-12 14:14:52 +00:00
turan
da47713e6f delete proftpd 1999-11-08 17:42:30 +00:00
turan
7de6073ffa nuke insecure proftpd port. ok'd by maint. 1999-11-08 15:54:41 +00:00
turan
a6b326f967 balance quotes in broken tag 1999-11-03 01:19:24 +00:00
turan
f8d24d9a07 broken, major breakage in the packing lists.
someone is expecting substitution here.

tar: Unable to access bin/%%DISTNAME%% <No such file or directory>
tar: Unable to access lib/%%DISTNAME%%-lib/CHANGES <No such file or directory>
tar: Unable to access lib/%%DISTNAME%%-lib/README <No such file or directory>
tar: Unable to access lib/%%DISTNAME%%-lib/alias.tf <No such file or directory>
1999-10-30 13:07:10 +00:00
turan
caba90091f broken, compilation errors.
unshlight.c:56: structure has no member named `f_type'

I also saw
proc.c:1216: warning: large integer implicitly truncated to unsigned type
1999-10-30 13:00:50 +00:00
ho
104eb209bf Update to 8.2.2. Minor port/pkg mods. 1999-10-29 12:54:22 +00:00
espie
849361b781 Fix CATEGORIES 1999-10-29 12:05:31 +00:00
turan
1183ab9cf5 these ports are interactive. mark NO_PACKAGE 1999-10-29 09:40:15 +00:00
brad
dd68cfe3e2 - upgrade to Curl 6.2
- switch to using the in-tree OpenSSL
1999-10-29 03:44:29 +00:00