| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Submitted by: taguchi@tohoku.iij.ad.jp
|
|
|
|
| |
if openssl is in the base system already.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
of the same commit that:
Upgrade Heimdal to 0.2j
No response from: MAINTAINER
|
|
|
|
| |
No response from: MAINTAINER
|
|
|
|
|
|
|
| |
skip openssl port if so.
(I. e. check the existence of /usr/bin/openssl, /usr/lib/libcrypto.so
and /usr/lib/libssl.so. If they exist set FORBIDDEN.)
|
|
|
|
|
|
|
| |
Also incorporate Garrett Wollman's kerberos fixes.
PR: 15732
Submitted by: maintainer
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
(From the author:)
Primarily, I have added built-in functions for manipulating the
environment, so putenv() is no longer used. XDM and its variants
should now work without modification. Note that the new code uses
the macros in <sys/queue.h>.
Submitted by: Andrew J. Korty <ajk@iu.edu>
|
|
|
|
|
|
|
|
| |
the nmap port otherwise the build fell over despite the configure script
saying that it would continue without it.
PR: 15714 (4 of 4)
Submitted by: maintainer
|
|
|
|
|
| |
PR: 15714 (3 of 4)
Submitted by: maintainer
|
|
|
|
|
| |
PR: 15714 (2 of 4)
Submitted by: maintainer
|
|
|
|
|
| |
PR: 15714 (1 of 4)
Submitted by: maintainer
|
|
|
|
|
|
|
| |
A wrapper for GnuPG to simulate PGP 2.6.x.
PR: 15526
Submitted by: Matt Behrens <matt@zigg.com>
|
|
|
|
|
|
|
| |
Another SSL wrapper application, which uses SSLEay/OpenSSL.
PR: 14771
Submitted by: Zahemszky Gabor <zgabor@CoDe.HU>
|
|
|
|
|
|
|
| |
An RFC 2222 SASL (Simple Authentication and Security Layer).
PR: 14619
Submitted by: Scot W. Hetzel <hetzels@westbend.net>
|
|
|
|
|
|
|
| |
-current.
PR: 14888
Inspired by: maintainer and the stunnel port
|
|
|
|
|
|
|
| |
RC4 library for use with the Cyrus SASL library (export controlled).
PR: 14618
Submitted by: Scot W. Hetzel <hetzels@westbend.net>
|
|
|
|
| |
PR: 15677
|
|
|
|
|
| |
PR: 15687
Submitted by: Dann Lunsford <dann@greycat.com>
|
|
|
|
|
|
|
| |
An auditing tools for system logs on Un*x boxes.
PR: 15360
Submitted by: Dan Langille <dan@freebsddiary.org>
|
|
|
|
| |
PR: 15072
|
| |
|
|
|
|
|
| |
PR: 14759
Submitted by: Jeremy Lea <reg@shale.csir.co.za>
|
|
|
|
| |
Submitted by: FUJISHIMA Satsuki <k5@cheerful.com>
|
|
|
|
| |
PR: 15645
|
|
|
|
|
|
|
|
|
| |
The version is now 1.2.1, from 1.2. You can mv your old distfiles/OpenSSH-1.2
dir to distfiles/OpenSSH-1.2.1, if you want to not waste time/space.
Some minor nits have been fixed, and a couple bugs. One sizeof(len)
should have just been len, and, in markus's words,
"fix get_remote_port() and friends for sshd -i".
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
* Remove current MAINTAINER as email has been unreachable for weeks
* Add dan@freebsddiary.com as MAINTAINER at his request
PR: 15490
Submitted by: Dan Langille <dan@freebsddiary.com>
|
| |
|
|
|
|
| |
Submitted by: jhb via cpiazza
|
|
|
|
| |
Submitted by: jedgar@fxp.org
|
|
|
|
|
| |
Submitted by: kris
Obtained from: bugtraq list (I believe)
|
|
|
|
| |
Makefile any more. So install it manually.
|
|
|
|
| |
doesn't get to PR 15403 in time.
|
|
|
|
|
| |
had to remove manpage path corrections patch (patch-ac) because
I don't have time till after Friday to work on this port more.
|
|
|
|
|
|
| |
never be taken.
Pointed out by : maintainer.
|
| |
|
|
|
|
|
|
|
|
| |
so that there is no need to have commands such as /usr/bin/su in the
restricted environment. Access to the file system is restricted to
the newroot subtree and privileges are restricted to those of the
newuser account (which must be a known account in the unrestricted
environment).
|
| |
|
|
|
|
|
|
|
|
|
|
| |
updated to today's snapshot of OpenSSH.
Various updates from the latest ${CVS_DATE}, and requisite patch
changes, are the "big new thing". Nothing major has changed; the
biggest ones would be using atomicio() in a lot of places and a
fix for a SIGHUP not updating sshd(8)'s configuration until the
next connection.
|
|
|
|
| |
This speeds up OS scans.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
OpenBSD OpenSSH front), add ConnectionsPerPeriod to prevent DoS via
running the system out of resources. In reality, this wouldn't
be a full DoS, but would make a system slower, but this is a better
thing to do than let the system get loaded down.
So here we are, rate-limiting. The default settings are now:
Five connections are allowed to authenticate (and not be rejected) in
a period of ten seconds.
One minute is given for login grace time.
More work in this area is being done by alfred@FreeBSD.org and
markus@OpenBSD.org, at the very least. This is, essentially, a
stopgap solution; however, it is a properly implemented and documented
one, and has an easily modifiable framework.
|
|
|
|
|
|
|
|
| |
reality, though. One file, cipher.c, calls cryptographic routines
from external libraries. This really cannot encumber OpenSSH in
any case, but I put RESTRICTED back since it would give people a
false hope of being able to install the OpenSSH package but
not the requisite, RESTRICTED (so nonexistant) openssl package.
|