aboutsummaryrefslogtreecommitdiffstats
path: root/includes/password
Commit message (Expand)AuthorAgeFilesLines
* Decrease the number of 'function says it should return something' errorsMax Semenik2016-12-152-3/+2
* Remove $purpose parameter from password validity checkBrad Jorsch2016-12-011-14/+9
* Merge "Throw an exception if password hash would be truncated by DB"jenkins-bot2016-11-302-2/+28
|\
| * Throw an exception if password hash would be truncated by DBBrian Wolff2016-11-152-2/+28
* | Merge "Fix multiple bugs in EncryptedPassword"jenkins-bot2016-11-151-9/+32
|\|
| * Fix multiple bugs in EncryptedPasswordTim Starling2016-11-151-9/+32
* | Accept salted password hashes with :A: prefixesTim Starling2016-11-151-2/+10
* | Fix interpretation of "A-type" password hashesTim Starling2016-11-141-8/+2
|/
* SECURITY: Throw exception on unknown hash algorithmcsteipp2016-05-203-1/+16
* API changes for AuthManagerBrad Jorsch2016-05-161-5/+9
* Fix and standardize Doxygen tagsRicordisamoa2016-04-301-3/+3
* Convert all array() syntax to []Kunal Mehta2016-02-1710-25/+25
* [SECURITY] 0-pad to length in random string generationBrad Jorsch2015-12-181-3/+2
* Merge "Add support for blacklisting common passwords"jenkins-bot2015-12-041-0/+48
|\
| * Add support for blacklisting common passwordsBrian Wolff2015-11-251-0/+48
* | Replace wfBaseConvert with Wikimedia\base_convertReedy2015-11-241-1/+1
* | Merge "Fix typo in doc comment on MWSaltedPassword.php"jenkins-bot2015-11-231-1/+1
|\ \
| * | Fix typo in doc comment on MWSaltedPassword.phpBrian Wolff2015-11-231-1/+1
| |/
* / Improve error message if check not defined for a password policy.Reedy2015-11-161-2/+9
|/
* User: Mostly remove password handlingBrad Jorsch2015-10-131-0/+34
* Remove dead argument in EncryptedPassword.phpjeroendedauw2015-09-161-1/+1
* Add "purpose" to password validity checkcsteipp2015-07-141-9/+14
* Check install user's password as sysop/bureaucratcsteipp2015-06-291-5/+36
* Password validity by policy per groupcsteipp2015-06-102-0/+273
* Fix creating non-parameterized hashes in ParameterizedPasswordMarius Hoch2014-10-202-5/+9
* Make TestUser way fasterMarius Hoch2014-10-201-0/+9
* PasswordFactory::newFromPlaintext( null ) needs to workBrad Jorsch2014-09-291-1/+5
* Fixed docsumherirrender2014-08-041-5/+5
* Added explicit type-cast to hash_pbkdf2Tyler Romeo2014-07-291-2/+2
* Merge "Documentation fixes for Password API-related changes"jenkins-bot2014-07-291-1/+1
|\
| * Documentation fixes for Password API-related changesKunal Mehta2014-07-291-1/+1
* | Merge "Documentation: Update $wgPasswordDefault and BcryptPassword"jenkins-bot2014-07-291-1/+1
|\ \
| * | Documentation: Update $wgPasswordDefault and BcryptPasswordwithoutaname2014-07-291-1/+1
| |/
* / Move PasswordError under includes/password/ filewithoutaname2014-07-291-0/+28
|/
* Added password hashing APITyler Anthony Romeo2014-07-2710-0/+1031