| aab49e9 |
|
24-May-2012 |
Stanislav Malyshev <stas@php.net> |
fix CVE-2012-2143
/php-src/ext/standard/crypt_freesec.c
|
| 4c23ec2 |
|
22-Feb-2010 |
Pierre Joye <pajoye@php.net> |
- With "extended" hashes, detect and reject invalid "setting" strings. With "traditional" hashes, support many "reasonable" invalid salts in UFC-crypt compatible way, reject the rest of invalid salts. (Solar Designer)
/php-src/ext/standard/crypt_freesec.c
|
| 505ad55 |
|
25-Aug-2008 |
Jani Taskinen <jani@php.net> |
MFH
/php-src/ext/standard/crypt_freesec.c
|
| 37a37d8 |
|
23-Aug-2008 |
Pierre Joye <pajoye@php.net> |
- MFB: fix build (common inline definition will be done later)
/php-src/ext/standard/crypt_freesec.c
|
| 569ea28 |
|
23-Aug-2008 |
Arnaud Le Blanc <lbarnaud@php.net> |
MFH: Fix build on solaris
/php-src/ext/standard/crypt_freesec.c
|
| d4b0beb |
|
28-Jul-2008 |
Pierre Joye <pajoye@php.net> |
- MFH: vc6 is picky about brackets when used with a defined type...
/php-src/ext/standard/crypt_freesec.c
|
| 1e820ec |
|
28-Jul-2008 |
Pierre Joye <pajoye@php.net> |
-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/
/php-src/ext/standard/crypt_freesec.c
|