<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/release/sysinstall/http.c, branch releng/4.6</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F4.6</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F4.6'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2002-07-03T13:01:42Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create branch 'RELENG_4_6'.</title>
<updated>2002-07-03T13:01:42Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2002-07-03T13:01:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=db0a3b09965d55f9dee7a58fb04e31df42b6ae73'/>
<id>urn:sha1:db0a3b09965d55f9dee7a58fb04e31df42b6ae73</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix HTTP proxy code.  Actually, it was fixed in rev 1.6 but I've</title>
<updated>2002-06-24T03:46:55Z</updated>
<author>
<name>Makoto Matsushita</name>
<email>matusita@FreeBSD.org</email>
</author>
<published>2002-06-24T03:46:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=19a15d48a4482624fa2b785d9e6bd96cbc01e290'/>
<id>urn:sha1:19a15d48a4482624fa2b785d9e6bd96cbc01e290</id>
<content type='text'>
misunderstand where to fix in 4-stable (sorry).  This commit should
be the MFC of rev 1.6.

PR:		39754
Pointy hat to:	matusita
</content>
</entry>
<entry>
<title>MFC: src/usr.sbin/sysinstall/http.c rev 1.6: s/GET/HEAD/ and add copyright.</title>
<updated>2001-12-01T13:04:43Z</updated>
<author>
<name>Makoto Matsushita</name>
<email>matusita@FreeBSD.org</email>
</author>
<published>2001-12-01T13:04:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e3b83dc0679de91f1d22965161d9f81a87119caf'/>
<id>urn:sha1:e3b83dc0679de91f1d22965161d9f81a87119caf</id>
<content type='text'>
PR:		32238
Submitted by:	Christoph Weber-Fahr &lt;christoph.weber-fahr@arcor.de&gt; (patch),
	and Philipp Mergenthaler &lt;un1i@rz.uni-karlsruhe.de&gt; (copyright)
</content>
</entry>
<entry>
<title>MFC:  OK, reviewing all of these changes actually shows them to be</title>
<updated>2001-03-12T12:10:35Z</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>2001-03-12T12:10:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=23fcc3ff7a9b3f201bbd14c6991ccb9c00b4a548'/>
<id>urn:sha1:23fcc3ff7a9b3f201bbd14c6991ccb9c00b4a548</id>
<content type='text'>
      more benign than first thought and they certainly provide a number
      of important bug fixes.  The modules code will probably remain
      dormant in 4.3 but it helps code maintainance to keep it synced up
      anyway.  The softupdates support code also turned out to be so
      trivial that it's a low-risk feature addition.
</content>
</entry>
<entry>
<title>MFC: [and I'll take the opportunity to put a more informative commit message</title>
<updated>2000-09-25T20:23:06Z</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>2000-09-25T20:23:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4117b346a64e752f12e1b67770e9e89108702367'/>
<id>urn:sha1:4117b346a64e752f12e1b67770e9e89108702367</id>
<content type='text'>
      into this one from the PR]

1) Installing via HTTP proxy ( mediaSetHTTP() ) relies on mediaSetFTP().
   It's broken right now because the method of looking up the correct
   directory on the FTP server was changed in version 1.39 of ftp.c.
   This has to be changed in http.c, too.  I only look for one path
   (pub/FreeBSD/releases/MACHINE), though.

2) The issue that the FTP server's name should be resolved by the proxy:
   The current fix unsets VAR_NAMESERVER before calling mediaSetFTP().
   But in a normal install, the network hasn't been set up at this
   time.  Therefore, mediaSetFTP() will call tcpDeviceSelect() which
   sets VAR_NAMESERVER. Therefore the unwanted lookup takes place.

PR:		21449
Submitted by:	Philipp Mergenthaler &lt;p@i609.hadiko.de&gt;
</content>
</entry>
<entry>
<title>MFC: IPv6 support.</title>
<updated>2000-07-16T17:30:00Z</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2000-07-16T17:30:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7e8fdbf995b0fa651b3e433410802b72d53b6f14'/>
<id>urn:sha1:7e8fdbf995b0fa651b3e433410802b72d53b6f14</id>
<content type='text'>
IPv6 configuration is only done by rtsol.  Does someone really
need manual configuration? :-)
You can specify IPv6 DNS server as well.
We have only one server ftp7.jp.freebsd.org that speaks IPv6
in this time.  ftp7.jp speaks IPv4 as well and also listed as
Japan #7.
</content>
</entry>
<entry>
<title>o Fix http proxy code for various extentions and deal with FTP archive</title>
<updated>2000-01-25T05:56:49Z</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>2000-01-25T05:56:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c79868244597c4d883a946d02c2dc741e2ec8935'/>
<id>urn:sha1:c79868244597c4d883a946d02c2dc741e2ec8935</id>
<content type='text'>
  format changes.

o Make anonymous ftp setup more analy retentive.

PR:		16070
Submitted by:	Philipp Mergenthaler &lt;un1i@rz.uni-karlsruhe.de&gt;
</content>
</entry>
<entry>
<title>Add new code for HTTP proxy support.</title>
<updated>2000-01-04T04:50:59Z</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>2000-01-04T04:50:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=45d6a801a4e81f87af1ffce9653ff358fc3104cc'/>
<id>urn:sha1:45d6a801a4e81f87af1ffce9653ff358fc3104cc</id>
<content type='text'>
Submitted by:	Philipp Mergenthaler &lt;un1i@rz.uni-karlsruhe.de&gt;
PR:		11316
</content>
</entry>
</feed>
