|
From: Raman G. <roc...@fa...> - 2006-05-03 04:00:59
|
I am posting here because KeyringEditor by Markus Griessnig does not appear to have any mailing list. I noticed that KeyringEditor v1.1 did not show all of the records that are in my v4 database. Viewing the source, it only showed records where the pdbAttribute & 0xFO == 0x40. I'm not familiar with the Palm database format, so I'm not sure why this mask is being applied and the effect of the if statement. However, when I remove the if statement from the code, all of my records are displayed. There is also another strange item whereby sometimes the entry plaintext after decryption is truncated (i.e. the date field is less than two bytes long). This causes an ArrayIndexOutOfBoundsException in KeyringEditor when the entry in question is clicked. Does anyone have the author's contact information so that I can contact him about these issues? BTW, my patch to fix both issues is attached. Cheers, Raman Gupta |