summaryrefslogtreecommitdiffstats
path: root/system/libraries/Security.php
AgeCommit message (Expand)AuthorFilesLines
2011-02-14Whitespace cleanup in libraries/Pascal Kriete1-1/+1
2011-01-27Automated merge with https://bitbucket.org/ellislab/codeigniterPhil Sturgeon1-31/+36
2011-01-17Added access scope to security library and added config options for csrf prot...Eric Barnes1-31/+36
2011-01-05Hey look, it's 2011Greg Aker1-1/+1
2010-11-10Changing all class constructors to __construct()Greg Aker1-1/+1
2010-11-10Updating PHP requirements in files 5.1.6Greg Aker1-1/+1
2010-10-07Automated merge with https://bitbucket.org/barrymieny/codeigniterDerek Jones1-3/+7
2010-10-07modified the security helper to assist in preventing directory traversal when...Derek Jones1-3/+7
2010-10-04Cleanup of stray spaces and tabsBarry Mieny1-71/+71
2010-08-31fixed spelling error in Security class property for the CSRF cookieDerek Jones1-8/+8
2010-07-26separated the CSRF cookie name from the token, forced new token on successful...Derek Jones1-14/+15
2010-07-22Adding CSRF into configDerek Allard1-5/+11
2010-04-15Fixing a bug where odbc/mssql/oci8 db drivers would encounter a PHP error due...Greg Aker1-40/+2
2010-03-30moved entity_decode() to the Security library to handle an issue with HTML in...Derek Jones1-3/+52
2010-03-03added Security libraryDerek Jones1-0/+710