aboutsummaryrefslogtreecommitdiff
path: root/src/server/shared/Cryptography
AgeCommit message (Expand)Author
2014-07-20Core: Fix non pch build (gcc)Vincent-Michael
2014-07-09Nuked some compiler errors on LinuxSubv
2014-07-01Replaced all remaining ACE based Singletonsleak
2014-06-30Replace ACE thread/mutex in OpenSSLCryptoleak
2014-06-22Various cleanups and fixes due to feedbackleak
2014-06-21Replaced ACE_Auto_Array_Ptrleak
2014-01-22Shared/OpenSSLCrypto: Add switch to fix build under MacGacko
2014-01-01Update copyright note for 2014.Vincent_Michael
2013-12-01Core/Misc: Fix some static analysis issuesjackpoz
2013-08-30Core/Server: Fix a spammy warning in WorldSession and move code to .cppNay
2013-08-25Core/Auth: Implement time-based token for user login as described in RFC 6238.raczman
2013-08-19Core: Fix warningVincent-Michael
2013-08-19Fix build with gcc. Thanks to McBitter for testing.QAston
2013-08-18Core: Fix warnings. Make callback symbols local.QAston
2013-08-18Fix crashed caused by using openssl from multiple threads simultanously.QAston
2013-08-18Fix BigNumber::AsByteArray function by returning Auto_Ptr.QAston
2013-08-18Core: Fix a bug in BigNumber::SetBinaryQAston
2013-08-18Core: Fix a bug in BigNumber::SetQwordQAston
2013-05-17Core/Misc: Fixed a bunch of issues found by static analysisShauren
2013-03-25Core/Misc: Minor optimizations (+code changes to reduce differences with 4.3....Spp
2013-01-14Core/Misc: Apply codestyle to multiple filesSpp
2013-01-01Update copyright note for 2013.Vincent_Michael
2012-12-31Core: Fixed some level 4 warnings (msvc)Shauren
2012-11-27Core/Misc: Set mode 0644 for filesSpp
2012-11-09Core/Build: Enable Clang PCH support and OS X specific featuresSpp
2012-09-05Core/Misc: Fix some warnings and logic mistakes found by static code analysiskaelima
2012-08-30Core: Fix many "errors"/warnings and coding style (1)Nay
2012-08-03Core/Logging: Add Asyncronous logging with Loggers ("What to log") and Append...Spp
2012-07-13Core/Warden: Workaround for an OpenSSL bug in the ARC4 stream cipher initiali...leak
2012-06-30Core: Minor code style correctionsShauren
2012-03-09Core. Fix non-PCH buildclick
2012-03-06Core/Shared: Add thread-safe access to BigNumber::AsByteArray()leak
2012-03-04Core/Shared: Remove unused functionsleak
2012-02-20Core/Warden: Update copyright information / More cleanupsleak
2012-02-19Core/Warden: Base implementation for Warden functionalityleak
2012-01-24Core: Fix non-PCH build and remove a few warnings.click
2012-01-01Update headers for 2012. HAPPY NEW YEAR!!!kiper
2011-10-18Minor changes here and there:Spp
2011-09-29Cosmetic: Multiple cosmetic changesSpp
2011-09-29Cosmetic: Replace "* )" with "*)" and "* /*" with "* /*"Spp
2011-09-15[Cosmetic] Apply codestyle "XXX * " and "XXX *" changed to "XXX* " (with some...Spp
2011-01-01Update copyright note for 2011.Machiavelli
2010-12-06Core: Some optimizationsSpp
2010-10-07REALLY fix the CRLF-crap...click
2010-10-07Remove the accidental additions of CRLF-crap from the header updatesclick
2010-10-07Copyright header updates - part 3... (and some whitespace cleanups)click
2010-10-07Update copyright headers (following the same standard in all files = good)click
2010-08-08* Rename: Sha1Hash -> SHA1Hash.XTZGZoReX
2010-08-08* Rename SARC4 to ARC4.XTZGZoReX
2010-06-07Merge cmake files from shared/Tartalo