Commit graph

16 commits

Author SHA1 Message Date
fox.cpp
ef7fa210dc
Slightly improve debug logging for complex authentication pipelines 2025-02-01 19:25:16 +03:00
fox.cpp
187fc66be1
Fix-up c48332a940 2025-01-29 23:38:08 +03:00
fox.cpp
c48332a940
auth/sasl: Add missing usernameForAuth call 2025-01-28 23:34:52 +03:00
fox.cpp
78e4600a17
Upgrade all dependencies
1. go-smtp is replaced by a fork that reverts StartTLS removal.
2. SASL LOGIN is no longer supported by upstream go-sasl, readded disabled by default.
3. Updated endpoint code to match new go-smtp authentication interfaces.
4. certmagic repo had some renames
5. Minimum Go version increased to 1.23 to match dependencies.
2025-01-24 21:29:48 +03:00
fox.cpp
f5def9cb04
Merge branch '0.6-fixes' 2023-03-14 00:25:11 +03:00
fox.cpp
9f58cb64b3
auth: Actually check SASL identity argument before using it
Fixes GHSA-4g76-w3xw-2x6w.
2023-03-14 00:20:40 +03:00
fox.cpp
6ef80e8335
Unbreak tests 2023-03-12 15:40:25 +03:00
fox.cpp
a7001ab730
Implement auth_map and storage_map at endpoint level
This makes auth_map do what its name implies. Old auth_map in storage
module is deprecated and will be removed in the next release.
2023-03-12 13:52:04 +03:00
Akhil Thayyil
53ed899cbc
refactoring error handling in sasl auth 2020-11-22 13:10:38 +03:00
fox.cpp
2d18ff5a30
MIT => GPLv3; Add license/copyright notices everywhere 2020-07-22 16:12:26 +03:00
fox.cpp
bcceec4fe4
Extract several packages to form a public API 2020-07-15 01:31:06 +03:00
fox.cpp
03d9e52627
Rename modules and introduce namespace-aware module name lookups
See #248.
2020-07-15 01:31:05 +03:00
fox.cpp
46502217ed
Remove config.Map.MatchErr()
Obscure and often misused.
2020-03-05 02:26:29 +03:00
fox.cpp
1579ea10b2
Use config.Node instead of *config.Node everywhere
Closes #197.
2020-03-05 02:26:29 +03:00
fox.cpp
55a91a37b7
Revert authorization/authentication split
Authentication provider module is responsible only for authentication.
Nothing more. Access control (authorization) should be kept separate.
2020-02-28 01:38:40 +03:00
fox.cpp
eaaadfa6df
Implement & integrate generic SASL authentication support
This should make it possible to implement OAuth and TLS client
certificates authentication.
2020-02-27 21:40:04 +03:00