summaryrefslogtreecommitdiff
path: root/ext/standard/password.c
Commit message (Expand)AuthorAgeFilesLines
...
| * Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2017-04-101-1/+1
| |\
| | * Fixed condition checkXinchen Hui2017-04-101-1/+1
| | * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
| * | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | | Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* | | Use new param API in standardSara Golemon2016-12-301-12/+19
* | | Use zend_string_free instead of efreeNikita Popov2016-09-161-5/+7
* | | Changing m_cost and t_cost to memory_cost and time_costCharles R. Portwood II2016-08-171-28/+27
* | | Removing Argon2d, changing config arg to --with-password-argon2Charles R. Portwood II2016-08-011-24/+2
* | | Fixing potential memory leak with encoded in password_hashCharles R. Portwood II2016-07-181-14/+9
* | | Removing argon2 library files in favor of --with-argon2[=DIR]Charles R. Portwood II2016-07-111-6/+30
* | | Reverting PASSWORD_DEFAULT to PASSWORD_BCRYPTCharles R. Portwood II2016-07-101-5/+5
* | | Adding test cases for Argon2i and Argon2dCharles R. Portwood II2016-07-091-31/+31
* | | Working implementation with password_hash, password_verifyCharles R. Portwood II2016-07-081-26/+135
* | | Introducing Argon2 memory, time, and lanes constantsCharles R. Portwood II2016-07-081-6/+10
* | | Implementing password_verify and password_get_info for Argon2Charles R. Portwood II2016-07-081-38/+122
|/ /
* | Fixed compilation warningsDmitry Stogov2016-06-231-3/+3
* | Remove HAVE_CRYPT checksNikita Popov2016-03-251-2/+0
|/
* Moved buffer from heap to stackJulien Pauli2016-01-061-29/+14
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| * bump yearXinchen Hui2015-01-151-1/+1
* | Unused varsXinchen Hui2015-12-141-2/+1
* | Refactor password_hash to use random_bytes internally to generate saltsAnthony Ferrara2015-12-141-31/+5
* | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-9/+9
* | Make convert_to_* safe with rc>1Nikita Popov2015-06-111-12/+7
* | Fixed bug #69686 password_verify reports back error on PHP7 will null string.Anthony Ferrara2015-05-211-2/+2
* | Clean up some type conversionsNikita Popov2015-04-271-21/+5
* | Deprecate password_hash salt optionAnthony Ferrara2015-04-091-0/+3
* | bump yearXinchen Hui2015-01-151-1/+1
* | trailing whitespace removalStanislav Malyshev2015-01-101-15/+15
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-15/+15
* | typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-191-1/+1
* | return after the warning, to fix uninitialized salt usageAnatol Belski2014-11-181-0/+1
* | partial cleanup to work with size_t str length in password_hashAnatol Belski2014-11-141-10/+11
* | fix datatype mismatchesAnatol Belski2014-10-231-4/+5
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | remove useless casts and checksAnatol Belski2014-09-141-13/+3
* | Fix a number of format issuesNikita Popov2014-09-031-1/+1
* | 's' works with size_t round 4Anatol Belski2014-08-271-1/+1
* | first show to make 's' work with size_tAnatol Belski2014-08-271-3/+3
* | master renames phase 7PRE_AST_MERGEAnatol Belski2014-08-251-2/+2
* | master renames phase 3Anatol Belski2014-08-251-4/+4
* | master renames phase 1Anatol Belski2014-08-251-29/+29
* | yet more fixes to zppAnatol Belski2014-08-201-11/+11
* | fix macros in the 5 basic extensionsAnatol Belski2014-08-161-18/+18
* | Split IS_BOOL into IS_FALSE and IS_TRUEDmitry Stogov2014-04-301-1/+2
* | Cleanup (1-st round)Dmitry Stogov2014-04-151-1/+1
* | Refactor php_crypt to returning zend_stringXinchen Hui2014-02-251-12/+13
* | Refactor base64 to returning zend_stringXinchen Hui2014-02-241-10/+9