aboutsummaryrefslogtreecommitdiff
path: root/src/server/shared/Cryptography/HMACSHA1.cpp
AgeCommit message (Collapse)Author
2014-04-30Core/Auth: Battle.net stuffShauren
2014-01-01Update copyright note for 2014.Vincent_Michael
Happy new year.
2013-12-01Core/Misc: Fix some static analysis issuesjackpoz
Fix some static analysis issues, mostly false positive about fields not initialized in the constructor. It's good practice anyway to always initialize them.
2013-08-25Core/Auth: Implement time-based token for user login as described in RFC 6238.raczman
New column in account table is a base32 of token key bytes, coincidentally it is the same format Google's Authenticator Android app uses. If you want that to work, set system time on server correctly and use ntpd. Closes #10527 Signed-off-by: Nay <dnpd.dd@gmail.com>
2013-08-18Fix BigNumber::AsByteArray function by returning Auto_Ptr.QAston
Remove mutex from BigNumber class - it didn't do what it was advertised to do - consider using the "locked" array outside of the function in which it was "locked".
2013-03-25Core/Misc: Minor optimizations (+code changes to reduce differences with ↵Spp
4.3.4 branch) Core/Logging: Create new logger type "Cheat". Will be used to log all cheat attempts
2013-01-01Update copyright note for 2013.Vincent_Michael
Happy new year.
2012-11-27Core/Misc: Set mode 0644 for filesSpp
2012-03-04Core/Shared: Remove unused functionsleak
2012-01-24Core: Fix non-PCH build and remove a few warnings.click
2012-01-01Update headers for 2012. HAPPY NEW YEAR!!!kiper
2011-09-15[Cosmetic] Apply codestyle "XXX * " and "XXX *" changed to "XXX* " (with ↵Spp
some exceptions)
2011-01-01Update copyright note for 2011.Machiavelli
Happy new year.
2010-10-07Remove the accidental additions of CRLF-crap from the header updatesclick
--HG-- branch : trunk
2010-10-07Update copyright headers (following the same standard in all files = good)click
--HG-- branch : trunk
2010-06-07* Auth lib builds again.Brian
--HG-- branch : trunk
2010-06-06* Rename some cryptographic files.XTZGZoReX
--HG-- branch : trunk