| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
s2smanager.make_authenticated() to mod_s2s, and plugins now signal authentication via the s2s-authenticated event
|
|
|
|
| |
opening streams
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
made authenticated.
|
| |
|
| |
|
| |
|
|
|
|
| |
(thanks scitor)
|
|
|
|
| |
mod_auth_anonymous handle it.
|
|
|
|
| |
to SASL profile callbacks.
|
| |
|
|
|
|
| |
util.certverification to util.x509
|
| |
|
| |
|
|
|
|
| |
return proper error on out-of-order <response/> elements.
|
|
|
|
| |
separate functions.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
provisioning check out of mod_saslauth.
|
| |
|
|
|
|
| |
authentication='cyrus' instead).
|
| |
|
|
|
|
| |
the SASL handler (makes it work for Cyrus SASL).
|
|
|
|
| |
sasl_handler:select().
|
|
|
|
| |
(was only used for anonymous auth, and that didn't make sense).
|
| |
|
| |
|
| |
|
| |
|
|\ |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
Make saslauth check the existence of the get_password and test_password functions to determine which authentication profile to use.
|
|/ |
|
|
|
|
| |
support for cyrus_application_name (default: 'prosody')
|
|
|
|
| |
(default: not required)
|
|
|
|
| |
handle_status callback
|
| |
|
| |
|
| |
|
|\ |
|
| | |
|
| |\ |
|
| | | |
|