summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2016-04-04Modernize code to use C++11 shared_ptr instead of Boost'sTobias Markmann
2016-03-31Convert tabs to 4 spaces for all source filesTobias Markmann
2016-03-30Apply consistent #include grouping and sorting styleTobias Markmann
2016-02-29Fix compilation with Boost 1.60Tobias Markmann
2016-01-15Add missing virtual keyword to some destructorsTobias Markmann
2015-07-08Use GSSAPI when SSO is usedMili Verma
2015-07-06Add GSSAPI client authenticatorMili Verma
2015-06-30Add wrappers for Windows API to be used in GSSAPIMili Verma
2015-06-29Add WindowsServicePrincipalName classMili Verma
2015-06-08Add missing SWIFTEN_API annotations to public Swiften APITobias Markmann
2014-12-15Update Copyright in SwiftenKevin Smith
2013-04-27Removing third-party hash implementations.Remko Tronçon
2013-04-06Make IDN implementation abstract.Remko Tronçon
2013-03-04Qt5 support & warning fixes.Remko Tronçon
2013-01-13Fix more warnings.Remko Tronçon
2012-12-30Enable & fix pedantic CLang warnings.Remko Tronçon
2012-11-12Removing unused variable.Remko Tronçon
2012-09-17Support for building swiften as a DLLRemko Tronçon
2012-07-14Initial DLL support for Swiften.Remko Tronçon
2012-06-18Handle unexpected challenges.Remko Tronçon
2012-06-05Added ICU support.Remko Tronçon
2012-02-28Make Swift more usable in a FIPS-140 environmentKevin Smith
2011-08-12Don't hard-code HMAC block size.Remko Tronçon
2011-08-12Refactored stringcodec functions to make them independent of hash algos.Remko Tronçon
2011-07-12Merge branch 'swift-1.x'Remko Tronçon
2011-07-12Fixed bug with illegal resource in JID resulting in empty resource.Remko Tronçon
2011-06-13Added CppCheck script.Remko Tronçon
2011-06-03Limit the use of the SafeString type.Remko Tronçon
2011-05-25Change include order so clang doesn't complain anymore.Tobias Markmann
2011-05-22Removing obsolete safeClear in ClientAuthenticator.Remko Tronçon
2011-05-22Eagle mode.Kevin Smith
2011-05-18Introduce safe containers for storing passwords.Remko Tronçon
2011-05-05Replace ByteArray by typedef.Remko Tronçon
2011-04-30Replace #icnlude "" by #include <> in Swiften.Remko Tronçon
2011-04-18Jingle refactoring.Remko Tronçon
2011-03-16Added possibility to dynamically link Swiften.Remko Tronçon
2011-03-12Make ByteArray an std::vector<unsigned char>.Remko Tronçon
2011-02-14Removed Swift::String.Remko Tronçon
2011-02-08Initialize variable to avoid GCC 4.4 warning.Remko Tronçon
2011-01-24Added test suite registration checker.Remko Tronçon
2010-12-11Added SCRAM-SHA-1-PLUS support.Remko Tronçon
2010-12-10Added TLS channel binding support to SCRAMSHA1ClientAuthenticator.Remko Tronçon
2010-11-11Added server identity check.Remko Tronçon
2010-10-26Fix compliation problems with CLang.Remko Tronçon
2010-06-09Fixed potential bug in DIGEST-MD5 quote handling.Remko Tronçon
2010-06-03Distinguish an empty SASL message from no SASL message.Remko Tronçon
2010-05-08Added DIGEST-MD5 client authenticator.Remko Tronçon
2010-05-08Added DIGESTMD5Properties parsing.Remko Tronçon
2010-05-08Added DIGEST-MD5 properties.Remko Tronçon
2010-04-08Fix expanded tabs.Remko Tronçon