Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | util.sasl: Add COMPAT comment | Matthew Wild | 2009-11-18 | 1 | -0/+1 |
| | |||||
* | util.sasl: Added compatibility workaround for jwchat sending an encoded ↵ | Waqas Hussain | 2009-11-18 | 1 | -1/+1 |
| | | | | trailing '\0' in SASL responses. | ||||
* | util.sasl: Improved a log message. | Waqas Hussain | 2009-11-13 | 1 | -1/+1 |
| | |||||
* | util.sasl: Allow authzid=username (for compatibility with Smack's ↵ | Waqas Hussain | 2009-11-13 | 1 | -1/+1 |
| | | | | non-compliant behavior). | ||||
* | util.sasl: Return proper error when client provides authzid. | Waqas Hussain | 2009-11-13 | 1 | -1/+1 |
| | |||||
* | Uncertain merge with 0.5's SASL | Matthew Wild | 2009-08-20 | 1 | -4/+4 |
|\ | |||||
| * | util.sasl: Fix 2 global sets (one a tpyo) | Matthew Wild | 2009-08-20 | 1 | -2/+2 |
| | | |||||
| * | Allow ampersands in passwords for SASL PLAIN mechanism and fixing a typo. | Tobias Markmann | 2009-08-19 | 1 | -4/+4 |
| | | |||||
| * | Change variable name. The previous choice was too ugly looking. | Tobias Markmann | 2009-08-19 | 1 | -3/+3 |
| | | |||||
| * | Do SASLprep for SASL PLAIN mechanism to be more conform with RFC 4616. | Tobias Markmann | 2009-08-19 | 1 | -0/+3 |
| | | |||||
* | | Moving realm at the beginning of the digest-md5 message send by the server. | Tobias Markmann | 2009-08-09 | 1 | -1/+1 |
| | | |||||
* | | Fixing a SASL issue by always passing the realm from SASL framework init to ↵ | Tobias Markmann | 2009-08-08 | 1 | -1/+1 |
| | | | | | | | | the handlers. | ||||
* | | Switch to using a more generic credentials_callback/handler for SASL auth. | nick | 2009-07-24 | 1 | -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 tabs | Matthew Wild | 2009-07-10 | 1 | -2/+2 |
| | |||||
* | Move to-unicode conversion from mod_saslauth.lua to sasl.lua. | Tobias Markmann | 2009-07-05 | 1 | -1/+2 |
| | |||||
* | Adjust PLAIN and DIGEST-MD5 mechanisms to new password_handler API. | Tobias Markmann | 2009-06-20 | 1 | -3/+3 |
| | |||||
* | Adding COMPAT comment. | Tobias Markmann | 2009-06-20 | 1 | -0/+1 |
| | |||||
* | util.sasl: Remove some nastiness | Waqas Hussain | 2009-06-04 | 1 | -2/+0 |
| | |||||
* | . | Tobias Markmann | 2009-05-15 | 1 | -1/+1 |
| | |||||
* | Some beauty treatment. | Tobias Markmann | 2009-05-15 | 1 | -27/+27 |
| | |||||
* | Adding minimal support for authorization identities to workaround buggy SASL ↵ | Tobias Markmann | 2009-05-15 | 1 | -2/+11 |
| | | | | implementations. | ||||
* | adding RFC comment | Tobias Markmann | 2009-05-15 | 1 | -1/+3 |
| | |||||
* | util/sasl: Removed unnecessary references to util.encodings.idna | Waqas Hussain | 2009-05-08 | 1 | -2/+0 |
| | |||||
* | 0.3->0.4 | Matthew Wild | 2009-03-20 | 1 | -1/+1 |
| | |||||
* | Adding TODO notice on UUIDs for usage with SASL ANONYMOUS. | Tobias Markmann | 2009-02-14 | 1 | -0/+1 |
| | |||||
* | Adding inital support for ANONYMOUS mechanism in SASL. | Tobias Markmann | 2009-02-14 | 1 | -1/+12 |
| | |||||
* | Update copyright notices for 2009 | Matthew Wild | 2009-01-30 | 1 | -1/+1 |
| | |||||
* | sasl: Set realm to be the current realm when the client didn't send a realm, ↵ | Waqas Hussain | 2009-01-10 | 1 | -3/+3 |
| | | | | or sent an empty one | ||||
* | sasl: Don't fail for realm="" | Waqas Hussain | 2009-01-09 | 1 | -3/+3 |
| | |||||
* | 0.1 -> 0.2 | Matthew Wild | 2008-12-10 | 1 | -1/+1 |
| | |||||
* | Removed the unnecessary idna.to_ascii applied to the DIGEST-MD5 disgest-uri ↵ | Waqas Hussain | 2008-12-08 | 1 | -2/+2 |
| | | | | response values, which was causing auth failures with some clients. | ||||
* | Return error when the given realm value does not match the sent realm value. ↵ | Waqas Hussain | 2008-12-08 | 1 | -1/+5 |
| | | | | Prevents impersonation of an account on one virtual host, but a user with the same username on another host. | ||||
* | Latin1 support for SASL DIGEST-MD5 (second, and possibly final commit) | Waqas Hussain | 2008-12-08 | 1 | -4/+3 |
| | |||||
* | Latin1 support for SASL DIGEST-MD5 (initial commit) | Waqas Hussain | 2008-12-07 | 1 | -1/+34 |
| | |||||
* | Fix for handling latin1 encoded hostnames in SASL | Waqas Hussain | 2008-12-03 | 1 | -1/+2 |
| | |||||
* | Insert copyright/license headers | Matthew Wild | 2008-12-03 | 1 | -1/+14 |
| | |||||
* | Converting latin encoded responsed to utf-8 when needed. | Tobias Markmann | 2008-11-30 | 1 | -0/+7 |
| | |||||
* | Automerge with waqas. | Tobias Markmann | 2008-11-30 | 1 | -0/+16 |
|\ | |||||
| * | Added function latin1toutf8 to sasl.lua, for processing non-utf8 responses | Waqas Hussain | 2008-11-30 | 1 | -0/+16 |
| | | |||||
* | | Remove that idn stuff for realm because it's either an ugly hack that the ↵ | Tobias Markmann | 2008-11-30 | 1 | -2/+2 |
|/ | | | | password_handler isn't ready for or something worse. | ||||
* | idna-to-unicode so password_handler looks for the right domain. | Tobias Markmann | 2008-11-30 | 1 | -1/+2 |
| | |||||
* | Do idna-to-ascii to the realm we send first in Digest-MD5. | Tobias Markmann | 2008-11-30 | 1 | -1/+1 |
| | |||||
* | Apply IDNA to ASCII on hostnames. | Tobias Markmann | 2008-11-29 | 1 | -1/+1 |
| | |||||
* | Forced merge. | Tobias Markmann | 2008-11-29 | 1 | -1/+1 |
|\ | |||||
| * | Added a FIXME | Waqas Hussain | 2008-11-29 | 1 | -1/+1 |
| | | |||||
| * | Improved the regexp used to parse the client response a bit. Authenticating ↵ | Waqas Hussain | 2008-11-29 | 1 | -1/+1 |
| | | | | | | | | with non-ascii realm values now works. | ||||
* | | Do idna_to_ascii when building own response. | Tobias Markmann | 2008-11-28 | 1 | -2/+3 |
|/ | |||||
* | Completely switched to new hashes library from the old md5 library | Waqas Hussain | 2008-11-28 | 1 | -7/+7 |
| | |||||
* | Some ends too much. | Tobias Markmann | 2008-11-23 | 1 | -2/+2 |
| | |||||
* | Some changes to report more correct SASL failures. Support for disabled ↵ | Tobias Markmann | 2008-11-23 | 1 | -2/+4 |
| | | | | accounts. |