Commit Graph

22 Commits (6252c682da883ae761d5c9685e5c96fd1c360168)

Author SHA1 Message Date
Glenn Strauss 6252c682da - next is 1.4.67 8 months ago
Glenn Strauss 40f289b6c3 - next is 1.4.66 10 months ago
Glenn Strauss 2a683cf25d - next is 1.4.65 1 year ago
Glenn Strauss 86c2d30936 [multiple] remove long-deprecated modules
x-ref:
  https://wiki.lighttpd.net/Docs_ConfigurationOptions#Deprecated
1 year ago
Glenn Strauss 18370ed85e - next is 1.4.64 1 year ago
Glenn Strauss f4143d957e - next is 1.4.63 1 year ago
Glenn Strauss 1540fdeab9 - next is 1.4.62 1 year ago
Glenn Strauss d0f176ff6f - next is 1.4.61 2 years ago
Glenn Strauss 5921b2f411 - next is 1.4.60 2 years ago
Glenn Strauss 693a29fe91 - next is 1.4.59 2 years ago
Glenn Strauss ae77d8ae6e - next is 1.4.58 2 years ago
Glenn Strauss afa6595a7b - next is 1.4.57 2 years ago
Glenn Strauss 2230b08ef4 - next is 1.4.56 3 years ago
Glenn Strauss 51a46f0211 - next is 1.4.55 4 years ago
Glenn Strauss 40ded06b08 - next is 1.4.54 4 years ago
Glenn Strauss 53c231a764 - next is 1.4.53 4 years ago
Glenn Strauss c9a64d94fc - next is 1.4.52 5 years ago
Glenn Strauss a9e131fa37 - next is 1.4.51 5 years ago
Glenn Strauss ae54806dc2 - next is 1.4.50 5 years ago
Glenn Strauss de937f47f8 - next is 1.4.49 5 years ago
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
5 years ago
Stefan Bühler 16c4530e61 [meson] new build system
Needed to extend lemon to take an output path parameter.
5 years ago