Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed: Some nil access bugs | Waqas Hussain | 2009-03-30 | 1 | -1/+1 |
| | |||||
* | Fixed: mod_saslauth: "anonymous_login" currently makes SASL ANONYMOUS an ↵ | Waqas Hussain | 2009-03-30 | 1 | -2/+11 |
| | | | | exclusive mechanism. Corrected advertised mechanisms and error replies. | ||||
* | Fixed: mod_saslauth: Changed anonymous host option from "sasl_anonymous" to ↵ | Waqas Hussain | 2009-03-30 | 1 | -1/+1 |
| | | | | "anonymous_login" | ||||
* | 0.3->0.4 | Matthew Wild | 2009-03-20 | 1 | -1/+1 |
| | |||||
* | mod_saslauth: Disable SASL ANONYMOUS unless explicitly enabled with ↵ | Matthew Wild | 2009-03-07 | 1 | -1/+4 |
| | | | | sasl_anonymous = true | ||||
* | Adding inital support for ANONYMOUS mechanism in SASL. | Tobias Markmann | 2009-02-14 | 1 | -0/+1 |
| | |||||
* | Update copyright notices for 2009 | Matthew Wild | 2009-01-30 | 1 | -2/+2 |
| | |||||
* | 0.2->0.3 | Matthew Wild | 2009-01-30 | 1 | -1/+1 |
| | |||||
* | GPL->MIT! | Matthew Wild | 2009-01-30 | 1 | -13/+2 |
| | |||||
* | Fix invalid loglevels in mod_saslauth | Matthew Wild | 2009-01-16 | 1 | -3/+3 |
| | |||||
* | mod_saslauth, mod_tls: minor code cleanup | Waqas Hussain | 2009-01-13 | 1 | -14/+13 |
| | |||||
* | 0.1 -> 0.2 | Matthew Wild | 2008-12-10 | 1 | -1/+1 |
| | |||||
* | 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 | -2/+7 |
| | |||||
* | Backed out changeset 099d8a102deb (committed too much) | Matthew Wild | 2008-12-05 | 1 | -6/+2 |
| | |||||
* | Add TLS socket to readlist before handshake starts, fixes major slow-down on ↵ | Matthew Wild | 2008-12-05 | 1 | -2/+6 |
| | | | | TLS connections | ||||
* | Fix for handling latin1 encoded hostnames in SASL | Waqas Hussain | 2008-12-03 | 1 | -2/+2 |
| | |||||
* | Insert copyright/license headers | Matthew Wild | 2008-12-03 | 1 | -0/+20 |
| | |||||
* | Completely switched to new hashes library from the old md5 library | Waqas Hussain | 2008-11-28 | 1 | -1/+2 |
| | |||||
* | Stopped using the lbase64 library | Waqas Hussain | 2008-11-28 | 1 | -1/+1 |
| | |||||
* | Bumper commit for the new modulemanager API \o/ Updates all the modules, ↵ | Matthew Wild | 2008-11-27 | 1 | -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 Wild | 2008-11-20 | 1 | -7/+9 |
| | | | | a FIXME. | ||||
* | Fixed mod_saslauth to use session.send for sending stanzas | Waqas Hussain | 2008-11-16 | 1 | -2/+1 |
| | |||||
* | Code cleanup for resource binding | Waqas Hussain | 2008-11-16 | 1 | -19/+5 |
| | |||||
* | Providing some human readable error messages and some fixes. | Tobias Markmann | 2008-11-15 | 1 | -23/+11 |
|\ | |||||
| * | Using md5.sum rather than hashes.md5 because we don't want hexadecimal | Waqas Hussain | 2008-11-16 | 1 | -1/+1 |
| | | |||||
| * | mod_saslauth: Code cleanup | Waqas Hussain | 2008-11-16 | 1 | -22/+10 |
| | | |||||
* | | Made SASL module fit the new interface. | Tobias Markmann | 2008-11-15 | 1 | -1/+2 |
|/ | |||||
* | base64 encode the sasl responses | Waqas Hussain | 2008-11-16 | 1 | -3/+3 |
| | |||||
* | Started using realm in password hashing, and added support for error message ↵ | Waqas Hussain | 2008-11-16 | 1 | -6/+6 |
| | | | | replies from sasl | ||||
* | Comment out DIGEST-MD5 until it is fully implemented | Matthew Wild | 2008-11-15 | 1 | -1/+1 |
| | |||||
* | Merging with Waqas' code. | Tobias Markmann | 2008-11-15 | 1 | -0/+2 |
|\ | |||||
| * | Set username on SASL success | Waqas Hussain | 2008-11-16 | 1 | -0/+2 |
| | | |||||
* | | Set username in a SASL object. | Tobias Markmann | 2008-11-15 | 1 | -1/+4 |
| | | |||||
* | | Merge with Waqas changes to mod_saslauth. | Tobias Markmann | 2008-11-15 | 1 | -40/+19 |
|\| | |||||
| * | mod_saslauth: Added base64 decoding, encoding check, and cleaned the code up. | Waqas Hussain | 2008-11-15 | 1 | -40/+19 |
| | | |||||
* | | Adding some TODO for some security issue. | Tobias Markmann | 2008-11-15 | 1 | -0/+1 |
| | | |||||
* | | Merging my new SASL code with Waqas' adjusted saslauth module. | Tobias Markmann | 2008-11-15 | 1 | -40/+93 |
|\| | |||||
| * | mod_saslauth updated for digest-md5 | Waqas Hussain | 2008-11-15 | 1 | -3/+60 |
| | | |||||
* | | Forward response stanzas to sasl.lua and some other stuff. | Tobias Markmann | 2008-11-10 | 1 | -37/+42 |
|/ | |||||
* | TLS/SASL no longer should include the connhandler module | Matthew Wild | 2008-10-23 | 1 | -1/+0 |
| | |||||
* | Abstract connections with "connection listeners" | Matthew Wild | 2008-10-22 | 1 | -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 sessions | Matthew Wild | 2008-10-04 | 1 | -0/+1 |
| | |||||
* | Use xmlns for matching auth tag too | Matthew Wild | 2008-10-04 | 1 | -1/+1 |
| | |||||
* | Resource binding, XMPP sessions (whatever they're for...) | Matthew Wild | 2008-10-04 | 1 | -2/+61 |
| | |||||
* | SASL! | Matthew Wild | 2008-10-02 | 1 | -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 )) |