Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Activate security/sentry | jseger | 1998-12-19 | 1 | -1/+2 |
| | |||||
* | Import of abacus sentry v 0.61 | jseger | 1998-12-19 | 8 | -0/+99 |
| | | | | | | | | | | | Sentry is part of the Abacus Project suite of security tools. It is a program designed to detect and respond to port scans against a target host in real-time. There are other port scan detectors that peform similar detection of scans,but the Sentry has some unique features that may make it worth looking into. PR: ports/5475 Submitted by: chris@still.whet.org | ||||
* | portlint | sada | 1998-12-18 | 2 | -10/+8 |
| | |||||
* | upgrade to 2.01 | obrien | 1998-12-17 | 6 | -9/+9 |
| | | | | [many new OS fingerprints included :-) ] | ||||
* | Somehow this delete didn't propagate. | obrien | 1998-12-17 | 3 | -60/+0 |
| | |||||
* | Upgrade to 2.00. | obrien | 1998-12-15 | 13 | -25/+58 |
| | |||||
* | Add a patch to the 'skiphost' man page to reflect the -f option that we add. | archie | 1998-12-11 | 1 | -0/+39 |
| | |||||
* | * Fix compiling on 3.0.x. They include headers in the most non-"standard" | obrien | 1998-12-10 | 3 | -4/+43 |
| | | | | | | | order I've ever seen. Haven't these guys ever done Unix programming before? * Quiet some compiling warnings. For "security" software, this code should NOT have as many warnings and unused vars as it does. | ||||
* | Upgrade to v0.4.5. | kuriyama | 1998-12-10 | 6 | -14/+22 |
| | |||||
* | Mark BROKEN since the distfile for this port is no longer available. | steve | 1998-12-10 | 1 | -1/+3 |
| | |||||
* | Upgrade to v0.13 | billf | 1998-12-07 | 2 | -7/+14 |
| | | | | | PR: ports/8933 Submitted by: Don Croyle <croyle@gelemna.ft-wayne.in.us> | ||||
* | Upgrade to version 1.6. | obrien | 1998-12-07 | 2 | -18/+31 |
| | | | | | | Adds a new target for Intel MMX chips. (AMD K-6 already had their own target) Define "HAVE_MMX" to turn on optimizations for Intel MMX chipes. Define "HAVE_K6" to turn on opts for AMD K6 chips. | ||||
* | Remove the trailing '/' from *_DEPENDS definitions. | steve | 1998-12-07 | 1 | -2/+2 |
| | | | | | Caught by: A little perl script for INDEX generation that Satoshi and I are working on. :) | ||||
* | Fix typo error in Makefile. | vanilla | 1998-12-06 | 1 | -2/+2 |
| | | | | | PR: ports/8982 Submitted by: Terry Liao <ijliao@Terry.Dorm10.NCTU.edu.tw> | ||||
* | printf() was missing some arguments. -Wall is such a nice thing. | obrien | 1998-12-03 | 1 | -4/+16 |
| | |||||
* | Add `security' to categories. | obrien | 1998-12-03 | 1 | -2/+2 |
| | |||||
* | Install binary in PREFIX/sbin vs. bin | obrien | 1998-12-03 | 2 | -3/+3 |
| | | | | Reviewed by: nectar@FreeBSD.ORG (Maintainer) | ||||
* | Need to do a little bsd.port.pre.mk action to avoid a syntax error. | obrien | 1998-12-02 | 1 | -3/+5 |
| | | | | Noticed by: Bill Fenner <fenner@parc.xerox.com> | ||||
* | 1. Update base ssh2 version from 2.0.9 to 2.0.11 | obrien | 1998-12-01 | 7 | -33/+79 |
| | | | | | | | | | | | | | | | | | Ssh 2.0.9 has bugs abount updating utmp/wtmp file. 2. Now you can compile ssh2 to support TCP_Wrapper (security/tcp_wrapper) when you define USE_TCPWRAP=YES 3. Fix typo in MASTER_SITES (Thanks to Chris Piazza <norn@home.net>) 4. Use /usr/lib/libz.so.* instead of libz in ssh2 source file. 5. Delete some obsolute pathes. PR: ports/8916 Submitted by: issei@jp.FreeBSD.ORG | ||||
* | return breakage status (but only for 2.2.x) | obrien | 1998-12-01 | 1 | -1/+5 |
| | | | | Requested by: Satoshi | ||||
* | Mark unbroken. 2.2 is dead, 3.0 is the current and future. :-) | obrien | 1998-12-01 | 1 | -3/+1 |
| | |||||
* | fix typo in a URL | obrien | 1998-12-01 | 1 | -2/+2 |
| | |||||
* | work -> ${WRKDIR} | asami | 1998-12-01 | 3 | -6/+6 |
| | |||||
* | Checksum changed already! | nectar | 1998-12-01 | 1 | -1/+1 |
| | |||||
* | Update to 2.1. | nectar | 1998-12-01 | 2 | -9/+8 |
| | |||||
* | Fix the bug when the user specs the source address as the tun0/ppp0 | asami | 1998-11-29 | 3 | -0/+60 |
| | | | | | | link. Submitted by: jmb | ||||
* | Back out last commit -- we are in a freeze. Pass me the pointy hat. | nectar | 1998-11-29 | 1 | -1/+1 |
| | | | | Reminded by: asami | ||||
* | Back out last commit -- we are in a freeze. Pass me point hat. | nectar | 1998-11-29 | 1 | -7/+8 |
| | | | | Gently reminded by: asami | ||||
* | Update to 2.1 | nectar | 1998-11-29 | 2 | -9/+8 |
| | |||||
* | Fix compile problems under 3.0; haven't tested it with a 3.0 kernel yet. | archie | 1998-11-23 | 4 | -0/+103 |
| | |||||
* | The GNU Privacy Guard | kuriyama | 1998-11-23 | 10 | -0/+122 |
| | | | | Submitted by: kuriyama@FreeBSD.ORG | ||||
* | Activate gnupg. | kuriyama | 1998-11-23 | 1 | -1/+2 |
| | |||||
* | Mark it broken, doesn't build on 2.2-stable. | asami | 1998-11-23 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | ======= ===> Building for super-3.11.6 cc -c -DSUPERFILE=\"/usr/local/etc/super.tab\" -DTIMESTAMP_DIR=\"/usr/local/var/superstamps\" -DSYSLOG_PRIORITY=LOG_ERR -DHAVE_CONFIG_H -I. -O -pipe super.c In file included from localsys.h:166, from super.h:18, from super.c:12: /usr/include/prot.h:60: parse error before `create_auth_reply' /usr/include/prot.h:62: parse error before `KTEXT' /usr/include/prot.h:62: warning: data definition has no type or storage class *** Error code 1 Stop. | ||||
* | Use NO_WRKSUBDIR. | asami | 1998-11-23 | 1 | -2/+2 |
| | |||||
* | Oops, I forgot to remove old patches... | kuriyama | 1998-11-23 | 6 | -598/+0 |
| | |||||
* | Activate ssh2. | kuriyama | 1998-11-23 | 1 | -1/+2 |
| | |||||
* | Secure shell client and server (remote login program). | kuriyama | 1998-11-23 | 6 | -318/+172 |
| | | | | | PR: ports/8204 Submitted by: Issei Suzuki <issei@jp.FreeBSD.ORG> | ||||
* | Mark this broken as it awaits upgrade after repository copy. | asami | 1998-11-22 | 1 | -1/+3 |
| | |||||
* | Add another MASTER_SITE. | obrien | 1998-11-21 | 1 | -4/+5 |
| | |||||
* | Update to version 3.11.6. | obrien | 1998-11-19 | 5 | -13/+159 |
| | | | | | (currently the "password=y" feature to requre a password to be entered before running a command only works on DES passwords) | ||||
* | Update checksums. | obrien | 1998-11-19 | 1 | -0/+1 |
| | |||||
* | Fix ports/net/portscanner for 3.0-* people. | billf | 1998-11-18 | 2 | -4/+16 |
| | | | | | | PR: ports/8737 Reviewed by: Bill Fumerola <billf@FreeBSD.org> Submitted by: Osokin Sergey <osa@freebsd.org.ru> | ||||
* | Initial import of portscanner, a quick and dirty way to scan ports | billf | 1998-11-17 | 6 | -0/+48 |
| | | | | | | similar to strobe, but much quicker, and good for use in scripts and CGI. PR: ports/7582 | ||||
* | The original SKIP source is export controlled and only obtainable via a web | archie | 1998-11-17 | 1 | -16/+7 |
| | | | | | page, which previously meant that this port would not build automatically. Some naughty person exported the tarball, so now point directly to it instead. | ||||
* | SKIP needs a custom mbuf flag; use M_PROTO1 instead of M_EOR. | archie | 1998-11-17 | 2 | -2/+33 |
| | | | | | | PR: ports/8712 Reviewed by: Archie Cobbs <archie@whistle.com> Submitted by: Christopher N . Harrell <cnh@eng.mindspring.net> | ||||
* | Use bsd.port.{pre,post}.mk to move PORTOBJFORMAT to front, or change | asami | 1998-11-14 | 4 | -32/+40 |
| | | | | | shell loops to make loops. Use EXTRA_PKG_FLAGS to add install scripts instead of adding it to PKG_FLAGS after bsd.port.mk. | ||||
* | add official kerberos patch | ache | 1998-11-10 | 2 | -0/+572 |
| | |||||
* | Build and install correctly for a.out and ELF. | nectar | 1998-11-07 | 8 | -60/+140 |
| | |||||
* | Make IS_INTERACTIVE so people doing ``cd /usr/ports ; make fetch'' will | obrien | 1998-11-04 | 1 | -1/+2 |
| | | | | | | get a little farther. Requested by: Andreas Klemm <andreas@klemm.gtn.com> | ||||
* | configure with "--without-x" if X11BASE/bin/xauth is missing. | obrien | 1998-10-30 | 2 | -2/+10 |
| | | | | Requested by: Studded@gorean.org |