plugins/mod_saslauth.lua
Mon, 29 Apr 2013 10:43:44 +0100 Matthew Wild mod_saslauth, mod_compression: Fix some cases where open_stream() was not being passed to/from (see df3c78221f26 and issue #338)
Fri, 22 Mar 2013 14:18:23 +0000 Matthew Wild s2smanager, mod_s2s, mod_dialback, mod_saslauth: Move s2smanager.make_authenticated() to mod_s2s, and plugins now signal authentication via the s2s-authenticated event
Sat, 16 Mar 2013 17:46:43 +0100 Kim Alvefur mod_s2s, mod_saslauth, mod_compression: Refactor to have common code for opening streams
Wed, 04 Jul 2012 23:44:13 +0100 Matthew Wild mod_saslauth: Pass session to usermanager.get_sasl_handler()
Sat, 28 Apr 2012 03:05:35 +0100 Matthew Wild mod_saslauth: Remove unused declaration of xmlns_stanzas
Sun, 12 Feb 2012 15:14:35 +0100 Kim Alvefur mod_saslauth: Remove useless import of, and call to nodeprep.
Sun, 12 Feb 2012 15:08:12 +0100 Kim Alvefur mod_saslauth: Fire authentication-failure if make_authenticated() failed.
Sun, 12 Feb 2012 15:05:31 +0100 Kim Alvefur mod_saslauth: Move authentication-success event to after session has been made authenticated.
Tue, 24 Jan 2012 14:57:53 -0800 Paul Aurich mod_saslauth: "" ~= nil (thanks, Zash!)
Thu, 13 Oct 2011 00:24:09 +0500 Waqas Hussain mod_saslauth: Never send empty <mechanisms/>, for real this time.
Thu, 13 Oct 2011 00:10:02 +0500 Waqas Hussain mod_saslauth: Never send empty <mechanisms/>.
Mon, 29 Aug 2011 12:01:42 -0400 Matthew Wild mod_saslauth: Fire authentication-success and authentication-failure events (thanks scitor)
Thu, 06 Jan 2011 14:46:59 +0000 Matthew Wild Merge 0.8->trunk
Tue, 28 Dec 2010 05:28:15 +0500 Waqas Hussain mod_saslauth: Remove special handling for SASL ANONYMOUS, and let mod_auth_anonymous handle it.
Mon, 27 Dec 2010 19:57:04 +0500 Waqas Hussain util.sasl.*, mod_auth_*, mod_saslauth: Pass SASL handler as first parameter to SASL profile callbacks.
Fri, 24 Dec 2010 18:54:54 +0000 Matthew Wild mod_saslauth: Handle session bind requests to the host, fixes OneTeam login
Tue, 28 Dec 2010 05:28:15 +0500 Waqas Hussain mod_saslauth: Remove special handling for SASL ANONYMOUS, and let mod_auth_anonymous handle it.
Mon, 27 Dec 2010 19:57:04 +0500 Waqas Hussain util.sasl.*, mod_auth_*, mod_saslauth: Pass SASL handler as first parameter to SASL profile callbacks.
Fri, 24 Dec 2010 18:54:54 +0000 Matthew Wild mod_saslauth: Handle session bind requests to the host, fixes OneTeam login
Sun, 12 Dec 2010 02:03:32 +0100 Kim Alvefur core.s2smanager, mod_console, mod_saslauth, util.certverification: rename util.certverification to util.x509
Sun, 21 Nov 2010 21:10:43 -0800 Paul Aurich s2s: SASL EXTERNAL
Tue, 02 Nov 2010 22:23:07 +0500 Waqas Hussain mod_saslauth: Allow restarting SASL negotiation from scratch.
Tue, 02 Nov 2010 22:05:19 +0500 Waqas Hussain mod_saslauth: Separated processing of <auth/> and <response/> elements, and return proper error on out-of-order <response/> elements.
Tue, 02 Nov 2010 21:19:50 +0500 Waqas Hussain mod_saslauth: Moved SASL mechanism selection and CDATA handling into separate functions.
Tue, 02 Nov 2010 15:07:25 +0500 Waqas Hussain mod_saslauth: Handle SASL <abort/> properly.
Sat, 16 Oct 2010 07:18:01 +0500 Waqas Hussain mod_saslauth: Updated to use the new events API.
Sat, 16 Oct 2010 05:16:45 +0500 Waqas Hussain mod_saslauth: Improved logging a bit.
Sat, 16 Oct 2010 05:03:00 +0500 Waqas Hussain mod_saslauth: Updated to use the new events API.
Mon, 23 Aug 2010 16:54:56 +0500 Waqas Hussain mod_saslauth, mod_auth_cyrus, util.sasl_cyrus: Moved cyrus account provisioning check out of mod_saslauth.
Mon, 23 Aug 2010 16:28:06 +0500 Waqas Hussain mod_saslauth: Get rid of the sasl_backend option (use auth modules instead).
Mon, 23 Aug 2010 16:22:58 +0500 Waqas Hussain mod_saslauth: Get rid of most Cyrus SASL related code (use authentication='cyrus' instead).
Sat, 31 Jul 2010 15:16:15 +0500 Waqas Hussain mod_saslauth: Fixed a nil global access.
Sat, 31 Jul 2010 13:55:46 +0500 Waqas Hussain mod_saslauth: Check for unencrypted PLAIN auth in mod_saslauth instead of the SASL handler (makes it work for Cyrus SASL).
Sat, 31 Jul 2010 13:49:22 +0500 Waqas Hussain mod_saslauth: Move mandatory encryption enforcement to before sasl_handler:select().
Sun, 18 Jul 2010 17:50:38 +0500 Waqas Hussain mod_saslauth: Got rid of undocumented and useless 'sasl_realm' config option (was only used for anonymous auth, and that didn't make sense).
Sat, 17 Jul 2010 19:02:56 +0500 Waqas Hussain mod_saslauth: Cleaned up unused requires.
Sat, 17 Jul 2010 18:58:25 +0500 Waqas Hussain mod_saslauth: A little cleanup for anonymous_login.
Wed, 14 Jul 2010 19:56:57 +0500 Waqas Hussain SASL: Simplified sasl_handler:mechanisms() to return a set, and not an array.
Mon, 12 Jul 2010 16:44:56 +0100 Matthew Wild mod_saslauth: Rename variable 'aret' to 'ok' as per convention
Sat, 12 Jun 2010 02:39:18 +0100 Matthew Wild Merge 0.7->trunk
Fri, 11 Jun 2010 21:01:17 +0500 Waqas Hussain mod_saslauth: Return proper error on invalid usernames.
Mon, 07 Jun 2010 02:40:14 +0500 Waqas Hussain mod_saslauth: Updated to use usermanager.get_sasl_handler.
Fri, 04 Jun 2010 13:55:39 +0100 Matthew Wild mod_saslauth: Fix log level
Fri, 28 May 2010 14:47:32 -0400 Jeff Mitchell Correct out of order logic in mod_hashpassauth
Wed, 26 May 2010 18:16:58 -0400 Jeff Mitchell Check in mod_hashpassauth -- works!
Thu, 20 May 2010 11:51:55 +0100 Matthew Wild mod_saslauth: Split out cyrus SASL config options into locals, and add support for cyrus_application_name (default: 'prosody')
Thu, 20 May 2010 11:32:24 +0100 Matthew Wild usermanager, mod_saslauth: Make account provisioning for Cyrus SASL optional (default: not required)
Thu, 20 May 2010 11:08:51 +0100 Matthew Wild mod_saslauth: Add return value and error message to the Cyrus SASL handle_status callback
Thu, 20 May 2010 11:05:43 +0100 Matthew Wild mod_saslauth: Allow the Cyrus SASL realm to be configurable
Tue, 23 Mar 2010 20:17:46 +0500 Waqas Hussain mod_saslauth: Tidier code for SASL backend selection.
Tue, 23 Mar 2010 20:11:39 +0500 Waqas Hussain mod_saslauth: Fail with an error when the requested SASL backend cannot be used.
Mon, 22 Mar 2010 17:24:55 +0000 Matthew Wild Merge 0.6->0.7
Mon, 22 Mar 2010 17:06:15 +0000 Matthew Wild Update copyright headers for 2010
Wed, 17 Mar 2010 15:29:14 -0700 Paul Aurich mod_saslauth: Add a sasl_realm option
Wed, 03 Mar 2010 22:05:05 +0000 Matthew Wild Merge 0.6.2/waqas with 0.6.2/MattJ
Sat, 13 Feb 2010 19:35:12 +0000 Matthew Wild mod_saslauth: Don't print raw SASL data to avoid logging passwords unnecessarily
Mon, 21 Dec 2009 22:00:49 +0000 Matthew Wild mod_saslauth: Requiring c2s encryption means requiring c2s encryption... thanks Flo
Mon, 01 Mar 2010 16:23:26 +0000 Matthew Wild mod_saslauth: Add FIXME to remind myself to fix this as soon as I have time
Mon, 01 Mar 2010 16:02:59 +0000 Matthew Wild mod_saslauth: Unlock globals while loading cyrus
Mon, 15 Feb 2010 22:56:36 +0000 Matthew Wild mod_saslauth: Log debug message with full error if cyrussasl couldn't be loaded
Mon, 15 Feb 2010 22:56:15 +0000 Matthew Wild mod_saslauth: Correct syntax for gracefully handling a missing cyrussasl library
Mon, 15 Feb 2010 02:51:07 +0500 Waqas Hussain mod_saslauth: Warn and fallback gracefully when Cyrus SASL is requested, but missing.
Sat, 13 Feb 2010 19:35:12 +0000 Matthew Wild mod_saslauth: Don't print raw SASL data to avoid logging passwords unnecessarily
Fri, 12 Feb 2010 04:25:37 +0500 Waqas Hussain mod_saslauth: Hook stream-features event using new events API.
Mon, 11 Jan 2010 19:17:26 +0500 Waqas Hussain mod_saslauth: Fixed some indentation and added some semi-colons.
Mon, 11 Jan 2010 19:05:08 +0500 Waqas Hussain mod_saslauth: Made some variables local to avoid unnecessary global access.
Sun, 03 Jan 2010 10:07:20 -0800 Paul Aurich mod_saslauth: Oops.
Sun, 03 Jan 2010 09:51:01 -0800 Paul Aurich mod_saslauth: Use module:get_option()
Sat, 02 Jan 2010 20:03:24 -0800 Paul Aurich mod_saslauth: Add sasl_backend config parameter
Wed, 23 Dec 2009 23:13:39 +0100 Tobias Markmann mod_saslauth: Adjust sanitizing.
Wed, 23 Dec 2009 23:09:44 +0100 Tobias Markmann mod_saslauth: Sanitize debugging information so it won't break terminal emulation when using GSSAPI auth.
Wed, 23 Dec 2009 16:45:03 -0500 jorj added comment to remind us to fix binary output breaking the terminal
Tue, 22 Dec 2009 20:20:37 +0100 Tobias Markmann mod_saslauth: Make service_name configurable for CyrusSASL users.
Tue, 22 Dec 2009 19:27:19 +0100 Tobias Markmann mod_saslauth: Add support for CyrusSASL.
Mon, 21 Dec 2009 22:00:49 +0000 Matthew Wild mod_saslauth: Requiring c2s encryption means requiring c2s encryption... thanks Flo
Sat, 28 Nov 2009 15:12:07 +0000 Matthew Wild mod_saslauth: Fix typo in variable name
Thu, 26 Nov 2009 23:18:26 +0100 Tobias Markmann mod_saslauth: Allow relogins after failed SASL login.
Thu, 19 Nov 2009 16:44:37 +0100 Tobias Markmann Use new cofig option reading API.
Thu, 19 Nov 2009 16:43:38 +0100 Tobias Markmann Allow SASL PLAIN over unsecure connections when intended by admin.
Wed, 18 Nov 2009 23:26:35 +0100 Tobias Markmann Provide SASL PLAIN mechanism only if TLS is active.
Mon, 16 Nov 2009 21:43:57 +0100 Tobias Markmann Merge with sasl branch.
Fri, 28 Aug 2009 13:04:38 +0200 Tobias Markmann Making mod_saslauth use the new SASL API. sasl
Sun, 18 Oct 2009 18:50:35 +0500 Waqas Hussain mod_saslauth: Fixed access of globals.
Sun, 18 Oct 2009 18:48:34 +0500 Waqas Hussain mod_saslauth: Marked the im-session stream feature as optional. This allows smart clients to save a round trip.
Mon, 05 Oct 2009 14:59:30 +0100 Matthew Wild require_encryption deprecated, use c2s_require_encryption instead
Tue, 29 Sep 2009 19:56:23 +0100 Matthew Wild Merge with 0.5
Tue, 29 Sep 2009 19:54:31 +0100 Matthew Wild mod_saslauth: Prep username used for authenticating a session
Sun, 06 Sep 2009 22:07:59 +0200 Tobias Markmann Add NODEprepping to SASL Digest-MD5 authentication handling.
Thu, 20 Aug 2009 13:57:50 +0100 Matthew Wild Uncertain merge with 0.5's SASL
Wed, 19 Aug 2009 21:59:16 +0200 Tobias Markmann Use NODEprep for prepping usernames used during SASL logins.
Wed, 05 Aug 2009 16:37:28 +0100 Matthew Wild mod_saslauth: Fix coding style and layout, and use of arg[] for vararg
Wed, 05 Aug 2009 16:35:13 +0100 Matthew Wild mod_saslauth: Fix indentation
Wed, 05 Aug 2009 16:31:56 +0100 Matthew Wild mod_saslauth: Fix traceback on attempted login for non-existent users
Fri, 24 Jul 2009 01:34:25 +0100 nick Switch to using a more generic credentials_callback/handler for SASL auth.
Thu, 23 Jul 2009 22:15:06 +0100 Nick Thomas mod_saslauth, usermanager: Fetch list of mechanisms from usermanager
Fri, 10 Jul 2009 03:11:45 +0100 Matthew Wild Remove version number from copyright headers
Sun, 05 Jul 2009 19:05:03 +0200 Tobias Markmann Remove to-unicode conversion because it's done in sasl.lua now.
Sun, 05 Jul 2009 18:59:46 +0200 Tobias Markmann Fixed decoding of parameters.
Wed, 01 Jul 2009 15:14:44 +0200 Tobias Markmann Making sure the node is in unicode when passing it to password lookup function.
Sat, 20 Jun 2009 19:34:30 +0200 Tobias Markmann Adding a parameter for realm to the password_callback.
Fri, 29 May 2009 18:03:48 +0100 Matthew Wild mod_saslauth: Don't offer bind/session when they aren't authenticated yet :) [thanks albert, again...]
Fri, 29 May 2009 14:33:55 +0100 Matthew Wild mod_saslauth, mod_legacyauth: Deny logins to unsecure sessions when require_encryption config option is true
Mon, 18 May 2009 04:48:35 +0100 Matthew Wild mod_saslauth: Fix logic error which prevented SASL ANONYMOUS from working
Thu, 30 Apr 2009 01:46:36 +0100 Matthew Wild mod_saslauth: Remove 2 instances of raising errors and replacing with more graceful handling
Thu, 30 Apr 2009 01:39:39 +0100 Matthew Wild mod_saslauth: Various logging fixes
Thu, 30 Apr 2009 01:38:52 +0100 Matthew Wild mod_saslauth: Use module logger instead of creating a new one
Wed, 22 Apr 2009 21:32:23 +0100 Matthew Wild mod_*: Fix a load of global accesses
Mon, 30 Mar 2009 05:26:10 +0500 Waqas Hussain Fixed: Some nil access bugs
Mon, 30 Mar 2009 03:51:37 +0500 Waqas Hussain Fixed: mod_saslauth: "anonymous_login" currently makes SASL ANONYMOUS an exclusive mechanism. Corrected advertised mechanisms and error replies.
Mon, 30 Mar 2009 03:42:47 +0500 Waqas Hussain Fixed: mod_saslauth: Changed anonymous host option from "sasl_anonymous" to "anonymous_login"
Fri, 20 Mar 2009 20:16:25 +0000 Matthew Wild 0.3->0.4
Sat, 07 Mar 2009 20:17:09 +0000 Matthew Wild mod_saslauth: Disable SASL ANONYMOUS unless explicitly enabled with sasl_anonymous = true
Sat, 14 Feb 2009 18:57:50 +0100 Tobias Markmann Adding inital support for ANONYMOUS mechanism in SASL.
Fri, 30 Jan 2009 17:59:26 +0000 Matthew Wild Update copyright notices for 2009
Fri, 30 Jan 2009 17:40:25 +0000 Matthew Wild 0.2->0.3
Fri, 30 Jan 2009 17:22:56 +0000 Matthew Wild GPL->MIT!
Fri, 16 Jan 2009 04:19:47 +0000 Matthew Wild Fix invalid loglevels in mod_saslauth
Tue, 13 Jan 2009 19:37:12 +0500 Waqas Hussain mod_saslauth, mod_tls: minor code cleanup
Wed, 10 Dec 2008 15:44:03 +0000 Matthew Wild 0.1 -> 0.2
Mon, 08 Dec 2008 00:18:01 +0500 Waqas Hussain Latin1 support for SASL DIGEST-MD5 (second, and possibly final commit)
less more (0) -120 tip