===> patterns ==== test-patterns ==== cc -o patterns-tester -O2 -pipe -MD -MP /home/src/regress/usr.sbin/httpd/patterns/patterns-tester.c /home/src/regress/usr.sbin/httpd/patterns/../../../../usr.sbin/httpd/patterns.c -I/home/src/regress/usr.sbin/httpd/patterns/../../../../usr.sbin/httpd cat /home/src/regress/usr.sbin/httpd/patterns/test-patterns.in | grep -v '^#' | while IFS=' ' read string pattern comments ; do ./patterns-tester "${string}" "${pattern}" 2>&1 || true; done | diff -I 'OpenBSD' -u /home/src/regress/usr.sbin/httpd/patterns/test-patterns.out - ===> tests ==== run-args-default.pl ==== mkdir -m 0755 -p htdocs dd of=htdocs/512 seek=$((512 / 512)) bs=512 count=0 status=none md5 -q htdocs/512 >md5-512 mkdir -m 0755 -p htdocs dd of=htdocs/1048576 seek=$((1048576 / 512)) bs=512 count=0 status=none md5 -q htdocs/1048576 >md5-1048576 mkdir -m 0755 -p htdocs dd of=htdocs/1073741824 seek=$((1073741824 / 512)) bs=512 count=0 status=none md5 -q htdocs/1073741824 >md5-1073741824 time SUDO="doas -n" KTRACE= HTTPD= perl -I/home/src/regress/usr.sbin/httpd/tests /home/src/regress/usr.sbin/httpd/tests/httpd.pl /home/src/regress/usr.sbin/httpd/tests/obj /home/src/regress/usr.sbin/httpd/tests/args-default.pl 0m01.05s real 0m00.48s user 0m00.23s system ==== run-args-get-1048576.pl ==== time SUDO="doas -n" KTRACE= HTTPD= perl -I/home/src/regress/usr.sbin/httpd/tests /home/src/regress/usr.sbin/httpd/tests/httpd.pl /home/src/regress/usr.sbin/httpd/tests/obj /home/src/regress/usr.sbin/httpd/tests/args-get-1048576.pl 0m01.01s real 0m00.34s user 0m00.31s system ==== run-args-get-1073741824.pl ==== time SUDO="doas -n" KTRACE= HTTPD= perl -I/home/src/regress/usr.sbin/httpd/tests /home/src/regress/usr.sbin/httpd/tests/httpd.pl /home/src/regress/usr.sbin/httpd/tests/obj /home/src/regress/usr.sbin/httpd/tests/args-get-1073741824.pl 0m26.94s real 0m25.01s user 0m08.64s system ==== run-args-get-512.pl ==== time SUDO="doas -n" KTRACE= HTTPD= perl -I/home/src/regress/usr.sbin/httpd/tests /home/src/regress/usr.sbin/httpd/tests/httpd.pl /home/src/regress/usr.sbin/httpd/tests/obj /home/src/regress/usr.sbin/httpd/tests/args-get-512.pl 0m01.01s real 0m00.39s user 0m00.29s system ==== run-args-get-range-512.pl ==== time SUDO="doas -n" KTRACE= HTTPD= perl -I/home/src/regress/usr.sbin/httpd/tests /home/src/regress/usr.sbin/httpd/tests/httpd.pl /home/src/regress/usr.sbin/httpd/tests/obj /home/src/regress/usr.sbin/httpd/tests/args-get-range-512.pl 0m01.03s real 0m00.41s user 0m00.27s system ==== run-args-get-range-multipart.pl ==== time SUDO="doas -n" KTRACE= HTTPD= perl -I/home/src/regress/usr.sbin/httpd/tests /home/src/regress/usr.sbin/httpd/tests/httpd.pl /home/src/regress/usr.sbin/httpd/tests/obj /home/src/regress/usr.sbin/httpd/tests/args-get-range-multipart.pl 0m00.85s real 0m00.30s user 0m00.22s system ==== run-args-get-slash.pl ==== time SUDO="doas -n" KTRACE= HTTPD= perl -I/home/src/regress/usr.sbin/httpd/tests /home/src/regress/usr.sbin/httpd/tests/httpd.pl /home/src/regress/usr.sbin/httpd/tests/obj /home/src/regress/usr.sbin/httpd/tests/args-get-slash.pl 0m00.90s real 0m00.36s user 0m00.21s system ==== run-args-log-user-agent.pl ==== time SUDO="doas -n" KTRACE= HTTPD= perl -I/home/src/regress/usr.sbin/httpd/tests /home/src/regress/usr.sbin/httpd/tests/httpd.pl /home/src/regress/usr.sbin/httpd/tests/obj /home/src/regress/usr.sbin/httpd/tests/args-log-user-agent.pl 0m00.93s real 0m00.38s user 0m00.23s system ==== run-args-tls-get-1073741824.pl ==== openssl req -batch -new -subj /L=OpenBSD/O=httpd-regress/OU=ca/CN=root/ -nodes -newkey rsa -keyout ca.key -x509 -out ca.crt Generating a 2048 bit RSA private key .... .......... writing new private key to 'ca.key' ----- openssl req -batch -new -subj /L=OpenBSD/O=httpd-regress/OU=server/CN=localhost/ -nodes -newkey rsa -keyout server.key -out server.req Generating a 2048 bit RSA private key .................... ................... writing new private key to 'server.key' ----- openssl x509 -CAcreateserial -CAkey ca.key -CA ca.crt -req -in server.req -out server.crt Signature ok subject=/L=OpenBSD/O=httpd-regress/OU=server/CN=localhost openssl req -batch -new -subj /L=OpenBSD/O=httpd-regress/OU=client/CN=localhost/ -nodes -newkey rsa -keyout client.key -out client.req Generating a 2048 bit RSA private key ...................................................... ........................................................ writing new private key to 'client.key' ----- openssl x509 -CAcreateserial -CAkey ca.key -CA ca.crt -req -in client.req -out client.crt Signature ok subject=/L=OpenBSD/O=httpd-regress/OU=client/CN=localhost time SUDO="doas -n" KTRACE= HTTPD= perl -I/home/src/regress/usr.sbin/httpd/tests /home/src/regress/usr.sbin/httpd/tests/httpd.pl /home/src/regress/usr.sbin/httpd/tests/obj /home/src/regress/usr.sbin/httpd/tests/args-tls-get-1073741824.pl 1m01.29s real 0m41.91s user 0m37.77s system ==== run-args-tls-get-range-512.pl ==== time SUDO="doas -n" KTRACE= HTTPD= perl -I/home/src/regress/usr.sbin/httpd/tests /home/src/regress/usr.sbin/httpd/tests/httpd.pl /home/src/regress/usr.sbin/httpd/tests/obj /home/src/regress/usr.sbin/httpd/tests/args-tls-get-range-512.pl 0m00.94s real 0m00.36s user 0m00.27s system ==== run-args-tls-get-range-multipart.pl ==== time SUDO="doas -n" KTRACE= HTTPD= perl -I/home/src/regress/usr.sbin/httpd/tests /home/src/regress/usr.sbin/httpd/tests/httpd.pl /home/src/regress/usr.sbin/httpd/tests/obj /home/src/regress/usr.sbin/httpd/tests/args-tls-get-range-multipart.pl 0m00.90s real 0m00.42s user 0m00.25s system ==== run-args-tls-verify.pl ==== time SUDO="doas -n" KTRACE= HTTPD= perl -I/home/src/regress/usr.sbin/httpd/tests /home/src/regress/usr.sbin/httpd/tests/httpd.pl /home/src/regress/usr.sbin/httpd/tests/obj /home/src/regress/usr.sbin/httpd/tests/args-tls-verify.pl 0m01.02s real 0m00.44s user 0m00.28s system ==== run-args-tls.pl ==== time SUDO="doas -n" KTRACE= HTTPD= perl -I/home/src/regress/usr.sbin/httpd/tests /home/src/regress/usr.sbin/httpd/tests/httpd.pl /home/src/regress/usr.sbin/httpd/tests/obj /home/src/regress/usr.sbin/httpd/tests/args-tls.pl 0m01.02s real 0m00.40s user 0m00.32s system