Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SASL: Minor cleanup. | Waqas Hussain | 2010-06-03 | 1 | -5/+2 |
| | |||||
* | Merge with tip. | Tobias Markmann | 2010-03-12 | 1 | -1/+1 |
|\ | |||||
| * | util.sasl: Fixed a nil global access. | Waqas Hussain | 2010-03-02 | 1 | -1/+1 |
| | | |||||
* | | util.sasl: 2009 -> 2010 in copyright header. | Tobias Markmann | 2010-03-12 | 1 | -1/+1 |
| | | |||||
* | | util.sasl: Moving SASL authentication backends documentation to the ↵ | Tobias Markmann | 2010-02-28 | 1 | -21/+0 |
|/ | | | | mechanism files. | ||||
* | util.sasl: Move some variables to local space. Fix a bug. | Tobias Markmann | 2009-11-28 | 1 | -4/+5 |
| | |||||
* | util.sasl: Adding clean_clone() method. | Tobias Markmann | 2009-11-26 | 1 | -0/+5 |
| | |||||
* | Cleaning up. | Tobias Markmann | 2009-11-18 | 1 | -5/+5 |
| | |||||
* | Tidying up. | Tobias Markmann | 2009-11-18 | 1 | -7/+3 |
| | |||||
* | Enable restriction of supported mechanisms in the SASL library. | Tobias Markmann | 2009-11-18 | 1 | -4/+20 |
| | |||||
* | Making interop with libpurple. (Thanks darkrain). | Tobias Markmann | 2009-11-17 | 1 | -1/+1 |
| | |||||
* | Merge with sasl branch. | Tobias Markmann | 2009-11-16 | 1 | -219/+84 |
|\ | |||||
| * | Adding support for digest-md5 profile in DIGEST-MD5 implementation. | Tobias Markmann | 2009-11-13 | 1 | -1/+1 |
| | | |||||
| * | Change of the digest-md5 profile. | Tobias Markmann | 2009-11-13 | 1 | -1/+2 |
| | | |||||
| * | Add support for plain profile in digest-md5 implementation. | Tobias Markmann | 2009-11-13 | 1 | -7/+11 |
| | | |||||
| * | Getting PLAIN mechanism work with the new API. | Tobias Markmann | 2009-11-13 | 1 | -3/+6 |
| | | |||||
| * | Move each mechanism in an own file. | Tobias Markmann | 2009-11-12 | 1 | -214/+4 |
| | | |||||
| * | Fail if mechanism has already been selected. | Tobias Markmann | 2009-08-28 | 1 | -0/+4 |
| | | |||||
| * | Store stage in SASL object. | Tobias Markmann | 2009-08-28 | 1 | -91/+88 |
| | | |||||
| * | Importing SASL Digest-MD5 code. Now for real. | Tobias Markmann | 2009-08-28 | 1 | -0/+182 |
| | | |||||
| * | Importing SASL Digest-MD5 code. | Tobias Markmann | 2009-08-28 | 1 | -1/+1 |
| | | |||||
| * | List RFC numbers. | Tobias Markmann | 2009-08-28 | 1 | -1/+3 |
| | | |||||
| * | Allow ampersands in passwords for SASL PLAIN mechanism. | Tobias Markmann | 2009-08-28 | 1 | -3/+3 |
| | | |||||
| * | Making mod_saslauth use the new SASL API. | Tobias Markmann | 2009-08-28 | 1 | -6/+12 |
| | | |||||
| * | Adjust SASL PLAIN mechanism to the new API. | Tobias Markmann | 2009-08-27 | 1 | -23/+30 |
| | | |||||
| * | Adding some docu. | Tobias Markmann | 2009-08-16 | 1 | -0/+25 |
| | | |||||
| * | Mostly making the code run; includes fixing typos and so on. | Tobias Markmann | 2009-08-10 | 1 | -7/+56 |
| | | |||||
| * | Initial commit of the SASL redesign. | Tobias Markmann | 2009-08-10 | 1 | -228/+23 |
| | | |||||
* | | 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 |
| |