aboutsummaryrefslogtreecommitdiffstats
path: root/util/sasl.lua
Commit message (Collapse)AuthorAgeFilesLines
* util.sasl: Move some variables to local space. Fix a bug.Tobias Markmann2009-11-281-4/+5
|
* util.sasl: Adding clean_clone() method.Tobias Markmann2009-11-261-0/+5
|
* Cleaning up.Tobias Markmann2009-11-181-5/+5
|
* Tidying up.Tobias Markmann2009-11-181-7/+3
|
* Enable restriction of supported mechanisms in the SASL library.Tobias Markmann2009-11-181-4/+20
|
* Making interop with libpurple. (Thanks darkrain).Tobias Markmann2009-11-171-1/+1
|
* Merge with sasl branch.Tobias Markmann2009-11-161-219/+84
|\
| * Adding support for digest-md5 profile in DIGEST-MD5 implementation.Tobias Markmann2009-11-131-1/+1
| |
| * Change of the digest-md5 profile.Tobias Markmann2009-11-131-1/+2
| |
| * Add support for plain profile in digest-md5 implementation.Tobias Markmann2009-11-131-7/+11
| |
| * Getting PLAIN mechanism work with the new API.Tobias Markmann2009-11-131-3/+6
| |
| * Move each mechanism in an own file.Tobias Markmann2009-11-121-214/+4
| |
| * Fail if mechanism has already been selected.Tobias Markmann2009-08-281-0/+4
| |
| * Store stage in SASL object.Tobias Markmann2009-08-281-91/+88
| |
| * Importing SASL Digest-MD5 code. Now for real.Tobias Markmann2009-08-281-0/+182
| |
| * Importing SASL Digest-MD5 code.Tobias Markmann2009-08-281-1/+1
| |
| * List RFC numbers.Tobias Markmann2009-08-281-1/+3
| |
| * Allow ampersands in passwords for SASL PLAIN mechanism.Tobias Markmann2009-08-281-3/+3
| |
| * Making mod_saslauth use the new SASL API.Tobias Markmann2009-08-281-6/+12
| |
| * Adjust SASL PLAIN mechanism to the new API.Tobias Markmann2009-08-271-23/+30
| |
| * Adding some docu.Tobias Markmann2009-08-161-0/+25
| |
| * Mostly making the code run; includes fixing typos and so on.Tobias Markmann2009-08-101-7/+56
| |
| * Initial commit of the SASL redesign.Tobias Markmann2009-08-101-228/+23
| |
* | util.sasl: Improved a log message.Waqas Hussain2009-11-131-1/+1
| |
* | util.sasl: Allow authzid=username (for compatibility with Smack's ↵Waqas Hussain2009-11-131-1/+1
| | | | | | | | non-compliant behavior).
* | util.sasl: Return proper error when client provides authzid.Waqas Hussain2009-11-131-1/+1
| |
* | Uncertain merge with 0.5's SASLMatthew Wild2009-08-201-4/+4
|\ \
| * | util.sasl: Fix 2 global sets (one a tpyo)Matthew Wild2009-08-201-2/+2
| | |
| * | Allow ampersands in passwords for SASL PLAIN mechanism and fixing a typo.Tobias Markmann2009-08-191-4/+4
| | |
| * | Change variable name. The previous choice was too ugly looking.Tobias Markmann2009-08-191-3/+3
| | |
| * | Do SASLprep for SASL PLAIN mechanism to be more conform with RFC 4616.Tobias Markmann2009-08-191-0/+3
| | |
* | | Moving realm at the beginning of the digest-md5 message send by the server.Tobias Markmann2009-08-091-1/+1
| | |
* | | Fixing a SASL issue by always passing the realm from SASL framework init to ↵Tobias Markmann2009-08-081-1/+1
| |/ |/| | | | | the handlers.
* | Switch to using a more generic credentials_callback/handler for SASL auth.nick2009-07-241-56/+56
|/ | | | | | | Not all authentication mechanisms have the same requirements; it makes sense to provide them only with the information they require (and for them to depend on that) so that as many auth mechanisms as possible can be supported with a variety of credentials-storing schemes. This commit patches that together
* util.sasl: Convert spaces to tabsMatthew Wild2009-07-101-2/+2
|
* Move to-unicode conversion from mod_saslauth.lua to sasl.lua.Tobias Markmann2009-07-051-1/+2
|
* Adjust PLAIN and DIGEST-MD5 mechanisms to new password_handler API.Tobias Markmann2009-06-201-3/+3
|
* Adding COMPAT comment.Tobias Markmann2009-06-201-0/+1
|
* util.sasl: Remove some nastinessWaqas Hussain2009-06-041-2/+0
|
* .Tobias Markmann2009-05-151-1/+1
|
* Some beauty treatment.Tobias Markmann2009-05-151-27/+27
|
* Adding minimal support for authorization identities to workaround buggy SASL ↵Tobias Markmann2009-05-151-2/+11
| | | | implementations.
* adding RFC commentTobias Markmann2009-05-151-1/+3
|
* util/sasl: Removed unnecessary references to util.encodings.idnaWaqas Hussain2009-05-081-2/+0
|
* 0.3->0.4Matthew Wild2009-03-201-1/+1
|
* Adding TODO notice on UUIDs for usage with SASL ANONYMOUS.Tobias Markmann2009-02-141-0/+1
|
* Adding inital support for ANONYMOUS mechanism in SASL.Tobias Markmann2009-02-141-1/+12
|
* Update copyright notices for 2009Matthew Wild2009-01-301-1/+1
|
* sasl: Set realm to be the current realm when the client didn't send a realm, ↵Waqas Hussain2009-01-101-3/+3
| | | | or sent an empty one
* sasl: Don't fail for realm=""Waqas Hussain2009-01-091-3/+3
|