summaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Collapse)AuthorFilesLines
2001-02-15Update to 4120. Probably lots of new known viruses, who knows with thosewiz2-4/+4
binary files...
2001-02-15regenwiz1-3/+1
2001-02-15Update to 1.0.4nb3: incorporate a security fix by the author.wiz4-18/+9
(Which also includes completely unrelated patch-ac.) Closes pkg/12208.
2001-02-14use code checked out on 20010214 from openbsd repository.itojun10-121/+41
too many changes to mention, so pls look at http://www.openbsd.org/plus.html
2001-02-13Change the names of the ssh and ssh6 packages to ssh{,6}-1.2.27nb1 sois3-5/+6
that installation of the right version can be verified.
2001-02-13Use 32bit instead of 16 bit variable to avoid overflow.is4-2/+28
2001-02-12Add and enable fresshagc1-1/+2
2001-02-12Initial import of fressh 0.8 into the NetBSD Packages Collection.agc7-0/+47
FreSSH is a free implementation of the SSH communication protocol. It is compact, modular, portable, and designed for security and performance. It is a completely new implementation. Unlike various other SSH implementations already available for Unix, it does not trace its ancestry to the original SSH code written by Tatu Ylonen. FreSSH currently implements SSH protocol version 1.5, with extensions which offer enhanced security when both sides of a connection are running FreSSH.
2001-02-08add missing ELF symlinks. fixes recently noted packaging problemsdmcmahill1-1/+9
2001-02-06Remove unnecessary MESSAGE. (Part's self-evident, and the rest is onlywiz1-19/+0
the not-very-special license.)
2001-02-06Unify format of MESSAGEs, and include RCS Ids.wiz3-4/+14
2001-02-06Make that "autoreconf" -- there is no "autoremake".fredb3-9/+9
2001-02-05Use full pathname "${LOCALBASE}/bin/auto..." in dependences and maketron6-17/+17
targets. This includes a fix for PR pkg/12125 by Tomasz Luchowski.
2001-01-31Bump version number to 1.5.24nb3 as a result of checking for /dev/urandomjlam1-2/+2
instead of /dev/random if the former exists.
2001-01-31Use "/dev/urandom" for random data source if it exists.jlam3-3/+35
Fixes: pkg/11469 by Chris Jones <chris@cjones.org> pkg/12092 by Jesse Off <joff@nuewmonics.com>
2001-01-31Update HOMEPAGE.jlam1-2/+2
2001-01-29Update to stunnel-3.13.martin2-4/+4
Hint from Martti Kuparinen in PR pkg/12046. Changes: * pthread_sigmask() argument in sthreads.c corrected. * OOB data is now handled correctly. * Attempted to fix problem with zombies in local mode. * Patch for 64-bit machines by Nalin Dahyabhai <nalin@redhat.com> applied. * Tiny bugfix for OSF cc by Dobrica Pavlinusic <dpavlin@rot13.org> added. * PORTS file updated.
2001-01-29Update gnupg to 1.0.4nb2:wiz5-5/+46
Fix a bug in ~/.gnupg creation. Honor USE_IDEA, and add the IDEA extension in that case. Addresses pkg/11876.
2001-01-29Some more MESSAGE cleanup.wiz1-4/+4
2001-01-29Add automatic ${VARIABLE} handling for MESSAGE files.wiz16-67/+53
Convert most MESSAGE files to new syntax (${VARIABLE} gets replaced, not @VARIABLE@, nor @@VARIABLE@@). By default, substitutions are done for LOCALBASE, PKGNAME, PREFIX, X11BASE, X11PREFIX; additional patterns can be added via MESSAGE_SUBST. Clean up some packages while I'm there; add RCS tags to most MESSAGEs. Remove some uninteresting MESSAGEs.
2001-01-28Fix the ftp direcory name. the src part is gone and at least one frenchveego1-15/+16
mirrot is also gone. Add two other mirrors.
2001-01-28Update nessus to 1.0.7.frueauf12-28/+128
Besides several new plugins, the following changed since 1.0.6: . changes by Jordan Hrycaj (jordan at nessus.org) : - added support for iana port 1241 while 3001 open at the same time, nin-compat mode (disabling 3001) as sn experimantal configure option - nessus-adduser allows to create local users with immediate key exchange (no passphrase procedure needed) - nessusd allows to speciphy user logins with netmasks (as with the public key tags and passwords) in the nessusd.users file - some options added to nessus, and nessusd - you can force the compilation/installation of the getopt_long() function(s) by a configure option . changes by Renaud Deraison (deraison at nessus.org) : - http virtual hosts can now be tested - user-modifiable per-plugin timeout - detached scans can now be stopped from the client - fixed issues in detached scan - implemented plugins_reload() which loads new plugins in memory - get_host_name() returns the name of host, as entered by the user (and not a resolve(ip(name_of_host))) - added the function cgibin() in NASL, which returns the paths to use to get to the CGIs (default : /cgi-bin) . changes by Loren Bandiera (lorenb at shelluser.net) : - XML output improved
2001-01-26etc/rc.d cleanup: rename *.sh -> *hubertf2-4/+4
2001-01-25Fix DEPENDS line.wiz1-2/+2
2001-01-23remove PLIST entries which are not installed (on a.out _or_ ELF)dmcmahill1-5/+1
2001-01-22Use "--with-pem-dir" to specify directory where "stunnel.pem" is located.tron1-3/+4
2001-01-22CONFLICTS= foo-* --> CONFLICTS= foo-[0-9]*jlam2-4/+4
2001-01-22Update pkg to stunnel-3.11.martin6-38/+39
Fixes key-length and zombies problems.
2001-01-21Install "tcpd.h" required to build applications using "libwrap".tron2-2/+4
2001-01-19Add and enable "tcp_wrappers".tron1-1/+2
2001-01-19Import Solaris only "tcp_wrappers" package:tron7-0/+78
Monitor and filter incoming requests for network services
2001-01-18Enabel p5-Crypto-CBC and p5-Crypto-Blowfishexplorer1-1/+3
2001-01-18Add p5-Crypt-Blowfish, an implementation of Blowfish for Perl5explorer5-0/+30
2001-01-18add p5-Crypt-CBC, a cypher block chaining module which works with various ↵explorer5-0/+35
crypto algorithms.
2001-01-18ve this a chance to build on 1.5 - defined sa_family_t (taken from -current)hubertf2-0/+19
2001-01-17Should make this buildable on Solaris, too. Untested for lack of Solaris.wiz2-1/+10
2001-01-17If we have to choose if this works on Solaris or NetBSD, prefer NetBSD.wiz3-37/+40
XXX: This needs some work. How to handle platform-dependent patches? What's the problem with using the NetBSD patches on Solaris?
2001-01-15add security/scansshitojun1-1/+2
2001-01-15scanssh, ssh remote version scanneritojun5-0/+23
2001-01-14Pass "${CC}" to configure script.tron1-2/+2
2001-01-14Regen.tron1-9/+2
2001-01-14Don't force to use WS 5.0 on Solaris.tron1-0/+20
2001-01-13Use SSLCERTS for location of OpenSSL certificates directory.jlam1-16/+2
2001-01-11Fix typo.dent1-2/+2
2001-01-10Make this package work under SunOS.tron4-10/+83
2001-01-10Don't check for "/dev/urandom" under Solaris.tron2-7/+10
2001-01-09Update HOMEPAGEabs1-2/+2
2001-01-09add security/pakemonitojun1-1/+2
2001-01-09pakemon, japanese-made IDSitojun8-0/+73
2001-01-08typo. freebsd PR 24127itojun1-1/+1