Commit graph

19 commits

Author SHA1 Message Date
Tobias Markmann
a06fac33d5 Made SASL module fit the new interface. 2008-11-15 22:30:09 +01:00
Waqas Hussain
7c9ca1658a base64 encode the sasl responses 2008-11-16 02:10:01 +05:00
Waqas Hussain
a055e3c41b Started using realm in password hashing, and added support for error message replies from sasl 2008-11-16 01:54:14 +05:00
Matthew Wild
e9de112af3 Comment out DIGEST-MD5 until it is fully implemented 2008-11-15 19:50:22 +00:00
Tobias Markmann
35b187ca4a Merging with Waqas' code. 2008-11-15 20:28:49 +01:00
Tobias Markmann
0d8a36b732 Set username in a SASL object. 2008-11-15 20:28:09 +01:00
Waqas Hussain
1b6b09a27d Set username on SASL success 2008-11-16 00:25:28 +05:00
Tobias Markmann
564d2da8d5 Merge with Waqas changes to mod_saslauth. 2008-11-15 19:25:51 +01:00
Waqas Hussain
9245e20027 mod_saslauth: Added base64 decoding, encoding check, and cleaned the code up. 2008-11-15 23:20:07 +05:00
Tobias Markmann
72e415f823 Adding some TODO for some security issue. 2008-11-15 19:12:05 +01:00
Tobias Markmann
efb34b5c4a Merging my new SASL code with Waqas' adjusted saslauth module. 2008-11-15 13:47:17 +01:00
Waqas Hussain
aefcb845c3 mod_saslauth updated for digest-md5 2008-11-15 12:21:04 +05:00
Tobias Markmann
c4d2deffc6 Forward response stanzas to sasl.lua and some other stuff. 2008-11-10 16:28:15 +01:00
Matthew Wild
59dd4ed3cd TLS/SASL no longer should include the connhandler module 2008-10-23 03:53:51 +01:00
Matthew Wild
ee7b432ab1 Abstract connections with "connection listeners"
- Added connlistener for xmppclient
- SASL/TLS now use a new session:reset_stream() method
- main.lua on its way to being a bit neater
2008-10-22 17:36:21 +01:00
Matthew Wild
762a906e36 Fix for destruction of unauthed SASL sessions 2008-10-04 15:24:52 +01:00
Matthew Wild
459665b368 Use xmlns for matching auth tag too 2008-10-04 02:42:23 +01:00
Matthew Wild
fde6f6db66 Resource binding, XMPP sessions (whatever they're for...) 2008-10-04 02:15:13 +01:00
Matthew Wild
6db3d039b3 SASL!
(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 ))
2008-10-02 01:08:58 +01:00