History log of /PHP-7.2/ext/standard/php_crypt_r.c (Results 76 – 78 of 78)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 9b14a298 10-Aug-2008 Pierre Joye

- MFH: fix the VC6 fix or strncpy_s (md5 crypt failed with VC9 as it used strncpy wrongly)


Revision tags: php-4.4.9, php-5.3.0alpha1
# 49aa0fea 28-Jul-2008 Elizabeth Marie Smith

Secure versions of string functions don't exist for VC6


# 1e820eca 28-Jul-2008 Pierre Joye

-MFH:
- #45430, windows implementation of crypt is not TS
- add Blowfish (using implementation from Solar Designer <solar at openwal dot com>) and extended DES support
- Make crypt fea

-MFH:
- #45430, windows implementation of crypt is not TS
- add Blowfish (using implementation from Solar Designer <solar at openwal dot com>) and extended DES support
- Make crypt features portable:
- if no crypt_r, php's implemetation is used (all algo and TS), php can't be used with unsafe crypt anymore
- if one algo is missing, php's implemetation is used
- Windows always use php's implementation
- removed old code in windows/

show more ...


1234