silverstripe-framework/security
Ingo Schommer 68051fdb96 Merge pull request #371 from halkyon/sapphire
---

Dont start the session until its actually necessary, which is to say there is a cookie available with the current PHP session name (or a request variable with the session_name() - typically PHPSESSID.) The latter allows for passing session ID through as an alternative to cookies.
2012-05-03 14:58:09 +02:00
..
Authenticator.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
BasicAuth.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
ChangePasswordForm.php MINOR Switching _t() calls from sprintf() to using injection parameters (#7170) 2012-05-01 22:17:00 +02:00
Group.php ENHANCEMENT Prepopulating group on new members (fixes #7217) 2012-04-30 14:35:25 +02:00
GroupCsvBulkLoader.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
LoginAttempt.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
LoginForm.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
Member.php MINOR Switching _t() calls from sprintf() to using injection parameters (#7170) 2012-05-01 22:17:00 +02:00
MemberAuthenticator.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
MemberCsvBulkLoader.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
MemberLoginForm.php MINOR Switching _t() calls from sprintf() to using injection parameters (#7170) 2012-05-01 22:17:00 +02:00
MemberPassword.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
PasswordEncryptor.php MINOR: Fix style according to style guidelines, and add a comment about use of "$2y" instead of "$2a" 2012-05-02 14:59:39 +12:00
PasswordValidator.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
Permission.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
PermissionCheckboxSetField.php MINOR Switching _t() calls from sprintf() to using injection parameters (#7170) 2012-05-01 22:17:00 +02:00
PermissionProvider.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
PermissionRole.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
PermissionRoleCode.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
RandomGenerator.php BUGFIX Revert remove of function_exists() check for mcrypt in 2012-04-18 18:44:33 +12:00
Security.php Merge pull request #388 from chillu/trac/7170-i18n-sprintf-injections 2012-05-02 16:18:30 -07:00
SecurityToken.php ENHANCEMENT Session::start() now only called when there is changed 2012-04-27 16:28:46 +12:00