Commit Briefs

Omar Polo

add `require client ca' for proxy blocks

refactor the code that calls validate_against_ca into an helper function to reuse it in both apply_require_ca and (optionally) in apply_reverse_proxy.


Omar Polo

ignore .d too


Omar Polo

work around freebsd' printf

printf: Illegal option -i this is why we can't have nice things, isn't it?


Omar Polo

track file dependency using -MMD if available

While here, move the SRCS variable to the configure and add the -includes in Makefile.local; it de-clutters the Makefile a bit.





Omar Polo

set prefork to 1 during regress


Omar Polo

don't print `config OK'


Omar Polo

sync changelog


Omar Polo

oops, wrong email address


Omar Polo

sync manpage


Omar Polo

proxy: allow multiple proxy blocks, matching options and validations

as a side effect the order of the content of a server block is relaxed: options, location or proxy blocks can be put in any order.


Omar Polo

bump copyright year :)