===> 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.02s real 0m00.36s user 0m00.31s 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.07s real 0m00.34s user 0m00.35s 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 0m27.63s real 0m24.08s user 0m08.91s 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.03s real 0m00.38s user 0m00.34s 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.01s real 0m00.35s user 0m00.30s 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.90s real 0m00.37s 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.95s real 0m00.39s user 0m00.20s 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 0m01.04s real 0m00.43s user 0m00.30s 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.83s real 0m43.05s user 0m38.02s 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.87s real 0m00.39s user 0m00.19s 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.91s real 0m00.36s user 0m00.28s 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 0m00.99s real 0m00.46s user 0m00.27s 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 0m00.92s real 0m00.32s user 0m00.29s system