Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix some docblocks | Christian Flothmann | 2014-08-02 | 2 | -0/+4 |
| | |||||
* | fixed types in phpdocs | Fabien Potencier | 2014-04-16 | 2 | -3/+3 |
| | |||||
* | made {@inheritdoc} annotations consistent across the board | Fabien Potencier | 2014-04-16 | 1 | -1/+1 |
| | |||||
* | made phpdoc types consistent with those defined in Hack | Fabien Potencier | 2014-04-15 | 4 | -7/+7 |
| | |||||
* | Update BCryptPasswordEncoder.phpv2.3.11 | szymek | 2014-02-19 | 1 | -0/+1 |
| | |||||
* | removed unneeded use statements | Fabien Potencier | 2014-01-01 | 1 | -1/+0 |
| | |||||
* | Merge branch '2.2' into 2.3v2.3.6 | Fabien Potencier | 2013-10-10 | 5 | -3/+42 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 2.2: bumped Symfony version to 2.2.10 updated VERSION for 2.2.9 update CONTRIBUTORS for 2.2.9 updated CHANGELOG for 2.2.9 [Security] limited the password length passed to encoders assets:install command should mirror .dotfiles (.htaccess) PoFileDumper - PO headers removed whitespaces Conflicts: src/Symfony/Component/HttpKernel/Kernel.php src/Symfony/Component/Security/Core/Encoder/BCryptPasswordEncoder.php | ||||
| * | [Security] limited the password length passed to encodersv2.2.9 | Fabien Potencier | 2013-10-10 | 5 | -2/+45 |
| | | |||||
* | | Set cost type to integerv2.3.5 | datibbaw | 2013-09-27 | 1 | -1/+1 |
| | | | | | | | | This seems to be a remnant of when the code dealt with crypt() directly. The password_hash() function expects the cost option to be an LVAL (it does a type conversion for strings). | ||||
* | | [Security] fixed usage of the salt for the bcrypt encoder (refs #8210) | Fabien Potencier | 2013-06-13 | 1 | -1/+11 |
| | | |||||
* | | [Security] Disabled the BCryptPasswordEncoder tests for PHP versions lower ↵ | Jakub Zalas | 2013-05-10 | 1 | -1/+11 |
| | | | | | | | | | | | | than 5.3.7. See https://github.com/ircmaxell/password_compat/issues/10#issuecomment-11203833. | ||||
* | | [Security] added an exception when the BCrypt encoder cannot be used (refs ↵ | Fabien Potencier | 2013-04-26 | 1 | -0/+4 |
| | | | | | | | | #7853) | ||||
* | | [Security] tweaked previous commit | Fabien Potencier | 2013-04-25 | 1 | -3/+1 |
| | | |||||
* | | Outsource all the BCrypt heavy lifting to a library | Elnur Abdurrakhimov | 2013-04-25 | 1 | -94/+7 |
| | | |||||
* | | [CS Fix] Consistent coding-style of concatenation operator usage | Dariusz Górecki | 2013-04-02 | 1 | -1/+1 |
|/ | |||||
* | [Security] fixed interface implementation (closes #6974) | Fabien Potencier | 2013-02-05 | 1 | -2/+2 |
| | |||||
* | fixed CS | Fabien Potencier | 2013-02-05 | 1 | -12/+14 |
| | |||||
* | Added BCrypt password encoder. | Elnur Abdurrakhimov | 2013-02-05 | 1 | -0/+146 |
| | |||||
* | Fixed most of the docblocks/unused namespaces | Florin Patan | 2012-12-19 | 2 | -0/+4 |
| | |||||
* | rename String to StringUtils | Fabien Potencier | 2012-10-28 | 1 | -2/+2 |
| | |||||
* | moved the secure random class from JMSSecurityExtraBundle to Symfony (closes ↵ | Fabien Potencier | 2012-10-28 | 1 | -10/+3 |
| | | | | #3595) | ||||
* | Merge branch '2.1' | Fabien Potencier | 2012-10-18 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 2.1: (28 commits) Delete use of CreationExeption [Form] Fixed error message in PropertyPath to not advice to use a non-existing feature [Form] Fixed creation of multiple money fields with different currencies [Form] Fixed setting the "data" option to an object in "choice" and "entity" type Fixed Serbian plural translations. Fixed IPv6 Check in RequestMatcher Fix typo change what I think is a typo [Console] Fix error when mode is not in PATH [WebProfilerBundle] fixed macro usage (to be forward compatible with Twig 2.x) Change monolog require-dev to use the branch alias instead of dev-master [FrameworkBundle] partially reverted previous merge [2.1] Added missing error return codes in commands Made the router lazy when setting the context [WebProfilerBundle] fixed typos Fix incorrect variable in FileProfilerStorage UnitTest fix UnitTest fix added a unit test fixed #5384 ... | ||||
| * | change what I think is a typo | Grégoire Paris | 2012-10-16 | 1 | -1/+1 |
| | | |||||
* | | [Security] Added Pbkdf2PasswordEncoder | Sebastiaan Stok | 2012-10-08 | 1 | -0/+97 |
|/ | | | | | | | | | | | | | | | | [Security] changed default iterations of Pbkdf2PasswordEncoder to 1000 instead of 5000 [Security] Improved description of PBKDF2 encoder [SecurityBundle] added PBKDF2 PasswordEncoder updated CHANGELOG.md [Security] Use the build-in hash_pbkdf2() when available [SecurityBundle] added information about hash_algorithm for configuration [Security] always check algorithm and fixed CS | ||||
* | fixed CS | Fabien Potencier | 2012-07-09 | 3 | -5/+3 |
| | |||||
* | [Security] fixed exception message in EncoderFactory | Douglas Greenshields | 2012-06-20 | 1 | -1/+1 |
| | |||||
* | [Security] Fix retrieval of encoder when configured for concrete classes | Alexander | 2012-06-18 | 1 | -1/+1 |
| | |||||
* | [Security] allowed class names to be passed as an argument to ↵ | Fabien Potencier | 2012-06-18 | 2 | -6/+8 |
| | | | | EncoderFactoryInterface::getEncoder() | ||||
* | fixed phpdoc @param alignment | Fabien Potencier | 2012-05-15 | 1 | -1/+1 |
| | |||||
* | add missing class var; add phpdocs | Gordon Franke | 2012-01-16 | 2 | -0/+6 |
| | |||||
* | [DoctrineBridge] fixed some CS | Fabien Potencier | 2011-12-13 | 2 | -1/+3 |
| | |||||
* | fixed CS | Fabien Potencier | 2011-06-08 | 2 | -2/+2 |
| | |||||
* | [Security] various changes, see below | Johannes Schmitt | 2011-03-10 | 4 | -12/+12 |
| | | | | | | - visibility changes from protected to private - AccountInterface -> UserInterface - SecurityContext::vote() -> SecurityContext::isGranted() | ||||
* | replaced symfony-project.org by symfony.com | Fabien Potencier | 2011-03-06 | 6 | -10/+10 |
| | |||||
* | [Security] changed defaults for MessageDigestEncoder | Johannes Schmitt | 2011-03-05 | 1 | -1/+1 |
| | | | | | - encode_as_base64 set to true - iterations increased to 5000 from 1 | ||||
* | [Security] improved entropy to make collision attacks harder | Johannes Schmitt | 2011-03-05 | 1 | -1/+1 |
| | |||||
* | [Security] Removed useless else | Pascal Borreli | 2011-02-27 | 1 | -2/+2 |
| | |||||
* | [Security] simplified encoder factory implementation | Johannes Schmitt | 2011-02-14 | 1 | -29/+21 |
| | |||||
* | namespace changes | Johannes M. Schmitt | 2011-01-26 | 6 | -0/+353 |
Symfony\Component\Security -> Symfony\Component\Security\Core Symfony\Component\Security\Acl remains unchanged Symfony\Component\HttpKernel\Security -> Symfony\Component\Security\Http |