First stab at implementing basic auth.
authorflorian <florian@openbsd.org>
Sun, 18 Jan 2015 14:01:17 +0000 (14:01 +0000)
committerflorian <florian@openbsd.org>
Sun, 18 Jan 2015 14:01:17 +0000 (14:01 +0000)
commite286121a40eec8d7ac435f0a8550ca3375b86fc8
treea7bc8f24fd02ad54d97d279c914233e573c19312
parentda96eecee65de74ec01e3e14f3483b2920c0e1f0
First stab at implementing basic auth.
Currently the htpasswd file needs to be in the chroot; will hopefully
improved soonish.
Based on a diff from Oscar Linderholm many months ago but turned into
a complete rewrite.
input/OK reyk@
usr.sbin/httpd/httpd.conf.5
usr.sbin/httpd/httpd.h
usr.sbin/httpd/parse.y
usr.sbin/httpd/server_fcgi.c
usr.sbin/httpd/server_http.c