summaryrefslogtreecommitdiff
path: root/security (follow)
Commit message (Collapse)AuthorAgeFilesLines
* This is crypto. Warn appropriately.Mark Murray1999-01-032-2/+4
| | | | Notes: svn path=/head/; revision=15802
* Correct pathname.Dirk Froemberg1999-01-022-4/+4
| | | | | | | | PR: ports/9258 Submitted by: Seigo TANIMURA <tanimura@naklab.dnj.ynu.ac.jp> Notes: svn path=/head/; revision=15790
* Change *_DEPENDS on lang/perl5 to USE_PERL5 so we won't have anySatoshi Asami1999-01-021-5/+5
| | | | | | | | | | dependencies to perl5 in -current. This might cause some unwanted perl5 installations on -stable (if it was originally RUN_DEPENDS, perl5 will now be installed during build too, etc.), but its lifetime is limited anyway. Notes: svn path=/head/; revision=15765
* Do not error out if the distfiles do not exist. (they are only manuallyDavid E. O'Brien1998-12-311-12/+8
| | | | | | | fetchable). Notes: svn path=/head/; revision=15742
* upgrade to 2.02David E. O'Brien1998-12-296-9/+9
| | | | Notes: svn path=/head/; revision=15706
* Honor CFLAGS.Matthew Hunt1998-12-291-4/+15
| | | | Notes: svn path=/head/; revision=15704
* Update incorrect md5 printout.Bill Fumerola1998-12-272-0/+22
| | | | | | | | PR: ports/9198 Submitted by: Shigeyuki FUKUSHIMA shige@kuis.kyoto-u.ac.jp Notes: svn path=/head/; revision=15672
* Need to include bsd.port.pre.mk before using ${OSVERSION}.Satoshi Asami1998-12-263-6/+12
| | | | Notes: svn path=/head/; revision=15645
* With Satoshi's next bsd.port.* commit, this should work.David E. O'Brien1998-12-251-2/+4
| | | | Notes: svn path=/head/; revision=15606
* Activate security/sniffJustin M. Seger1998-12-241-1/+2
| | | | Notes: svn path=/head/; revision=15604
* Import of sniff v1.0Justin M. Seger1998-12-245-0/+25
| | | | | | | | | | | | This program filters the tcpump raw packet data looking for logins and passwords on the most commonly used tcp ports (ftp telnet pop3 ...). It dumps sniffed data to a file named sniff.log PR: 9039 Submitted by: admin@righi.ml.org Notes: svn path=/head/; revision=15603
* Attempt to not "exit 1" if the distfile is missing. Otherwise batch fetchingDavid E. O'Brien1998-12-241-12/+5
| | | | | | | of distfiles is harder than I would like. Notes: svn path=/head/; revision=15595
* Activate security/sentryJustin M. Seger1998-12-191-1/+2
| | | | Notes: svn path=/head/; revision=15434
* Import of abacus sentry v 0.61Justin M. Seger1998-12-198-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 Notes: svn path=/head/; revision=15433
* portlintSADA Kenji1998-12-182-10/+8
| | | | Notes: svn path=/head/; revision=15417
* upgrade to 2.01David E. O'Brien1998-12-176-9/+9
| | | | | | | [many new OS fingerprints included :-) ] Notes: svn path=/head/; revision=15399
* Somehow this delete didn't propagate.David E. O'Brien1998-12-173-60/+0
| | | | Notes: svn path=/head/; revision=15391
* Upgrade to 2.00.David E. O'Brien1998-12-1513-25/+58
| | | | Notes: svn path=/head/; revision=15358
* Add a patch to the 'skiphost' man page to reflect the -f option that we add.Archie Cobbs1998-12-111-0/+39
| | | | Notes: svn path=/head/; revision=15266
* * Fix compiling on 3.0.x. They include headers in the most non-"standard"David E. O'Brien1998-12-103-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. Notes: svn path=/head/; revision=15252
* Upgrade to v0.4.5.Jun Kuriyama1998-12-106-14/+22
| | | | Notes: svn path=/head/; revision=15248
* Mark BROKEN since the distfile for this port is no longer available.Steve Price1998-12-101-1/+3
| | | | Notes: svn path=/head/; revision=15238
* Upgrade to v0.13Bill Fumerola1998-12-072-7/+14
| | | | | | | | PR: ports/8933 Submitted by: Don Croyle <croyle@gelemna.ft-wayne.in.us> Notes: svn path=/head/; revision=15174
* Upgrade to version 1.6.David E. O'Brien1998-12-072-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. Notes: svn path=/head/; revision=15168
* Remove the trailing '/' from *_DEPENDS definitions.Steve Price1998-12-071-2/+2
| | | | | | | | Caught by: A little perl script for INDEX generation that Satoshi and I are working on. :) Notes: svn path=/head/; revision=15164
* Fix typo error in Makefile.Vanilla I. Shu1998-12-061-2/+2
| | | | | | | | PR: ports/8982 Submitted by: Terry Liao <ijliao@Terry.Dorm10.NCTU.edu.tw> Notes: svn path=/head/; revision=15144
* printf() was missing some arguments. -Wall is such a nice thing.David E. O'Brien1998-12-031-4/+16
| | | | Notes: svn path=/head/; revision=15097
* Add `security' to categories.David E. O'Brien1998-12-031-2/+2
| | | | Notes: svn path=/head/; revision=15096
* Install binary in PREFIX/sbin vs. binDavid E. O'Brien1998-12-032-3/+3
| | | | | | | Reviewed by: nectar@FreeBSD.ORG (Maintainer) Notes: svn path=/head/; revision=15079
* Need to do a little bsd.port.pre.mk action to avoid a syntax error.David E. O'Brien1998-12-021-3/+5
| | | | | | | Noticed by: Bill Fenner <fenner@parc.xerox.com> Notes: svn path=/head/; revision=15055
* 1. Update base ssh2 version from 2.0.9 to 2.0.11David E. O'Brien1998-12-017-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 Notes: svn path=/head/; revision=15012
* return breakage status (but only for 2.2.x)David E. O'Brien1998-12-011-1/+5
| | | | | | | Requested by: Satoshi Notes: svn path=/head/; revision=15011
* Mark unbroken. 2.2 is dead, 3.0 is the current and future. :-)David E. O'Brien1998-12-011-3/+1
| | | | Notes: svn path=/head/; revision=15006
* fix typo in a URLDavid E. O'Brien1998-12-011-2/+2
| | | | Notes: svn path=/head/; revision=14995
* work -> ${WRKDIR}Satoshi Asami1998-12-013-6/+6
| | | | Notes: svn path=/head/; revision=14985
* Checksum changed already!Jacques Vidrine1998-12-011-1/+1
| | | | Notes: svn path=/head/; revision=14976
* Update to 2.1.Jacques Vidrine1998-12-012-9/+8
| | | | Notes: svn path=/head/; revision=14975
* Fix the bug when the user specs the source address as the tun0/ppp0Satoshi Asami1998-11-293-0/+60
| | | | | | | | | link. Submitted by: jmb Notes: svn path=/head/; revision=14962
* Back out last commit -- we are in a freeze. Pass me the pointy hat.Jacques Vidrine1998-11-291-1/+1
| | | | | | | Reminded by: asami Notes: svn path=/head/; revision=14946
* Back out last commit -- we are in a freeze. Pass me point hat.Jacques Vidrine1998-11-291-7/+8
| | | | | | | Gently reminded by: asami Notes: svn path=/head/; revision=14944
* Update to 2.1Jacques Vidrine1998-11-292-9/+8
| | | | Notes: svn path=/head/; revision=14942
* Fix compile problems under 3.0; haven't tested it with a 3.0 kernel yet.Archie Cobbs1998-11-234-0/+103
| | | | Notes: svn path=/head/; revision=14834
* The GNU Privacy GuardJun Kuriyama1998-11-2310-0/+122
| | | | | | | Submitted by: kuriyama@FreeBSD.ORG Notes: svn path=/head/; revision=14824
* Activate gnupg.Jun Kuriyama1998-11-231-1/+2
| | | | Notes: svn path=/head/; revision=14823
* Mark it broken, doesn't build on 2.2-stable.Satoshi Asami1998-11-231-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. Notes: svn path=/head/; revision=14806
* Use NO_WRKSUBDIR.Satoshi Asami1998-11-231-2/+2
| | | | Notes: svn path=/head/; revision=14802
* Oops, I forgot to remove old patches...Jun Kuriyama1998-11-236-598/+0
| | | | Notes: svn path=/head/; revision=14796
* Activate ssh2.Jun Kuriyama1998-11-231-1/+2
| | | | Notes: svn path=/head/; revision=14789
* Secure shell client and server (remote login program).Jun Kuriyama1998-11-236-318/+172
| | | | | | | | PR: ports/8204 Submitted by: Issei Suzuki <issei@jp.FreeBSD.ORG> Notes: svn path=/head/; revision=14788
* Mark this broken as it awaits upgrade after repository copy.Satoshi Asami1998-11-221-1/+3
| | | | Notes: svn path=/head/; revision=14775