<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/secure/lib/libssh, branch release/10.1.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F10.1.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F10.1.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2014-04-12T20:22:59Z</updated>
<entry>
<title>MFH (r263712): upgrade openssh to 6.6p1</title>
<updated>2014-04-12T20:22:59Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2014-04-12T20:22:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2d3754cac95bfd3dd820cc30e876e2cd253ee236'/>
<id>urn:sha1:2d3754cac95bfd3dd820cc30e876e2cd253ee236</id>
<content type='text'>
MFH (r264308): restore p level in debugging output
</content>
</entry>
<entry>
<title>MFH (r261320): upgrade openssh to 6.5p1</title>
<updated>2014-02-27T17:29:02Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2014-02-27T17:29:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=23ba2d8cdc30f5be765bbef6a0df0e54cd4cad9e'/>
<id>urn:sha1:23ba2d8cdc30f5be765bbef6a0df0e54cd4cad9e</id>
<content type='text'>
MFH (r261340): enable sandboxing by default
</content>
</entry>
<entry>
<title>Unbreak the WITHOUT_KERBEROS build and try to reduce the odds of a</title>
<updated>2013-09-23T20:35:54Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2013-09-23T20:35:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0085282b6a93e40f1e7b41706784a5cbcf98e344'/>
<id>urn:sha1:0085282b6a93e40f1e7b41706784a5cbcf98e344</id>
<content type='text'>
repeat performance by introducing a script that runs configure with and
without Kerberos, diffs the result and generates krb5_config.h, which
contains the preprocessor macros that need to be defined in the Kerberos
case and undefined otherwise.

Approved by:	re (marius)
</content>
</entry>
<entry>
<title>Clean up the OpenSSH build.  It is now possible to build most components</title>
<updated>2013-09-10T22:26:11Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2013-09-10T22:26:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9cfa8b3fee2f79940b0b9e5a4ffbc5f095861529'/>
<id>urn:sha1:9cfa8b3fee2f79940b0b9e5a4ffbc5f095861529</id>
<content type='text'>
as static binaries, if desired.  The one exception is sshd, which runs
into trouble due to libpam.a's includion of pam_ssh.

Make OpenSSH use LDNS if available.  This allows it to verify signed
SSHFP records.

Approved by:	re (blanket)
</content>
</entry>
<entry>
<title>Make libldns and libssh private.</title>
<updated>2013-09-08T10:04:26Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2013-09-08T10:04:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0b2766bd4edd70dd3b9cd8ac37d36b4b5a5c297a'/>
<id>urn:sha1:0b2766bd4edd70dd3b9cd8ac37d36b4b5a5c297a</id>
<content type='text'>
Approved by:	re (blanket)
</content>
</entry>
<entry>
<title>Upgrade to OpenSSH 6.2p1.  The most important new features are support</title>
<updated>2013-03-22T17:55:38Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2013-03-22T17:55:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6888a9be566d79246a948dcc4c0a914b1bee0c32'/>
<id>urn:sha1:6888a9be566d79246a948dcc4c0a914b1bee0c32</id>
<content type='text'>
for a key revocation list and more fine-grained authentication control.
</content>
</entry>
<entry>
<title>Add a src.conf(5) option to allow users to compile in the "NONE cipher",</title>
<updated>2013-01-17T01:51:04Z</updated>
<author>
<name>Bjoern A. Zeeb</name>
<email>bz@FreeBSD.org</email>
</author>
<published>2013-01-17T01:51:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e6a64a84ea85d2b0b5b4d3c9cb8808d12bd8b2f5'/>
<id>urn:sha1:e6a64a84ea85d2b0b5b4d3c9cb8808d12bd8b2f5</id>
<content type='text'>
which, only after authentication, disables crypto, and only for sessions
without a terminal.

Submitted by:	Jeremy Chadwick (freebsd jdc.parodius.com)
PR:		bin/163095
MFC after:	10 days
</content>
</entry>
<entry>
<title>Upgrade OpenSSH to 6.1p1.</title>
<updated>2012-09-03T16:51:41Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2012-09-03T16:51:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=462c32cb8d7a451c999a3f1e7d00f9c89e96700c'/>
<id>urn:sha1:462c32cb8d7a451c999a3f1e7d00f9c89e96700c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Upgrade to OpenSSH 5.8p2.</title>
<updated>2011-05-04T07:34:44Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2011-05-04T07:34:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4a421b6336e5e0c2ff27024c30fe32c6f71dcf3d'/>
<id>urn:sha1:4a421b6336e5e0c2ff27024c30fe32c6f71dcf3d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Upgrade to OpenSSH 5.4p1.</title>
<updated>2010-03-09T19:16:43Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2010-03-09T19:16:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b15c83408cb1e9b86c1895af0f097de05fc92ccf'/>
<id>urn:sha1:b15c83408cb1e9b86c1895af0f097de05fc92ccf</id>
<content type='text'>
MFC after:	1 month
</content>
</entry>
</feed>
