]> CyberLeo.Net >> Repos - Github/YOURLS.git/history - includes/functions-auth.php
Support for salted encrypted passwords. See issues 755 & 875.
[Github/YOURLS.git] / includes / functions-auth.php
2011-08-26 ozhozhSupport for salted encrypted passwords. See issues...
2011-03-09 ozhozhRemoved deprecated comment
2010-10-09 ozhozhMassive commit
2010-08-25 ozhozhPass httponly flag in cookie only if PHP 5.2+. Fixes...
2010-06-03 ozhozhHarden cookies with SSL & HttpOnly
2010-03-18 ozhozhStricter coding, fix warning when API request with...
2010-03-09 ozhozhFixed: better auth checks
2010-03-04 ozhozhRemove warning when trying to store cookie after header...
2009-11-27 ozhozhBig commit
2009-10-09 ozhozhLogin now remembers what to do once you've logged in...
2009-09-23 ozhozh(harmless) typo in salting function
2009-09-22 ozhozhRemove warning
2009-09-19 ozhozhStricter coding: avoid warning if defined
2009-09-17 ozhozhKill old cookies from version 1.3
2009-09-12 ozhozhMisc cosmetic tweaks
2009-09-04 ozhozhSetting cookie domain wide instead of only yourls/admin...
2009-09-04 ozhozhSetting cookie domain wide instead of only yourls/admin/
2009-08-22 ozhozh1.3 RC1 massive commit
2009-08-18 ozhozhAdded: HTML template functions for head and footer
2009-08-17 ozhozhAdding credit to the login form
2009-06-24 lesterchanAdded jQuery 1.3.2
2009-05-22 ozhozhNo cookie storing when called by API
2009-05-22 ozhozhAllow GET or POST to log (will make API more usable)
2009-05-22 ozhozhBetter message for when used by API
2009-05-21 ozhozhImproved auth scheme: now storing encrypted cookies
2009-05-21 ozhozhImproving the auth scheme to make it more solid and...