summaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Collapse)AuthorFilesLines
2000-05-28Fix path to old distfile on openssh.com.wiz1-2/+2
2000-05-25Add and enable kth-krb4wennmach1-1/+2
2000-05-25Initial import of kth-krb4-1.0.1: Kerberos IV distribution from KTHwennmach14-0/+519
2000-05-20-fix BUILD_DEPENDS to correctly include bisondmcmahill1-3/+4
-don't let make(1) set YACC (which then gets passed to configure) so configure can correctly find bison.
2000-05-19find /dev/random, and use itwiz3-7/+9
2000-05-19add www.openssh.com to MASTER_SITES; all mirrors don't have the filewiz1-2/+3
anymore
2000-05-12Fix last commit.veego1-2/+2
2000-05-10Support to build it on Solaris.veego12-22/+42
It would be easier to make that change if we support patches for one OPSYS but someone removed that from out tree.
2000-04-28Wrap ${CC} and ${LD} in quotes -- in case they are multiple words.mycroft1-2/+3
2000-04-27make it work with openssl-0.9.5a.itojun2-5/+5
cope with PATENTEDOPENSSLSRC environment (mk.conf needs to be set)
2000-04-26Use "SSLBASE" instead of "SSLDIR".tron1-4/+2
2000-04-26Switch to "USE_SSL".tron1-9/+3
2000-04-26Don't clobber permission of "/var/run" during installation.tron2-4/+12
2000-04-26Make this actually compile on recent NetBSD systems:hubertf3-1/+21
* force "bison -y" *via $YACC) * undefine _POSIX_C_SOURCE, needed to get S_ISLNK defined in <sys/stat.h>
2000-04-25If PATENTEDOPENSSLSRC is present in the build environment, thenthorpej2-2/+12
assume that a full (i.e. "with RSA") OpenSSL installation already exists on the system (and thus a dependency on ../security/openssl is not needed).
2000-04-24Don't complain on deinstallation if directory "${PREFIX}/certs" cannottron1-2/+2
be removed.
2000-04-23Sync w/ srcurity/ssh: prevent a segv when doing password authenticationthorpej2-9/+10
and the client happens to not be in a Kerberos realm.
2000-04-22Defuzz patches.fredb3-15/+16
2000-04-21Enable smtpd.mjl1-1/+2
2000-04-21Initial import of smtpd, an SMTP store-and-forward proxy for firewalling.mjl9-0/+138
2000-04-21allow use of openssl-0.9.5aexplorer1-2/+2
2000-04-21upgrade to 0.9.5aexplorer5-85/+182
2000-04-18Fix a bug where if you were logging in from an account which had notthorpej2-9/+10
authorized key and for which there was no kerberos principle, sshd would segfault.
2000-04-12check if the system is IPsec ready NetBSD system.itojun2-2/+12
2000-04-12Make it plain that this is the IPv6 version of the secure shell.agc2-6/+7
2000-04-06Update to newer distfile. Only change is in the README:wiz2-5/+5
Author recommends RID instead of his own program. Fixes pkg/9805.
2000-04-04correct dependency to cvs.itojun1-2/+2
2000-04-04add cvs to dependency list.itojun1-1/+2
2000-04-04add KAME racoon IKE daemon (security/racoon)itojun1-1/+2
2000-04-04pkgsrc build for racoon IKE daemonitojun7-0/+101
2000-04-03Add OpenSSL directory to build defines.tron1-1/+3
2000-04-03Add and enable "stunnel".tron1-1/+2
2000-04-03Put pid file to "/var/run" and certificates to "${PREFIX}/certs".tron3-5/+21
2000-04-03Sync.tron1-3/+2
2000-04-03Add changes to SSL detection in "configure" to patch for "configure.in".tron1-5/+30
2000-04-03Patching "configure" doesn't make any sense if it is overwritten bytron1-32/+0
"autoreconf" later.
2000-04-03A new pkg for the stunnel program, a tool to wrap existing serversmartin8-0/+104
into SSL connections.
2000-03-30Check for "/usr/include/openssl/rsa.h" instead of "/usr/bin/openssl" onjlam1-2/+2
-current.
2000-03-27pkgsrc for OpenBSD isakmpd (based on ftp.appli.se snapshot 2000/2/20).itojun9-1/+84
if you are tired of using racoon, you may want to try it. (may not work as expected due to PF_KEY differences) --- This is isakmpd, a BSD-licensed ISAKMP/Oakley (a.k.a. IKE) implementation. It's written by Niklas Hallqvist and Niels Provos, funded by Ericsson Radio Systems AB. Currently it is work in progress, although it can be used for real setups. There are releases, but this distribution is not a release and is not named with ordinary version numbers. When you got the source, hopefully the archive was named with a date which reflects when it was created. These archives are also known as snapshots and will be created at irregular intervals and put up on ftp.gsnig.net and ftp.appli.se in /pub/isakmpd. From Nov 14, 1998 isakmpd is also available in the OpenBSD main source tree under src/sbin/isakmpd, though slightly modified because I don't want to carry support files for other OSes in that distribution. Look at http://www.openbsd.org/ for details on how to get OpenBSD source.
2000-03-27Fix one more nroff warning.fredb2-1/+14
2000-03-27Fix some warnings from "nroff".fredb7-3/+85
2000-03-27Defuzz patch.fredb2-12/+13
2000-03-26Test for current's openssl before depending on the openssl package.fredb1-2/+5
2000-03-26upgrade to 1.2.3. make it conflict with security/ssh6.itojun5-25/+21
2000-03-26revise CONFLICTS line.itojun2-4/+4
2000-03-21Update fortify to 1.4.6. Changes from 1.4.5:jlam3-19/+208
Added Communicator versions for 4.72 and several more platforms.
2000-03-20Optimize dependence pattern.tron1-2/+2
2000-03-20Depend on "ssh" or "ssh6" package.tron1-2/+2
2000-03-20split security/ssh and security/ssh6.itojun73-3566/+11535
security/ssh6: IPv4/v6 ready, socks unavailable, kerberos available (not tested) security/ssh: IPv4 onlyready, socks available, kerberos available (not tested) should be integrated into one whenever socks support becomes aware of getaddrinfo/getnameinfo. two directories with tons of patches/patch-* is a maintenance headache.
2000-03-18SSH_DONT_USE_IDEA is deprecated, so include USE_IDEA in BUILD_DEFS instead.jlam1-2/+2