<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>12d8621dac7c86b51db2f3ebd0e1e67d021f4677 - changes in bozohttpd 20210210:</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/libexec/httpd/testsuite/Makefile#12d8621dac7c86b51db2f3ebd0e1e67d021f4677</link>
        <description>changes in bozohttpd 20210210:	o  fix various NULL derefs from malformed headers.  mostly from	   &lt;emily@ingalls.rocks&gt;.

            List of files:
            /netbsd-src/libexec/httpd/testsuite/Makefile</description>
        <pubDate>Thu, 11 Feb 2021 09:23:55 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>58a223ca24607a1470c8abf173017a1dc79831a7 - add $NetBSD$</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/libexec/httpd/testsuite/Makefile#58a223ca24607a1470c8abf173017a1dc79831a7</link>
        <description>add $NetBSD$

            List of files:
            /netbsd-src/libexec/httpd/testsuite/Makefile</description>
        <pubDate>Wed, 27 Mar 2019 04:50:30 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6807b854c1da8f4c5473ebf38a5888adce0e5ed3 - Don&apos;t pass ${HOST} to test scripts.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/libexec/httpd/testsuite/Makefile#6807b854c1da8f4c5473ebf38a5888adce0e5ed3</link>
        <description>Don&apos;t pass ${HOST} to test scripts.htnl_cmp compares against the output of `hostname`.This makes the tests pass on my machine.

            List of files:
            /netbsd-src/libexec/httpd/testsuite/Makefile</description>
        <pubDate>Fri, 14 Dec 2018 23:57:22 +0000</pubDate>
        <dc:creator>maya &lt;maya@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a3912675bc1c85a9bec5c9efc6a6f733865376fc - - move special files defines into bozohttpd.h, so we can ...</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/libexec/httpd/testsuite/Makefile#a3912675bc1c85a9bec5c9efc6a6f733865376fc</link>
        <description>- move special files defines into bozohttpd.h, so we can ...- consolidate all the special file checks into  bozo_check_special_files() so that all builds check the same  list of special files, regardless of build options.- convert &quot;(void)bozo_http_error(...); return -1;&quot; into plain  &quot;return bozo_http_error(...);&quot;- fix the call to bozo_check_special_files() to be used on all  input types.  part of the fixes for failure to reject access  to /.htpasswd as reported by JP on tech-security.- use warn_unused_result attribute on bozo_check_special_files(),  and fix the failures to return failure.  second part of the  htpasswd access fix.- update testsuite to use a fixed fake hostname.call this bozohttpd 20181121.

            List of files:
            /netbsd-src/libexec/httpd/testsuite/Makefile</description>
        <pubDate>Wed, 21 Nov 2018 09:37:02 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3230a9a3d5d656135ae94599e8013d5b7b58ec2b - from CHANGES:</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/libexec/httpd/testsuite/Makefile#3230a9a3d5d656135ae94599e8013d5b7b58ec2b</link>
        <description>from CHANGES:o  reduce default timeouts, and add expand timeouts to handle the   initial line, each header, and the total time spento  add -T option to expose new timeout settingso  minor RFC fixes related to timeout handling responsesold timeouts:60 seconds for initial request like, 60 seconds per header line,and no whole timeout (though the recent total header size changesdo introduce one that would be about 11 hours.)new timeouts:30 seconds for initial request like, 10 seconds per header line,and a total request time of 600 seconds.the new global timeout is implemented using CLOCK_MONOTONIC, witha fallback to CLOCK_REALTIME if monotonic time is unavailable.reject multiple Host: headers.  besides being protocol standard,this closes one additional memory leak found by JP.  add a simpletest to check this.clean up option and usage handling some.

            List of files:
            /netbsd-src/libexec/httpd/testsuite/Makefile</description>
        <pubDate>Tue, 20 Nov 2018 01:06:46 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0ccc27dc69ace978be564b5bad781de14c1094b5 - fix a denial of service attack against header contents, which</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/libexec/httpd/testsuite/Makefile#0ccc27dc69ace978be564b5bad781de14c1094b5</link>
        <description>fix a denial of service attack against header contents, whichis now bounded at 16KiB.  reported by JP.

            List of files:
            /netbsd-src/libexec/httpd/testsuite/Makefile</description>
        <pubDate>Mon, 19 Nov 2018 04:12:22 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bf2f242dcd2b38070c55b1fdc7f7334fe2d5e694 - Add support for remapping requested paths via a .bzredirect file.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/libexec/httpd/testsuite/Makefile#bf2f242dcd2b38070c55b1fdc7f7334fe2d5e694</link>
        <description>Add support for remapping requested paths via a .bzredirect file.Fixes PR 52772. Ok: mrg@

            List of files:
            /netbsd-src/libexec/httpd/testsuite/Makefile</description>
        <pubDate>Fri, 24 Aug 2018 11:41:16 +0000</pubDate>
        <dc:creator>martin &lt;martin@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2c19cec69e55d535792e41e93b89b47a235aee29 - - fix a bug in cgi processing.  from Dennis Lindroos.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/libexec/httpd/testsuite/Makefile#2c19cec69e55d535792e41e93b89b47a235aee29</link>
        <description>- fix a bug in cgi processing.  from Dennis Lindroos.- add a testcase for this, and expand test-simple to handle additional  args to bozohttpd for eg, cgi-bin setting.- fix objdir bugs in the testsuite.

            List of files:
            /netbsd-src/libexec/httpd/testsuite/Makefile</description>
        <pubDate>Tue, 31 Jan 2017 14:33:54 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>268438cada0bf6f5d3d5d484f97fff33b3e20091 - Add a VERBOSE knob to the testsuite (&quot;yes&quot; by default, producing</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/libexec/httpd/testsuite/Makefile#268438cada0bf6f5d3d5d484f97fff33b3e20091</link>
        <description>Add a VERBOSE knob to the testsuite (&quot;yes&quot; by default, producingbasically the same output as before). When turned off, tests runsilently except when there&apos;s a failure.Reviewed by mrg@.

            List of files:
            /netbsd-src/libexec/httpd/testsuite/Makefile</description>
        <pubDate>Fri, 23 Sep 2016 16:55:56 +0000</pubDate>
        <dc:creator>schmonz &lt;schmonz@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>71e7babf6d63c480bc8d60dde3822fbe40e8e349 - fix running the testsuite from the build tree</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/libexec/httpd/testsuite/Makefile#71e7babf6d63c480bc8d60dde3822fbe40e8e349</link>
        <description>fix running the testsuite from the build tree

            List of files:
            /netbsd-src/libexec/httpd/testsuite/Makefile</description>
        <pubDate>Sun, 27 Dec 2015 07:43:39 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c6e75af28a5c259767ed843046049662b880f85e - merge bozohttpd 20090522</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/libexec/httpd/testsuite/Makefile#c6e75af28a5c259767ed843046049662b880f85e</link>
        <description>merge bozohttpd 20090522

            List of files:
            /netbsd-src/libexec/httpd/testsuite/Makefile</description>
        <pubDate>Sat, 23 May 2009 02:26:03 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>74dbf40e6ba13d1b398ca34aaf485d9381607c1a - re-add a lot of the distribution files</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/libexec/httpd/testsuite/Makefile#74dbf40e6ba13d1b398ca34aaf485d9381607c1a</link>
        <description>re-add a lot of the distribution files

            List of files:
            /netbsd-src/libexec/httpd/testsuite/Makefile</description>
        <pubDate>Sat, 18 Apr 2009 07:48:02 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>60dbe74596d99c974a4936eec2674e13fae0a482 - Import of bozohttpd for its originally intended purpose: a small (~30k)</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/libexec/httpd/testsuite/Makefile#60dbe74596d99c974a4936eec2674e13fae0a482</link>
        <description>Import of bozohttpd for its originally intended purpose: a small (~30k)simple run-from-inetd httpd suitable for small systems (and some largeones).

            List of files:
            /netbsd-src/libexec/httpd/testsuite/Makefile</description>
        <pubDate>Tue, 16 Oct 2007 01:14:01 +0000</pubDate>
        <dc:creator>tls &lt;tls@NetBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
