Openfire-SASL-SSPI ReadMe ========================= This package enables NTLM support in Openfire 3.4+ for Windows. Everything you need is in the install folder, read INSTALL.txt file for more details. If you're interested in how-stuff-works then the source code is in the src folder. Changelog ========= v7.2: - Update SASL Mechanisms Plugin to work with Openfire 3.6+ v7.1: - Upgraded native code to build with VS2005 (VC8) v7.0: - Upgraded to Openfire - Split up Plain/External/SSPI so that they don't conflict with Openfire implementations - Force authorizationID to lower case to work around an Openfire bug v6.1: - Extra output from the debug dll for the mechanism list v6.0: - Free the SSPI model during finalize - Only Free/Delete security buffers that have been used (NT4 fix) - Made a static buffer into a member variable - Assert for Privileges to add SASL methods - Implement getMechanismName - Now built with Java 1.6 (with -source/-target 1.5 for compatibility) v5: - Fixed exceptions causing java to crash v4.1: - Added a note to the wildfire-patch.xml file to assist those with existing LDAP authentication settings v4.0: - Support for Wildfire 3.0+ - Support for unpatched Pandion