summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)Author
2000-03-11Activate ipfmChris D. Faulhaber
2000-03-11IP Flow Meter is a bandwidth analysis tool, that measures how much bandwidthChris D. Faulhaber
specified hosts use on their Internet link. PR: 17190 Submitted by: Roman Shterenzon <roman@xpert.com>
2000-03-11Activate isicChris D. Faulhaber
2000-03-11IP Stack Integrity CheckerChris D. Faulhaber
Its purpose is to test the stability of an IP Stack and its component stacks (TCP, UDP, ICMP et. al.) It does this be generating random packets of the desired protocol. PR: 16976 Submitted by: Brad Hendrickse <bradh@uunet.co.za>
2000-03-11Add support for Amiga-style outboundChris D. Faulhaber
PR: 17280 Submitted by: Maintainer
2000-03-11Resurrect client codepage coniguration samples that were in 1.9.x port.Tatsumi Hosokawa
2000-03-10Update for a new md5 and changes in the setup script.Mike Smith
Submitted by: Martti Kuparinen <martti@nomadiclab.com>
2000-03-10Removed manpages in share/doc/manpages that will be also installedTatsumi Hosokawa
in share/man.
2000-03-09Update to latest version (20000102), with new MASTER_SITEAde Lovett
and other bits and pieces PR: 17197 (also closes 15820) Submitted by: maintainer
2000-03-08Update port to 1.5p2Chris D. Faulhaber
PR: 17234 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
2000-03-08Use u_int32_t instead of u_int32. This makes this port compatible withBill Fenner
the new uclmmbase port (on its way).
2000-03-08Unbreak by linking dynamicallyKris Kennaway
Submitted by: Jim Bloom <bloom@acm.org>
2000-03-08Upgrade to 0.8.4, bugfixes + new disectors. This program continues to rock.Bill Fumerola
2000-03-07SECURITY UPGRADE: 0.42 addresses the setuid dropping issues addressed onBill Fumerola
BugTraq by Viktor Fougstedt.
2000-03-05Add "-f" to all "su" invocations for better behavior when the loginJohn Polstra
shell is csh. Submitted by: ache
2000-03-05Add some docs to help those netbooting their VAXen.David E. O'Brien
2000-03-05Apply patch from http://world.std.com/~bdc/projects/vaxen/VAX-netboot-HOWTODavid E. O'Brien
(reworked by me) PR: 17086 Submitted by: Joel Sutton <jsutton@bbcon.com.au>
2000-03-05nsping 0.8 is a tool for 'pinging' DNS servers.Kris Kennaway
Obtained from: OpenBSD
2000-03-05This is a setuid root binary. sprintf()s of DNS hostnames into undersizedKris Kennaway
buffers are bad. Fix this. It should also drop privileges for extra safety, but doesn't.
2000-03-05Add missing pixmaps to the PLIST.Jim Mock
Submitted by: fenner
2000-03-04use -pedantic to fix the build.Chris Piazza
Submitted by: Will Andrews <andrews@technologist.com>
2000-03-04Update MASTER_SITESChris Piazza
PR: 17012 Submitted by: maintainer
2000-03-04Update to arla 0.31Kris Kennaway
Submitted by: Assar Westerlund <assar@stacken.kth.se> PR: 17036
2000-03-04Update port to 2.1.1Chris D. Faulhaber
PR: 17144 Submitted by: Maintainer
2000-03-03Use EXTRA_PATCHES instead of copying a patch into ${PATCHDIR}, whichSatoshi Asami
can be read-only.
2000-03-02Activate everybuddyJim Mock
2000-03-02Import of everybuddy.Jim Mock
Everybuddy is a chat application that "combines" several different ones including AIM, ICQ, and Yahoo! Chat.
2000-03-02Respect CC and CFLAGSKris Kennaway
2000-03-01Simplify shlib version generation by using PLIST_SUB.Satoshi Asami
2000-03-01bentoize the PLIST creation for people with libc.4Bill Fumerola
2000-02-29Add USE_XLIB= yesRoger Hardiman
Spotted by: Bento
2000-02-29Update to 1.0.0Yukihiro Nakai
2000-02-29Activate ppptraf.Donald Burr
2000-02-29PR: ports/15375Donald Burr
Submitted by: diskiller@cnbinc.com Reviewed by: dburr@FreeBSD.ORG Import of new port net/ppptraf, a PPP bytes in/out monitoring tool.
2000-02-28Fix around libtool.Yukihiro Nakai
PR: ports/16876 Submitted by: Kato Tsuguru<tkato@prontomail.ne.jp>, Ade Lovett<ade@FreeBSD.org>
2000-02-28Add virtual category "linux" to Linux apps and support libs/utils.Satoshi Asami
2000-02-27Fix build errors on -current.Steve Price
2000-02-27This port doesn't build with byacc on -current, so add 'USE_BISON=yes'.Steve Price
2000-02-27Fix build errors on -current.Steve Price
2000-02-27Get this to build on -current.Steve Price
2000-02-27- This port LIB_DEPENDS on the glib12 port.Steve Price
- Use ifr_flags instead of ifr_ifru.ifru_flags so this build again on current.
2000-02-27Make this port build again on -current.Steve Price
2000-02-27PLIST fixes.Jeremy Lea
Found by: bento
2000-02-27Chase the checksum (minor changes to the distfile contents)Kris Kennaway
Noticed by: Satoshi's lunchbox
2000-02-27Activate p5-PlRPC.Vanilla I. Shu
2000-02-27Perl module for writing RPC servers and clients.Vanilla I. Shu
2000-02-27Activate p5-Net-DaemonVanilla I. Shu
2000-02-27Add p5-Net-Daemon,Vanilla I. Shu
it's perl5 extension of portable daemons.
2000-02-27Fix buildKris Kennaway
Submitted by: Jim Bloom <bloom@acm.org>
2000-02-25p5-Net-IPv4Addr provides functions to parse IPv4 addresses bothAde Lovett
in traditional address/netmask format and in the new CIDR format. Methods for calculating the network and broadcast address, and also to check if a given address is in a specific network also exist. PR: 16984 Submitted by: Brad Hendrickse <bradh@uunet.co.za>