Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 5 of 5 total
Thread Problem still exists in 19
Fri, Aug 6 2010 9:08 PMPermanent Link

Lance Rasmussen

CDE Software

Avatar

Team Elevate Team Elevate

Tim,

The problems I posted with Version 18 are still existing in 19.

When I step through my project...
Enabling the Query component using the administrator session to check the configuration, it jumps into the TEDBBlowfish.Init function and seems to be returning an integer overlow.

My server is based on your server with just a couple config changes on the engine.  I did recompile my server and using that.  

So something is still off.
Fri, Aug 6 2010 9:09 PMPermanent Link

Lance Rasmussen

CDE Software

Avatar

Team Elevate Team Elevate

edbcommon.TEDBBlowfish.Init((206, 133, 1, 170, 197, 57, 180, 189, 76, 84, 50, 126, 65, 217, 117, 176),16,())
edbcommon.TEDBMemoryStream.InitEncryption($7E911B0)
edbcommsmgr.TEDBCommsMemoryStream.Create($7D436E0)
edbcommsmgr.TEDBCommsManager.Create($3779E70,$7D436E0,$7DF94D0)
edbremote.TEDBRemoteCommsManager.Create($3779E70,$7D436E0,$7DF94D0,$3760360)
edbremote.TEDBRemoteSessionManager.Initialize
edbremote.TEDBRemoteSessionManager.Open('D2007W7LR:2216','MBDMgrAdminSession','')
edbcomps.TEDBSession.InternalConnect
edbcomps.TEDBSession.SetConnected(True)
vMBDDataModule.TMBDDataModule.VerifyUsersAndRoles
Mon, Aug 9 2010 2:06 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Lance,

<< The problems I posted with Version 18 are still existing in 19.  >>

Which post are you referring to ?  I just want to see what I originally
said.

<< My server is based on your server with just a couple config changes on
the engine.  I did recompile my server and using that. >>

If you are compiling the EDB source code, then you need to make sure to turn
*off* integer overflow checks when compiling.  The Blowfish algorithm uses
(on purpose) overflows to strip off certain bits.

--
Tim Young
Elevate Software
www.elevatesoft.com
Mon, Aug 9 2010 8:59 PMPermanent Link

Lance Rasmussen

CDE Software

Avatar

Team Elevate Team Elevate

Ahhh...  This musta been added then with 18.   

Not a biggie, then...   I'll disable.

Lance

"Tim Young [Elevate Software]" wrote:

Lance,

If you are compiling the EDB source code, then you need to make sure to turn
*off* integer overflow checks when compiling.  The Blowfish algorithm uses
(on purpose) overflows to strip off certain bits.

--
Tim Young
Elevate Software
www.elevatesoft.com
Tue, Aug 10 2010 4:52 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Lance,

<< Ahhh...  This musta been added then with 18. >>

Yes, it was changed a bit to make it more faithful to the original code.

--
Tim Young
Elevate Software
www.elevatesoft.com
Image