Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | 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 ↵ | Tobias Markmann | 2009-12-23 | 1 | -1/+1 | |
| | | | | | | | | emulation when using GSSAPI auth. | |||||
* | | added comment to remind us to fix binary output breaking the terminal | jorj | 2009-12-23 | 1 | -1/+1 | |
| | | | | | | | | later | |||||
* | | 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... ↵ | Matthew Wild | 2009-12-21 | 1 | -0/+3 | |
| | | | | | | | | thanks Flo | |||||
* | | 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 ↵ | Waqas Hussain | 2009-10-18 | 1 | -1/+1 | |
| | | | | | | | | smart clients to save a round trip. | |||||
* | | 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 | |
| | | | | | | | | | | | | | | Not all authentication mechanisms have the same requirements; it makes sense to provide them only with the information they require (and for them to depend on that) so that as many auth mechanisms as possible can be supported with a variety of credentials-storing schemes. This commit patches that together | |||||
* | | mod_saslauth, usermanager: Fetch list of mechanisms from usermanager | Nick Thomas | 2009-07-23 | 1 | -11/+14 | |
|/ | ||||||
* | Remove version number from copyright headers | Matthew Wild | 2009-07-10 | 1 | -1/+1 | |
| | ||||||
* | Remove to-unicode conversion because it's done in sasl.lua now. | Tobias Markmann | 2009-07-05 | 1 | -2/+1 | |
| | ||||||
* | Fixed decoding of parameters. | Tobias Markmann | 2009-07-05 | 1 | -1/+1 | |
| | ||||||
* | Making sure the node is in unicode when passing it to password lookup function. | Tobias Markmann | 2009-07-01 | 1 | -1/+2 | |
| | ||||||
* | Adding a parameter for realm to the password_callback. | Tobias Markmann | 2009-06-20 | 1 | -4/+4 | |
| | ||||||
* | mod_saslauth: Don't offer bind/session when they aren't authenticated yet :) ↵ | Matthew Wild | 2009-05-29 | 1 | -1/+4 | |
| | | | | [thanks albert, again...] | |||||
* | mod_saslauth, mod_legacyauth: Deny logins to unsecure sessions when ↵ | Matthew Wild | 2009-05-29 | 1 | -1/+3 | |
| | | | | require_encryption config option is true | |||||
* | mod_saslauth: Fix logic error which prevented SASL ANONYMOUS from working | Matthew Wild | 2009-05-18 | 1 | -2/+4 | |
| | ||||||
* | mod_saslauth: Remove 2 instances of raising errors and replacing with more ↵ | Matthew Wild | 2009-04-30 | 1 | -2/+7 | |
| | | | | graceful handling | |||||
* | mod_saslauth: Various logging fixes | Matthew Wild | 2009-04-30 | 1 | -6/+6 | |
| | ||||||
* | mod_saslauth: Use module logger instead of creating a new one | Matthew Wild | 2009-04-30 | 1 | -1/+1 | |
| | ||||||
* | mod_*: Fix many unnecessary global accesses in modules (already committed to ↵ | Matthew Wild | 2009-04-29 | 1 | -2/+4 | |
| | | | | main repo) | |||||
* | Fixed: Some nil access bugs | Waqas Hussain | 2009-03-30 | 1 | -1/+1 | |
| | ||||||
* | Fixed: mod_saslauth: "anonymous_login" currently makes SASL ANONYMOUS an ↵ | Waqas Hussain | 2009-03-30 | 1 | -2/+11 | |
| | | | | exclusive mechanism. Corrected advertised mechanisms and error replies. | |||||
* | Fixed: mod_saslauth: Changed anonymous host option from "sasl_anonymous" to ↵ | Waqas Hussain | 2009-03-30 | 1 | -1/+1 | |
| | | | | "anonymous_login" | |||||
* | 0.3->0.4 | Matthew Wild | 2009-03-20 | 1 | -1/+1 | |
| | ||||||
* | mod_saslauth: Disable SASL ANONYMOUS unless explicitly enabled with ↵ | Matthew Wild | 2009-03-07 | 1 | -1/+4 | |
| | | | | sasl_anonymous = true | |||||
* | Adding inital support for ANONYMOUS mechanism in SASL. | Tobias Markmann | 2009-02-14 | 1 | -0/+1 | |
| | ||||||
* | Update copyright notices for 2009 | Matthew Wild | 2009-01-30 | 1 | -2/+2 | |
| | ||||||
* | 0.2->0.3 | Matthew Wild | 2009-01-30 | 1 | -1/+1 | |
| | ||||||
* | GPL->MIT! | Matthew Wild | 2009-01-30 | 1 | -13/+2 | |
| |