summaryrefslogtreecommitdiff
path: root/meson.build
Commit message (Collapse)AuthorAgeFilesLines
* - next is 1.4.62Glenn Strauss2021-10-281-1/+1
|
* - next is 1.4.61Glenn Strauss2021-10-031-1/+1
|
* - next is 1.4.60Glenn Strauss2021-02-021-1/+1
|
* - next is 1.4.59Glenn Strauss2020-12-271-1/+1
|
* - next is 1.4.58Glenn Strauss2020-12-171-1/+1
|
* - next is 1.4.57Glenn Strauss2020-11-291-1/+1
|
* - next is 1.4.56Glenn Strauss2020-01-311-1/+1
|
* - next is 1.4.55Glenn Strauss2019-05-271-1/+1
|
* - next is 1.4.54Glenn Strauss2019-01-271-1/+1
|
* - next is 1.4.53Glenn Strauss2018-11-281-1/+1
|
* - next is 1.4.52Glenn Strauss2018-10-141-1/+1
|
* - next is 1.4.51Glenn Strauss2018-08-131-1/+1
|
* - next is 1.4.50Glenn Strauss2018-03-111-1/+1
|
* - next is 1.4.49Glenn Strauss2017-11-121-1/+1
|
* [mod_authn_sasl] SASL auth (new) (fixes #2275)Glenn Strauss2017-11-051-1/+1
| | | | | | | | | | | | | | | (experimental) HTTP Basic authentication using saslauthd server.modules += ( "mod_auth" ) server.modules += ( "mod_authn_sasl" ) auth.backend = "sasl" auth.backend.sasl.opts = ( "pwcheck_method" => "saslauthd" ) # default x-ref: "SASL auth like libapache2-mod-authn-sasl" https://redmine.lighttpd.net/issues/2275
* [meson] new build systemStefan Bühler2017-10-281-0/+19
Needed to extend lemon to take an output path parameter.