aboutsummaryrefslogtreecommitdiffstats
path: root/security/Makefile
Commit message (Collapse)AuthorAgeFilesLines
...
* Crypt::OpenPGP is a pure-Perl implementation of the OpenPGP standard[1].mharo2001-09-121-0/+1
| | | | | | In addition to support for the standard itself, Crypt::OpenPGP claims compatibility with many other PGP implementations, both those that support the standard and those that preceded it.
* Crypt::RSA is a pure-perl, cleanroom implementation of the RSA public-keymharo2001-09-121-0/+1
| | | | | cryptosystem. It uses Math::Pari(3), a perl interface to the blazingly fast PARI library, for big integer arithmetic and number theoretic computations.
* Crypt::DSA is an implementation of the DSA (Digital Signature Algorithm)mharo2001-09-121-0/+1
| | | | | | signature verification system. The implementation itself is pure Perl, although the heavy-duty mathematics underneath are provided by the Math::Pari library.
* Provable Prime Number Generator suitable for Cryptographic Applicationsmharo2001-09-121-0/+1
|
* Tie::EncryptedHash augments Perl hash semantics to build secure, encryptingmharo2001-09-121-0/+1
| | | | containers of data.
* Crypt::Random is an interface module to the /dev/random device found on mostmharo2001-09-121-0/+1
| | | | modern Unix systems.
* Add p5-Crypt-OpenSSL-RSA, a Perl5 module to RSA encode and decodeknu2001-09-111-0/+1
| | | | | | | strings using OpenSSL. PR: ports/30106 Submitted by: Norikatsu Shigemura <nork@cityfujisawa.ne.jp>
* Add p5-Crypt-OpenSSL-Random, a Perl5 interface to the OpenSSLknu2001-09-111-0/+1
| | | | | | | pseudo-random number generator. PR: ports/30107 Submitted by: Norikatsu Shigemura <nork@cityfujisawa.ne.jp>
* Add keychain 1.2, a user-friendly front-end to ssh-agent(1).wjv2001-09-101-0/+1
|
* saferpay is a command line tool for online payment.alex2001-09-071-0/+1
| | | | | | | At the moment it is used in europe, mostly germany and switzerland. Submitted by: Martin Blapp <mb@imp.ch>
* Add yafix, Yet Another File Integrity Checker, similar to Tripwire.knu2001-09-041-0/+1
| | | | | | | It is simple, fast, and flexible. PR: ports/29908 Submitted by: Allan Saddi <asaddi@philosophysw.com>
* Add pam_pwdfile, a PAM module which allows authentication againstknu2001-09-041-0/+1
| | | | | | | alternate passwd files. PR: 30240 Submitted by: Michael Schout <mschout@gkg.net>
* Add qident, a small program to query a remote IDENT (RFC 1413) server.dd2001-08-301-0/+1
|
* add qtfwijliao2001-08-291-0/+1
| | | | | | | A GUI frontend for ipfw utility in FreeBSD PR: 30077 Submitted by: Patrick Li <pat@databits.net>
* add geheimnis-2petef2001-08-291-0/+1
| | | | | | | Shell for integrating PGP/GnuPG into KDE PR: 27313 Submitted by: Pekka Nikander <pekka.nikander@iki.fi>
* DrWeb antivirus sendmail integrationache2001-08-241-0/+1
|
* DrWeb antivirus, FreeBSD binaryache2001-08-241-0/+1
|
* add p5-GPG 0.06petef2001-08-231-0/+1
| | | | | | | A Perl interface to GnuPG PR: 29658 Reviewed by: ade
* Move flawfinder from devel to security where the other source-code auditingkris2001-08-231-0/+1
| | | | | | tools live. Discussed with: ijliao
* Add rats-1.1kris2001-08-231-0/+1
| | | | | | | | | | | | | | This is RATS, a rough auditing tool for security, developed by Secure Software Solutions. It is a tool for scanning source code (C, C++, Perl, and Python) and flagging common security related programming errors such as buffer overflows and TOCTOU (Time Of Check, Time Of Use) race conditions. As its name implies, the tool performs only a rough analysis of source code. It will not find every error and will also find things that are not errors. Manual inspection of your code is still necessary, but greatly aided with this tool. Obtained from: OpenBSD
* add borzoiijliao2001-08-231-0/+1
| | | | An Elliptic Curve Cryptography Library
* Add ppgen 1.0, a program to generate random passphrases from dictionarykris2001-08-231-0/+1
| | | | | | words, with a desired amount of entropy. Obtained from: OpenBSD
* Retire ruby-sha1, which has been integrated into ruby's standardknu2001-08-161-1/+0
| | | | distribution.
* Add YA Perl crypto library. This one does Blowfish, IDEA and DES.markm2001-08-111-0/+1
|
* New port rain version 1.2.7 Beta 3: Rain is a packeting tool usedlioux2001-07-301-0/+1
| | | | | | | for testing system stability PR: 29300 Submitted by: Patrick Li <pat@databits.net>
* New port gtk-knocker version 0.2.0: A simple and easy to use TCPlioux2001-07-301-0/+1
| | | | | | | only port scanner (GTK+ version) PR: 29109 Submitted by: Patrick Li <pat@databits.net>
* Add snortsnarf-010523 (version numbering changed from the vendor scheme ofkris2001-07-301-0/+1
| | | | | | | | | MMDDYY to make it monotonic). This is a utility for generating a set of HTML reports/summaries based on snort alert files. At the moment we only enable the HTML generation features. There are other features such as the ability to annotate incidents in the report which are not currently enabled.
* New port knocker version 0.3.0, A simple and easy to use TCP onlylioux2001-07-301-0/+1
| | | | | | | port scanner (Console version) PR: 29108 Submitted by: Patrick Li <pat@databits.net>
* Secure Remote Password protocol library, TELNET, and FTPnectar2001-07-261-0/+1
|
* add py-rijndaelijliao2001-07-231-0/+1
| | | | A pure python implementation of the Rijndael encryption algorithm
* add cfvijliao2001-07-201-0/+1
| | | | cfv is a utility to both test and create .sfv, .csv and md5sum files
* Add stegdetect 0.2, an automated tool for detecting stenographicmarkp2001-07-191-0/+1
| | | | content in jpegs.
* Add snort-rep 1.2, a Snort reporting tool that can produce textmarkp2001-07-191-0/+1
| | | | or HTML from logs.
* add py-gnupgijliao2001-07-111-0/+1
| | | | A Python module to interface with GnuPG
* add gpgmeijliao2001-07-071-0/+1
| | | | | | | A library to make access to GnuPG easier PR: 28196 Submitted by: TERAMOTO Masahiro <teramoto@comm.eng.osaka-u.ac.jp>
* add bcwipeijliao2001-07-071-0/+1
| | | | | | | BCWipe securely erase data from magnetic and solid-state memory PR: 27993 Submitted by: Crow <crow@kapu.hu>
* add py-fchksumijliao2001-07-051-0/+1
| | | | find the checksum of files
* Add fpm 0.53; Figaro's Password Manager, an app to securely storewill2001-06-281-0/+1
| | | | | | | your passwords. Not that I would need/want it... PR: 28229 Submitted by: Anders Nordby <anders@fix.no>
* Add secpanel, a GUI frontend for ssh and opensshdwcjr2001-06-261-0/+1
| | | | | PR: 28079 Submitted by: Pete Fritchman <petef@databits.net>
* Add ruby-mcrypt, a Ruby interface to the mcrypt library.knu2001-06-211-0/+1
|
* Add port for pam_smb, an NT domain PAM modulensayer2001-06-201-0/+1
|
* Add hlfl 0.52, high Level Firewall Language.tobez2001-06-141-0/+1
| | | | | | | | | The committed version differs from the one in the PR. It is supplied by the maintainer after a round of fixes. PR: 28127 Submitted by: Arnaud S. Launay <asl@launay.org> OK'ed by: markm
* add arirangijliao2001-06-111-0/+1
| | | | | | | Powerful webserver security scanner PR: 27873 Submitted by: Roman Shterenzon <roman@xpert.com>
* New pam port for ldap authentication.dwcjr2001-06-091-0/+1
| | | | | | PR: 27673 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com> Reviewed by: will
* Fix my booboodwcjr2001-06-081-1/+0
| | | | | Submitted by: billf Reviewed by: will
* Add ssldump, "An SSLv3/TLS network protocol analyzer"dwcjr2001-06-081-0/+1
| | | | | | PR: 27946 Submitted by: tacho@daemonz.org Reviewed by: will
* New port:dinoex2001-06-011-0/+1
| | | | | | | | | OpenSSH portable, which has GNU-configure and more. Diffs to OpenSSH-OPenBSD are huge. So this is here a complete diffrent branch, no repro-copy - Did a bit cleanup in the Makefile Submitted by: dwcjr@inethouston.net
* Add ruby-pam, a Ruby extension to use PAM library.knu2001-05-311-0/+1
| | | | | | | | | | | It doesn't work properly yet, but I'd appreciate if someone could investigate the problem further. (Seems it always fails to authenticate due to PAM_MODULE_UNKNOWN) ALso, note that it doesn't even load a module successfully because FreeBSD's PAM modules are not linked with libpam.so. Add -lpam to LDADD, then rebuild and reinstall PAM modules before trying this library out.
* Perl5 interface to the MD2 message digest algorithmvanilla2001-05-271-0/+1
| | | | | PR: ports/27618 Submitted by: Pete Fritchman <petef@databits.net>
* Add ssh-multiadd 1.3, a tool to add multiple ssh keys to thewill2001-05-201-0/+1
| | | | | | | authentication agent. PR: 26975 Submitted by: Pete Fritchman <petef@databits.net>
* Add isakmpd 20010403, the OpenBSD IKE daemon. About time, too...will2001-05-201-0/+1
| | | | | PR: 27274 Submitted by: Martti Kuparinen <martti.kuparinen@iki.fi>
* Add py-amkCrypto 0.1.3, a Python cryptography modules.sobomax2001-05-181-0/+1
| | | | | PR: 26723 Submitted by: Jason R. Mastaler <jason@mastaler.com>
* Add ruby-blowfish, a Ruby interface to the Blowfish cipher.knu2001-05-081-0/+1
|
* Add pam_ssh 1.5, a PAM module that provides single sign-on behaviorwill2001-05-061-0/+1
| | | | | | | for UNIX using SSH. This denotes moving pam_ssh out of the base system. PR: 26666 Submitted by: Andrew J. Korty <ajk@iu.edu> (author)
* add mdcrackijliao2001-04-201-0/+1
| | | | Bruteforce password MD5 hashes
* add crankijliao2001-04-191-0/+1
| | | | CRyptANalysis toolKit
* Add fressh 0.8.1, a free rewritten implementation of the SSHsobomax2001-04-191-0/+1
| | | | | | communication protocol. Obtained from: NetBSD
* Move ruby-sha1 from converters to security.knu2001-04-071-0/+1
| | | | | PR: ports/26239 Submitted by: Steve Coltrin <spcoltri@omcl.org>
* Add bfbtester 2.0, a security tool for testing binaries for overflows.will2001-04-071-0/+1
| | | | | PR: 24774 Submitted by: Mike Heffner <mheffner@vt.edu>
* Add op 1.11, a program to allow others to run commands as root (likewill2001-04-071-0/+1
| | | | | | | sudo but different). Hey, CERIAS @ Purdue wrote this. Cool. PR: 24771 Submitted by: Cyrille Lefevre <clefevre@citeweb.net>
* Add chkrootkit 0.30, a tool to locally check for signs of a rootkit.will2001-04-071-0/+1
| | | | | PR: 26115 Submitted by: Luiz Eduardo R. Cordeiro
* PGP (Pretty Good Privacy) is a public key encryption pack-dinoex2001-03-311-0/+1
| | | | | | | | | | | | | | | | | age to protect E-mail and data files. It lets you commu- nicate securely with people you've never met, with no secure channels needed for prior exchange of keys. It's well featured and fast, with sophisticated key management, digital signatures, data compression, and good ergonomic design. Contributors: Matthias Bruestle for the myetsid feature. Lutz Donnerhacke for the pgp2.6.3in development. Ingmar Camphausen, Thomas Roessler, a.o. for extensive testing. WWW: http://www.in-ca.individual.net/ FTP: ftp://ftp.fu-berlin.de/doc/IN/IN-CA/pgp/pgp263in/files/pgp263in.changes
* Add vpnd 1.1.0, a VPN daemon offering transparent blowfish encryptionwill2001-03-311-0/+1
| | | | | | | between networks. PR: 26067 Submitted by: Anders Nordby <anders@fix.no>
* Add py-m2crypto 0.06, a python wrapper for OpenSSL.will2001-03-311-0/+1
| | | | | PR: 26155 Submitted by: Peter Haight <peterh@sapros.com>
* Add p5-Digest-SHA1 2.00, a perl interface to the SHA-1 Algorithm.will2001-03-311-0/+1
| | | | | PR: 26204 Submitted by: Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
* new port of mcrypt 2.5.5, a replacement for crypt(1)trevor2001-03-231-0/+1
| | | | Obtained from: OpenBSD
* Firewall Builder consists of object-oriented GUI and set of policy compilersdinoex2001-03-211-0/+1
| | | | | | | | | | | | | | | | for various firewall platforms. In Firewall Builder, firewall policy is a set of rules, each rule consists of abstract objects which represent real network objects and services (hosts, routers, firewalls, networks, protocols). Firewall Builder helps user maintain database of objects and allows policy editing using simple drag-and-drop operations. WWW: http://www.crocodile.org/~vadim/fwbuilder/ - New checksum, Archive on sourceforge.net had changed. - use new version of gtkmm PR: 24837 Submitted by: roman@xpert.com
* Add port for 'liedentd', yet another secure ident server. Thiswes2001-03-211-0/+1
| | | | | | | one provides random name responses generated via MD5 for each request. Obtained from: Softweyr LLC.
* Add steghide 0.3.1, a steganography tool to hide data in binary files.will2001-03-201-0/+1
| | | | | PR: 25388 Submitted by: RaRa Rasputin <rara.rasputin@virgin.net>
* Add p5-Authen-Krb4 1.1, a perl extension for Kerberos 4.will2001-03-111-0/+1
| | | | | PR: 25193 Submitted by: ajk@iu.edu
* new port of digest 20010302, an MD5/SHA-1/RIPEMD-160 checksummingtrevor2001-03-101-0/+1
| | | | | | utility Obtained from: NetBSD pkgsrc/pkgtools/digest
* add cryptopp, a free C++ class library of cryptographic schemesijliao2001-03-051-0/+1
| | | | | PR: 24432 Submitted by: George Reid <greid@ukug.uk.freebsd.org>
* add beecrypt, an open source cryptography libraryijliao2001-03-041-0/+1
|
* add opencl, a portable, easy to use, and efficient C++ crypto libraryijliao2001-03-031-0/+1
|
* Remove the libmcrypt-nm as it is no longer supported or activelysteve2001-02-271-1/+0
| | | | | | | developed. PR: 25334 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Add pam-pgsql 0.3, a pam module for authenticating with PostgreSQL.mi2001-02-271-0/+1
| | | | | PR: 22876 Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
* add ipfmetaijliao2001-02-221-0/+1
| | | | ipfmeta is used to simplify the maintenance of your IPfilter ruleset
* Add p5-Authen-Krb5 1.2, a perl extension for Kerberos 5.will2001-02-041-0/+1
| | | | | PR: 24832 Submitted by: Andrew J. Korty <ajk@iu.edu>
* Add p5-Crypt-Cracklib 0.01, a perl interface to Alec Muffet's cracklibwill2001-01-271-0/+1
| | | | | | library. Requested by: Andrew J. Korty <ajk@iu.edu>
* apg is an automated generator for pronounceable passwords.roam2001-01-201-0/+1
|
* pks 0.9.4 is a PGP public key server from MIT.kris2001-01-151-0/+1
| | | | Obtained from: NetBSD
* Add p5-Crypt-UnixCrypt 1.0, a perl module implementing crypt(3).will2001-01-141-0/+1
| | | | Requested by: jim
* Add ruby-ssl, an SSL socket module for Ruby.knu2001-01-091-0/+1
|
* Add amavis-perl 10, a mail virus scanner (uses external antivirus).will2001-01-071-0/+1
| | | | | PR: 23978 Submitted by: Roman Shterenzon <roman@xpert.com>
* Add p5-Crypt-Twofish 1.0, perl module implementing the Twofish cipher.will2001-01-041-0/+1
|
* Add p5-Crypt-TripleDES 0.24, perl module implementing the Triple-DESwill2001-01-041-0/+1
| | | | cipher.
* Add p5-Crypt-Rijndael 0.01, perl module that implements the Rijndaelwill2001-01-041-0/+1
| | | | cipher.
* Add p5-Crypt-ECB 1.1, perl module implementing the ECB encryptionwill2001-01-041-0/+1
| | | | algorithm.
* Add p5-Crypt-CipherSaber 0.50, perl module providing an OO interface towill2001-01-041-0/+1
| | | | CipherSaber encryption.
* Add p5-Authen-TacacsPlus 0.16, a perl module that provides authenticationwill2001-01-011-0/+1
| | | | using a tacacs+ server.
* Add p5-Authen-Ticket 0.02, a perl module that provides the framework forwill2001-01-011-0/+1
| | | | implementing a ticketing system.
* Add integrit 1.03.05 beta, an alternative to file integrity programs likewill2000-12-311-0/+1
| | | | | | | tripwire and aide. PR: 23945 Submitted by: Ying-Chieh Liao <ijliao@terry.dragon2.net>
* new port of OutGuess, a steganographic utility for JPEG and PNM imagestrevor2000-12-311-0/+1
| | | | Obtained from: OpenBSD
* Add sst 1.0, a simple SSL tunneling tool that uses netcat.will2000-12-311-0/+1
| | | | | PR: 22671 Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
* TEA Total is an extremely small 128 bit private key basedobrien2000-12-201-0/+1
| | | | | | | | encryption/decryption system which uses the new variant of TEA (Tiny Encryption Algorithm) by David Wheeler and Roger Needham of the Cambridge Computer Laboratory. TEA is said to be several times faster than DES, as well as being much smaller and more secure. It also isn't encumbered by any patents and the reference implementation is in the public domain.
* Add cracklib 2.7, a library containing a function that can be used inwill2000-12-191-0/+1
| | | | | | | | one's own passwd(8) program to keep users from making guessable passwords by filtering them out at the source. PR: 23392 Submitted by: Andrew J. Korty <ajk@iu.edu>
* p5-Crypt-SSLeay is needed by LWP if you want to do https (SSL)alfred2000-12-161-0/+1
| | | | | | requests. Reviewed by: ade
* A command-line Rijndael (AES) encryption/decryption utility.roam2000-12-131-0/+1
|
* A Pluggable Authentication Module for Kerberos 5.nectar2000-11-071-0/+1
|
* Fix the port.knu2000-11-061-1/+1
| | | | | | | | | | | | | | | | | | | | | - Remove extra spaces and newlines - Describe RESTRICTED more specifically - Generate PLIST on the fly - Prepare PKGMESSAGE to inform the users (Additional fixes by knu follow:) - Add MASTER_SITES. - Respect MAKE_IDEA that could be defined in /etc/make.conf - Make a bit more portlint friendly - Fix pkg-{comment,descr} to reflect the latest situation gnupg-idea was repo-moved from gnupg-rsa, because now GnuPG has a builtin RSA support. (GnuPG >= 1.03, after the RSA patent restriction was lifted) PR: ports/22620 Submitted by: Dirk Meyer <dirk.meyer@dinoex.sub.org> (MAINTAINER)
* Add new port of l0phtcrack 1.5, L0pht Heavy Industries' crackertrevor2000-11-051-0/+1
| | | | for SAMBA or Windows NT passwords.
* New Port: security/cksfvjeh2000-10-281-0/+1
| | | | | | | Create or manipulate Simple File Verification (SFV) checksum files PR: 22075 Submitted by: Johann Visagie <johann@egenetics.com>
* Add pgpdump 0.04, a pgp packet visualizer.will2000-10-281-0/+1
| | | | | PR: 22218 Submitted by: TAKAHASHI Kaoru <kaoru@kaisei.org>
* Add New Port: security/hpingjeh2000-10-281-0/+1
| | | | | | | Network auditing tool PR: 21933 Submitted by: Roman Shterenzon <roman@xpert.com>
* IO::Socket::SSL is a class implementing an object orientedscrappy2000-10-281-0/+1
| | | | | | interface to SSL sockets. The class is a descendent of IO::Socket::INET and provides a subset of the base class's interface methods.
* Add new port of srm 1.2.0, a utility which overwrites the contentstrevor2000-10-261-0/+1
| | | | | | | of files when it deletes them. PR: 22289 Submitted by: Keith J. Jones <keith.jones@ieee.org>
* Add inflex 0.1.5.c, an inline virus scanner that uses sendmail. Its onlywill2000-10-241-0/+1
| | | | | | | | | big problem is that it comes with its own sendmail.cf, which means you'll have to tailor it itself.. hopefully the vendor will figure out what he/she is doing and provide .mc files instead... PR: 20741 Submitted by: Justin Stanford <jus@security.za.net>
* new port of vlock 1.3, a utility to lock a console until a passwordtrevor2000-10-221-0/+1
| | | | | | | is entered PR: 21834 Submitted by: George Reid <services@nevernet.net>
* Add acid to out ports tree.foxfair2000-09-261-0/+1
|
* Add mindterm-binary, a binary-only port of mindterm, a featurefulalex2000-09-231-0/+1
| | | | | | SSH client (full VT220/xterm compatible!!) This is the binary-only version without a dependency to JDK but including a sample HTML-file instead (for use in webbrowsers).
* Move uvscan 4.07e from security/uvscan. This location held an olderkris2000-09-221-1/+1
| | | | | | | | version of the software, so we do this to preserve history. It will be reimported to uvscan after the attic has been cleaned out in a few months. Requested by: asami
* Add p5-Crypt-Blowfish, a perl module for Blowfish encryption,ade2000-09-201-0/+1
| | | | | | | required for the OpenSRS application. PR: 21340 Submitted by: Patrick Bihan-Faou <patrick@mindstep.com>
* New port: pam-mysqljedgar2000-09-101-0/+1
| | | | | | | | This is a port of the Linux MySQL PAM module. You can authenticate any PAMified service with MySQL using this module. PR: 20915 Submitted by: Anders Nordby <anders@fix.no>
* scanssh 1.2 is a utility which scans a subnet and reports on thekris2000-09-081-0/+1
| | | | installed versions of SSH it finds.
* Add ruby-acl, Ruby module to provide Access Control List checks.knu2000-09-071-0/+1
|
* Goodbye cruel world. This port is about to break when the files withpeter2000-09-071-1/+0
| | | | hooks it needs go away.
* ca-roots port -- a list of SSL Certificate Authority root certsnsayer2000-09-061-0/+1
|
* Remove vscan which was mistakenly superceded by the uvscan port.kris2000-09-051-1/+0
| | | | Approved by: obrien (former maintainer of vscan)
* pscan-1.2 is a security scanner for misuse of format strings in sprintf-likekris2000-09-031-0/+1
| | | | functions
* This is a freebsd-native version of the McAfee virus scanner, for scanningkris2000-09-031-0/+2
| | | | | | | | | | DOS/Windows files for viruses. This is trial software which may only be used for 30 days without purchasing a retail version. It includes a useful script (update_dat) for automatically downloading the latest .dat files should the port become out of date. Obtained from: NetBSD
* Move ruby-libwrap to ruby-tcpwrap after a repo-copy.knu2000-08-181-1/+1
| | | | | | The name of the software has been changed. The patches this port had has been merged into the software. :)
* The GNU Privacy Assistant is a graphical frontend to GnuPG and may beade2000-08-171-0/+1
| | | | | | used to manage the keys and encrypt/decrypt/sign/check files. Submitted by: Clive Lin <clive@CirX.ORG>
* Add ruby-libwrap, TCP wrappers library for Ruby.knu2000-08-151-0/+1
| | | | Note that the actual module name of this for this library is `tcpd'.
* Activate fuzzjedgar2000-08-021-0/+1
|
* Adding pad version 0.5.steve2000-07-171-0/+1
| | | | | | | | | This is a small command-line utility to turn one file into two, each indistinguishable from noise, and put them back together into the original. PR: 19778 Submitted by: Trevor Johnson <trevor@jpj.net>
* Clean up after myself. The libmcrypt-nm directory isn't "p".nsayer2000-07-151-1/+1
|
* Add port for the no-loadable-module version of the latest libmcrypt.nsayer2000-07-151-0/+1
|
* Finally add AIDE, a security tool similar to Tripwire but much improved.will2000-07-151-0/+1
| | | | | PR: 15894 Submitted by: Cy Schubert <Cy.Schubert@uumail.gov.bc.ca>
* Initial import of p5-GnuPG-Interface.kevlo2000-07-131-0/+1
| | | | | | | p5-GnuPG-Interface is the Perl module for interfacing with GnuPG. PR: 19801 Submitted by: Trevor Johnson <trevor@jpj.net>
* Remove librc4. It was only used by cyrus-sasl, which now uses OpenSSL.asami2000-07-131-1/+0
| | | | Submitted by: maintainer
* Upgrade to 1.3.1, beta version.sada2000-07-061-1/+1
| | | | | PR: 18964 Submitted by: Cy Schubert <Cy.Schubert@uumail.gov.bc.ca>
* activate racoon.sumikawa2000-07-051-0/+1
|
* Add aafid2.asami2000-06-291-0/+1
|
* Share calife to the world.roberto2000-06-151-0/+1
| | | | | PR: ports/19269 Submitted by: Thomas Quinot <thomas@cuivre.fr.eu.org>
* Activate tripwire131.sada2000-06-131-0/+1
| | | | | PR: 18964 Submitted by: Cy Schubert <Cy.Schubert@uumail.gov.bc.ca>
* Add LSH, a login program similar to SSH. It depends on SECSH, which doeswill2000-06-021-0/+1
| | | | | | | | | not require any patent-encumbered encryption algorithms, unlike SSH1, which depends on RSA, and SSH2, which is not free (of course, these days, this is not so true thanks to OpenSSH, but it's good to have alternatives!). PR: 18879 Submitted by: Eric Schwertfeger <eric@cybernut.com>
* Activate pgp6.will2000-05-291-0/+1
|
* Activate gnupg-rsa.kuriyama2000-05-121-0/+1
|
* Siphon-0.666 is a passive OS fingerprinter, which sniffs TCP connectionskris2000-05-071-0/+1
| | | | | and uses characteristics of the TCP stream to guess the OS running on the endpoints.
* Add radiusniff, a sniffer for RADIUS traffic.kris2000-04-221-0/+1
| | | | Obtained from: OpenBSD
* o.k., easy-import changes _ to -andreas2000-04-181-1/+1
|
* Prepare for p5-Net_SSLeayandreas2000-04-181-0/+1
|
* Activate oidentdwill2000-04-021-0/+1
|
* Add ident2, a way for people running behind a natd server to use ident.will2000-03-271-0/+1
| | | | | PR: 15192 Submitted by: Rod Taylor <rod@zort.on.ca>
* Activate kssh.will2000-03-231-0/+1
| | | | PR: 15802
* Activate seahorse (found by bento)jedgar2000-03-101-0/+1
|
* lxnb is a NetBus 1.60 client for remote administration of Windows machineskris2000-03-051-0/+1
| | | | Obtained from: OpenBSD
* Try my hand at a port/package for making a modular librsaintl librarypeter2000-02-281-0/+1
| | | | | | | plugin for libcrypto in order to implement RSA using the better rsa_eay.c code instead of having to use rsaref. Naturally this is for non-US folks. 'make world' will install this directly, this port is only needed to make life easier for sysinstall on binary installs.
* ssh-askpass is a small X app which OpenSSH's ssh-add(1) will try and spawnkris2000-02-281-0/+1
| | | | | | | if called without a controlling terminal, e.g. if called during the X login process. It is somewhat configurable through app-defaults. Makefile shamelessly ripped from: green's OpenSSH port.
* Activate its4jedgar2000-02-231-0/+1
|
* Zombiezapper sends commands to DDoS agents to stop flooding, leaving themkris2000-02-201-0/+1
| | | | | around for further forensics. As with most of the DDoS tools, this assumes the agents are using the default settings.
* Add p5-Crypt-CBC.markm2000-02-181-0/+1
|
* release slurpie & trinokillerobrien2000-02-141-0/+2
|
* release ridobrien2000-02-141-0/+1
|
* release find_ddos onto the world!obrien2000-02-141-0/+1
|
* Release gag and dds upon the world!obrien2000-02-141-0/+2
|
* Adding saint version 1.5beta2.steve2000-01-301-0/+1
| | | | | | | A Security Administrator's Integrated Network Tool. PR: 16406 Submitted by: Carl Johan Madestrand <calle.madestrand@norrgarden.se>
* Add dsniff, fragrouter and whisker.asami2000-01-141-0/+3
|
* add zebedeedbaker2000-01-101-0/+1
|
* Adding pgpgpg version 0.13.steve1999-12-271-0/+1
| | | | | | | A wrapper for GnuPG to simulate PGP 2.6.x. PR: 15526 Submitted by: Matt Behrens <matt@zigg.com>
* Adding sslwrap version 2.0.5.steve1999-12-271-0/+1
| | | | | | | Another SSL wrapper application, which uses SSLEay/OpenSSL. PR: 14771 Submitted by: Zahemszky Gabor <zgabor@CoDe.HU>
* Adding cyrus-sasl version 1.5.13.steve1999-12-271-0/+1
| | | | | | | An RFC 2222 SASL (Simple Authentication and Security Layer). PR: 14619 Submitted by: Scot W. Hetzel <hetzels@westbend.net>
* librc4 version 1.1steve1999-12-261-0/+1
| | | | | | | RC4 library for use with the Cyrus SASL library (export controlled). PR: 14618 Submitted by: Scot W. Hetzel <hetzels@westbend.net>
* logcheck version 1.1.1steve1999-12-261-0/+1
| | | | | | | An auditing tools for system logs on Un*x boxes. PR: 15360 Submitted by: Dan Langille <dan@freebsddiary.org>
* Activate chrootuid.truckman1999-12-091-0/+1
|
* Active nessus-* ports.foxfair1999-12-011-0/+3
|
* Re-importing in net.steve1999-11-271-1/+0
| | | | Suggested by: kris
* Activate the dante and p5-Authen-PAM ports.steve1999-11-271-0/+2
|
* Bombs away! Active openssh.green1999-11-081-0/+1
|
* Deactivate raproxy... it's moving to audionsayer1999-11-041-1/+0
|
* Activate heimdalnectar1999-10-311-0/+1
|
* Moving iplog from security down the street to netdan1999-10-101-1/+0
|
* Activate iplogdan1999-10-091-0/+1
|
* Remove krb5-betanectar1999-10-041-1/+0
|
* Activate krb5-beta after repository copy.nectar1999-09-281-0/+1
|
* Add keynote and kmap.asami1999-09-191-0/+2
|
* Gentleman start your port scanners with style.obrien1999-09-101-0/+1
|
* $Id$ -> $FreeBSD$peter1999-08-311-1/+1
|
* Add snort.dirk1999-08-021-1/+2
|
* add new libmcrypt port to security/Makefilensayer1999-06-291-1/+2
|
* add new mhash port to security/Makefilensayer1999-06-291-1/+2
|
* Add the gpasman port.steve1999-06-091-1/+2
|
* Add the firewalk port.steve1999-06-091-1/+2
|
* Add the sslproxy port.steve1999-06-071-1/+2
|
* Activate keyprintmharo1999-06-021-1/+2
|
* activate pktsuckersmharo1999-06-021-1/+2
|
* Enable pdq.foxfair1999-05-171-1/+2
| | | | Enable nessus.
* Activate the slush port.steve1999-05-101-1/+2
|
* Add entry for new raproxy portnsayer1999-05-101-1/+2
|
* ports/security/sentry -> portsentrymharo1999-04-201-2/+2
|
* Activate security/libparanoiajseger1999-04-101-1/+2
|
* add p5-Digest-MD5ache1999-04-081-1/+2
|
* Add SUBDIR line for new identify portnsayer1999-04-031-1/+2
|
* Remove SSLeay.dirk1999-03-311-2/+1
|
* Add gtkportscan.asami1999-03-201-1/+2
|
* Activate fakebokris1999-03-161-1/+2
|
* Remove portmap_tcpd (it's the same as the one in the base system). After ajfitz1999-03-131-2/+1
| | | | | | brief discussion on -committers, tcp_wrappers will be imported into the base system which will allow us to build our system portmapper with hosts.allow functionality.
* Activate portmap_tcpdjfitz1999-03-121-1/+2
|
* Move ports/net/{portscanner,strobe} to ports/securitybillf1999-01-271-1/+3
|
* Activate the stunnel port.steve1999-01-181-1/+2
|
* Activate the l0pht-watch port.steve1999-01-181-1/+2
|
* Add openssl.dirk1999-01-101-1/+2
|
* Activate checkpassword.sada1999-01-071-1/+2
|
* Activate security/sniffjseger1998-12-251-1/+2
|
* Activate security/sentryjseger1998-12-201-1/+2
|
* Activate gnupg.kuriyama1998-11-231-1/+2
|
* Activate ssh2.kuriyama1998-11-231-1/+2
|
* smurflog is moved from net to security.asami1998-08-081-2/+3
| | | | Forgotten by: nectar :)
* turn on nmapobrien1998-08-051-1/+2
|
* Turn on bjorb.steve1998-07-201-1/+2
|
* Activate krb5.nectar1998-07-061-1/+2
| | | | | PR: ports/6870 Submitted by: Jacques Vidrine <n@nectar.com>
* Activate bugs port.steve1998-07-061-1/+2
|
* Add p5-PGP-Sign.asami1998-06-071-1/+2
|
* Add comms/kpilot, devel/p5-File-Sync, games/tank, security/pgp5 andasami1998-03-211-1/+2
| | | | | | www/checkbot. Forgotten or misspelled by: various people :p
* share some broobrien1998-03-021-1/+2
|
* nat --> nbauditobrien1998-02-141-2/+2
| | | | due to popular demand
* Someone forgot to add skip. :>asami1998-02-031-1/+2
|
* turn on natobrien1998-01-211-1/+2
|
* Add john.asami1997-11-091-1/+2
| | | | | Forgotten by: obrien Found by: make checksubdirs (to be committed soon)
* Activate devel/p5-Data-ShowTablejfitz1997-09-141-1/+2
| | | | | devel/p5-FreezeThaw security/p5-Authen-Radius
* Toss safe-tcl in the can.markm1997-08-161-2/+1
|
* Remove socks4 from the repository.obrien1997-08-151-2/+1
|
* Turn on socks4.obrien1997-08-071-1/+2
| | | | (just realized socks5 is in net, not security. Oh well, too late now...)
* Enable "cfs", the Cryptographic File System port.jdp1997-07-311-1/+2
|
* Activate swatchjfitz1997-05-031-1/+2
|
* turn on superobrien1997-04-241-1/+2
|
* Enable tripwire.jdp1997-04-011-1/+2
|
* Add rsarefache1997-02-031-1/+2
|
* Smoke some crack and pass it on to others.obrien1997-02-021-1/+2
| | | | (ie. turn on crack)
* Add safe-tcl.markm1996-11-281-1/+2
| | | | Remembered before: asami
* Add cops.asami1996-11-261-1/+2
|
* sudo is moved from sysutils to security.asami1996-11-121-1/+2
| | | | Forgotten by: obrien ;)
* Activated vscan.max1996-10-271-1/+2
|
* Update for new perl5 portsjfitz1996-10-241-1/+5
|
* Added donkey to SUBDIR.max1996-09-191-1/+2
|
* Add xinetd.asami1996-07-111-1/+2
|
* Add fwtkgpalmer1996-06-151-1/+2
|
* Add ssh. I have no idea why it was missing.asami1996-04-171-1/+2
|
* Add SSLeaymarkm1996-03-071-1/+2
| | | | Noticed before: asami
* Add libident.asami1995-10-121-1/+2
|
* New Makefile with pgp, pidentd and tcp_wrapper.asami1995-07-131-0/+8