<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libfetch/fetch.3, branch releng/12.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F12.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F12.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2016-03-28T16:48:28Z</updated>
<entry>
<title>Fix bunch of .Xrs.</title>
<updated>2016-03-28T16:48:28Z</updated>
<author>
<name>Edward Tomasz Napierala</name>
<email>trasz@FreeBSD.org</email>
</author>
<published>2016-03-28T16:48:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=225636dccbfd160caa9a034cc050a09be0da1c25'/>
<id>urn:sha1:225636dccbfd160caa9a034cc050a09be0da1c25</id>
<content type='text'>
MFC after:	1 month
Sponsored by:	The FreeBSD Foundation
</content>
</entry>
<entry>
<title>Update fetch.1 and fetch.3 to reflect libfetch's actual use of CA bundles</title>
<updated>2016-03-19T11:55:21Z</updated>
<author>
<name>Michael Gmelin</name>
<email>grembo@FreeBSD.org</email>
</author>
<published>2016-03-19T11:55:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1ec923fd6d7d8a6d23723c40932f663123230dfd'/>
<id>urn:sha1:1ec923fd6d7d8a6d23723c40932f663123230dfd</id>
<content type='text'>
Reviewed by:	wblock
Approved by:	wblock
MFC after:	1 week
Differential Revision:	https://reviews.freebsd.org/D5558
</content>
</entry>
<entry>
<title>Use .netrc for HTTP sites and proxies, not just FTP.</title>
<updated>2015-11-29T14:26:59Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2015-11-29T14:26:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4d8b056ef182f278d706e7528b871f0631e22a80'/>
<id>urn:sha1:4d8b056ef182f278d706e7528b871f0631e22a80</id>
<content type='text'>
PR:		193740
Submitted by:	TEUBEL György &lt;tgyurci@gmail.com&gt;
MFC after:	1 week
</content>
</entry>
<entry>
<title>Remove defunct SSLv2 support from fetch(1) and fetch(3).</title>
<updated>2015-03-25T18:56:36Z</updated>
<author>
<name>Jung-uk Kim</name>
<email>jkim@FreeBSD.org</email>
</author>
<published>2015-03-25T18:56:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=01ed3ca3dedacaf3449a953e213dd462995c04fd'/>
<id>urn:sha1:01ed3ca3dedacaf3449a953e213dd462995c04fd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>As pointed out by several people, r273114 was incorrect: it unconditionally</title>
<updated>2014-10-15T07:35:50Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2014-10-15T07:35:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=767207650c31a5615abd5b9a2dcca20432ba2f30'/>
<id>urn:sha1:767207650c31a5615abd5b9a2dcca20432ba2f30</id>
<content type='text'>
disabled everything except TLS 1.0.  Replace it with a more carefully
wrought patch:

 - Switch the default for SSLv3 from on to off
 - Add environment variables to control TLS 1.1 and 1.2
 - In verbose mode, report which version is used
 - Update the man page to reflect these changes.

MFC after:	1 week
</content>
</entry>
<entry>
<title>Use Mt macro to properly format mailto links (patch from Franco Fichtner &lt;franco@lastsummer.de&gt; for Dragonfly)</title>
<updated>2014-06-11T20:20:14Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2014-06-11T20:20:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6cfac37b03bb0723178c0f8b0f7dd1ee68a1a97e'/>
<id>urn:sha1:6cfac37b03bb0723178c0f8b0f7dd1ee68a1a97e</id>
<content type='text'>
Reviewed by:	des
Approved by:	des
Obtained from:	Dragonfly
MFC after:	1 week
</content>
</entry>
<entry>
<title>If HTTP_USER_AGENT is defined but empty, don't send User-Agent at all.</title>
<updated>2014-06-05T20:27:16Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2014-06-05T20:27:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c257f99e9b780a17756af5200ff895551f4f04fe'/>
<id>urn:sha1:c257f99e9b780a17756af5200ff895551f4f04fe</id>
<content type='text'>
PR:		184507
Submitted by:	jbeich@tormail.org (with modifications)
MFC after:	1 week
</content>
</entry>
<entry>
<title>Include an Accept header in requests.</title>
<updated>2013-07-30T13:07:55Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2013-07-30T13:07:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1453595f49c6b0d580bb57146a5981e73e80130e'/>
<id>urn:sha1:1453595f49c6b0d580bb57146a5981e73e80130e</id>
<content type='text'>
PR:		kern/180917
MFC after:	1 week
</content>
</entry>
<entry>
<title>Implement certificate verification, and many other SSL-related</title>
<updated>2013-07-26T15:53:43Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2013-07-26T15:53:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=dcd47379ffc1168608d206d873b9db9bd31e0b2f'/>
<id>urn:sha1:dcd47379ffc1168608d206d873b9db9bd31e0b2f</id>
<content type='text'>
imrovements; complete details in the PR.

PR:		kern/175514
Submitted by:	Michael Gmelin &lt;freebsd@grem.de&gt;
MFC after:	1 week
</content>
</entry>
<entry>
<title>Remove trailing whitespace per mdoc lint warning</title>
<updated>2012-03-29T05:02:12Z</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2012-03-29T05:02:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=50d675f7a9fca2f3fba3a23ac41a8ae2c0162e4e'/>
<id>urn:sha1:50d675f7a9fca2f3fba3a23ac41a8ae2c0162e4e</id>
<content type='text'>
Disussed with:	gavin
No objection from:	doc
Approved by:	joel
MFC after:	3 days
</content>
</entry>
</feed>
