summaryrefslogtreecommitdiff
path: root/ext/standard/php_password.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* 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
* | bump yearXinchen Hui2015-01-151-1/+1
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
|/
* Bump yearXinchen Hui2014-01-031-1/+1
* Happy New YearXinchen Hui2013-01-011-1/+1
* A bunch of naming convention fixes. No functionality changesAnthony Ferrara2012-09-171-4/+4
* Switch to using an ENUM for algorithms instead of a constantAnthony Ferrara2012-09-131-2/+6
* Refactoring to use size_t instead of int most placesAnthony Ferrara2012-09-041-3/+0
* Remove password_make_salt() from the implementationAnthony Ferrara2012-08-281-1/+0
* Switch second parameter to password_make_salt to be a flagAnthony Ferrara2012-07-111-0/+3
* Implement password_get_info() functionAnthony Ferrara2012-07-051-0/+1
* Implement password_needs_rehash() functionAnthony Ferrara2012-07-051-0/+1
* Some more refactoring, make algo no longer optionalAnthony Ferrara2012-07-031-2/+2
* Remove php.ini setting for default bcrypt costAnthony Ferrara2012-07-031-1/+2
* Implement php.ini setting password.bcrypt_costAnthony Ferrara2012-06-261-3/+1
* Refactor salt generation, rename password_create to password_hashAnthony Ferrara2012-06-251-5/+1
* Actually complete password_create()Anthony Ferrara2012-06-241-1/+1
* Base structure for passsword_create and password_make_saltAnthony Ferrara2012-06-241-0/+48