The branch "master" has been updated. The following is a summary of the commits.
from: 281645485ac80cec827ec46e1da4c25bade65b4a 186c462 Revert "Ensure we just store the nonce in the backend when protecting against reuse of a token." ----------------------------------------------------------------------- commit 186c462984f9e4056854edce06563fcdcad421b8 Author: Michael M Slusarz <[email protected]> Date: Tue Mar 1 12:52:39 2011 -0700 Revert "Ensure we just store the nonce in the backend when protecting against reuse of a token." This reverts commit 1992368d8fe5ae8604d65ffa02ca2495fa8d950e. This won't work (at least with postgres) - the decoded nonce contains non UTF-8 characters. Currently, the SQL table defines the token ID as a 32-bit string. In other words, the SQL table is expecting the base64 encoding string to be stored. This will have to be changed in order to store the token ID in unpacked (binary) form. framework/Token/lib/Horde/Token/Base.php | 22 ++++------------------ 1 files changed, 4 insertions(+), 18 deletions(-) http://git.horde.org/horde-git/-/commit/186c462984f9e4056854edce06563fcdcad421b8 __ commits mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
