<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libpam/modules/pam_ssh/pam_ssh.8, branch releng/12.4</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F12.4</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F12.4'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2016-08-22T20:48:46Z</updated>
<entry>
<title>Remove support for SSH1 as it is already disabled in our OpenSSH.</title>
<updated>2016-08-22T20:48:46Z</updated>
<author>
<name>Ollivier Robert</name>
<email>roberto@FreeBSD.org</email>
</author>
<published>2016-08-22T20:48:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6eb79b4759781789751979fc4e461016276cdf25'/>
<id>urn:sha1:6eb79b4759781789751979fc4e461016276cdf25</id>
<content type='text'>
Submitted by:	vangyzen
MFC after:	2 weeks
</content>
</entry>
<entry>
<title>Add support for Ed25519 keys.</title>
<updated>2016-08-22T19:27:20Z</updated>
<author>
<name>Ollivier Robert</name>
<email>roberto@FreeBSD.org</email>
</author>
<published>2016-08-22T19:27:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6533da453abd516677c2c60ee7ff5f265dfcf56e'/>
<id>urn:sha1:6533da453abd516677c2c60ee7ff5f265dfcf56e</id>
<content type='text'>
Reported by:	mwlucas
MFH:		2 weeks
</content>
</entry>
<entry>
<title>use .Mt to mark up email addresses consistently (part3)</title>
<updated>2014-06-23T08:23:05Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2014-06-23T08:23:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2b7af31cf5e70677f52214702a95d4225564c52d'/>
<id>urn:sha1:2b7af31cf5e70677f52214702a95d4225564c52d</id>
<content type='text'>
PR:		191174
Submitted by:	Franco Fichtner  &lt;franco at lastsummer.de&gt;
</content>
</entry>
<entry>
<title>Load the ECDSA key if there is one.</title>
<updated>2011-10-07T12:58:33Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2011-10-07T12:58:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=32627537b88c8ab4b6f0ca0aff6d9a27278fe4a5'/>
<id>urn:sha1:32627537b88c8ab4b6f0ca0aff6d9a27278fe4a5</id>
<content type='text'>
MFC after:	1 week
</content>
</entry>
<entry>
<title>Do not use passphraseless keys for authentication unless the nullok</title>
<updated>2005-09-22T05:35:24Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2005-09-22T05:35:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c777c69bdcd2d896c0f971a52006434608e7da9d'/>
<id>urn:sha1:c777c69bdcd2d896c0f971a52006434608e7da9d</id>
<content type='text'>
option was specified.

PR:		bin/81231
Submitted by:	"Daniel O'Connor" &lt;doconnor@gsoft.com.au&gt;
MFC after:	3 days
</content>
</entry>
<entry>
<title>Mechanically kill hard sentence breaks.</title>
<updated>2004-07-02T23:52:20Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2004-07-02T23:52:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1a0a934547909744a6a2fa4cfd5b795ec6394f05'/>
<id>urn:sha1:1a0a934547909744a6a2fa4cfd5b795ec6394f05</id>
<content type='text'>
</content>
</entry>
<entry>
<title>mdoc(7) police: markup laundry.</title>
<updated>2003-02-23T01:47:49Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2003-02-23T01:47:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=522ccf3f353a439b7938a4f10adfab7d912210a2'/>
<id>urn:sha1:522ccf3f353a439b7938a4f10adfab7d912210a2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Complete rewrite of pam_ssh(8).  The previous version was becoming hard</title>
<updated>2003-02-09T21:20:44Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2003-02-09T21:20:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d902781908414b90e55242a376c2041abc125864'/>
<id>urn:sha1:d902781908414b90e55242a376c2041abc125864</id>
<content type='text'>
to maintain, and had security issues which would have required a major
rewrite to address anyway.

This implementation currently starts a separate agent for each session
instead of connecting each new session to the agent started by the first
one.  While this would be a Good Thing (and the old pam_ssh(8) tried to
do it), it's hard to get right.  I'll revisit this issue when I've had a
chance to test some modifications to ssh-agent(1).
</content>
</entry>
<entry>
<title>mdoc(7) police: removed gratuitous .Pp call.</title>
<updated>2002-12-23T15:21:57Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2002-12-23T15:21:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=fb3acdd2a26437cf6d9d709b496b4e3bbf178c47'/>
<id>urn:sha1:fb3acdd2a26437cf6d9d709b496b4e3bbf178c47</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge in most non-style differences from Andrew Korty's pam_ssh 1.7.</title>
<updated>2002-12-16T14:33:18Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2002-12-16T14:33:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=32f0c0487beadde23b7078fbd3a4dc5ec29fd841'/>
<id>urn:sha1:32f0c0487beadde23b7078fbd3a4dc5ec29fd841</id>
<content type='text'>
</content>
</entry>
</feed>
