[commits] Horde branch master updated. 508e7624daaae02c7841d602ad17880d04d70dd5

Michael J. Rubinsky mrubinsk at horde.org
Tue Nov 17 13:25:32 UTC 2015


The branch "master" has been updated.
The following is a summary of the commits.

from: 29ca67f680328fc6ef3ae6c5f13cfc75a85fabb5

8d69640 Match session timeout in the NULL driver.
ea212b3 Match session hash parameters too.
6121674 Protect against auth failures due to session timeout.
508e762 Bug: 14163 Fix SQL in oci8 when setting a blob field to an empty value.

Summary: http://github.com/horde/horde/compare/29ca67f680328fc6ef3ae6c5f13cfc75a85fabb5...508e7624daaae02c7841d602ad17880d04d70dd5

-----------------------------------------------------------------------

commit 8d696409b8a66c448459069a80a1f55775ebcb2d
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Nov 16 10:24:29 2015 -0500

    Match session timeout in the NULL driver.

 framework/Core/lib/Horde/Session/Null.php |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

http://github.com/horde/horde/commit/8d696409b8a66c448459069a80a1f55775ebcb2d

-----------------------------------------------------------------------

commit ea212b3027a8ce5dd08c8ed7a7c9261fc63ba9a7
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Nov 16 10:24:44 2015 -0500

    Match session hash parameters too.
    
    Since we actually use session_start() to ensure we have a session ID,
    ensure it matches the same limits the general Horde session driver uses.

 framework/Core/lib/Horde/Session/Null.php |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

http://github.com/horde/horde/commit/ea212b3027a8ce5dd08c8ed7a7c9261fc63ba9a7

-----------------------------------------------------------------------

commit 61216747dc17805ea1564b4848b52d21f0b302ed
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Nov 16 16:51:28 2015 -0500

    Protect against auth failures due to session timeout.
    
    ActiveSync requests may be longer than a configured session timeout. Protect
    against ActiveSync auth errors due to this.

 horde/rpc.php |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

http://github.com/horde/horde/commit/61216747dc17805ea1564b4848b52d21f0b302ed

-----------------------------------------------------------------------

commit 508e7624daaae02c7841d602ad17880d04d70dd5
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Nov 17 08:24:08 2015 -0500

    Bug: 14163 Fix SQL in oci8 when setting a blob field to an empty value.

 framework/Db/lib/Horde/Db/Adapter/Oci8.php |   23 +++++++++++++++++------
 1 files changed, 17 insertions(+), 6 deletions(-)

http://github.com/horde/horde/commit/508e7624daaae02c7841d602ad17880d04d70dd5




More information about the commits mailing list