summaryrefslogtreecommitdiff
path: root/ext/session/session.c
Commit message (Expand)AuthorAgeFilesLines
* MFH: Bump copyright year.Sebastian Bergmann2007-12-311-1/+1
* : Fixed compiler warningIlia Alshanetsky2007-06-171-0/+1
* MFHStefan Esser2007-06-161-3/+11
* MF5: Disallow characters that Cookie RFC does not allow in unquoted cookiesStanislav Malyshev2007-06-151-1/+1
* do not send cookie when session is passed in URL, same as it happens with GET...Stanislav Malyshev2007-05-161-1/+3
* MFH: fix #40998 (long session array keys are truncated)Antony Dovgal2007-04-041-1/+1
* Fixed MOPB-32-2007 (Double free inside session_decode())Ilia Alshanetsky2007-03-251-1/+0
* MFB: Fixed MOPB-22-2007 PHP session_regenerate_id() Double Free Vulnerability.Ilia Alshanetsky2007-03-141-1/+5
* fix segfault in php_add_session_var()Antony Dovgal2007-02-151-7/+10
* MFH: Prevent SESSION/GLOBALS overload via session decodingIlia Alshanetsky2007-01-091-1/+8
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* MFH: Added boundary checks to php_binary deserializerIlia Alshanetsky2006-12-311-0/+5
* MFH: Session deserializer protection.Ilia Alshanetsky2006-12-261-31/+31
* protect _SESSION, HTTP_SESSION_VARS and GLOBALSAntony Dovgal2006-12-201-15/+40
* MFH: Disallow \0 chars inside session.save_pathIlia Alshanetsky2006-12-011-0/+4
* MFH: fix #38278 (session_cache_expire()'s value does not match phpinfo's sess...Antony Dovgal2006-08-011-2/+2
* - MFH Fix bug #37510 session_regenerate_id changes session_id() even on failureMarcus Boerger2006-05-181-1/+5
* MFH: Added a check for special characters in the session name.Ilia Alshanetsky2006-01-151-0/+6
* bump year and license versionfoobar2006-01-011-4/+4
* MFH: Improved the fix for #21306 a bitfoobar2005-09-231-8/+10
* MFH: - Fixed bug #21306 (catch bailouts of write handler during RSHUTDOWN)foobar2005-09-201-2/+5
* fix crash on restarting static PHP having session modules loadedStanislav Malyshev2005-09-201-0/+2
* MFH: fix compile warningAntony Dovgal2005-05-221-0/+1
* Fixed bug #33072 - Add a safemode/open_basedir check for runtime save_pathRasmus Lerdorf2005-05-211-2/+15
* MFH: fix bug #32944 (Disabling session.use_cookies doesn't prevent reading se...Antony Dovgal2005-05-201-1/+1
* MFH: - Added the alias session_commit() (more intuitive name for session_writ...foobar2005-02-131-10/+12
* MFHStefan Esser2005-01-211-2/+2
* MFH: fix bug #31454Antony Dovgal2005-01-091-1/+11
* CS changesAntony Dovgal2004-12-091-4/+2
* MFH: fix segfault in session_module_name() when session.save_handler is emptyAntony Dovgal2004-12-091-3/+13
* revert itAntony Dovgal2004-12-071-1/+2
* fix bug #30232 (session_start() sends Set-Cookie header only if the cookie is...Antony Dovgal2004-12-071-2/+1
* MFH: fix segfaults and bug #30282 and suppress compile warningsAntony Dovgal2004-09-301-4/+33
* MFH: Fixed bug #29925 (Added a check to prevent illegal characters inIlia Alshanetsky2004-09-031-0/+5
* Merge all not yet merged security fixes into the 4_3 branchStefan Esser2004-07-211-2/+5
* - fix logic. if the client already sent us the cookie, we don'tSascha Schumann2004-06-231-1/+3
* MFH: if statement logic would never eval to false.Sara Golemon2004-05-081-1/+1
* MFH: Fixed bug #27963 (Session lifetime setting may leak between requests).Ilia Alshanetsky2004-04-131-17/+13
* Fix for Bug #26757: session.save_path default is bogus for win32Wez Furlong2004-03-291-0/+4
* - Merge whitespace and trivial changes from HEAD back to the branch so theRasmus Lerdorf2004-03-281-1/+1
* MFH: export session globalsStanislav Malyshev2004-03-161-1/+1
* MFH: - Fixed bug #26005 (Random "cannot change the session ini settings" erro...foobar2004-02-241-1/+13
* MFH: emalloc -> safe_emallocfoobar2004-02-191-1/+1
* MFH: improve error messagefoobar2004-02-191-1/+1
* Fix buildArd Biesheuvel2003-12-081-1/+0
* MFH: Fix for bug #26548: Malformed HTTP dates in headersfoobar2003-12-071-0/+1
* - Fixed bug #25780 (MFH: ext/session: invalid session.cookie_lifetime causes ...foobar2003-10-081-5/+9
* MFHSascha Schumann2003-08-291-10/+17
* \n at the end of the message is not neededAndrey Hristov2003-08-281-1/+1
* format string fixSascha Schumann2003-08-281-1/+1