util.pluginloader: Return full file path from internal file loader on success, not...
[prosody.git] / util / sasl.lua
2009-07-05 Waqas HussainMerged with trunk
2009-07-05 Tobias MarkmannMerge with main branch.
2009-07-05 Tobias MarkmannMove to-unicode conversion from mod_saslauth.lua to...
2009-06-20 Matthew WildMerge with Tobias
2009-06-20 Tobias MarkmannAdjust PLAIN and DIGEST-MD5 mechanisms to new password_...
2009-06-20 Tobias MarkmannAdding COMPAT comment.
2009-06-04 Waqas HussainMerge with trunk
2009-06-04 Waqas Hussainutil.sasl: Remove some nastiness
2009-05-22 Matthew WildMerge with 0.4
2009-05-22 Matthew WildMerge with 0.4
2009-05-21 Matthew WildMerge with 0.4
2009-05-19 Matthew WildMerge with 0.4
2009-05-15 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-05-15 Tobias MarkmannMerging SASL buggy client workaround with current tip.
2009-05-15 Tobias Markmann.
2009-05-15 Tobias MarkmannSome beauty treatment.
2009-05-15 Tobias MarkmannAdding minimal support for authorization identities...
2009-05-15 Tobias Markmannadding RFC comment
2009-05-13 Matthew WildMerge with 0.4
2009-05-07 Waqas Hussainutil/sasl: Removed unnecessary references to util.encod...
2009-03-20 Matthew WildMerge
2009-03-20 Matthew Wild0.3->0.4
2009-02-16 Matthew WildMerge from waqas
2009-02-16 Matthew WildMerge waqas with waqas
2009-02-14 Tobias MarkmannAdding TODO notice on UUIDs for usage with SASL ANONYMOUS.
2009-02-14 Tobias MarkmannMerging with tip.
2009-02-14 Tobias MarkmannAdding inital support for ANONYMOUS mechanism in SASL.
2009-01-30 Matthew WildUpdate copyright notices for 2009
2009-01-13 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-01-10 Waqas Hussainsasl: Set realm to be the current realm when the client...
2009-01-09 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-01-09 Waqas Hussainsasl: Don't fail for realm=""
2008-12-16 Matthew WildMerge from waqas
2008-12-10 Matthew Wild0.1 -> 0.2
2008-12-07 Waqas HussainRemoved the unnecessary idna.to_ascii applied to the...
2008-12-07 Waqas HussainReturn error when the given realm value does not match...
2008-12-07 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2008-12-07 Waqas HussainLatin1 support for SASL DIGEST-MD5 (second, and possibl...
2008-12-07 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2008-12-07 Waqas HussainLatin1 support for SASL DIGEST-MD5 (initial commit)
2008-12-03 Matthew WildAutomated merge with http://84.46.7.57:1234
2008-12-03 Matthew WildAutomated merge with http://waqas.ath.cx/
2008-12-03 Waqas HussainFix for handling latin1 encoded hostnames in SASL
2008-12-03 Matthew WildMerge from waqas
2008-12-03 Matthew WildInsert copyright/license headers
2008-11-30 Tobias MarkmannConverting latin encoded responsed to utf-8 when needed.
2008-11-30 Tobias MarkmannAutomerge with waqas.
2008-11-30 Waqas HussainAdded function latin1toutf8 to sasl.lua, for processing...
2008-11-30 Tobias MarkmannAutomated merge with h-h.
2008-11-30 Tobias MarkmannRemove that idn stuff for realm because it's either...
2008-11-30 Matthew WildMerge from waqas
2008-11-30 Matthew WildMerge with Tobias
2008-11-30 Tobias Markmannidna-to-unicode so password_handler looks for the right...
2008-11-29 Tobias MarkmannDo idna-to-ascii to the realm we send first in Digest...
2008-11-29 Tobias MarkmannAutomated merge.
2008-11-29 Matthew WildMerfe from Tobias
2008-11-29 Tobias MarkmannApply IDNA to ASCII on hostnames.
2008-11-29 Tobias MarkmannForced merge.
2008-11-29 Matthew WildAutomated merge with http://waqas.ath.cx/
2008-11-29 Waqas HussainAdded a FIXME
2008-11-29 Waqas HussainImproved the regexp used to parse the client response...
2008-11-28 Tobias MarkmannDo idna_to_ascii when building own response.
2008-11-27 Matthew WildMerge from waqas
2008-11-27 Waqas HussainCompletely switched to new hashes library from the...
2008-11-23 Tobias MarkmannSome ends too much.
2008-11-23 Tobias MarkmannSome changes to report more correct SASL failures....
2008-11-23 Tobias MarkmannMerging with main branch.
2008-11-23 Tobias MarkmannChecking some variables for nil so no errors occur...
2008-11-16 Tobias MarkmannRemoving some debug messages.
2008-11-15 Tobias MarkmannProviding some human readable error messages and some...
2008-11-15 Tobias MarkmannMade SASL module fit the new interface.
2008-11-15 Waqas HussainStarted using realm in password hashing, and added...
2008-11-15 Matthew WildMerge new SASL code from Tobias and Waqas
2008-11-15 Tobias MarkmannMerging with Waqas' code.
2008-11-15 Tobias MarkmannSet username in a SASL object.
2008-11-15 Tobias MarkmannMerge with Waqas changes to mod_saslauth.
2008-11-15 Tobias MarkmannMade PLAIN method in sasl.lua module follow new interface.
2008-11-15 Tobias MarkmannMerging my new SASL code with Waqas' adjusted saslauth...
2008-11-12 Tobias MarkmannRewrote SASL Digest-MD5 responce generating code, fixed...
2008-11-10 Tobias MarkmannMerging.
2008-11-10 Tobias MarkmannForward response stanzas to sasl.lua and some other...
2008-11-09 Tobias MarkmannFixing some parsing and some other stuff.
2008-11-09 Tobias MarkmannSome early attempts on DIGEST-MD5.
2008-10-04 Matthew WildMerge from waqas
2008-10-04 Matthew WildMerge docs from waqas
2008-10-04 Matthew WildDEPENDS updated by waqas
2008-10-04 Matthew WildFix for using wrong auth token as username (fixes Gajim...
2008-10-02 Matthew WildSASL!
2008-09-30 Matthew WildFix quoting in util/sasl.lua
2008-08-26 Matthew WildMerged in Tobias's SASL lib
2008-08-26 Tobias Markmannmodule table was missing
2008-08-25 Tobias Markmann* missing base64 decode of SASL response
2008-08-25 Tobias Markmannadding SASL lib with PLAIN support, not tested yet