Glenn Strauss
|
53c231a764
|
- next is 1.4.53
|
2018-11-28 23:56:50 -05:00 |
Glenn Strauss
|
c9a64d94fc
|
- next is 1.4.52
|
2018-10-14 18:34:55 -04:00 |
Glenn Strauss
|
a9e131fa37
|
- next is 1.4.51
|
2018-08-13 00:43:56 -04:00 |
Glenn Strauss
|
ae54806dc2
|
- next is 1.4.50
|
2018-03-11 21:54:44 -04:00 |
Glenn Strauss
|
de937f47f8
|
- next is 1.4.49
|
2017-11-12 00:53:51 -05:00 |
Glenn Strauss
|
d61714dd0d
|
[mod_authn_sasl] SASL auth (new) (fixes #2275)
(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
|
2017-11-05 20:11:07 -05:00 |
Stefan Bühler
|
16c4530e61
|
[meson] new build system
Needed to extend lemon to take an output path parameter.
|
2017-10-28 22:54:45 -04:00 |