summaryrefslogtreecommitdiff
path: root/ext/standard/crypt_freesec.c
Commit message (Collapse)AuthorAgeFilesLines
* fix CVE-2012-2143Stanislav Malyshev2012-05-291-1/+2
|
* - With "extended" hashes, detect and reject invalid "setting" strings.Pierre Joye2010-02-221-42/+84
| | | | | | | With "traditional" hashes, support many "reasonable" invalid salts in UFC-crypt compatible way, reject the rest of invalid salts. (Solar Designer)
* MFHJani Taskinen2008-08-251-52/+34
|
* - MFB: fix build (common inline definition will be done later)Pierre Joye2008-08-231-0/+14
|
* MFH: Fix build on solarisArnaud Le Blanc2008-08-231-1/+1
|
* - MFH: vc6 is picky about brackets when used with a defined type...Pierre Joye2008-07-281-1/+1
|
* -MFH:Pierre Joye2008-07-281-0/+769
- #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/