s2s: SASL EXTERNAL
|
Paul Aurich |
2010-11-22 |
mod_saslauth: Allow restarting SASL negotiation from scratch.
|
Waqas Hussain |
2010-11-02 |
mod_saslauth: Separated processing of <auth/> and <response/> elements, and return proper error on out-of-order <response/> elements.
|
Waqas Hussain |
2010-11-02 |
mod_saslauth: Moved SASL mechanism selection and CDATA handling into separate functions.
|
Waqas Hussain |
2010-11-02 |
mod_saslauth: Handle SASL <abort/> properly.
|
Waqas Hussain |
2010-11-02 |
mod_saslauth: Updated to use the new events API.
|
Waqas Hussain |
2010-10-16 |
mod_saslauth: Improved logging a bit.
|
Waqas Hussain |
2010-10-16 |
mod_saslauth: Updated to use the new events API.
|
Waqas Hussain |
2010-10-16 |
mod_saslauth, mod_auth_cyrus, util.sasl_cyrus: Moved cyrus account provisioning check out of mod_saslauth.
|
Waqas Hussain |
2010-08-23 |
mod_saslauth: Get rid of the sasl_backend option (use auth modules instead).
|
Waqas Hussain |
2010-08-23 |
mod_saslauth: Get rid of most Cyrus SASL related code (use authentication='cyrus' instead).
|
Waqas Hussain |
2010-08-23 |
mod_saslauth: Fixed a nil global access.
|
Waqas Hussain |
2010-07-31 |
mod_saslauth: Check for unencrypted PLAIN auth in mod_saslauth instead of the SASL handler (makes it work for Cyrus SASL).
|
Waqas Hussain |
2010-07-31 |
mod_saslauth: Move mandatory encryption enforcement to before sasl_handler:select().
|
Waqas Hussain |
2010-07-31 |
mod_saslauth: Got rid of undocumented and useless 'sasl_realm' config option (was only used for anonymous auth, and that didn't make sense).
|
Waqas Hussain |
2010-07-18 |
mod_saslauth: Cleaned up unused requires.
|
Waqas Hussain |
2010-07-17 |
mod_saslauth: A little cleanup for anonymous_login.
|
Waqas Hussain |
2010-07-17 |
SASL: Simplified sasl_handler:mechanisms() to return a set, and not an array.
|
Waqas Hussain |
2010-07-14 |
mod_saslauth: Rename variable 'aret' to 'ok' as per convention
|
Matthew Wild |
2010-07-12 |
Merge 0.7->trunk
|
Matthew Wild |
2010-06-12 |
mod_saslauth: Return proper error on invalid usernames.
|
Waqas Hussain |
2010-06-11 |
mod_saslauth: Updated to use usermanager.get_sasl_handler.
|
Waqas Hussain |
2010-06-06 |
mod_saslauth: Fix log level
|
Matthew Wild |
2010-06-04 |
Correct out of order logic in mod_hashpassauth
|
Jeff Mitchell |
2010-05-28 |
Check in mod_hashpassauth -- works!
|
Jeff Mitchell |
2010-05-26 |
mod_saslauth: Split out cyrus SASL config options into locals, and add support for cyrus_application_name (default: 'prosody')
|
Matthew Wild |
2010-05-20 |
usermanager, mod_saslauth: Make account provisioning for Cyrus SASL optional (default: not required)
|
Matthew Wild |
2010-05-20 |
mod_saslauth: Add return value and error message to the Cyrus SASL handle_status callback
|
Matthew Wild |
2010-05-20 |
mod_saslauth: Allow the Cyrus SASL realm to be configurable
|
Matthew Wild |
2010-05-20 |
mod_saslauth: Tidier code for SASL backend selection.
|
Waqas Hussain |
2010-03-23 |
mod_saslauth: Fail with an error when the requested SASL backend cannot be used.
|
Waqas Hussain |
2010-03-23 |
Merge 0.6->0.7
|
Matthew Wild |
2010-03-22 |
Update copyright headers for 2010
|
Matthew Wild |
2010-03-22 |
mod_saslauth: Add a sasl_realm option
|
Paul Aurich |
2010-03-17 |
Merge 0.6.2/waqas with 0.6.2/MattJ
|
Matthew Wild |
2010-03-03 |
mod_saslauth: Don't print raw SASL data to avoid logging passwords unnecessarily
|
Matthew Wild |
2010-02-13 |
mod_saslauth: Requiring c2s encryption means requiring c2s encryption... thanks Flo
|
Matthew Wild |
2009-12-21 |
mod_saslauth: Add FIXME to remind myself to fix this as soon as I have time
|
Matthew Wild |
2010-03-01 |
mod_saslauth: Unlock globals while loading cyrus
|
Matthew Wild |
2010-03-01 |
mod_saslauth: Log debug message with full error if cyrussasl couldn't be loaded
|
Matthew Wild |
2010-02-15 |
mod_saslauth: Correct syntax for gracefully handling a missing cyrussasl library
|
Matthew Wild |
2010-02-15 |
mod_saslauth: Warn and fallback gracefully when Cyrus SASL is requested, but missing.
|
Waqas Hussain |
2010-02-14 |
mod_saslauth: Don't print raw SASL data to avoid logging passwords unnecessarily
|
Matthew Wild |
2010-02-13 |
mod_saslauth: Hook stream-features event using new events API.
|
Waqas Hussain |
2010-02-11 |
mod_saslauth: Fixed some indentation and added some semi-colons.
|
Waqas Hussain |
2010-01-11 |
mod_saslauth: Made some variables local to avoid unnecessary global access.
|
Waqas Hussain |
2010-01-11 |
mod_saslauth: Oops.
|
Paul Aurich |
2010-01-03 |
mod_saslauth: Use module:get_option()
|
Paul Aurich |
2010-01-03 |
mod_saslauth: Add sasl_backend config parameter
|
Paul Aurich |
2010-01-03 |
mod_saslauth: Adjust sanitizing.
|
Tobias Markmann |
2009-12-23 |
mod_saslauth: Sanitize debugging information so it won't break terminal emulation when using GSSAPI auth.
|
Tobias Markmann |
2009-12-23 |
added comment to remind us to fix binary output breaking the terminal
|
jorj |
2009-12-23 |
mod_saslauth: Make service_name configurable for CyrusSASL users.
|
Tobias Markmann |
2009-12-22 |
mod_saslauth: Add support for CyrusSASL.
|
Tobias Markmann |
2009-12-22 |
mod_saslauth: Requiring c2s encryption means requiring c2s encryption... thanks Flo
|
Matthew Wild |
2009-12-21 |
mod_saslauth: Fix typo in variable name
|
Matthew Wild |
2009-11-28 |
mod_saslauth: Allow relogins after failed SASL login.
|
Tobias Markmann |
2009-11-26 |
Use new cofig option reading API.
|
Tobias Markmann |
2009-11-19 |
Allow SASL PLAIN over unsecure connections when intended by admin.
|
Tobias Markmann |
2009-11-19 |
Provide SASL PLAIN mechanism only if TLS is active.
|
Tobias Markmann |
2009-11-18 |