Merge 0.9->0.10
[prosody.git] / plugins / mod_saslauth.lua
2013-11-24 Kim AlvefurMerge 0.9->0.10
2013-11-21 Matthew WildMerge 0.9->0.10
2013-11-12 Matthew WildMerge 0.9->0.10
2013-11-10 Matthew WildMerge 0.9->0.10
2013-11-09 Matthew WildMerge 0.9->0.10
2013-10-31 Kim AlvefurMerge 0.9 -> 0.10
2013-10-10 Matthew WildMerge 0.9->0.10
2013-10-07 Kim Alvefurmod_saslauth: Collect data for channel binding only...
2013-10-05 Matthew WildMerge 0.9->0.10
2013-09-30 Matthew WildMerge 0.9->0.10
2013-09-21 Kim AlvefurMerge Tobias SCRAM-PLUS work
2013-09-16 Matthew WildMerge 0.9->trunk
2013-09-03 Kim AlvefurMerge 0.9->trunk
2013-09-03 Matthew WildMerge 0.9->trunk
2013-09-02 Matthew WildMerge 0.9->trunk
2013-08-24 Matthew WildMerge 0.9->trunk
2013-08-09 Florian ZeitzRemove all trailing whitespace
2013-05-01 Matthew WildMerge tls branch
2013-05-01 Matthew WildMerge s2s branch
2013-05-01 Matthew WildMerge sasl branch
2013-05-01 Matthew WildMerge with Florob
2013-04-29 Matthew WildMerge with Florob
2013-04-29 Matthew WildMerge 0.9->trunk
2013-04-29 Matthew Wildmod_saslauth, mod_compression: Fix some cases where...
2013-03-22 Matthew WildMerge 0.9->trunk
2013-03-22 Matthew Wilds2smanager, mod_s2s, mod_dialback, mod_saslauth: Move...
2013-03-20 Matthew WildMerge 0.9->trunk
2013-03-16 Kim AlvefurMerge 0.9->trunk
2013-03-16 Kim Alvefurmod_s2s, mod_saslauth, mod_compression: Refactor to...
2012-07-05 Matthew WildMerge (some of) trunk -> 0.9
2012-07-05 Matthew WildMerge 0.9->trunk
2012-07-04 Matthew Wildmod_saslauth: Pass session to usermanager.get_sasl_hand...
2012-05-11 Matthew WildMerge with backout
2012-04-28 Matthew Wildmod_saslauth: Remove unused declaration of xmlns_stanzas
2012-04-24 Matthew WildMerge timber->trunk - thanks everyone!
2012-02-12 Matthew WildMerge with 0.9
2012-02-12 Kim Alvefurmod_saslauth: Remove useless import of, and call to...
2012-02-12 Kim Alvefurmod_saslauth: Fire authentication-failure if make_authe...
2012-02-12 Kim Alvefurmod_saslauth: Move authentication-success event to...
2012-01-26 Matthew WildMerge with 0.9
2012-01-24 Paul Aurichmod_saslauth: "" ~= nil (thanks, Zash!)
2012-01-22 Matthew WildMerge with trunk
2011-10-12 Waqas Hussainmod_saslauth: Never send empty <mechanisms/>, for real...
2011-10-12 Waqas Hussainmod_saslauth: Never send empty <mechanisms/>.
2011-08-29 Matthew Wildmod_saslauth: Fire authentication-success and authentic...
2011-01-17 Tobias Markmannmod_saslauth: Check whether LuaSec supports getpeerfini...
2011-01-17 Tobias Markmannmod_saslauth: Add channel binding handler for tls-uniqu...
2011-01-17 Tobias Markmannmod_saslauth: Set secure socket as SASL object user...
2010-12-28 Waqas Hussainmod_saslauth: Remove special handling for SASL ANONYMOU...
2010-12-27 Waqas Hussainutil.sasl.*, mod_auth_*, mod_saslauth: Pass SASL handle...
2010-12-24 Matthew Wildmod_saslauth: Handle session bind requests to the host...
2010-12-17 Matthew WildMerge Tobias->trunk
2010-12-12 Kim Alvefurcore.s2smanager, mod_console, mod_saslauth, util.certve...
2011-06-02 Matthew WildMerge 0.8->trunk
2011-06-02 Matthew WildMerge 0.7->0.8
2011-06-02 Matthew WildMerge 0.6->0.7
2011-06-01 Matthew WildMerge 0.8->trunk
2011-06-01 Matthew WildMerge 0.7->0.8
2011-06-01 Matthew WildMerge 0.6->0.7
2011-06-01 Matthew WildMerge 0.8->trunk
2011-06-01 Matthew WildMerge 0.7->0.8
2011-06-01 Matthew WildMerge 0.6->0.7
2011-01-06 Matthew WildMerge 0.8->trunk
2010-12-28 Waqas Hussainmod_saslauth: Remove special handling for SASL ANONYMOU...
2010-12-27 Waqas Hussainutil.sasl.*, mod_auth_*, mod_saslauth: Pass SASL handle...
2010-12-24 Matthew Wildmod_saslauth: Handle session bind requests to the host...
2010-11-27 Matthew WildMerge darkrain->trunk
2010-11-22 Paul Aurichs2s: SASL EXTERNAL
2010-11-02 Waqas Hussainmod_saslauth: Allow restarting SASL negotiation from...
2010-11-02 Waqas Hussainmod_saslauth: Separated processing of <auth/> and ...
2010-11-02 Waqas Hussainmod_saslauth: Moved SASL mechanism selection and CDATA...
2010-11-02 Waqas Hussainmod_saslauth: Handle SASL <abort/> properly.
2010-10-16 Waqas Hussainmod_saslauth: Updated to use the new events API.
2010-10-16 Waqas Hussainmod_saslauth: Improved logging a bit.
2010-10-16 Waqas Hussainmod_saslauth: Updated to use the new events API.
2010-08-23 Waqas Hussainmod_saslauth, mod_auth_cyrus, util.sasl_cyrus: Moved...
2010-08-23 Waqas Hussainmod_saslauth: Get rid of the sasl_backend option (use...
2010-08-23 Waqas Hussainmod_saslauth: Get rid of most Cyrus SASL related code...
2010-07-31 Waqas Hussainmod_saslauth: Fixed a nil global access.
2010-07-31 Waqas Hussainmod_saslauth: Check for unencrypted PLAIN auth in mod_s...
2010-07-31 Waqas Hussainmod_saslauth: Move mandatory encryption enforcement...
2010-07-18 Waqas Hussainmod_saslauth: Got rid of undocumented and useless ...
2010-07-17 Waqas Hussainmod_saslauth: Cleaned up unused requires.
2010-07-17 Waqas Hussainmod_saslauth: A little cleanup for anonymous_login.
2010-07-14 Waqas HussainSASL: Simplified sasl_handler:mechanisms() to return...
2010-07-12 Matthew Wildmod_saslauth: Rename variable 'aret' to 'ok' as per...
2010-07-02 Matthew WildMerge 0.7->trunk
2010-06-29 Matthew WildMerge 0.7->trunk
2010-06-29 Matthew WildMerge backout
2010-06-12 Matthew WildMerge 0.7->trunk
2010-06-12 Matthew WildMerge 0.7->trunk
2010-06-11 Waqas Hussainmod_saslauth: Return proper error on invalid usernames.
2010-06-07 Matthew WildMerge trunk/MattJ->trunk
2010-06-07 Matthew WildMerge 0.7->trunk
2010-06-06 Waqas Hussainmod_saslauth: Updated to use usermanager.get_sasl_handler.
2010-06-04 Matthew WildMerge trunk/MattJ with trunk
2010-06-04 Matthew Wildmod_saslauth: Fix log level
2010-05-28 Jeff MitchellCorrect out of order logic in mod_hashpassauth
2010-05-26 Jeff MitchellCheck in mod_hashpassauth -- works!
2010-05-21 Matthew WildMerge with backout
next