summaryrefslogtreecommitdiffstats
path: root/Core/Encoder
Commit message (Collapse)AuthorAgeFilesLines
* [Security] various changes, see belowJohannes Schmitt2011-03-104-12/+12
| | | | | | - visibility changes from protected to private - AccountInterface -> UserInterface - SecurityContext::vote() -> SecurityContext::isGranted()
* replaced symfony-project.org by symfony.comFabien Potencier2011-03-066-10/+10
|
* [Security] changed defaults for MessageDigestEncoderJohannes Schmitt2011-03-051-1/+1
| | | | | - encode_as_base64 set to true - iterations increased to 5000 from 1
* [Security] improved entropy to make collision attacks harderJohannes Schmitt2011-03-051-1/+1
|
* [Security] Removed useless elsePascal Borreli2011-02-271-2/+2
|
* [Security] simplified encoder factory implementationJohannes Schmitt2011-02-141-29/+21
|
* namespace changesJohannes M. Schmitt2011-01-266-0/+353
Symfony\Component\Security -> Symfony\Component\Security\Core Symfony\Component\Security\Acl remains unchanged Symfony\Component\HttpKernel\Security -> Symfony\Component\Security\Http