=================================================================== RCS file: /cvs/palm/Palm-Keyring/TODO,v retrieving revision 1.3 retrieving revision 1.8 diff -u -r1.3 -r1.8 --- palm/Palm-Keyring/TODO 2007/01/31 01:58:23 1.3 +++ palm/Palm-Keyring/TODO 2007/02/19 01:37:10 1.8 @@ -2,22 +2,18 @@ make example4 actually a gui keyring app -Support the Last Modified date. Johan does it like this: - if ( $x && (my $packed_date = unpack("n", $x)) ) { - my @tm = ((($packed_date & 0xFE00) >> 9) + 4, - (($packed_date & 0x01E0) >> 5) - 1, - ($packed_date & 0x001F), - 0, 0, 0); - $x = \@tm; - } - else { - undef $x; - } +Support the v5 or newer databases + Have support for reading and decrypting. + Now need to support + Encrypt + Write + and write docs -on those same lines, mark record as "dirty" when we Encrypt. +validate dates passed into the lastchange field. -Make sure my PackRecord and ParseRecord return what they should, I think they may not. Maybe change the 'name' field to be 'name' not 'data'. +make the extra modules options. Build.PL, the tests and in the module. -Support the v5 or newer databases +should I generate a new date ONLY if the password changes +or if anything changes? -$RedRiver: TODO,v 1.2 2007/01/30 05:04:09 andrew Exp $ +$RedRiver: TODO,v 1.7 2007/02/18 05:50:25 andrew Exp $