summaryrefslogtreecommitdiff
path: root/ext/session
Commit message (Expand)AuthorAgeFilesLines
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
* Fixed Bug #42596 (session.save_path MODE option does not work).Ilia Alshanetsky2007-09-101-1/+1
* MFH: ws + cs changes (sync to ease merging patches around!)Jani Taskinen2007-08-231-38/+50
* MFH: syncJani Taskinen2007-08-232-2/+2
* Fixed bug #37273 (Symlinks and mod_files session handler allow open_basedirIlia Alshanetsky2007-08-231-0/+22
* correct fix for access control for save_path and .htaccessStanislav Malyshev2007-08-032-10/+2
* Fixed bug #42135 (Second call of session_start() causes creation of SID)Ilia Alshanetsky2007-07-291-3/+3
* always check save_path (issue reported by Maksymilian Arciemowicz)Stanislav Malyshev2007-07-101-1/+9
* Fixed compiler warningIlia Alshanetsky2007-06-171-0/+1
* MFHStefan Esser2007-06-161-3/+11
* Disallow characters that Cookie RFC does not allow in unquoted cookiesStanislav Malyshev2007-06-151-1/+1
* MFH: php_gmtime_r() fixesAntony Dovgal2007-06-071-2/+7
* Fixed bug #41600 (url rewriter tags doesn't work with namespaced tags).Ilia Alshanetsky2007-06-061-0/+26
* fix testsAntony Dovgal2007-05-182-0/+2
* do not send cookie when session is passed in URL, same as it happens with GET...Stanislav Malyshev2007-05-161-1/+4
* fix test namesAntony Dovgal2007-05-073-3/+3
* MFH: fix #40998 (long session array keys are truncated)Antony Dovgal2007-04-041-1/+1
* Fixed MOPB-22-2007:PHP session_regenerate_id() Double Free VulnerabilityIlia Alshanetsky2007-03-141-0/+2
* TypoMartin Kraemer2007-03-141-1/+1
* Adjust checks to allow paths without a trailing /Ilia Alshanetsky2007-03-032-6/+8
* Improve safe_mode checkIlia Alshanetsky2007-03-021-1/+1
* snprintf() -> slprintf()Ilia Alshanetsky2007-02-272-2/+2
* fix typoAntony Dovgal2007-02-261-1/+1
* - Avoid sprintf, even when checked copy'n'paste or changes lead to errorsMarcus Boerger2007-02-242-7/+5
* disallow negative lengthStanislav Malyshev2007-02-241-1/+1
* Eliminate strcat() usage.Ilia Alshanetsky2007-02-191-11/+17
* Fixed Bug #40274 (Sessions fail with numeric root keys).Ilia Alshanetsky2007-02-061-2/+7
* Fixed SIGSEGVDmitry Stogov2007-01-101-5/+4
* Prevent SESSION/GLOBALS overload via session decodingIlia Alshanetsky2007-01-091-1/+8
* removed dl() blockIlia Alshanetsky2007-01-061-4/+0
* Fix skipifHannes Magnusson2007-01-061-1/+9
* Added missing open_basedir checksIlia Alshanetsky2007-01-041-0/+7
* MFH: Bump year.Sebastian Bergmann2007-01-018-8/+8
* Added boundary checks to php_binary deserializerIlia Alshanetsky2006-12-311-0/+5
* die("skip this is for PHP < 4.2.3");Nuno Lopes2006-12-271-61/+0
* Session deserializer protection.Ilia Alshanetsky2006-12-261-36/+32
* protect _SESSION, HTTP_SESSION_VARS and GLOBALSAntony Dovgal2006-12-201-16/+43
* MFH: fix retval typeAntony Dovgal2006-12-041-3/+3
* Fixed bug #37627 (session save_path check checks the parent directory).Ilia Alshanetsky2006-12-041-1/+1
* Disallow \0 chars inside session.save_pathIlia Alshanetsky2006-12-011-0/+4
* MFH: Fix double "wron param count" messagesHannes Magnusson2006-11-031-1/+1
* MFH: Fixed bug #39265 (Fixed path handling inside mod_files.sh).Ilia Alshanetsky2006-11-031-1/+1
* Expose session storage module locater and serialization function via PHPAPIIlia Alshanetsky2006-10-062-5/+5
* Fixed bug #38993 (Fixed safe_mode/open_basedir checks forIlia Alshanetsky2006-10-011-2/+10
* Fix testsHannes Magnusson2006-09-181-1/+1
* change ini handlers to produce E_ERROR if they are called during startupAntony Dovgal2006-08-301-2/+14
* MFH: change E_ERROR to E_WARNING when invalid argument has been passedAntony Dovgal2006-08-301-6/+13
* fix testAntony Dovgal2006-08-111-4/+4
* Fixed protoIlia Alshanetsky2006-08-101-1/+1
* Added support for httpOnly flag for session extension and cookie settingIlia Alshanetsky2006-08-102-3/+15