summaryrefslogtreecommitdiff
path: root/security (follow)
Commit message (Collapse)AuthorAgeFilesLines
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-3129-43/+43
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* $Id$ -> $FreeBSD$Peter Wemm1999-08-3186-86/+86
| | | | Notes: svn path=/head/; revision=21143
* Update to allow 3.2 (320002) to use the new interface to the kernel.Brian Feldman1999-08-292-4/+5
| | | | Notes: svn path=/head/; revision=21087
* upgdate to sudo.v1.5.9p4Michael Haro1999-08-282-6/+6
| | | | Notes: svn path=/head/; revision=21053
* expr -> ${EXPR}Michael Haro1999-08-287-16/+16
| | | | | | | | | mv -> ${MV} rm -> ${RM} tr -> ${TR} Notes: svn path=/head/; revision=21051
* sed -> ${SED}Michael Haro1999-08-281-2/+2
| | | | Notes: svn path=/head/; revision=21048
* ln -> ${LN}Michael Haro1999-08-282-6/+6
| | | | Notes: svn path=/head/; revision=21047
* echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffMichael Haro1999-08-273-10/+10
| | | | | | | to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE} Notes: svn path=/head/; revision=21034
* Change Id->FreeBSD.David E. O'Brien1999-08-252-2/+2
| | | | Notes: svn path=/head/; revision=20960
* grep -> ${GREP}Michael Haro1999-08-233-6/+6
| | | | | | | | true -> ${TRUE} false -> ${FALSE} Notes: svn path=/head/; revision=20902
* awk -> ${AWK}Michael Haro1999-08-221-2/+2
| | | | | | | | | | | basename -> ${BASENAME} cat -> ${CAT} cp -> ${CP} ldconfig -> ${LDCONFIG} mkdir -> ${MKDIR} Notes: svn path=/head/; revision=20898
* chmod -> ${CHMOD}Michael Haro1999-08-2215-48/+37
| | | | | | | chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
* Make it clear(er) that RSAREF is a port that must be installed, not, perhaps,Tim Vanderhoek1999-08-182-4/+4
| | | | | | | | | some piece of the base system (a-la crypto). I wrote "rsaref port" instead of "security/rsaref" since on the remote chance that rsaref switches categories, I don't want the message to become wrong. Notes: svn path=/head/; revision=20766
* Upgrade to 2.1.8.6b6.Vanilla I. Shu1999-08-142-4/+4
| | | | Notes: svn path=/head/; revision=20711
* Upgrade to v0.9.10.Jun Kuriyama1999-08-124-8/+8
| | | | Notes: svn path=/head/; revision=20672
* Upgrade to 0.9.4.Dirk Froemberg1999-08-0910-150/+138
| | | | Notes: svn path=/head/; revision=20633
* SUID ssh breaks kerberos; disable in the kerberized case. I evenMark Murray1999-08-091-2/+3
| | | | | | | | like the idea of breaking SUID bit permanently, but I'll leave this up to the maintainer. Notes: svn path=/head/; revision=20631
* Update to version 1.5.9p3Michael Haro1999-08-072-6/+6
| | | | Notes: svn path=/head/; revision=20598
* Upgrade to 1.2.1.Dirk Froemberg1999-08-072-3/+3
| | | | Notes: svn path=/head/; revision=20590
* Typo in URL.Dirk Froemberg1999-08-031-1/+1
| | | | Notes: svn path=/head/; revision=20515
* 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