| Commit message (Expand) | Author | Age | Files | Lines |
* | mod_saslauth: Make sure sasl handler has add_cb_handler (fixes #392) | Kim Alvefur | 2014-02-12 | 1 | -1/+1 |
* | mod_saslauth: Collect data for channel binding only if we know for sure that ... | Kim Alvefur | 2013-10-07 | 1 | -1/+1 |
* | Merge Tobias SCRAM-PLUS work | Kim Alvefur | 2013-09-22 | 1 | -0/+10 |
|\ |
|
| * | mod_saslauth: Check whether LuaSec supports getpeerfinished() binding. | Tobias Markmann | 2011-01-17 | 1 | -4/+8 |
| * | mod_saslauth: Add channel binding handler for tls-unique channel binding. | Tobias Markmann | 2011-01-17 | 1 | -1/+3 |
| * | mod_saslauth: Set secure socket as SASL object user data for secure sessions. | Tobias Markmann | 2011-01-17 | 1 | -0/+4 |
* | | Remove all trailing whitespace | Florian Zeitz | 2013-08-09 | 1 | -1/+1 |
* | | mod_saslauth, mod_compression: Fix some cases where open_stream() was not bei... | Matthew Wild | 2013-04-29 | 1 | -1/+1 |
* | | s2smanager, mod_s2s, mod_dialback, mod_saslauth: Move s2smanager.make_authent... | Matthew Wild | 2013-03-22 | 1 | -3/+2 |
* | | mod_s2s, mod_saslauth, mod_compression: Refactor to have common code for open... | Kim Alvefur | 2013-03-16 | 1 | -5/+1 |
* | | mod_saslauth: Pass session to usermanager.get_sasl_handler() | Matthew Wild | 2012-07-04 | 1 | -2/+2 |
* | | mod_saslauth: Remove unused declaration of xmlns_stanzas | Matthew Wild | 2012-04-28 | 1 | -1/+0 |
* | | mod_saslauth: Remove useless import of, and call to nodeprep. | Kim Alvefur | 2012-02-12 | 1 | -3/+0 |
* | | mod_saslauth: Fire authentication-failure if make_authenticated() failed. | Kim Alvefur | 2012-02-12 | 1 | -0/+1 |
* | | mod_saslauth: Move authentication-success event to after session has been mad... | Kim Alvefur | 2012-02-12 | 1 | -1/+1 |
* | | mod_saslauth: "" ~= nil (thanks, Zash!) | Paul Aurich | 2012-01-24 | 1 | -2/+4 |
* | | mod_saslauth: Never send empty <mechanisms/>, for real this time. | Waqas Hussain | 2011-10-13 | 1 | -6/+4 |
* | | mod_saslauth: Never send empty <mechanisms/>. | Waqas Hussain | 2011-10-13 | 1 | -1/+3 |
* | | mod_saslauth: Fire authentication-success and authentication-failure events (... | Matthew Wild | 2011-08-29 | 1 | -0/+2 |
|/ |
|
* | mod_saslauth: Remove special handling for SASL ANONYMOUS, and let mod_auth_an... | Waqas Hussain | 2010-12-28 | 1 | -29/+2 |
* | util.sasl.*, mod_auth_*, mod_saslauth: Pass SASL handler as first parameter t... | Waqas Hussain | 2010-12-27 | 1 | -1/+1 |
* | mod_saslauth: Handle session bind requests to the host, fixes OneTeam login | Matthew Wild | 2010-12-24 | 1 | -2/+5 |
* | core.s2smanager, mod_console, mod_saslauth, util.certverification: rename uti... | Kim Alvefur | 2010-12-12 | 1 | -1/+1 |
* | s2s: SASL EXTERNAL | Paul Aurich | 2010-11-21 | 1 | -0/+132 |
* | mod_saslauth: Allow restarting SASL negotiation from scratch. | Waqas Hussain | 2010-11-02 | 1 | -1/+10 |
* | mod_saslauth: Separated processing of <auth/> and <response/> elements, and r... | Waqas Hussain | 2010-11-02 | 1 | -25/+26 |
* | mod_saslauth: Moved SASL mechanism selection and CDATA handling into separate... | Waqas Hussain | 2010-11-02 | 1 | -16/+20 |
* | mod_saslauth: Handle SASL <abort/> properly. | Waqas Hussain | 2010-11-02 | 1 | -1/+6 |
* | mod_saslauth: Updated to use the new events API. | Waqas Hussain | 2010-10-16 | 1 | -10/+18 |
* | mod_saslauth: Improved logging a bit. | Waqas Hussain | 2010-10-16 | 1 | -2/+2 |
* | mod_saslauth: Updated to use the new events API. | Waqas Hussain | 2010-10-16 | 1 | -15/+14 |
* | mod_saslauth, mod_auth_cyrus, util.sasl_cyrus: Moved cyrus account provisioni... | Waqas Hussain | 2010-08-23 | 1 | -16/+6 |
* | mod_saslauth: Get rid of the sasl_backend option (use auth modules instead). | Waqas Hussain | 2010-08-23 | 1 | -5/+0 |
* | mod_saslauth: Get rid of most Cyrus SASL related code (use authentication='cy... | Waqas Hussain | 2010-08-23 | 1 | -25/+2 |
* | mod_saslauth: Fixed a nil global access. | Waqas Hussain | 2010-07-31 | 1 | -3/+4 |
* | mod_saslauth: Check for unencrypted PLAIN auth in mod_saslauth instead of the... | Waqas Hussain | 2010-07-31 | 1 | -6/+6 |
* | mod_saslauth: Move mandatory encryption enforcement to before sasl_handler:se... | Waqas Hussain | 2010-07-31 | 1 | -3/+3 |
* | mod_saslauth: Got rid of undocumented and useless 'sasl_realm' config option ... | Waqas Hussain | 2010-07-18 | 1 | -2/+1 |
* | mod_saslauth: Cleaned up unused requires. | Waqas Hussain | 2010-07-17 | 1 | -7/+0 |
* | mod_saslauth: A little cleanup for anonymous_login. | Waqas Hussain | 2010-07-17 | 1 | -2/+3 |
* | SASL: Simplified sasl_handler:mechanisms() to return a set, and not an array. | Waqas Hussain | 2010-07-14 | 1 | -2/+2 |
* | mod_saslauth: Rename variable 'aret' to 'ok' as per convention | Matthew Wild | 2010-07-12 | 1 | -2/+2 |
* | Merge 0.7->trunk | Matthew Wild | 2010-06-12 | 1 | -9/+9 |
|\ |
|
| * | mod_saslauth: Return proper error on invalid usernames. | Waqas Hussain | 2010-06-11 | 1 | -9/+9 |
* | | mod_saslauth: Updated to use usermanager.get_sasl_handler. | Waqas Hussain | 2010-06-07 | 1 | -34/+2 |
* | | mod_saslauth: Fix log level | Matthew Wild | 2010-06-04 | 1 | -1/+1 |
* | | Correct out of order logic in mod_hashpassauth | Jeff Mitchell | 2010-05-28 | 1 | -8/+9 |
* | | Check in mod_hashpassauth -- works! | Jeff Mitchell | 2010-05-26 | 1 | -2/+19 |
|/ |
|
* | mod_saslauth: Split out cyrus SASL config options into locals, and add suppor... | Matthew Wild | 2010-05-20 | 1 | -1/+10 |
* | usermanager, mod_saslauth: Make account provisioning for Cyrus SASL optional ... | Matthew Wild | 2010-05-20 | 1 | -3/+11 |