Wed, 05 Jan 2011 03:03:40 +0000 Matthew Wild mod_saslauth: Use get_text() instead of directly accessing stanza child text nodes file | diff | annotate
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. file | diff | annotate
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. file | diff | annotate
Fri, 24 Dec 2010 18:54:54 +0000 Matthew Wild mod_saslauth: Handle session bind requests to the host, fixes OneTeam login file | diff | annotate
Sun, 12 Dec 2010 02:03:32 +0100 Kim Alvefur core.s2smanager, mod_console, mod_saslauth, util.certverification: rename util.certverification to util.x509 file | diff | annotate
Sun, 21 Nov 2010 21:10:43 -0800 Paul Aurich s2s: SASL EXTERNAL file | diff | annotate
Tue, 02 Nov 2010 22:23:07 +0500 Waqas Hussain mod_saslauth: Allow restarting SASL negotiation from scratch. file | diff | annotate
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. file | diff | annotate
Tue, 02 Nov 2010 21:19:50 +0500 Waqas Hussain mod_saslauth: Moved SASL mechanism selection and CDATA handling into separate functions. file | diff | annotate
Tue, 02 Nov 2010 15:07:25 +0500 Waqas Hussain mod_saslauth: Handle SASL <abort/> properly. file | diff | annotate
Sat, 16 Oct 2010 07:18:01 +0500 Waqas Hussain mod_saslauth: Updated to use the new events API. file | diff | annotate
Sat, 16 Oct 2010 05:16:45 +0500 Waqas Hussain mod_saslauth: Improved logging a bit. file | diff | annotate
Sat, 16 Oct 2010 05:03:00 +0500 Waqas Hussain mod_saslauth: Updated to use the new events API. file | diff | annotate
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. file | diff | annotate
Mon, 23 Aug 2010 16:28:06 +0500 Waqas Hussain mod_saslauth: Get rid of the sasl_backend option (use auth modules instead). file | diff | annotate
Mon, 23 Aug 2010 16:22:58 +0500 Waqas Hussain mod_saslauth: Get rid of most Cyrus SASL related code (use authentication='cyrus' instead). file | diff | annotate
Sat, 31 Jul 2010 15:16:15 +0500 Waqas Hussain mod_saslauth: Fixed a nil global access. file | diff | annotate
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). file | diff | annotate
Sat, 31 Jul 2010 13:49:22 +0500 Waqas Hussain mod_saslauth: Move mandatory encryption enforcement to before sasl_handler:select(). file | diff | annotate
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). file | diff | annotate
Sat, 17 Jul 2010 19:02:56 +0500 Waqas Hussain mod_saslauth: Cleaned up unused requires. file | diff | annotate
Sat, 17 Jul 2010 18:58:25 +0500 Waqas Hussain mod_saslauth: A little cleanup for anonymous_login. file | diff | annotate
Wed, 14 Jul 2010 19:56:57 +0500 Waqas Hussain SASL: Simplified sasl_handler:mechanisms() to return a set, and not an array. file | diff | annotate
Mon, 12 Jul 2010 16:44:56 +0100 Matthew Wild mod_saslauth: Rename variable 'aret' to 'ok' as per convention file | diff | annotate
Sat, 12 Jun 2010 02:39:18 +0100 Matthew Wild Merge 0.7->trunk file | diff | annotate
Fri, 11 Jun 2010 21:01:17 +0500 Waqas Hussain mod_saslauth: Return proper error on invalid usernames. file | diff | annotate
Mon, 07 Jun 2010 02:40:14 +0500 Waqas Hussain mod_saslauth: Updated to use usermanager.get_sasl_handler. file | diff | annotate
Fri, 04 Jun 2010 13:55:39 +0100 Matthew Wild mod_saslauth: Fix log level file | diff | annotate
Fri, 28 May 2010 14:47:32 -0400 Jeff Mitchell Correct out of order logic in mod_hashpassauth file | diff | annotate
Wed, 26 May 2010 18:16:58 -0400 Jeff Mitchell Check in mod_hashpassauth -- works! file | diff | annotate
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') file | diff | annotate
Thu, 20 May 2010 11:32:24 +0100 Matthew Wild usermanager, mod_saslauth: Make account provisioning for Cyrus SASL optional (default: not required) file | diff | annotate
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 file | diff | annotate
Thu, 20 May 2010 11:05:43 +0100 Matthew Wild mod_saslauth: Allow the Cyrus SASL realm to be configurable file | diff | annotate
Tue, 23 Mar 2010 20:17:46 +0500 Waqas Hussain mod_saslauth: Tidier code for SASL backend selection. file | diff | annotate
Tue, 23 Mar 2010 20:11:39 +0500 Waqas Hussain mod_saslauth: Fail with an error when the requested SASL backend cannot be used. file | diff | annotate
Mon, 22 Mar 2010 17:24:55 +0000 Matthew Wild Merge 0.6->0.7 file | diff | annotate
Mon, 22 Mar 2010 17:06:15 +0000 Matthew Wild Update copyright headers for 2010 file | diff | annotate
Wed, 17 Mar 2010 15:29:14 -0700 Paul Aurich mod_saslauth: Add a sasl_realm option file | diff | annotate
Wed, 03 Mar 2010 22:05:05 +0000 Matthew Wild Merge 0.6.2/waqas with 0.6.2/MattJ file | diff | annotate
Sat, 13 Feb 2010 19:35:12 +0000 Matthew Wild mod_saslauth: Don't print raw SASL data to avoid logging passwords unnecessarily file | diff | annotate
Mon, 21 Dec 2009 22:00:49 +0000 Matthew Wild mod_saslauth: Requiring c2s encryption means requiring c2s encryption... thanks Flo file | diff | annotate
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 file | diff | annotate
Mon, 01 Mar 2010 16:02:59 +0000 Matthew Wild mod_saslauth: Unlock globals while loading cyrus file | diff | annotate
Mon, 15 Feb 2010 22:56:36 +0000 Matthew Wild mod_saslauth: Log debug message with full error if cyrussasl couldn't be loaded file | diff | annotate
Mon, 15 Feb 2010 22:56:15 +0000 Matthew Wild mod_saslauth: Correct syntax for gracefully handling a missing cyrussasl library file | diff | annotate
Mon, 15 Feb 2010 02:51:07 +0500 Waqas Hussain mod_saslauth: Warn and fallback gracefully when Cyrus SASL is requested, but missing. file | diff | annotate
Sat, 13 Feb 2010 19:35:12 +0000 Matthew Wild mod_saslauth: Don't print raw SASL data to avoid logging passwords unnecessarily file | diff | annotate
Fri, 12 Feb 2010 04:25:37 +0500 Waqas Hussain mod_saslauth: Hook stream-features event using new events API. file | diff | annotate
Mon, 11 Jan 2010 19:17:26 +0500 Waqas Hussain mod_saslauth: Fixed some indentation and added some semi-colons. file | diff | annotate
Mon, 11 Jan 2010 19:05:08 +0500 Waqas Hussain mod_saslauth: Made some variables local to avoid unnecessary global access. file | diff | annotate
Sun, 03 Jan 2010 10:07:20 -0800 Paul Aurich mod_saslauth: Oops. file | diff | annotate
Sun, 03 Jan 2010 09:51:01 -0800 Paul Aurich mod_saslauth: Use module:get_option() file | diff | annotate
Sat, 02 Jan 2010 20:03:24 -0800 Paul Aurich mod_saslauth: Add sasl_backend config parameter file | diff | annotate
Wed, 23 Dec 2009 23:13:39 +0100 Tobias Markmann mod_saslauth: Adjust sanitizing. file | diff | annotate
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. file | diff | annotate
Wed, 23 Dec 2009 16:45:03 -0500 jorj added comment to remind us to fix binary output breaking the terminal file | diff | annotate
Tue, 22 Dec 2009 20:20:37 +0100 Tobias Markmann mod_saslauth: Make service_name configurable for CyrusSASL users. file | diff | annotate
Tue, 22 Dec 2009 19:27:19 +0100 Tobias Markmann mod_saslauth: Add support for CyrusSASL. file | diff | annotate
Mon, 21 Dec 2009 22:00:49 +0000 Matthew Wild mod_saslauth: Requiring c2s encryption means requiring c2s encryption... thanks Flo file | diff | annotate
(0) -100 -60 tip

mercurial