aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_saslauth.lua
Commit message (Collapse)AuthorAgeFilesLines
* Completely switched to new hashes library from the old md5 libraryWaqas Hussain2008-11-281-1/+2
|
* Stopped using the lbase64 libraryWaqas Hussain2008-11-281-1/+1
|
* Bumper commit for the new modulemanager API \o/ Updates all the modules, ↵Matthew Wild2008-11-271-6/+6
| | | | though some more changes may be in store.
* Use a stanza for c2s stream features instead of an array of strings. Removes ↵Matthew Wild2008-11-201-7/+9
| | | | a FIXME.
* Fixed mod_saslauth to use session.send for sending stanzasWaqas Hussain2008-11-161-2/+1
|
* Code cleanup for resource bindingWaqas Hussain2008-11-161-19/+5
|
* Providing some human readable error messages and some fixes.Tobias Markmann2008-11-151-23/+11
|\
| * Using md5.sum rather than hashes.md5 because we don't want hexadecimalWaqas Hussain2008-11-161-1/+1
| |
| * mod_saslauth: Code cleanupWaqas Hussain2008-11-161-22/+10
| |
* | Made SASL module fit the new interface.Tobias Markmann2008-11-151-1/+2
|/
* base64 encode the sasl responsesWaqas Hussain2008-11-161-3/+3
|
* Started using realm in password hashing, and added support for error message ↵Waqas Hussain2008-11-161-6/+6
| | | | replies from sasl
* Comment out DIGEST-MD5 until it is fully implementedMatthew Wild2008-11-151-1/+1
|
* Merging with Waqas' code.Tobias Markmann2008-11-151-0/+2
|\
| * Set username on SASL successWaqas Hussain2008-11-161-0/+2
| |
* | Set username in a SASL object.Tobias Markmann2008-11-151-1/+4
| |
* | Merge with Waqas changes to mod_saslauth.Tobias Markmann2008-11-151-40/+19
|\|
| * mod_saslauth: Added base64 decoding, encoding check, and cleaned the code up.Waqas Hussain2008-11-151-40/+19
| |
* | Adding some TODO for some security issue.Tobias Markmann2008-11-151-0/+1
| |
* | Merging my new SASL code with Waqas' adjusted saslauth module.Tobias Markmann2008-11-151-40/+93
|\|
| * mod_saslauth updated for digest-md5Waqas Hussain2008-11-151-3/+60
| |
* | Forward response stanzas to sasl.lua and some other stuff.Tobias Markmann2008-11-101-37/+42
|/
* TLS/SASL no longer should include the connhandler moduleMatthew Wild2008-10-231-1/+0
|
* Abstract connections with "connection listeners"Matthew Wild2008-10-221-2/+1
| | | | | | - Added connlistener for xmppclient - SASL/TLS now use a new session:reset_stream() method - main.lua on its way to being a bit neater
* Fix for destruction of unauthed SASL sessionsMatthew Wild2008-10-041-0/+1
|
* Use xmlns for matching auth tag tooMatthew Wild2008-10-041-1/+1
|
* Resource binding, XMPP sessions (whatever they're for...)Matthew Wild2008-10-041-2/+61
|
* SASL!Matthew Wild2008-10-021-0/+53
(but before you get too excited, no resource binding yet. And yes, there are still plenty of rough edges to the code...) ((eg. must move <stream:features> out of xmlhandlers.lua o_O ))