mirror of
https://github.com/mangosfour/server.git
synced 2025-12-17 07:37:03 +00:00
[8450] Prevented using of plaintext passwords in sql queries
This commit is contained in:
parent
c8b717ab7d
commit
9c5f85d309
7 changed files with 62 additions and 28 deletions
|
|
@ -289,4 +289,5 @@ void vutf8printf(FILE *out, const char *str, va_list* ap);
|
|||
bool IsIPAddress(char const* ipaddress);
|
||||
uint32 CreatePIDFile(const std::string& filename);
|
||||
|
||||
void hexEncodeByteArray(uint8* bytes, uint32 arrayLen, std::string& result);
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue