index
:
caddy-cgi
caddy-cgi
fork of caddy for nix to build it with the cgi plugin
System administrator
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
caddyhttp
/
caddyauth
Age
Commit message (
Expand
)
Author
2021-03-29
go.mod: Migrate to golang.org/x/term (#4073)
Simão Gomes Viana
2020-12-03
caddyauth: Use structured log
Matthew Holt
2020-12-01
caddyauth: Use buffered channel passed to signal.Notify (#3895)
Cuong Manh Le
2020-11-26
docs: Mention {http.auth.user.id} placeholder in basicauth JSON docs (#3886)
Francis Lavoie
2020-11-22
ci: Use golangci's github action for linting (#3794)
Dave Henderson
2020-11-13
basicauth: Minor internal improvements (#3861)
Aurelia
2020-10-31
caddyauth: Prevent user enumeration by timing
Matthew Holt
2020-07-17
caddyauth: hash-password: Set bcrypt cost to 14 (#3580)
Matthew Holt
2020-06-11
caddyhttp: Add client cert SAN placeholders
Matthew Holt
2020-06-01
caddyauth: Cache basicauth results (fixes #3462) (#3465)
Matt Holt
2020-05-21
cmd: hash-password: Fix broken terminal state on SIGINT (#3416)
Francis Lavoie
2020-05-18
caddyauth: Add realm to basicauth Caddyfile directive (#3315)
Francis Lavoie
2020-05-11
cmd: hash-password: Support reading from stdin (#3373)
Andrew Zhou
2020-04-14
httpcaddyfile: Don't lowercase placeholder contents (fixes #3264)
Matthew Holt
2020-04-08
chore: make the linter happier (#3245)
Mohammed Al Sahaf
2020-04-07
basicauth: Re-prompt after invalid credentials (fix #3239) (#3240)
Matt Holt
2020-03-27
caddyauth: Add Metadata field to caddyauth.User (#3174)
Robin Lambertz
2020-02-17
basicauth: default hash to bcrypt (#3050)
Robin Lambertz
2020-01-07
basicauth: Accept placeholders; move base64 decoding to provision
Matthew Holt
2019-12-29
Export Replacer and use concrete type instead of interface
Matthew Holt
2019-12-23
Improve godocs all around
Matthew Holt
2019-12-12
Minor improvements; comments and shorter placeholders & module IDs
Matthew Holt
2019-12-10
v2: Module documentation; refactor LoadModule(); new caddy struct tags (#2924)
Matt Holt
2019-10-30
auth: Clean up basicauth
Matthew Holt
2019-10-28
caddyhttp: Minor cleanup and fix nil pointer deref in caddyfile adapter
Matthew Holt
2019-10-10
http: authentication module; hash-password cmd; http_basic provider
Matthew Holt