Add initial support for pattern matching using Lua's pattern matching code.
authorreyk <reyk@openbsd.org>
Tue, 23 Jun 2015 15:23:14 +0000 (15:23 +0000)
committerreyk <reyk@openbsd.org>
Tue, 23 Jun 2015 15:23:14 +0000 (15:23 +0000)
commit59355b5a31c0f61278cf322f2e739676bfa744ba
tree705b7e366a65e19e3a90be1fd6fd24e696881853
parentc4fd534d3100e8f033b107fc7ca7ca3fcaf3ed0f
Add initial support for pattern matching using Lua's pattern matching code.

With important help on the pattern matcher from semarie@

OK semarie@
usr.sbin/httpd/Makefile
usr.sbin/httpd/httpd.conf.5
usr.sbin/httpd/httpd.h
usr.sbin/httpd/parse.y
usr.sbin/httpd/patterns.7 [new file with mode: 0644]
usr.sbin/httpd/patterns.c [new file with mode: 0644]
usr.sbin/httpd/patterns.h [new file with mode: 0644]
usr.sbin/httpd/server_http.c