| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | mod_saslauth: Add return value and error message to the Cyrus SASL handle_sta... | Matthew Wild | 2010-05-20 | 1 | -3/+4 |
* | mod_saslauth: Allow the Cyrus SASL realm to be configurable | Matthew Wild | 2010-05-20 | 1 | -1/+1 |
* | mod_saslauth: Tidier code for SASL backend selection. | Waqas Hussain | 2010-03-23 | 1 | -8/+6 |
* | mod_saslauth: Fail with an error when the requested SASL backend cannot be used. | Waqas Hussain | 2010-03-23 | 1 | -4/+6 |
* | Merge 0.6->0.7 | Matthew Wild | 2010-03-22 | 1 | -3/+3 |
|\ |
|
| * | Update copyright headers for 2010 | Matthew Wild | 2010-03-22 | 1 | -2/+2 |
| * | Merge 0.6.2/waqas with 0.6.2/MattJ | Matthew Wild | 2010-03-03 | 1 | -3/+3 |
| |\ |
|
| | * | mod_saslauth: Don't print raw SASL data to avoid logging passwords unnecessarily | Matthew Wild | 2010-02-13 | 1 | -3/+3 |
| * | | mod_saslauth: Requiring c2s encryption means requiring c2s encryption... than... | Matthew Wild | 2009-12-21 | 1 | -0/+3 |
| |/ |
|
* | | mod_saslauth: Add a sasl_realm option | Paul Aurich | 2010-03-17 | 1 | -2/+3 |
* | | mod_saslauth: Add FIXME to remind myself to fix this as soon as I have time | Matthew Wild | 2010-03-01 | 1 | -1/+2 |
* | | mod_saslauth: Unlock globals while loading cyrus | Matthew Wild | 2010-03-01 | 1 | -0/+2 |
* | | mod_saslauth: Log debug message with full error if cyrussasl couldn't be loaded | Matthew Wild | 2010-02-15 | 1 | -0/+1 |
* | | mod_saslauth: Correct syntax for gracefully handling a missing cyrussasl library | Matthew Wild | 2010-02-15 | 1 | -2/+2 |
* | | mod_saslauth: Warn and fallback gracefully when Cyrus SASL is requested, but ... | Waqas Hussain | 2010-02-15 | 1 | -5/+12 |
* | | mod_saslauth: Don't print raw SASL data to avoid logging passwords unnecessarily | Matthew Wild | 2010-02-13 | 1 | -3/+3 |
* | | mod_saslauth: Hook stream-features event using new events API. | Waqas Hussain | 2010-02-12 | 1 | -8/+9 |
* | | mod_saslauth: Fixed some indentation and added some semi-colons. | Waqas Hussain | 2010-01-11 | 1 | -54/+51 |
* | | mod_saslauth: Made some variables local to avoid unnecessary global access. | Waqas Hussain | 2010-01-11 | 1 | -16/+16 |
* | | mod_saslauth: Oops. | Paul Aurich | 2010-01-03 | 1 | -1/+1 |
* | | mod_saslauth: Use module:get_option() | Paul Aurich | 2010-01-03 | 1 | -3/+3 |
* | | mod_saslauth: Add sasl_backend config parameter | Paul Aurich | 2010-01-02 | 1 | -2/+4 |
* | | mod_saslauth: Adjust sanitizing. | Tobias Markmann | 2009-12-23 | 1 | -1/+1 |
* | | mod_saslauth: Sanitize debugging information so it won't break terminal emula... | Tobias Markmann | 2009-12-23 | 1 | -1/+1 |
* | | added comment to remind us to fix binary output breaking the terminal | jorj | 2009-12-23 | 1 | -1/+1 |
* | | mod_saslauth: Make service_name configurable for CyrusSASL users. | Tobias Markmann | 2009-12-22 | 1 | -2/+2 |
* | | mod_saslauth: Add support for CyrusSASL. | Tobias Markmann | 2009-12-22 | 1 | -1/+9 |
* | | mod_saslauth: Requiring c2s encryption means requiring c2s encryption... than... | Matthew Wild | 2009-12-21 | 1 | -0/+3 |
* | | mod_saslauth: Fix typo in variable name | Matthew Wild | 2009-11-28 | 1 | -1/+1 |
* | | mod_saslauth: Allow relogins after failed SASL login. | Tobias Markmann | 2009-11-26 | 1 | -1/+1 |
* | | Use new cofig option reading API. | Tobias Markmann | 2009-11-19 | 1 | -1/+1 |
* | | Allow SASL PLAIN over unsecure connections when intended by admin. | Tobias Markmann | 2009-11-19 | 1 | -1/+1 |
* | | Provide SASL PLAIN mechanism only if TLS is active. | Tobias Markmann | 2009-11-18 | 1 | -1/+3 |
* | | Merge with sasl branch. | Tobias Markmann | 2009-11-16 | 1 | -47/+36 |
|\ \
| |/
|/| |
|
| * | Making mod_saslauth use the new SASL API. | Tobias Markmann | 2009-08-28 | 1 | -6/+12 |
* | | mod_saslauth: Fixed access of globals. | Waqas Hussain | 2009-10-18 | 1 | -2/+2 |
* | | mod_saslauth: Marked the im-session stream feature as optional. This allows s... | Waqas Hussain | 2009-10-18 | 1 | -1/+1 |
* | | require_encryption deprecated, use c2s_require_encryption instead | Matthew Wild | 2009-10-05 | 1 | -1/+1 |
* | | Merge with 0.5 | Matthew Wild | 2009-09-29 | 1 | -4/+5 |
|\ \ |
|
| * | | mod_saslauth: Prep username used for authenticating a session | Matthew Wild | 2009-09-29 | 1 | -4/+4 |
* | | | Add NODEprepping to SASL Digest-MD5 authentication handling. | Tobias Markmann | 2009-09-06 | 1 | -1/+5 |
* | | | Uncertain merge with 0.5's SASL | Matthew Wild | 2009-08-20 | 1 | -1/+6 |
|\| |
| |/
|/| |
|
| * | Use NODEprep for prepping usernames used during SASL logins. | Tobias Markmann | 2009-08-19 | 1 | -2/+6 |
* | | mod_saslauth: Fix coding style and layout, and use of arg[] for vararg | Matthew Wild | 2009-08-05 | 1 | -7/+12 |
* | | mod_saslauth: Fix indentation | Matthew Wild | 2009-08-05 | 1 | -16/+16 |
* | | mod_saslauth: Fix traceback on attempted login for non-existent users | Matthew Wild | 2009-08-05 | 1 | -2/+6 |
* | | Switch to using a more generic credentials_callback/handler for SASL auth. | nick | 2009-07-24 | 1 | -13/+16 |
* | | mod_saslauth, usermanager: Fetch list of mechanisms from usermanager | Nick Thomas | 2009-07-23 | 1 | -11/+14 |
|/ |
|