aboutsummaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
...
* | | first working version with Cyrus SASL support.jorj2009-12-231-5/+7
* | | util.sasl_cyrus: Further fixing and cleanup.Tobias Markmann2009-12-221-2/+2
* | | util.sasl_cyrus: Initializing Cyrus SASL library and a bit cleanup.Tobias Markmann2009-12-221-11/+1
* | | util.sasl_cyrus: Log errors if CyrusSASL init fails.Tobias Markmann2009-12-221-2/+4
* | | Adding sasl_cyrus.lua. A sasl.lua drop-in replacement to use CyrusSASL for al...Tobias Markmann2009-12-221-0/+118
* | | util.prosodyctl: Saner determination of Prosody executable pathBrian Cully2009-12-211-3/+1
* | | util.timer: Use luaevent's built-in method of repeating an event (fixes a wei...Matthew Wild2009-12-171-2/+2
* | | util.datamanager: Store data stores with no host in '_global' folderMatthew Wild2009-12-061-1/+1
* | | util.pluginloader: Don't specify a host for the plugin data store (clever waq...Matthew Wild2009-12-051-2/+2
* | | Redo merge with Waqas' PBKDF2 optimizations.Tobias Markmann2009-12-033-41/+37
|\ \ \
* \ \ \ Merge with 0.6Matthew Wild2009-12-021-1/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | util.dependencies: Fix package name of LuaFilesystemMatthew Wild2009-12-021-1/+1
* | | | Merge with TobiasMatthew Wild2009-12-023-37/+41
|\ \ \ \
* | | | | util.pluginloader: Support for fetching plugins from the data storeMatthew Wild2009-12-021-5/+33
| |_|/ / |/| | |
* | | | util.sasl.plain: Allow empty authzid (thanks bjc).Waqas Hussain2009-12-011-1/+1
* | | | util.hmac: Optimized.Waqas Hussain2009-12-011-29/+20
* | | | util.sasl.scram: Optimized binaryXOR.Waqas Hussain2009-12-011-9/+14
* | | | util.sasl.scram: Fixed a variable redeclaration.Waqas Hussain2009-12-011-2/+2
|/ / /
* | | util.sasl.scram: Making =2D and =3D substitution actually work.Tobias Markmann2009-11-301-2/+2
* | | util.stanza: Add stanza:get_child(name, xmlns) to find a child tag given a na...Matthew Wild2009-11-301-0/+11
* | | util.sasl.plain: A little refactoring.Waqas Hussain2009-11-291-13/+10
* | | util.sasl.digest-md5: Fixing some variable access.Tobias Markmann2009-11-281-2/+3
* | | Make some more variables to locals.Tobias Markmann2009-11-282-7/+3
* | | util.sasl: Move some variables to local space. Fix a bug.Tobias Markmann2009-11-281-4/+5
* | | util.sasl.plain: Fail gracefully on empty <auth/> tagMatthew Wild2009-11-281-5/+9
* | | util.jid: Add join(node, host, resource) function to join the components and ...Matthew Wild2009-11-271-0/+13
* | | util.sasl: Adding clean_clone() method.Tobias Markmann2009-11-261-0/+5
* | | Merge with 0.6Matthew Wild2009-11-251-1/+1
|\| |
| * | util.serialization: Correctly serialize tables with 'false' as a key, fixes a...vault/0.6.10.6.1Matthew Wild2009-11-251-1/+1
* | | Merge with 0.6Matthew Wild2009-11-251-1/+7
|\| |
| * | util.dataforms: Don't require type when parsing form XMLFlorian Zeitz2009-11-251-1/+7
* | | SASL: Using locally mapped s_gmatch instead of unavailable gmatch.Tobias Markmann2009-11-251-1/+1
* | | Merge with Tobias's SASL redesign branchMatthew Wild2009-11-255-224/+588
|\ \ \
| * \ \ Merge with trunk.Tobias Markmann2009-11-191-1/+2
| |\ \ \ | | |_|/ | |/| |
| * | | Reduce needed roundtrips during DIGEST-MD5 login.Tobias Markmann2009-11-191-2/+1
| * | | Adding some human readable error messages.Tobias Markmann2009-11-192-5/+5
| * | | Fail if username or password don't pass SASLprep.Tobias Markmann2009-11-191-1/+2
| * | | Typo.Tobias Markmann2009-11-192-2/+2
| * | | Handle , and = in usernames for SCRAM.Tobias Markmann2009-11-191-0/+2
| * | | 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
| * | | SASLprep authentication and password in SASL PLAIN implementation.Tobias Markmann2009-11-181-0/+10
| * | | SASLprep usernames and passwords.Tobias Markmann2009-11-181-1/+15
| * | | Making interop with libpurple. (Thanks darkrain).Tobias Markmann2009-11-172-6/+15
| * | | Add check for forbidden char sequences in validate_username().Tobias Markmann2009-11-171-1/+2
| * | | Completed SCRAM-SHA-1 implementation to a ready-to-test state.Tobias Markmann2009-11-171-3/+41
| * | | Added missing require for generate_uuid.Tobias Markmann2009-11-171-0/+1
| * | | Initial commit of SCRAM SASL mechanism.Tobias Markmann2009-11-171-0/+90
| * | | Merge with sasl branch.Tobias Markmann2009-11-164-219/+406
| |\ \ \