rclone/lib/http
Moises Lima 29fd894189 lib/http: disable automatic authentication skipping for unix sockets
Disabling the authentication for unix sockets makes it impossible to
use `rclone serve` behind a proxy that that communicates with rclone
via a unix socket.

Re-enabling the authentication should not have any effect on most
users of unix sockets as they do not set authentication up with a unix
socket anyway.
2024-10-24 12:39:28 +01:00
..
serve accounting: fix global error acounting 2024-09-30 17:20:42 +01:00
templates serve http: support unix sockets and multiple listners 2022-12-15 12:38:09 +00:00
testdata http: add client certificate user auth middleware 2023-06-26 14:33:53 +01:00
auth_test.go cmd/rcd: Fix command docs to include command specific prefix (#6675) 2023-03-22 11:47:35 +00:00
auth.go build: update logging statements to make json log work - fixes #6038 2024-09-06 17:04:18 +01:00
context.go lib/http: disable automatic authentication skipping for unix sockets 2024-10-24 12:39:28 +01:00
middleware_test.go serve webdav: fix webdav with --baseurl under Windows 2024-03-28 10:06:04 +00:00
middleware.go lib/http: disable automatic authentication skipping for unix sockets 2024-10-24 12:39:28 +01:00
server_test.go lib/http: disable automatic authentication skipping for unix sockets 2024-10-24 12:39:28 +01:00
server.go lib/http: disable automatic authentication skipping for unix sockets 2024-10-24 12:39:28 +01:00
template_test.go cmd/rcd: Fix command docs to include command specific prefix (#6675) 2023-03-22 11:47:35 +00:00
template.go build: update logging statements to make json log work - fixes #6038 2024-09-06 17:04:18 +01:00