maddy/internal/auth
fox.cpp e19d21dfcb
Fully separate authentication from IMAP access
Now imapsql module does not handle authentication. (it was not doing it so well
anyway)

sql_table module was introduced and used in the default configuration as
a replacement for functionality that was implemented by imapsql before.

Parts of maddyctl code were rewritten to make it work transparently with
any IMAP backend or credentials store.

Closes #212.
2020-04-14 00:06:47 +03:00
..
external Revert authorization/authentication split 2020-02-28 01:38:40 +03:00
pam Revert authorization/authentication split 2020-02-28 01:38:40 +03:00
pass_table Fully separate authentication from IMAP access 2020-04-14 00:06:47 +03:00
plain_separate Revert authorization/authentication split 2020-02-28 01:38:40 +03:00
shadow Revert authorization/authentication split 2020-02-28 01:38:40 +03:00
auth.go Move most code from the repo root into subdirectories 2019-12-06 01:35:12 +03:00
auth_test.go Move most code from the repo root into subdirectories 2019-12-06 01:35:12 +03:00
sasl.go Remove config.Map.MatchErr() 2020-03-05 02:26:29 +03:00
sasl_test.go Revert authorization/authentication split 2020-02-28 01:38:40 +03:00