summaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Collapse)AuthorFilesLines
2001-06-30Importing Ruby extension to MD5 library.taca3-0/+34
This will be part of ruby meta-package.
2001-06-29Add buildlink.mk file for use by other package Makefiles.jlam1-0/+33
2001-06-29USE_CONFIG_WRAPPER is automatically set if USE_BUILDLINK_ONLY is defined,jlam1-2/+1
so remove it from package Makefiles. Also move the inclusion of the buildlink.mk files to the end of the Makefile to just before bsd.pkg.mk to ensure that any Makefile settings occur before the buildlink.mk files.
2001-06-28make sure to link against local libipsec.a.itojun3-8/+18
From: Michael Richardson <mcr@sandelman.ottawa.on.ca>
2001-06-28Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.jlam5-41/+61
2001-06-28Check for openssl>=0.9.5a when depending on openssl.jlam1-4/+23
2001-06-28Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.jlam1-7/+5
2001-06-28add and enable gpawiz1-1/+2
2001-06-28Initial import of gpa, a graphical front-end for GnuPG.wiz4-0/+42
Still in development, not recommended for production use yet. Package provided by Peter Reich in pkg/12952, with some touch-ups by me.
2001-06-26Remove build time dependency on autoconf by adding a patch for configure.wiz3-9/+72
Fixes pkg/13004.
2001-06-25Rename rc.d script from xdm-krb4 to xdm_krb4, following a suggestionwiz3-8/+8
by Masao Uebayashi in pkg/13251, part 2.
2001-06-25Apply patch from pkg/13295; seems not to hurt NetBSD, and should helpwiz3-5/+6
Solaris. Bump to 1.10.
2001-06-24Update to the latest version. Fixes pr#13272veego2-5/+5
2001-06-24Enable zebedee.taca1-1/+2
2001-06-24Importing zebedee 2.2.2. Quoting from README.txt is here.taca6-0/+186
Zebedee Secure Tunnel ===================== Zebedee is a simple program to establish an encrypted, compressed "tunnel" for TCP/IP or UDP traffic between two systems. This allows data from, for example, telnet, ftp and X sessions to be protected from snooping. You can also use compression, either with or without data encryption, to gain performance over low-bandwidth networks. The main goals for Zebedee are to: * Provide client and server functionality under both UNIX and Windows 95/98/NT. * Be easy to install, use and maintain with little or no configuration required. * Have a small footprint, low wire protocol overhead and give significant traffic reduction by the use of compression. * Use only algorithms that are either unpatented or for which the patent has expired. * Be entirely free for commercial or non-commercial use and distributed under the term of the GNU General Public Licence (see LICENCE.txt for details). For further information on how to use Zebedee see the file zebedee.html in the distribution (or the manual page for zebedee(1) under UNIX -- it is basically the same text). Example configuration files are also provided.
2001-06-23Generalize how the dependency pattern may be specified. Instead of justjlam4-20/+18
FOO_REQD=1.0 being converted to foo>=1.0, one can now directly specify the dependency pattern as FOO_DEPENDS=foo>=1.0. This allows things like JPEG_DEPENDS=jpeg-6b, or fancier expressions like for postgresql-lib. Change existing FOO_REQD definitions in Makefiles to FOO_DEPENDS.
2001-06-20Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.jlam1-4/+6
2001-06-20Update to 3.14, from Martti Kuparinen via pkg/13256.wiz2-5/+5
Change: * Pidfile creation algorithm has been changed.
2001-06-19Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.jlam6-18/+20
2001-06-19Mark as USE_BUILDLINK_ONLY.jlam1-2/+3
2001-06-19Add a buildlink.mk file for use by other package Makefiles.jlam1-0/+32
2001-06-18Unify NetBSD and Solaris package lists and use dynamic modification.tron3-29/+18
2001-06-18upgrade to portable openssh 2.9p2. should fix "cookies" file deletion bugitojun2-5/+5
when X11 forwarding = yes. 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> 20010512 - (bal) Patch to partial sync up contrib/solaris/ packaging software. Patch by pete <ninjaz@webexpress.com> 20010509 - (bal) UseLogin patch for Solaris/UNICOS. Patch by Wayne Davison <wayne@blorf.net> - (bal) ./configure support to disable SIA on OSF1. Patch by Chris Adams <cmadams@hiwaay.net> - (bal) Updates from the Sony NEWS-OS platform by NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp> 20010508 - (bal) Fixed configure test for USE_SIA. 20010506 - (djm) Update config.guess and config.sub with latest versions (from ftp://ftp.gnu.org/gnu/config/) to allow configure on ia64-hpux. Suggested by Jason Mader <jason@ncac.gwu.edu> 20010504 - (bal) Updated Cygwin README by Corinna Vinschen <vinschen@redhat.com> - (bal) Avoid socket file security issues in ssh-agent for Cygwin. Patch by Egor Duda <deo@logos-m.ru> 20010430 - (djm) Add .cvsignore files, suggested by Wayne Davison <wayne@blorf.net> - (tim) [contrib/caldera/openssh.spec] add Requires line for Caldera 3.1
2001-06-18Add buildlink.mk file for use by other program Makefiles.jlam1-0/+51
2001-06-17Update nessus to 1.0.8.frueauf8-21/+87
- various bugfixes - fixed fd leak in KB and session saving - possibly fixed connections problems between the client and the server - updated config.guess and config.sub - many new plugins
2001-06-16Add buildlink.mk files for use by other packages.jlam1-0/+46
2001-06-12LIBS is automatically added to CONFIGURE_ENV by bsd.pkg.mk ifjlam1-2/+2
GNU_CONFIGURE is defined, so simply set LIBS to the appropriate value.
2001-06-11upgrade to 20010611.itojun4-49/+5
key changes since 20010403: - be more picky about isakmpd.policy permission - debug: dump decoded IKE packets in pcap(3) format - cert improvements - RFC2367 compliance - bug fixes: correct SA refcnt, memory alloc and doc fixes
2001-06-11CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, sojlam4-9/+8
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-06-11Use bsd.buildlink.mk instead of duplicating code all over the place.jlam1-47/+13
2001-06-10Use cookies (.*_done) to determine whether headers and libs have beenjlam1-6/+12
linked from a particular package, and add a pre-configure target to the buildlink.mk file to more painlessly use buildlink.mk files. A ${BUILDLINK_TARGETS} variable still exists in case a package _must_ define NO_CONFIGURE.
2001-06-09' ' -> '\t'wiz1-2/+2
2001-06-09Remove trailing whitespace.wiz1-14/+14
2001-06-09Add patches from Simon Burge <simonb@wasabisystems.com> to build cfsjlam6-18/+94
without needing -traditional. This fixes socklen_t lossage mentioned in the README.netbsd file. This was tested on i386 NetBSD-1.5 and -current.
2001-06-07Add patches missing from commit that did the following modifications:jlam3-0/+46
* Use NetBSD's getpass() function instead of the homegrown one, as the homegrown one doesn't seem to hide the password when it is being entered. * Add a rc.d style script to start cfsd, and also install the documentation for the filesystem. * Rename c* commands to cfs_* to avoid conflicts with coda programs with a similar name.
2001-06-07* Use NetBSD's getpass() function instead of the homegrown one, as thejlam5-78/+216
homegrown one doesn't seem to hide the password when it is being entered. * Add a rc.d style script to start cfsd, and also install the documentation for the filesystem. * Rename c* commands to cfs_* to avoid conflicts with coda programs with a similar name.
2001-06-06Fix warning output if new file is smaller than old one.wiz2-3/+3
Noted by Kimmo Suominen. Bump to 1.9.
2001-06-06LICENSE=srp_client-licensejtb1-1/+3
2001-06-06LICENSE=portsentry-license.jtb1-1/+3
2001-06-06Back out the socklen_t Makefile magic - causes core dumps on 1.5 i386simonb1-2/+1
and alpha. Discussed with agc.
2001-06-06Remove files from jlam's cfs package import (on top of agc's) untilwiz3-136/+0
jlam has time to merge them, on request by jlam.
2001-06-05cfs - Cryptographic File Systemjlam5-27/+170
CFS pushes encryption services into the UN*X file system. It supports secure storage at the system level through a standard UN*X file system interface to encrypted files. Users associate a cryptographic key with the directories they wish to protect. Files in these directories (as well as their pathname components) are transparently encrypted and decrypted with the specified key without further user intervention; cleartext is never stored on a disk or sent to a remote file server. CFS employs a novel combination of DES stream and codebook cipher modes to provide high security with good performance on a modern workstation. CFS can use any available file system for its underlying storage without modification, including remote file servers such as NFS. System management functions, such as file backup, work in a normal manner and without knowledge of the key.
2001-06-05Define RINCLUDES, since otherwise cc -I will eat the next argument,agc2-4/+4
which is not TRT.
2001-06-05Install a workaround for socklen_t definition woes on 1.5agc1-2/+4
2001-06-05Add and enable cfsagc1-1/+2
2001-06-05Initial import of Steve Bellovin's port of Matt Blaze's CFS into theagc5-0/+148
packages collection. CFS is an encrypting file system for Unix-like OSs. It uses NFS as its interface, and so is reasonably portable. The FS code dates back to 1989, and the crypto to 1992, so it is showing signs of age. This code should be regarded as completely unsupported; a complete rewrite will follow eventually. Please don't download this code if you're in a place that's forbidden (under US or local law) to export cryptographic software from the US to, or if you're on the State Department's "Denied Persons List." If you aren't sure, ask a good lawyer.
2001-06-04Use slightly modified idea.c, which recognizes NetBSD PowerPC machines aswiz2-6/+6
big endian. Makes gnupg work with IDEA support on ppc machines. XXX: Probably similar changes needed for some other big-endian platforms.
2001-05-31Update to 1.0.6, provided by Nathan Ahlstrom in pkg/13069.wiz3-7/+6
Changes: Fixed a format string bug which is exploitable if --batch is not used. Checked all translations for format strings bugs. Removed the Russian translation due to too many bugs. Fixed keyserver access and expire time calculation.
2001-05-26No functional change...just rework some code and re-sort some lines.jlam1-11/+9
2001-05-26Protect against multiple inclusion.jlam1-1/+6