index
:
prosody.git
0.11
0.12
master
s2s
sasl
tls
origin/0.11
origin/0.12
origin/master
origin/s2s
origin/sasl
origin/tls
origin/vault/0.11
origin/vault/master
origin/vault/s2s
origin/vault/sasl
origin/vault/tls
unofficial mirror of the prosody mercurial project
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
plugins
/
mod_saslauth.lua
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
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
[prev]
[next]