Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-02-15 | Update to 4120. Probably lots of new known viruses, who knows with those | wiz | 2 | -4/+4 | |
binary files... | |||||
2001-02-15 | regen | wiz | 1 | -3/+1 | |
2001-02-15 | Update to 1.0.4nb3: incorporate a security fix by the author. | wiz | 4 | -18/+9 | |
(Which also includes completely unrelated patch-ac.) Closes pkg/12208. | |||||
2001-02-14 | use code checked out on 20010214 from openbsd repository. | itojun | 10 | -121/+41 | |
too many changes to mention, so pls look at http://www.openbsd.org/plus.html | |||||
2001-02-13 | Change the names of the ssh and ssh6 packages to ssh{,6}-1.2.27nb1 so | is | 3 | -5/+6 | |
that installation of the right version can be verified. | |||||
2001-02-13 | Use 32bit instead of 16 bit variable to avoid overflow. | is | 4 | -2/+28 | |
2001-02-12 | Add and enable fressh | agc | 1 | -1/+2 | |
2001-02-12 | Initial import of fressh 0.8 into the NetBSD Packages Collection. | agc | 7 | -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-08 | add missing ELF symlinks. fixes recently noted packaging problems | dmcmahill | 1 | -1/+9 | |
2001-02-06 | Remove unnecessary MESSAGE. (Part's self-evident, and the rest is only | wiz | 1 | -19/+0 | |
the not-very-special license.) | |||||
2001-02-06 | Unify format of MESSAGEs, and include RCS Ids. | wiz | 3 | -4/+14 | |
2001-02-06 | Make that "autoreconf" -- there is no "autoremake". | fredb | 3 | -9/+9 | |
2001-02-05 | Use full pathname "${LOCALBASE}/bin/auto..." in dependences and make | tron | 6 | -17/+17 | |
targets. This includes a fix for PR pkg/12125 by Tomasz Luchowski. | |||||
2001-01-31 | Bump version number to 1.5.24nb3 as a result of checking for /dev/urandom | jlam | 1 | -2/+2 | |
instead of /dev/random if the former exists. | |||||
2001-01-31 | Use "/dev/urandom" for random data source if it exists. | jlam | 3 | -3/+35 | |
Fixes: pkg/11469 by Chris Jones <chris@cjones.org> pkg/12092 by Jesse Off <joff@nuewmonics.com> | |||||
2001-01-31 | Update HOMEPAGE. | jlam | 1 | -2/+2 | |
2001-01-29 | Update to stunnel-3.13. | martin | 2 | -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-29 | Update gnupg to 1.0.4nb2: | wiz | 5 | -5/+46 | |
Fix a bug in ~/.gnupg creation. Honor USE_IDEA, and add the IDEA extension in that case. Addresses pkg/11876. | |||||
2001-01-29 | Some more MESSAGE cleanup. | wiz | 1 | -4/+4 | |
2001-01-29 | Add automatic ${VARIABLE} handling for MESSAGE files. | wiz | 16 | -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-28 | Fix the ftp direcory name. the src part is gone and at least one french | veego | 1 | -15/+16 | |
mirrot is also gone. Add two other mirrors. | |||||
2001-01-28 | Update nessus to 1.0.7. | frueauf | 12 | -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-26 | etc/rc.d cleanup: rename *.sh -> * | hubertf | 2 | -4/+4 | |
2001-01-25 | Fix DEPENDS line. | wiz | 1 | -2/+2 | |
2001-01-23 | remove PLIST entries which are not installed (on a.out _or_ ELF) | dmcmahill | 1 | -5/+1 | |
2001-01-22 | Use "--with-pem-dir" to specify directory where "stunnel.pem" is located. | tron | 1 | -3/+4 | |
2001-01-22 | CONFLICTS= foo-* --> CONFLICTS= foo-[0-9]* | jlam | 2 | -4/+4 | |
2001-01-22 | Update pkg to stunnel-3.11. | martin | 6 | -38/+39 | |
Fixes key-length and zombies problems. | |||||
2001-01-21 | Install "tcpd.h" required to build applications using "libwrap". | tron | 2 | -2/+4 | |
2001-01-19 | Add and enable "tcp_wrappers". | tron | 1 | -1/+2 | |
2001-01-19 | Import Solaris only "tcp_wrappers" package: | tron | 7 | -0/+78 | |
Monitor and filter incoming requests for network services | |||||
2001-01-18 | Enabel p5-Crypto-CBC and p5-Crypto-Blowfish | explorer | 1 | -1/+3 | |
2001-01-18 | Add p5-Crypt-Blowfish, an implementation of Blowfish for Perl5 | explorer | 5 | -0/+30 | |
2001-01-18 | add p5-Crypt-CBC, a cypher block chaining module which works with various ↵ | explorer | 5 | -0/+35 | |
crypto algorithms. | |||||
2001-01-18 | ve this a chance to build on 1.5 - defined sa_family_t (taken from -current) | hubertf | 2 | -0/+19 | |
2001-01-17 | Should make this buildable on Solaris, too. Untested for lack of Solaris. | wiz | 2 | -1/+10 | |
2001-01-17 | If we have to choose if this works on Solaris or NetBSD, prefer NetBSD. | wiz | 3 | -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-15 | add security/scanssh | itojun | 1 | -1/+2 | |
2001-01-15 | scanssh, ssh remote version scanner | itojun | 5 | -0/+23 | |
2001-01-14 | Pass "${CC}" to configure script. | tron | 1 | -2/+2 | |
2001-01-14 | Regen. | tron | 1 | -9/+2 | |
2001-01-14 | Don't force to use WS 5.0 on Solaris. | tron | 1 | -0/+20 | |
2001-01-13 | Use SSLCERTS for location of OpenSSL certificates directory. | jlam | 1 | -16/+2 | |
2001-01-11 | Fix typo. | dent | 1 | -2/+2 | |
2001-01-10 | Make this package work under SunOS. | tron | 4 | -10/+83 | |
2001-01-10 | Don't check for "/dev/urandom" under Solaris. | tron | 2 | -7/+10 | |
2001-01-09 | Update HOMEPAGE | abs | 1 | -2/+2 | |
2001-01-09 | add security/pakemon | itojun | 1 | -1/+2 | |
2001-01-09 | pakemon, japanese-made IDS | itojun | 8 | -0/+73 | |
2001-01-08 | typo. freebsd PR 24127 | itojun | 1 | -1/+1 | |