Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace zend_bool uses with bool | Nikita Popov | 2021-01-15 | 1 | -1/+1 |
* | Drop support for crypt() without explicit salt | Nikita Popov | 2020-09-07 | 1 | -30/+3 |
* | Remove proto comments from C files | Max Semenik | 2020-07-06 | 1 | -2/+1 |
* | Clean house in cryptographic hashing code | Alex Dowad | 2020-06-24 | 1 | -0/+1 |
* | Fix potential use-after-scope if crypt_r is used | Nikita Popov | 2020-06-24 | 1 | -6/+4 |
* | Remove deprecated DES fallback in crypt() | Nikita Popov | 2020-06-24 | 1 | -23/+5 |
* | Merge branch 'PHP-7.4' | Nikita Popov | 2020-06-24 | 1 | -2/+5 |
|\ | |||||
| * | Handle *0 / *1 more consistently | Nikita Popov | 2020-06-24 | 1 | -2/+5 |
* | | Remove mention of PHP major version in Copyright headers | Gabriel Caruso | 2019-09-25 | 1 | -2/+0 |
|/ | |||||
* | Fix build warnings | Remi Collet | 2019-07-25 | 1 | -1/+1 |
* | Use unsigned char in _crypt_extended_r | Nikita Popov | 2019-06-19 | 1 | -1/+1 |
* | Remove local variables | Peter Kokot | 2019-02-03 | 1 | -9/+0 |
* | Remove yearly range from copyright notice | Zeev Suraski | 2019-01-30 | 1 | -1/+1 |
* | Future-proof email addresses... | Zeev Suraski | 2018-11-01 | 1 | -1/+1 |
* | Remove HAVE_STRING_H | Peter Kokot | 2018-09-18 | 1 | -4/+0 |
* | Remove AC_STRUCT_TM macro | Peter Kokot | 2018-08-29 | 1 | -4/+0 |
* | Remove unused Git attributes ident | Peter Kokot | 2018-07-25 | 1 | -2/+0 |
* | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
* | Resolve conflict | Sammy Kaye Powers | 2017-01-03 | 1 | -4/+4 |
|\ | |||||
| * | Merge branch 'pull-request/2163' | Joe Watkins | 2017-01-03 | 1 | -4/+4 |
| |\ | |||||
| | * | let s use the macro instead | David Carlier | 2016-10-15 | 1 | -4/+4 |
| | * | import explicit_bzero + strlc* functions update | David Carlier | 2016-10-15 | 1 | -4/+4 |
* | | | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-02 | 1 | -1/+1 |
|/ / | |||||
* | | Use new param API in standard | Sara Golemon | 2016-12-30 | 1 | -3/+5 |
|/ | |||||
* | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2016-09-10 | 1 | -8/+0 |
|\ | |||||
| * | Merge branch 'PHP-5.6' into PHP-7.0 | Anatol Belski | 2016-09-10 | 1 | -8/+0 |
| |\ | |||||
| | * | Bug #73058 crypt broken when salt is 'too' long | Anatol Belski | 2016-09-10 | 1 | -8/+0 |
* | | | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2016-08-29 | 1 | -0/+8 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-5.6' into PHP-7.0 | Anatol Belski | 2016-08-29 | 1 | -0/+8 |
| |\ \ | | |/ | |||||
| | * | Fixed bug #72703 Out of bounds global memory read in BF_crypt triggered by pa... | Anatol Belski | 2016-08-29 | 1 | -0/+8 |
* | | | Fixed warning: "operation on āsā may be undefined" | Xinchen Hui | 2016-08-02 | 1 | -5/+6 |
* | | | Fix crypt salt not being converted to b64 | Leigh | 2016-07-07 | 1 | -3/+3 |
* | | | Fix some insecure usages of php_rand | Leigh | 2016-07-05 | 1 | -7/+3 |
* | | | Remove HAVE_CRYPT checks | Nikita Popov | 2016-03-25 | 1 | -2/+0 |
* | | | Remove PHP_*_CRYPT constants | Nikita Popov | 2016-03-25 | 1 | -54/+7 |
|/ / | |||||
* | | Merge branch 'PHP-5.6' into PHP-7.0 | Nikita Popov | 2016-03-25 | 1 | -13/+19 |
|\ \ | |/ | |||||
| * | Fixed bug #67512 | Nikita Popov | 2016-03-25 | 1 | -7/+12 |
* | | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
| * | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
* | | Fixed bug #69686 password_verify reports back error on PHP7 will null string. | Anthony Ferrara | 2015-05-21 | 1 | -5/+10 |
* | | Merge branch 'pull-request/989' | Stanislav Malyshev | 2015-01-31 | 1 | -4/+23 |
|\ \ | |||||
| * | | Fix a few tests and remove error/warning for *0 | Anthony Ferrara | 2015-01-13 | 1 | -0/+2 |
| * | | Fix spaces -> tabs | Anthony Ferrara | 2015-01-09 | 1 | -13/+13 |
| * | | Add deprecated notice to invalid DES salts. | Anthony Ferrara | 2015-01-09 | 1 | -4/+21 |
* | | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
* | | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -1/+1 |
|/ / | |||||
* | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -3/+3 |
* | | Merge branch 'PHP-5.6' | Stanislav Malyshev | 2014-11-30 | 1 | -4/+3 |
|\ \ | |/ | |||||
| * | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2014-11-30 | 1 | -3/+2 |
| |\ |