server/src/shared/Auth
VladimirMangos acd0716297 [10432] Rename ASSERT -> MANGOS_ASSERT and related fixes
ASSERT hard use in predictable way because diff. 3rd party libs code
redefine it inf different ways and hard make sure that used in end
of mangos define version. This is real detected problem make some
expected assert checks ignored and so bugs not detected as expected from code.

In addition made related changes:
* Common.h header expected to be first include in any src/game/header except most simple cases.
* Related FILE.h header expected to be first include in FILE.cpp
* Fixed some absent includes and type forwards for safe build without PCH enabled.
* Avoid using MANGOS_ASSERT in src/framework code
2010-09-02 05:13:16 +04:00
..
AuthCrypt.cpp Renamed HMACSHA1 to something that will not conflict with feature HMACSHA256 and HMACSHA512. 2010-04-04 17:57:06 +04:00
AuthCrypt.h [9122] Updated copyright notice for new year. 2010-01-08 00:02:21 +03:00
BigNumber.cpp Fixed few typos. 2010-04-05 01:33:23 +04:00
BigNumber.h Updated to PTR build 11655. 2010-03-13 00:50:15 +03:00
HMACSHA1.cpp [10432] Rename ASSERT -> MANGOS_ASSERT and related fixes 2010-09-02 05:13:16 +04:00
HMACSHA1.h Renamed HMACSHA1 to something that will not conflict with feature HMACSHA256 and HMACSHA512. 2010-04-04 17:57:06 +04:00
Makefile.am Renamed HMACSHA1 to something that will not conflict with feature HMACSHA256 and HMACSHA512. 2010-04-04 17:57:06 +04:00
md5.c Imported MaNGOS revision 6767 from http://mangos.svn.sourceforge.net/svnroot/mangos/trunk/ 2008-10-14 00:29:20 +02:00
md5.h Imported MaNGOS revision 6767 from http://mangos.svn.sourceforge.net/svnroot/mangos/trunk/ 2008-10-14 00:29:20 +02:00
SARC4.cpp Updated to PTR build 11655. 2010-03-13 00:50:15 +03:00
SARC4.h Updated to PTR build 11655. 2010-03-13 00:50:15 +03:00
Sha1.cpp [9122] Updated copyright notice for new year. 2010-01-08 00:02:21 +03:00
Sha1.h Fixed few typos. 2010-04-05 01:33:23 +04:00