aboutsummaryrefslogtreecommitdiffstats
path: root/security
Commit message (Collapse)AuthorAgeFilesLines
* Fix BUILD_DEPENDS.knu2001-09-121-1/+1
| | | | Submitted by: TOGAWA Satoshi <toga@puyo.org>
* add one more dependencymharo2001-09-121-1/+2
|
* The Crypt::RIPEMD160 module allows you to use themharo2001-09-126-0/+40
| | | | RIPEMD160 Message Digest algorithm from within Perl programs.
* Crypt::OpenPGP is a pure-Perl implementation of the OpenPGP standard[1].mharo2001-09-127-0/+154
| | | | | | 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-126-0/+91
| | | | | 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-126-0/+53
| | | | | | 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-126-0/+49
|
* Tie::EncryptedHash augments Perl hash semantics to build secure, encryptingmharo2001-09-126-0/+48
| | | | containers of data.
* Crypt::Random is an interface module to the /dev/random device found on mostmharo2001-09-126-0/+59
| | | | modern Unix systems.
* unbreak: USE_GMAKE.sf2001-09-124-12/+36
| | | | | respect CC/CFLAGS. add missing headers.
* - Change the name of the file in which keychain stores the environmentwjv2001-09-112-10/+67
| | | | | | | | | | settings of the running ssh-agent(1) process from ~/.ssh-agent to ~/.ssh-agent-`hostname -s`. This is to allow users with NFS-mounted home directories to use keychain on multiple machines simultaneously. - Bump PORTREVISION PR: 30506 Submitted by: Martti Kuparinen <martti.kuparinen@iki.fi>
* Add p5-Crypt-OpenSSL-RSA, a Perl5 module to RSA encode and decodeknu2001-09-116-0/+50
| | | | | | | 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-116-0/+40
| | | | | | | pseudo-random number generator. PR: ports/30107 Submitted by: Norikatsu Shigemura <nork@cityfujisawa.ne.jp>
* upgrade to 0.2.1ijliao2001-09-114-44/+24
|
* Set DIST_SUBDIR=KDEdemon2001-09-114-2/+4
|
* Add keychain 1.2, a user-friendly front-end to ssh-agent(1).wjv2001-09-107-0/+72
|
* = Modify `ksu' so that it uses the login cap database. Michael Allmannectar2001-09-088-104/+356
| | | | | | | | | | <msa@dinosauricon.com> provided the original patches. = For users outside of the US, point to www.crypto-publish.org for the distfiles. It was Chris Knight <chris@aims.com.au>'s idea. Submitted by: Cy.Schubert@uumail.gov.bc.ca (MAINTAINER) PR: ports/29865
* Update 0.4d -> 0.4enectar2001-09-0814-237/+52
|
* readme.txt was removed from the newest DAT files.jeh2001-09-072-2/+1
| | | | Submitted by: Jimmy Olgeni <olgeni@uli.it>
* Shorten pkg-comment and capitalize country names.alex2001-09-072-4/+3
|
* saferpay is a command line tool for online payment.alex2001-09-0712-0/+210
| | | | | | | At the moment it is used in europe, mostly germany and switzerland. Submitted by: Martin Blapp <mb@imp.ch>
* Downgrade to 0.7. I believe the newer version may be insecure intrevor2001-09-072-2/+3
| | | | | | its use of tempnam(), but I have not written a patch to correct it. I told the author about this on 23 September. The port was updated without my knowledge. Add PORTEPOCH.
* Update the checksum after the distfile was rerolled.roam2001-09-061-1/+1
| | | | | | | No changes in the distfile. PR: 30366 Submitted by: maintainer
* Update to 4157jeh2001-09-052-2/+2
|
* Upgrade to 20010831.sumikawa2001-09-054-6/+4
|
* Allow to build libcrypto.so.2 for 4.0, 4,1 and 4.2 RELEASEdinoex2001-09-042-2/+2
| | | | so dependent ports can build correctly.
* Add yafix, Yet Another File Integrity Checker, similar to Tripwire.knu2001-09-048-0/+146
| | | | | | | 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-048-0/+62
| | | | | | | alternate passwd files. PR: 30240 Submitted by: Michael Schout <mschout@gkg.net>
* Regexps should generally be done in post-patch:, not pre-build:.dd2001-09-031-1/+1
|
* Updated to 0.3.0.markp2001-09-022-2/+2
| | | | | PR: 30259 Submitted by: Shell Hung <shell@shellhung.org>
* Update to 1.0.4dwcjr2001-09-022-4/+4
| | | | | | | Add ${DOCSDIR} compliance PR: 27323 Submitted by: dave@mu.org
* Correct path in RUN_DEPENDS.demon2001-09-011-1/+1
|
* Upgrade to 2.3.3vanilla2001-09-012-2/+3
| | | | | PR: ports/30243 Submitted by: Jochem Kossen <j.kossen@home.nl>
* USE_LIBTOOL implies GNU_CONFIGURE, so remove the latter where appropriate.sobomax2001-08-314-4/+0
|
* Update to 1.1p2.tobez2001-08-313-4/+20
| | | | | Provide better description, and add WWW. Assume maintainership.
* Add a pkg-message informing the user they need PGP or GnuPG installed to usepetef2001-08-312-0/+6
| | | | | | this port. Approved by: maintainer
* Yet one spellingache2001-08-312-2/+2
|
* BUILD_DEPEND's on p5-Time-HiRes to unbreak build.sf2001-08-311-2/+3
|
* Make CATEGORIES and MAINTAINER overridable for japanese/kde*.knu2001-08-312-4/+4
| | | | Approved by: kde (will), demon (MAINTAINERs)
* Add qident, a small program to query a remote IDENT (RFC 1413) server.dd2001-08-306-0/+47
|
* Fix the generation of the pid file.roberto2001-08-301-1/+1
| | | | | PR: 30188 Submitted by: Rémy Card <card@csi.uvsq.fr>
* Don't attempt to notify empty <> senderache2001-08-302-2/+12
|
* Update to version 4156jeh2001-08-302-2/+2
|
* add qtfwijliao2001-08-297-0/+77
| | | | | | | A GUI frontend for ipfw utility in FreeBSD PR: 30077 Submitted by: Patrick Li <pat@databits.net>
* Updated to 1.5.markp2001-08-292-2/+2
|
* add geheimnis-2petef2001-08-296-0/+98
| | | | | | | Shell for integrating PGP/GnuPG into KDE PR: 27313 Submitted by: Pekka Nikander <pekka.nikander@iki.fi>
* Update to 1.2.8r2lioux2001-08-272-2/+2
| | | | | PR: 30089 Submitted by: MAINTAINER
* Remove workaround until I dig more on this - can't reproduce the bug now.ache2001-08-261-9/+0
|
* Workaround to prevent coredump in stdio cleanup() on exit() when signal 15ache2001-08-261-2/+11
| | | | arrived
* More efforts to get some sort of working drweb32.ini initiallyache2001-08-262-2/+10
|
* Oops, remove wrong warning - there was a problem in drweb32.iniache2001-08-252-4/+0
|
* Simplify configuration installation in rc.dache2001-08-252-7/+0
|
* Do not install something running in rc.d, just as sample, tuning neededache2001-08-252-2/+2
|
* Add warnings that viruses in mail not detected with evaluation keyache2001-08-252-0/+5
|
* Use right umask for socket creationache2001-08-252-1/+11
|
* Fix socket permissions after startache2001-08-252-0/+2
|
* Install drwebdc tooache2001-08-252-1/+3
|
* Use abs path for rmache2001-08-251-1/+1
|
* Spelling fixache2001-08-251-0/+11
|
* Use more natural initial valuesache2001-08-251-2/+4
|
* Remove socket after stopache2001-08-251-0/+1
|
* Do not overwrite existen drwebsmf.sh on installache2001-08-252-3/+17
|
* drwebd -> drwebfilterache2001-08-251-1/+1
|
* Silence patch, add some comments, cleanup after patchache2001-08-251-2/+3
|
* Reassign MAINTAINER to kde@FreeBSD.org, a group formed specifically towill2001-08-252-2/+2
| | | | | | | | maintain and improve QT/KDE on FreeBSD. This group (at this time) consists of: demon, olgeni, kevlo, lauri@kde.org, rwatson, and will. While I'm here, fail build of kdelibs11 if kdelibs2 is installed. This was originally supposed to be committed with the 2.2 update, but...
* Some efforts to make update.pl workingache2001-08-252-0/+17
|
* Fix my typoache2001-08-251-2/+2
|
* Use ${CFLAGS} when compiling dwcache2001-08-251-1/+1
|
* Remove redundant USE_PERL5 statements.tobez2001-08-251-1/+0
|
* 1) Add ability to build on any machine by direct adding -D_FFR_MILTER=1ache2001-08-253-8/+4
| | | | | | to libmilter Makefile, so remove IS_INSTERACTIVE 2) Rename final rc.d/drweb-smf.sh to rc.d/drwebsmf.sh to start it _after_ drwebd.sh if on the same machine
* Hide extraction processache2001-08-252-3/+3
|
* Print pkg-message note and ask for confirmation before anything elseache2001-08-251-0/+5
|
* Add -current detection as FreeBSDache2001-08-251-0/+12
|
* Fix typoache2001-08-251-1/+1
|
* DrWeb antivirus sendmail integrationache2001-08-249-0/+141
|
* DrWeb antivirus, FreeBSD binaryache2001-08-248-0/+160
|
* Define USE_RUBY_RD unless NOPORTSDOCS.knu2001-08-241-0/+3
| | | | Found by: bento
* - update to version 3.0.2petef2001-08-243-2/+4
| | | | | | | | - fix pkg-plist (include missing .packlist file) PR: 30010 Submitted by: maintainer Reviewed by: ade
* add p5-GPG 0.06petef2001-08-236-0/+43
| | | | | | | A Perl interface to GnuPG PR: 29658 Reviewed by: ade
* Correct CATEGORIES to "security devel"kris2001-08-231-1/+1
|
* Move flawfinder from devel to security where the other source-code auditingkris2001-08-236-0/+37
| | | | | | tools live. Discussed with: ijliao
* Remove extraneous distfile hasheskris2001-08-231-2/+0
|
* Allow package builds and correct the plist.kris2001-08-232-3/+2
| | | | Approved by: maintainer
* Correct CATEGORIES to "security devel"kris2001-08-232-2/+2
|
* Add rats-1.1kris2001-08-236-0/+51
| | | | | | | | | | | | | | 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-238-0/+73
| | | | An Elliptic Curve Cryptography Library
* Add ppgen 1.0, a program to generate random passphrases from dictionarykris2001-08-238-0/+67
| | | | | | words, with a desired amount of entropy. Obtained from: OpenBSD
* Change my email address to petef@FreeBSD.org for the ports I maintain.petef2001-08-234-5/+5
| | | | Reviewed by: ade
* Update to 4155jeh2001-08-232-2/+2
|
* pass maintainershipijliao2001-08-221-1/+1
| | | | Submitted by: shell@shellhung.org (new maintainer)
* upgrade to 0.2.1ijliao2001-08-222-3/+3
| | | | drop maintainership
* Update to 20010323dinoex2001-08-222-3/+3
| | | | | | | | Changelog: - Fixed a spelling error. - language.txt fixed. - DOS compile process brushed up. - Protect against my nightmare dream ten hours ago.
* Tidy things up a bitbrian2001-08-213-46/+12
| | | | Submitted by: Cyrille Lefevre <clefevre@citeweb.net> (maintainer)
* Fix two other places where _?UTMP_FILE is not defined.nectar2001-08-212-0/+24
| | | | Noticed by: bento.freebsd.org
* Add period at end of description.olgeni2001-08-201-1/+1
|
* Update to 1.2.3dwcjr2001-08-202-2/+2
| | | | | PR: 29779 Submitted by: maintainer
* - Update to p2:dinoex2001-08-206-294/+38
| | | | | | | | | | | | | | | | | | | | | | - stripped down some patches 20010617 - (djm) Pull in small fix from -CURRENT for session.c: typo, use pid not s->pid, mstone@cs.loyola.edu 20010615 - (stevesk) don't set SA_RESTART and set SIGCHLD to SIG_DFL around grantpt(). 20010614 - (bal) Applied X11 Cookie Patch. X11 Cookie behavior has changed to no longer use /tmp/ssh-XXXXX/ 20010528 - (tim) [conifgure.in] add setvbuf test needed for sftp-int.c Patch by Corinna Vinschen <vinschen@redhat.com> Approved by: dwcjr@freebsd.org
* Fix package building, slogin and its manpage is an linkdinoex2001-08-194-4/+8
|
* Update to 0.3.2.knu2001-08-183-4/+24
|
* Update the stunnel package to the latest version.mharo2001-08-184-9/+9
| | | | | | | | | | | | | | Changelog for version 3.20, 2001.08.15, urgency: LOW: * setsockopt() optlen set according to the optval for Solaris. * Minor NetBSD compatibility fixes by Martti Kuparinen. * Minor MSVC6 compatibility fixes by Patrick Mayweg. * SSL close_notify timeout reduced to 10 seconds of inactivity. * Socket close instead of reset on close_notify timeout. * Some source arrangement and minor bugfixes. PR: 29766 Submitted by: maintainer
* Move the man pages back out of the PLIST, but this time into a separatenectar2001-08-183-178/+185
| | | | | | Makefile (Makefile.man). Submitted by: Pete Fritchman <petef@databits.net>
* Add a couple of missing man pages.nectar2001-08-181-0/+2
|
* There are now too many man pages to usefully maintain withnectar2001-08-182-15/+176
| | | | MANn= in the Makefile. Move them to the PLIST instead.
* Update to version 0.12kevlo2001-08-172-2/+2
| | | | | PR: 29696 Submitted by: MAINTAINER
* Update to 1.8.1-RELEASE.dirk2001-08-174-8/+29
| | | | Submitted by: Michael Boman <michael@ayeka.dyndns.org>
* Retire ruby-sha1, which has been integrated into ruby's standardknu2001-08-166-52/+0
| | | | distribution.
* Use _PATH_UTMP. Normally, the configure script attemptsnectar2001-08-161-0/+12
| | | | | | to determine the location of utmp by nosing around /var/run, /var/adm, and so on. This fails in bento's build environment, and it's not the right thing to do anyway.
* Conditionalize bzip2 dependencies.knu2001-08-162-1/+5
|
* Update to 4154.jeh2001-08-162-2/+2
|
* *sigh* They changed the path to the tarballs again. This was verifiedwill2001-08-162-2/+2
| | | | | | on my local mirror at ftp://csociety-ftp.ecn.purdue.edu/pub/kde/. :\ Submitted by: scottl
* Update to KDE 2.2:will2001-08-156-560/+194
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * All patches except sysutils/kdeadmin/files/patch-rpmMessages.c: - Either obsoleted or merged into KDE. * All pkg-plists: - Huge diffs are due to mass conversion from static HTML pages to XML/XSL versions. * audio/kdemultimedia2: - aRts + Noatun, etc. now work and play MP3s et al properly, using the mpg123 aRtsplugin. Remove mpeglib[,_artsplug] from compile. * converters/kdesupport2: - Obsolete. No longer used in this version of KDE. * deskutils/kdepim: - Use autoconf and account for brokenness in the configure script by replacing invocations of INSTALL under libical with the proper incantations. - Per David O'Brien's request, move libimap to libkimap; this was performed by Rik Hemsley <rikkus@kde.org>. * devel/kdesdk: - New module with some helpful tools. One in particular that seems demanded is ``kbabel'', which, as I've been told, is a translator's wet dream. - Workaround dumb problem in kbabel's libgettext (which I could not figure out how to remove) by replacing its error() with errc(). KBabel seems to run fine with this patch. * devel/kdevelop: - Fix lame check for libkdeui.so.* by replacing it with just a check for libkdeui.so. It's been/being removed from kdevelop after 2.2. * editors/koffice: - Fix kivio compile errors by substituting in PTHREAD_LIBS in the correct place. Compensate for kivio's dependency on pthreads by changing kivio to use LD_PRELOAD=/usr/lib/libc_r.so in kivio.desktop. * games/kdegames2: - Some new games. * graphics/kdegraphics2: - Fix link errors in libkscan and kamera where they require gettext (ie: add -lintl). - Fix compile error in kamera.cpp which is dependent on a correctly done gphoto2.. of course, this will only help people who've manually installed gphoto2 themselves. * net/kdenetwork2: - Mimelib was moved here (reason for removal of kdesupport2). * misc/kdeaddons: - New module to FreeBSD ports; some simple addons for KDE2. Suggested by Lauri Watts <lauri@kde.org>. * misc/kdeutils2: - Added a couple manpages. * x11-clocks/kdetoys2: - Some new apps. * sysutils/kdeadmin: - Remove kuser from compile because it has some problems. ;\ * x11/kdelibs2: - Add libFAM dependency to help people who run FAM; FAM increases the overall desktop responsiveness. Submitted by Lauri Watts <lauri@kde.org>. - Add CUPS dependency to bring in KDE's new print system. - Add bzip2/libxml2 dependencies to support the new help kioslave. - Disable installation of libltdl stuff to prevent conflicts with other stuff. Submitted by wjv. - Add pkg-req script to avoid conflicts with kdelibs11; add to Makefile too. Submitted by benno. - Be sure to remove the pth header conflicts stuff from the arts/mcop_mt section. - Fix problem with configure trying to find -lfam in the wrong place. - Remove kspell and api subdirs from doc; we don't need them, and there are problems trying to build/install them. Submitted by Lauri Watts <lauri@kde.org>. * x11/kdebase2: - Solve link permissions problem by changing the modes on files installed by kdesktop/init/Templates to 644. Submitted by Jim Durham <durham@w2xo.pgh.pa.us>. * x11/kde2: - Bump version; no other changes. Special thanks to Lauri Watts <lauri@kde.org> for helping me test packages generated by these changes on a virgin system. I believe that this is the best-tested update I've ever done for KDE, and it really shines this time around. I just noticed there are a couple other PRs in the PR db that need to be addressed. I will take care of those by tomorrow. Sorry... PR: 22735, 28549 Blanket approval by: demon (kdesdk, kdevelop)
* Switch to using ports/misc/compat3xjeh2001-08-151-4/+1
|
* Update 0.4c -> 0.4dnectar2001-08-152-2/+2
|
* Fix the manpage to make previous versions of nroff(1) happy.knu2001-08-142-2/+4
| | | | Submitted by: Jason Harris <jharris@widomaker.com>
* Update to version 3.2.1kevlo2001-08-143-2/+34
| | | | | PR: 28875 Submitted by: MAINTAINER
* Synchronize with NetBSD. (20010807)knu2001-08-1316-45/+1568
|
* USE DOCSDIR and PORTDOCSdwcjr2001-08-138-68/+66
| | | | | | | ADD IPv6 support PR: 29404 Submitted by: maintainer
* Drop maintainership.trevor2001-08-121-1/+1
|
* Freshen up master sites with some found ontrevor2001-08-121-2/+4
| | | | http://www.outguess.org/download.html .
* Update to 1.6betadwcjr2001-08-113-2/+3
| | | | | PR: 29623 Submitted by: maintainer
* Damn. Didn't add these with the rest of the port.markm2001-08-113-0/+36
|
* Add YA Perl crypto library. This one does Blowfish, IDEA and DES.markm2001-08-116-0/+119
|
* Fix a int vs. size_t bogon that matters for LP64.obrien2001-08-111-0/+19
| | | | Submitted by: Brandon Poyner <brandon@thebiz.net>
* Update to version 2.54 Beta 29.obrien2001-08-102-2/+2
| | | | | + updated fingerprint database + multi-portlist -- specify different ranges for TCP & UDP
* Update to 3.19.roam2001-08-103-21/+2
| | | | | PR: 29603 Submitted by: maintainer
* Make buildable on 4-STABLEsumikawa2001-08-106-0/+62
| | | | | PR: ports/29507, ports/29535 Obtained from: NetBSD
* dont know why remove patch-Makefile in the last commit :<ijliao2001-08-092-0/+36
|
* upgrade to 0.1.4ijliao2001-08-096-83/+14
| | | | drop maintainership
* Update to 4153jeh2001-08-092-2/+2
|
* Update nessus suite to version 1.0.9, remove extra file from nessus'olgeni2001-08-0820-76/+148
| | | | pkg-plist (includes.h).
* Chase the checksum: trivial documentation changes.kris2001-08-081-1/+1
|
* Not sure where I went wrong, but this is the current MD5jeh2001-08-071-1/+1
| | | | Submitted by: Jimmy Olgeni <olgeni@uli.it>
* Upgrade to 1.8p1.dirk2001-08-073-5/+8
| | | | | PR: ports/29488 Submitted by: Rob Simmons <rsimmons@wlcg.com>
* Update to 0.7, which allows use of 192- and 256-bit keys.roam2001-08-072-2/+2
|
* Update to 1.3.knu2001-08-073-3/+3
|
* There are actually checks for some Linux viruses/wormsjeh2001-08-071-1/+1
|
* * 4152 Emergency Dat release for detection andjeh2001-08-072-2/+2
| | | | removal of W32/Codered.c.
* Upgrade to 20010802a.sumikawa2001-08-064-4/+6
|
* Applied a patch to check for compat3x libraries.jeh2001-08-051-0/+4
| | | | | PR: 29359 Submitted by: Martti Kuparinen <martti.kuparinen@iki.fi>
* upgrade to 1.1ijliao2001-08-043-8/+8
| | | | Submitted by: bento log
* Update to 0.3.0lioux2001-08-032-6/+2
| | | | Submitted by: maintainer
* o Update to 3.18lioux2001-08-032-4/+4
| | | | | | | | | | | * MAX_CLIENTS is calculated based on FD_SETSIZE, now. * Problems with closing SSL in transfer() fixed. * -I option to bind a static local IP address added. * Debug output of info_callback redesigned. o Reorder MASTER_SITES PR: 29358 Submitted by: maintainer
* Update to 4151jeh2001-08-022-2/+2
|
* Back out the db3 port update because some of these dependent ports hadknu2001-08-014-4/+4
| | | | | | | | | | been broken by the incompatibility between db3.2 and db3.3. I am unconditionally bumping the PORTREVISION's to eliminate possible troubles that should not happen before the coming release. Sorry for inconvenience. I'll try to check compatibility hard before committing next time.
* - slogin and manpage added to package, bumped PORTREVISIONdinoex2001-08-014-4/+6
|
* Update to version 1.2.8lioux2001-08-014-12/+15
| | | | Submitted by: maintainer
* Update 0.4b -> 0.4cnectar2001-08-012-3/+3
|
* New port rain version 1.2.7 Beta 3: Rain is a packeting tool usedlioux2001-07-307-0/+58
| | | | | | | for testing system stability PR: 29300 Submitted by: Patrick Li <pat@databits.net>
* Update to version 0.4.0lioux2001-07-302-6/+4
| | | | Submitted by: maintainer
* Update to stunnel 3.17kris2001-07-302-2/+2
| | | | Approved by: maintainer
* New port gtk-knocker version 0.2.0: A simple and easy to use TCPlioux2001-07-306-0/+44
| | | | | | | 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-307-0/+95
| | | | | | | | | 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-306-0/+36
| | | | | | | port scanner (Console version) PR: 29108 Submitted by: Patrick Li <pat@databits.net>
* Update to version 2.54 Beta 28.obrien2001-07-292-2/+2
|
* Secure Remote Password protocol library, TELNET, and FTPnectar2001-07-268-0/+97
|
* Update to 4150, still chasing SirCammjeh2001-07-262-2/+2
|
* Use CONFIGURE_TARGET so that the config script gets named correctlysteve2001-07-262-1/+2
| | | | on both the x86 and alpha platforms.
* Reflect databases/db3's shlib version bump from 2 to 3.knu2001-07-254-4/+4
|
* New maintainer: Cy Schubert <Cy.Schubert@uumail.gov.bc.ca>nectar2001-07-254-4/+4
|
* Update pam_krb5 1.0 -> 1.0.1.nectar2001-07-2512-1271/+40
| | | | | | | | Change MASTER_SITES. NB: This versioning is bogus. Unfortunately, there is no official release of pam_krb5 yet, but it has substantially changed. I made this release based on what is in CVS.
* Update telnetd vulnerability fixes from FreeBSD.nectar2001-07-254-0/+44
| | | | Submitted by: Cy Schubert <Cy.Schubert@uumail.gov.bc.ca>
* Bump PORTREVISION.nectar2001-07-244-4/+4
| | | | Update telnetd vulnerability fixes from FreeBSD.
* Update telnetd vulnerability fixes from FreeBSD.nectar2001-07-2416-112/+408
| | | | Submitted by: Cy Schubert <Cy.Schubert@uumail.gov.bc.ca>
* Update to 4149, to track these latest worms.jeh2001-07-242-2/+2
|
* - update to version 2.14vanilla2001-07-235-23/+15
| | | | | | | | - clean up pkg-{comment,descr} - sort pkg-plist PR: ports/29144 Submitted by: Pete Fritchman
* Upgrade to 0.12.vanilla2001-07-232-2/+2
|
* add py-rijndaelijliao2001-07-236-0/+44
| | | | A pure python implementation of the Rijndael encryption algorithm
* Update to 3.16.roam2001-07-232-2/+2
| | | | | PR: 29157 Submitted by: maintainer
* Update to 1.2.1dwcjr2001-07-222-2/+2
| | | | | PR: 29126 Submitted by: maintainer
* - Extend patches in submakefiles, to build under 3.5 STABLEdinoex2001-07-223-9/+25
| | | | | PR: 28921 Submitted by: aito@sets.ne.jp
* Add a copy of the distfile to MASTER_SITE_LOCAL since the website seemskris2001-07-221-1/+3
| | | | to (temporarily?) be unavailable.
* Add a couple of MASTER_SITES and remove the main site which seems tokris2001-07-221-1/+3
| | | | currently be down.
* Update to 0.3.1c.knu2001-07-212-2/+2
|
* Update to version 2.54 Beta 27.obrien2001-07-212-2/+2
|
* Merge telnetd vulnerability fix from FreeBSD.nectar2001-07-2128-4/+4876
| | | | Submitted by: Cy Schubert <Cy.Schubert@uumail.gov.bc.ca>
* Upgrade openssl to 0.9.6b.okazaki2001-07-204-4/+4
|
* Update to version 4148jeh2001-07-202-2/+2
|
* add cfvijliao2001-07-207-0/+67
| | | | cfv is a utility to both test and create .sfv, .csv and md5sum files
* Update 0.4b -> 0.4cnectar2001-07-204-58/+5
|
* = Fix possible telnetd vulnerability in option processing.nectar2001-07-203-0/+64
| | | | | | | Obtained from: heimdal-discuss@sics.se = Fix bug in GSSAPI accept_sec_context() that prevented credential forwarding from working in some cases.
* Update to 0.3.1b.knu2001-07-202-2/+2
|
* Add stegdetect 0.2, an automated tool for detecting stenographicmarkp2001-07-196-0/+35
| | | | content in jpegs.
* Add snort-rep 1.2, a Snort reporting tool that can produce textmarkp2001-07-196-0/+48
| | | | or HTML from logs.
* Update to version 3.15kevlo2001-07-163-4/+14
| | | | | PR: 29000 Submitted by: MAINTAINER
* Update to 0.3.1.knu2001-07-162-2/+2
|
* upgrade to 1.0ijliao2001-07-163-28/+25
| | | | drop maintainership
* upgrade to 2.01.01ijliao2001-07-163-14/+13
| | | | drop maintainership
* handle gtk-config more properlyijliao2001-07-161-9/+8
|
* Mark this port BROKEN. Mail to the MAINTAINER bounces.brian2001-07-151-0/+2
|
* Upgrade to 1.8-RELEASE.dirk2001-07-123-23/+35
| | | | Submitted by: Michael Boman <michael@ayeka.dyndns.org>
* Update to version 4147jeh2001-07-122-2/+2
|
* add py-gnupgijliao2001-07-116-0/+39
| | | | A Python module to interface with GnuPG
* Update to 1.1.9dwcjr2001-07-103-3/+3
| | | | | | | Update patch-ac to set compiler flags correctly. PR: 28850 Submitted by: maintainer
* Re-organize the local MASTER_SITE_DEBIAN setting to include A LOTmi2001-07-101-6/+12
| | | | | | | | of country-code based aliases for the debian mirrors. Someone with power to commit to bsd.sites.mk should, of course, move it there ASAP. Get ready for upgrade to 0.5.1 -- noone else stepped forward to do this.
* Update to version 2.54 Beta 26.obrien2001-07-092-2/+2
| | | | | | | | | The coolest feature is a new scan type -- Idlescan! The quick synopsis is that this is a completely blind scan (meaning no packets are sent to the target from your real IP address). Instead, a unique side-channel attack exploits predictable "IP fragmentation ID" sequence generation on the zombie host to glean information about the open ports on the target.
* Make it buildable on 2.2-STABLE again.okazaki2001-07-082-2/+2
|
* Chase the checksum. The author renamed the top-level directory; no otherkris2001-07-082-2/+1
| | | | changes.
* Fix auto-generated plistkris2001-07-081-1/+1
|
* Update 0.3f -> 0.4bnectar2001-07-077-117/+5
|
* add gpgmeijliao2001-07-0711-0/+73
| | | | | | | A library to make access to GnuPG easier PR: 28196 Submitted by: TERAMOTO Masahiro <teramoto@comm.eng.osaka-u.ac.jp>
* add bcwipeijliao2001-07-076-0/+36
| | | | | | | BCWipe securely erase data from magnetic and solid-state memory PR: 27993 Submitted by: Crow <crow@kapu.hu>
* Correct spelling.dd2001-07-061-1/+1
|
* Update to version 1.3, minor fixes.wjv2001-07-064-7/+7
| | | | | PR: 28764 Submitted by: Patrick Li <pat@databits.net>
* add missing filesijliao2001-07-061-0/+2
| | | | Submitted by: bento
* add py-fchksumijliao2001-07-056-0/+35
| | | | find the checksum of files
* Make PORTDOCS compliantdwcjr2001-07-054-22/+39
| | | | | | | | | | Add missing files to pkg-plist Update to 2.2.2 Change dependency to look for bzip shared lib instead of static lib Update patch-aa to work with new version PR: 28517 Submitted by: Pete Fritchman <petef@databits.net>
* Update to versin 4146jeh2001-07-052-2/+2
|
* Add some info about using rndcontrol.kevlo2001-07-011-0/+4
| | | | | PR: 28556 Submitted by: MAINTAINER
* - adjust master_sites (synack.net == xinetd.org)vanilla2001-07-013-4/+11
| | | | | | | | | | - change = to += in CONFIGURE_ARGS - add magic to allow build as a non-root user - improve pkg-comment - add WWW: to pkg-descr PR: ports/28561 Submitted by: Pete Fritchman <petef@databits.net>
* Update port to 2.3.0jedgar2001-07-014-16/+16
|
* Bump $PORTREVISION.kuriyama2001-06-302-0/+2
| | | | Pointed out by: sf
* Correct no-nos: one file per patch, please. Don't touch more than onenectar2001-06-293-49/+42
| | | | | source file with each patch file, and don't touch the same source file with more than one patch file.
* Add 2 missing entries (lib/charset.alias and share/locale/locale.alias).kuriyama2001-06-292-0/+4
|
* Add "USE_AUTOMAKE= yes"jeh2001-06-291-1/+2
| | | | | PR: 28489 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
* Add fpm 0.53; Figaro's Password Manager, an app to securely storewill2001-06-287-0/+220
| | | | | | | your passwords. Not that I would need/want it... PR: 28229 Submitted by: Anders Nordby <anders@fix.no>
* Update to version 4145jeh2001-06-282-2/+2
|
* Use %%PORTDOCS%% pragma.wjv2001-06-271-2/+2
|
* Updating my email address in my remaining ports.wjv2001-06-271-1/+1
| | | | Prompted by: vanilla
* Add a mirror site to MASTER_SITES.knu2001-06-262-0/+2
| | | | Submitted by: Terje Elde <terje@thinksec.no>
* Add secpanel, a GUI frontend for ssh and opensshdwcjr2001-06-266-0/+64
| | | | | PR: 28079 Submitted by: Pete Fritchman <petef@databits.net>
* change MAINTAINER to FreeBSD.org addressdinoex2001-06-251-1/+1
|
* This adds two environment variables into environment of user: LANG & MM_CHARSET,dinoex2001-06-252-4/+42
| | | | | | | | | | | | when used standard login via telnet or console However when used openssh, then sshd does not setup LANG & MM_CHARSET into envir onment for user in russian class Code for this operation did not exists in openssh port ! PR: 21146 Submitted by: odip@bionet.nsc.ru
* Updates the port from snap4 to snap6.kevlo2001-06-253-4/+4
| | | | | PR: 28239 Submitted by: MAINTAINER
* Remove duplicate words where appropriate.dd2001-06-252-2/+2
| | | | Approved by: sobomax, obrien
* Use PAM and bump PORTREVISION as a resultmharo2001-06-241-3/+5
| | | | Submitted by: Blaz Zupan <blaz@amis.net>
* Bug fix for memory being free'd twice when using the new ANY:-keytabs.nectar2001-06-242-1/+54
| | | | | | PORTREVISION bumped. Submitted by: assar
* change MAINTAINER to FreeBSD.org addressdinoex2001-06-242-2/+2
|
* Remove patch that has been incorporated into 0.3f. By a quirk ofnectar2001-06-241-10/+0
| | | | | | | fate, it applied cleanly anyway, with harmless effect (two NULL assignments instead of one). Noticed by: assar
* Fix segfault in ftpd introduced in 0.3f.nectar2001-06-232-0/+67
| | | | | | PORTREVISION bumped. Obtained from: assar on heimdal-discuss@sics.se
* Add WITH_OPIE, which will compile with OPIE instead of S/Keymharo2001-06-221-2/+8
|
* Update the author's e-mail address.knu2001-06-211-1/+1
|
* Add ruby-mcrypt, a Ruby interface to the mcrypt library.knu2001-06-216-0/+53
|
* Update to version 4144jeh2001-06-212-2/+2
|
* Updated to close PR.unfurl2001-06-212-4/+3
| | | | | PR: ports/28298 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
* Um, correct spelling of pam_smb_authnsayer2001-06-211-1/+1
|
* Sync CFLAGS with DC's PR for this.nsayer2001-06-201-2/+2
| | | | PR: 26913
* Since the master site has been unreachable these days, put a copy ofknu2001-06-201-1/+3
| | | | the distfile in my MASTER_SITE_LOCAL area.
* Add port for pam_smb, an NT domain PAM modulensayer2001-06-2012-0/+110
|
* Add more pleasant broken logdwcjr2001-06-191-0/+1
| | | | | PR: 17952 Submitted by: Daniel T. Hagan <dhagan@cs.vt.edu>
* Update to 0.3.0.knu2001-06-183-4/+12
|
* Commit a serious hack so that this software actually works the way itsteve2001-06-182-0/+320
| | | | | is supposed to. This fixes problems I've been seeing when trying to use this with mod_php[34].
* Update to version 2.4.15.steve2001-06-184-17/+25
|
* Update to version 3.1.7kevlo2001-06-173-3/+13
| | | | | PR: 28198 Submitted by: MAINTAINER
* Add hlfl 0.52, high Level Firewall Language.tobez2001-06-146-0/+50
| | | | | | | | | 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
* upgrade to 2.1.0ijliao2001-06-143-4/+39
|
* Update to version 4143jeh2001-06-142-2/+2
|
* - Drop modifier L in makefile, all options have to be setdinoex2001-06-121-0/+22
| | | | | | | in lowercase "yes" - Tested build with FreeBSD 4.1 openssl-0.9.6a needs to be installed form ports. "FORBIDDEN" must be removed by hand.
* - Don't generate keys if BATCH is defined,dinoex2001-06-121-2/+5
| | | | | they will be generated when the package is installed. - Update MAN1, MAN8
* Fix patches to use etc instead of etc/pam_ldapdwcjr2001-06-123-9/+14
| | | | Bump PORTREVISION
* Oops, forgot to bump PORTREVISION.nectar2001-06-121-1/+1
|