| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'PHP-5.4.40' into PHP-5.5.24 | Stanislav Malyshev | 2015-04-11 | 1 | -1/+6 |
|\ |
|
| * | Fixed bug #69353 (Missing null byte checks for paths in various PHP extensions) | Stanislav Malyshev | 2015-04-11 | 1 | -1/+6 |
| * | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| * | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| * | merge ext/hash from trunk | Michael Wallner | 2012-01-18 | 1 | -2/+0 |
| * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| * | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -1/+1 |
| * | - Added new parameter parsing option (p - for valid path (string without null... | Felipe Pena | 2011-06-06 | 1 | -0/+3 |
* | | Bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
* | | Fix hash_pbkdf2() with missing $length argument | Nikita Popov | 2014-03-12 | 1 | -6/+5 |
* | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
* | | HASH_KEY_NON_EXISTANT fix | Veres Lajos | 2013-07-21 | 1 | -2/+2 |
* | | Fix #64745 hash_pbkdf2 truncation issue | Anthony Ferrara | 2013-05-28 | 1 | -0/+3 |
* | | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
* | | More cleanup of documentation and comments, as well as code formatting | Anthony Ferrara | 2012-06-12 | 1 | -3/+8 |
* | | Remove un-needed memset, and replacing stray spaces | Anthony Ferrara | 2012-06-12 | 1 | -2/+1 |
* | | Update error messages to be more inline with PHP standards | Anthony Ferrara | 2012-06-12 | 1 | -2/+2 |
* | | refactor away un-necessary casts in hashing routines | Anthony Ferrara | 2012-06-12 | 1 | -2/+2 |
* | | Create hash_pbkdf2 function addition | Anthony Ferrara | 2012-06-12 | 1 | -32/+174 |
* | | remove Salsa10/Salsa20, which are actually stream ciphers not hash functions | Michael Wallner | 2012-01-17 | 1 | -2/+0 |
* | | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
* | | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -1/+1 |
* | | - Added new parameter parsing option (p - for valid path (string without null... | Felipe Pena | 2011-06-06 | 1 | -0/+3 |
|/ |
|
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
* | - Fixed bug #52240 (hash_copy() does not copy the HMAC key, causes wrong resu... | Felipe Pena | 2010-07-03 | 1 | -2/+4 |
* | Removed safe_mode | Kalle Sommer Nielsen | 2010-04-26 | 1 | -3/+3 |
* | fix 64-bit integer overflow in mhash_keygen_s2k | Stanislav Malyshev | 2010-04-20 | 1 | -2/+4 |
* | fix build - there are now 34 algos | Rob Richards | 2010-03-25 | 1 | -1/+1 |
* | Added Jenkins's one-at-a-time hash support to ext/hash. | Martin Jansen | 2010-03-24 | 1 | -0/+2 |
* | Minor fix to constants registered in ext/hash, and update NEWS | Michael Maclean | 2010-03-23 | 1 | -2/+2 |
* | Add FNV-1 support to ext/hash | Michael Maclean | 2010-03-23 | 1 | -1/+7 |
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
* | - Fix for bug #49223 Inconsistency using get_defined_constants(true) | Garrett Serack | 2009-08-17 | 1 | -2/+1 |
* | Add missing prototypes for mhash, no code changes. | Scott MacVicar | 2009-05-04 | 1 | -2/+17 |
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
* | MFH Enable salsa hashing algorithm | Scott MacVicar | 2008-12-25 | 1 | -0/+2 |
* | MFH Move mhash extension registration code into the hash module startup. This... | Scott MacVicar | 2008-11-27 | 1 | -0/+23 |
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-11-17 | 1 | -20/+0 |
* | - Revert ZEND_BEGIN_ARG_INFO change | Felipe Pena | 2008-11-02 | 1 | -0/+20 |
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-10-24 | 1 | -20/+0 |
* | MFH: mhash algorithm parameter was modified when it was a zval, also update a... | Scott MacVicar | 2008-09-18 | 1 | -5/+7 |
* | Fix break caused by previous commit, warning and remove zend_get_parameters() | Scott MacVicar | 2008-07-05 | 1 | -12/+8 |
* | - fix compile error with vc6 (snaps) | Pierre Joye | 2008-07-04 | 1 | -1/+1 |
* | more int -> long fixes | Antony Dovgal | 2008-07-01 | 1 | -3/+3 |
* | Make the old mhash API a wrapper around hash, this removes a dependency. | Scott MacVicar | 2008-06-26 | 1 | -8/+261 |
* | Add snefru256 as an alias for snefru, since in reality that is the implementa... | Scott MacVicar | 2008-06-03 | 1 | -0/+1 |
* | Add sha224 support. | Scott MacVicar | 2008-06-02 | 1 | -0/+1 |
* | [DOC] add hash_copy() to be able to copy hash resource | Antony Dovgal | 2008-04-21 | 1 | -0/+50 |
* | MFH: fix folding | Antony Dovgal | 2008-04-04 | 1 | -9/+18 |
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |