summaryrefslogtreecommitdiff
path: root/security (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add snort.Dirk Froemberg1999-08-021-1/+2
| | | | Notes: svn path=/head/; revision=20490
* Initial import of snort-1.2, aDirk Froemberg1999-08-025-0/+59
| | | | | | | lightweight network intrusion detection system. Notes: svn path=/head/; revision=20489
* upgrade to 2.08Andrey A. Chernov1999-08-022-4/+4
| | | | Notes: svn path=/head/; revision=20474
* Find the ssl header files correctly and fix this so it will work ifSteve Price1999-08-013-4/+22
| | | | | | | | | | USA_RESIDENT=YES. PR: 12795 Submitted by: Palle Girgensohn <girgen@partitur.se> Notes: svn path=/head/; revision=20440
* Only declare this port BROKEN if ${OSVERSION} >= 400006 so that it stillArchie Cobbs1999-07-311-3/+7
| | | | | | | | | works under -stable. How to do this suggested by: David O'Brien <obrien@NUXI.com> Notes: svn path=/head/; revision=20412
* Upgrade to v0.9.9.Jun Kuriyama1999-07-264-8/+8
| | | | Notes: svn path=/head/; revision=20351
* Hard code the path to nmap w/in nmapfe. Thus it will work in the face of aDavid E. O'Brien1999-07-236-0/+138
| | | | | | | | | limited path. Bug reported by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de> Notes: svn path=/head/; revision=20329
* Add new file README.FreeBSD+NAT to the documentation subdirectory, describingArchie Cobbs1999-07-225-12/+90
| | | | | | | | | | | how to run SKIP and natd together. Submitted by: Jim Flowers <jflowers@ezo.net> Mark this port as BROKEN until the device registration bit is fixed. Notes: svn path=/head/; revision=20319
* Upgrade to nmap-2.2-BETA4. The beta includes a very nice GUI (xnmap) thatDavid E. O'Brien1999-07-2210-17/+38
| | | | | | | simplifies the running of nmap for the point and shoot crowd. Notes: svn path=/head/; revision=20318
* Upgrade to strobe-1.06Justin M. Seger1999-07-212-4/+5
| | | | Notes: svn path=/head/; revision=20304
* Remove manpages from PLIST and use MLINKS instead of a bunch of ${LN} calls.Michael Haro1999-07-162-24/+10
| | | | Notes: svn path=/head/; revision=20226
* Switch pidentd to using sysctl()s instead of libkvm. It now doesn't needBrian Feldman1999-07-142-0/+50
| | | | | | | | | | to be linked with libkvm... this should fix a lot of strange problems people report with pidentd. This is for -CURRENT only, at the moment. Notes: svn path=/head/; revision=20204
* Add /modules and /boot to the default config file.Chris Piazza1999-07-143-6/+18
| | | | | | | | PR: 12622 Submitted by: Martti Kuparinen <martti.kuparinen@ericsson.com> Notes: svn path=/head/; revision=20187
* Support the MDTM ftp command in the ftp-gw.David E. O'Brien1999-07-091-0/+10
| | | | | | | Submitted by: Alexander V. Tischenko <flash@hway.ru> Notes: svn path=/head/; revision=20135
* Add some MASTER_SITEs so we can download from a site that doesn't limitBill Fumerola1999-07-071-2/+5
| | | | | | | logins to 50 users. Notes: svn path=/head/; revision=20106
* Update the master site.Masafumi Max NAKANE1999-07-071-2/+2
| | | | Notes: svn path=/head/; revision=20104
* Fix instances of "This is ...."Tim Vanderhoek1999-07-031-1/+1
| | | | Notes: svn path=/head/; revision=19966
* Upgrade to v0.9.8.Jun Kuriyama1999-06-304-8/+10
| | | | | | | Add workaround for compilation with CFLAGS=-pipe. Notes: svn path=/head/; revision=19917
* add --disable-posix-threads. Fixes apache+php3 hang.Nick Sayer1999-06-291-2/+2
| | | | | | | Suggested-by: PHP-dev mailing list Notes: svn path=/head/; revision=19895
* Add --disable-pthreads. Fixes apache+php3 hangNick Sayer1999-06-291-2/+2
| | | | | | | suggested by: PHP-dev mailing list Notes: svn path=/head/; revision=19894
* Stealing some good ideas from ports/devel/mm:Nick Sayer1999-06-292-2/+8
| | | | | | | | | 1. postinstall ldconfig 2. pkg/PLIST ldconfigs 3. CONFIGURE_ARGS Notes: svn path=/head/; revision=19892
* Stealing some fix-ups from ports/devel/mm:Nick Sayer1999-06-292-3/+9
| | | | | | | | | 1. post-install ldconfig 2. CONFIGURE_ARGS 3. PLIST ldconfigs Notes: svn path=/head/; revision=19891
* add new libmcrypt port to security/MakefileNick Sayer1999-06-281-1/+2
| | | | Notes: svn path=/head/; revision=19886
* Import of libmcrypt port of multicipher cryptographic libraryNick Sayer1999-06-285-0/+33
| | | | Notes: svn path=/head/; revision=19885
* add new mhash port to security/MakefileNick Sayer1999-06-281-1/+2
| | | | Notes: svn path=/head/; revision=19883
* Import of mhash cryptographic hashing library portNick Sayer1999-06-285-0/+32
| | | | Notes: svn path=/head/; revision=19882
* Remove trailing spaces, and any periods that were hidden by them.Tim Vanderhoek1999-06-282-2/+2
| | | | Notes: svn path=/head/; revision=19848
* #4/4 enforcing Caps, no periodTim Vanderhoek1999-06-2642-42/+42
| | | | | | | | | | | | | | | [Has anyone figured-out what makes the number 393 so interesting to PW, now?] I wonder what was going through Jordan's head during his infamous $Id$-smashing commit. Before I forget.... Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de Notes: svn path=/head/; revision=19804
* Add comment that USE_TCPWRAP ==> YES if /usr/include/tcpd.h exists.David E. O'Brien1999-06-241-2/+2
| | | | Notes: svn path=/head/; revision=19753
* Upgrade to version 3.3.Dirk Froemberg1999-06-233-18/+4
| | | | | | | | PR: ports/12318: Submitted by: Martti Kuparinen <martti.kuparinen@ericsson.com> (maintainer) Notes: svn path=/head/; revision=19724
* Obey "NO_X11".David E. O'Brien1999-06-232-3/+23
| | | | | | | Submitted by: Phil Homewood <philh@mincom.com> Notes: svn path=/head/; revision=19709
* CFS's cmkdir now makes directories as Blowfish by default.Brian Feldman1999-06-222-2/+13
| | | | | | | | | I've made myself the maintainer, as well. Reviewed by: jdp Notes: svn path=/head/; revision=19611
* Update master sites.John Polstra1999-06-211-3/+3
| | | | Notes: svn path=/head/; revision=19606
* Update to 0.15.Chris Piazza1999-06-202-5/+5
| | | | | | | | PR: 12306 Submitted by: maintainer Notes: svn path=/head/; revision=19593
* Change my email address to FreeBSD.org.Chris Piazza1999-06-192-6/+3
| | | | | | | | Also some minor nits (extra fluff in all of my ports' DESCR files, USE_XLIB defined when USE_X_PREFIX is also defined, etc). Notes: svn path=/head/; revision=19556
* upgrade to 2.0.13Andrey A. Chernov1999-06-1811-62/+70
| | | | | | | | | | XXXtgetent from original PR fixed PR: 12279 Submitted by: Issei Suzuki <issei@issei.org> Notes: svn path=/head/; revision=19548
* Only use trimdomain() if __FreeBSD_version > 320000Brian Somers1999-06-182-9/+22
| | | | | | | It was available in 3.0 & 3.1 but would truncate at UT_HOSTSIZE-1 Notes: svn path=/head/; revision=19543
* Need to quote if we use "'".Hidetoshi Shimokawa1999-06-161-2/+2
| | | | Notes: svn path=/head/; revision=19492
* i386 only.Hidetoshi Shimokawa1999-06-161-1/+3
| | | | Notes: svn path=/head/; revision=19490
* PR: ports/12037SADA Kenji1999-06-1511-390/+162
| | | | | | | | | | Submitted by: Issei Suzuki <issei@jp.FreeBSD.ORG> Upgrade to 1.2.27. # I'm not maintainer but it seems that torstenb is too busy to # look the PR and many people want new version ssh port. Notes: svn path=/head/; revision=19489
* Add the gpasman port.Steve Price1999-06-091-1/+2
| | | | Notes: svn path=/head/; revision=19370
* Initial import of gpasman version 1.1.3.Steve Price1999-06-096-0/+42
| | | | | | | | | | A password manager that stores password information encrypted. PR: 11787 Submitted by: Dominik Brettnacher <domi@saargate.de> Notes: svn path=/head/; revision=19369
* Add the firewalk port.Steve Price1999-06-091-1/+2
| | | | Notes: svn path=/head/; revision=19359
* Initial import of firewalk version 0.99beta.Steve Price1999-06-096-0/+67
| | | | | | | | | | A network auditing tool. PR: 11641 Submitted by: Peter Shipley <shipley@dis.org> Notes: svn path=/head/; revision=19358
* update to 1.5.9.2Michael Haro1999-06-072-6/+6
| | | | Notes: svn path=/head/; revision=19294
* Add the sslproxy port.Steve Price1999-06-061-1/+2
| | | | Notes: svn path=/head/; revision=19272
* Initial import of sslproxy version 19980614.Steve Price1999-06-066-0/+46
| | | | | | | | | | Proxies non-SSL requests over an SSL connection. PR: 11723 Submitted by: Alex Le Heux <alexlh@funk.org> Notes: svn path=/head/; revision=19271
* Update to version 3.2.Steve Price1999-06-063-4/+40
| | | | | | | | PR: 12018 Submitted by: maintainer Notes: svn path=/head/; revision=19250
* Upgrade to 0.9.3a.Dirk Froemberg1999-06-064-10/+10
| | | | Notes: svn path=/head/; revision=19224
* Remove the test to create ${PREFIX}/share/info/dir as it is nowMichael Haro1999-06-058-24/+4
| | | | | | | in bsd.port.mk and this helps to unify the check and install. Notes: svn path=/head/; revision=19223