maddy/internal/auth
fox.cpp 43e980c80f
Implement module.Table for most authentication modules
This allows modules to be used as a table to check account existence.

auth/pass_table: Implement module.Table interface
auth/shadow: Implement module.Table interface
auth/plain_separate: Implement module.Table interface
2020-05-04 12:41:25 +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 Implement module.Table for most authentication modules 2020-05-04 12:41:25 +03:00
plain_separate Implement module.Table for most authentication modules 2020-05-04 12:41:25 +03:00
shadow Implement module.Table for most authentication modules 2020-05-04 12:41:25 +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