Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix CVE-2012-2143 | Stanislav Malyshev | 2012-05-29 | 1 | -1/+2 |
| | |||||
* | - With "extended" hashes, detect and reject invalid "setting" strings. | Pierre Joye | 2010-02-22 | 1 | -42/+84 |
| | | | | | | | With "traditional" hashes, support many "reasonable" invalid salts in UFC-crypt compatible way, reject the rest of invalid salts. (Solar Designer) | ||||
* | MFH | Jani Taskinen | 2008-08-25 | 1 | -52/+34 |
| | |||||
* | - MFB: fix build (common inline definition will be done later) | Pierre Joye | 2008-08-23 | 1 | -0/+14 |
| | |||||
* | MFH: Fix build on solaris | Arnaud Le Blanc | 2008-08-23 | 1 | -1/+1 |
| | |||||
* | - MFH: vc6 is picky about brackets when used with a defined type... | Pierre Joye | 2008-07-28 | 1 | -1/+1 |
| | |||||
* | -MFH: | Pierre Joye | 2008-07-28 | 1 | -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/ |