History log of /PHP-7.1/ext/standard/password.c (Results 51 – 75 of 81)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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


# 5f44be03 27-Jun-2012 Anthony Ferrara

Add tests and error checking for large salt requested values to prevent overflow on allocation


# 232da903 27-Jun-2012 Anthony Ferrara

Implement php.ini setting password.bcrypt_cost


# 2d4b7cb6 26-Jun-2012 Anthony Ferrara

Refactor salt generation, rename password_create to password_hash


# 41d7374e 25-Jun-2012 Anthony Ferrara

Implement openssl support for make_salt


1234