Revision tags: php-5.3.20, php-5.4.10, php-5.5.0alpha2, php-5.3.20RC1, php-5.4.10RC1, php-5.3.19, php-5.4.9, php-5.5.0alpha1, php-5.3.19RC1, php-5.4.9RC1, php-5.3.18, php-5.4.8 |
|
#
0bc9ca39 |
| 07-Oct-2012 |
Anthony Ferrara |
Refactor to using a stack based zval instead of dynamic allocation
|
#
37b2207f |
| 07-Oct-2012 |
Anthony Ferrara |
Clean up unreported memory leak by switching to zval_ptr_dtor
|
#
76e83f76 |
| 06-Oct-2012 |
Anthony Ferrara |
fix allocation and copy issue
|
#
1751d5fa |
| 06-Oct-2012 |
Anthony Ferrara |
Really fix leaks, add test cases to prove it...
|
#
25b2d364 |
| 05-Oct-2012 |
Anthony Ferrara |
Fix issue with possible memory leak
|
#
4a7d18c7 |
| 05-Oct-2012 |
Anthony Ferrara |
Fix some double free issues, and more cleanup work
|
Revision tags: php-5.3.18RC1, php-5.4.8RC1 |
|
#
8bd79d18 |
| 17-Sep-2012 |
Anthony Ferrara |
Refactor slightly to enable cleaner readability
|
#
44c2624f |
| 17-Sep-2012 |
Anthony Ferrara |
Fix ucwords error casing
|
#
e034a46b |
| 17-Sep-2012 |
Anthony Ferrara |
A bunch of naming convention fixes. No functionality changes
|
#
83cfff45 |
| 13-Sep-2012 |
Anthony Ferrara |
Switch to using an ENUM for algorithms instead of a constant
|
Revision tags: php-5.3.17 |
|
#
76f3295c |
| 12-Sep-2012 |
Anthony Ferrara |
Expose PASSWORD_BCRYPT_DEFAULT_COST constant and update test to use it
|
Revision tags: php-5.4.7 |
|
#
db41f9fe |
| 04-Sep-2012 |
Anthony Ferrara |
Refactoring to use size_t instead of int most places
|
Revision tags: php-5.4.7RC1 |
|
#
e05413ca |
| 28-Aug-2012 |
Anthony Ferrara |
Remove password_make_salt() from the implementation
|
Revision tags: php-5.3.16, php-5.4.6, php-5.4.6RC1, php-5.4.5, php-5.3.15 |
|
#
707c9073 |
| 12-Jul-2012 |
Anthony Ferrara |
Switch second parameter to password_make_salt to be a flag
|
#
9d3630b5 |
| 05-Jul-2012 |
Anthony Ferrara |
Cleanup whitespace issues
|
#
ee7e7998 |
| 05-Jul-2012 |
Anthony Ferrara |
Implement password_get_info() function
|
#
db86d544 |
| 05-Jul-2012 |
Anthony Ferrara |
Fix issue with int vs long parameter
|
#
5160dc11 |
| 05-Jul-2012 |
Anthony Ferrara |
Implement password_needs_rehash() function
|
Revision tags: php-5.3.15RC1, php-5.4.5RC1 |
|
#
886527de |
| 03-Jul-2012 |
Anthony Ferrara |
Update signature info for changing algo to an ordinal
|
#
6943f2ab |
| 03-Jul-2012 |
Anthony Ferrara |
Some more refactoring, make algo no longer optional
|
#
6cc3c65f |
| 03-Jul-2012 |
Anthony Ferrara |
Remove php.ini setting for default bcrypt cost
|
#
f53112fd |
| 29-Jun-2012 |
Anthony Ferrara |
Update password.c to use safe_emalloc in sensitive places
|
#
9c1445c6 |
| 29-Jun-2012 |
Anthony Ferrara |
More refactoring of crypt into php_crypt, and fixing memory allocation
|
#
da3d8bf5 |
| 28-Jun-2012 |
Anthony Ferrara |
Refactor password.c a bit, add different error checking
|
#
0dd2f16b |
| 27-Jun-2012 |
Anthony Ferrara |
Fix formatting issues in password.c
|