Powered by OpenBSD

CVS log for palm/Palm-Keyring/t/keyring.t

[BACK] Up to [local] / palm / Palm-Keyring / t

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.27 / (download) - annotate - [select for diffs], Mon Sep 19 03:05:11 2011 UTC (12 years, 8 months ago) by andrew
Branch: MAIN
CVS Tags: HEAD
Changes since 1.26: +24 -21 lines
Diff to previous 1.26 (colored) to selected 1.23 (colored)

wow, now have working tests again.  What a pain.

Revision 1.26 / (download) - annotate - [select for diffs], Sat Sep 17 23:45:33 2011 UTC (12 years, 8 months ago) by andrew
Branch: MAIN
Changes since 1.25: +1 -1 lines
Diff to previous 1.25 (colored) to selected 1.23 (colored)

make _password_verify_v4 pass tests again

Revision 1.25 / (download) - annotate - [select for diffs], Thu Jun 11 20:41:31 2009 UTC (14 years, 11 months ago) by andrew
Branch: MAIN
Changes since 1.24: +243 -50 lines
Diff to previous 1.24 (colored) to selected 1.23 (colored)


lots of additional tests

Revision 1.24 / (download) - annotate - [select for diffs], Fri Sep 19 05:53:08 2008 UTC (15 years, 8 months ago) by andrew
Branch: MAIN
Changes since 1.23: +3 -2 lines
Diff to previous 1.23 (colored)

standardize error message
return ivec instead of 0 since we might use it later.

Revision 1.23 / (download) - annotate - [selected], Fri Sep 19 05:39:58 2008 UTC (15 years, 8 months ago) by andrew
Branch: MAIN
Changes since 1.22: +59 -8 lines
Diff to previous 1.22 (colored)

more better tests.  Look at the diff if you really want to know

Revision 1.22 / (download) - annotate - [select for diffs], Fri Sep 19 02:51:44 2008 UTC (15 years, 8 months ago) by andrew
Branch: MAIN
Changes since 1.21: +33 -12 lines
Diff to previous 1.21 (colored) to selected 1.23 (colored)

more, better tests of what actually matters?

Revision 1.21 / (download) - annotate - [select for diffs], Fri Sep 19 02:08:01 2008 UTC (15 years, 8 months ago) by andrew
Branch: MAIN
Changes since 1.20: +23 -34 lines
Diff to previous 1.20 (colored) to selected 1.23 (colored)

Move some tests around, make them all pass

Revision 1.20 / (download) - annotate - [select for diffs], Thu Sep 18 06:06:11 2008 UTC (15 years, 8 months ago) by andrew
Branch: MAIN
Changes since 1.19: +229 -75 lines
Diff to previous 1.19 (colored) to selected 1.23 (colored)

more changes than you can shake a stick at.
And, some additional (invalid) PDB files that we need for tests.

Revision 1.19 / (download) - annotate - [select for diffs], Thu Sep 18 02:02:50 2008 UTC (15 years, 8 months ago) by andrew
Branch: MAIN
Changes since 1.18: +39 -39 lines
Diff to previous 1.18 (colored) to selected 1.23 (colored)

perltidy
Do Palm::Keyring->new() instead of Palm::PDB->new().  Does what it says, and adds to my test coverage.
change $decrypted password instead of $acct password so we don't modify the original $acct

Revision 1.18 / (download) - annotate - [select for diffs], Thu Sep 18 01:53:27 2008 UTC (15 years, 8 months ago) by andrew
Branch: MAIN
Changes since 1.17: +58 -55 lines
Diff to previous 1.17 (colored) to selected 1.23 (colored)

move some initialization outside of the loop
perltidy

Revision 1.17 / (download) - annotate - [select for diffs], Thu Sep 13 15:41:36 2007 UTC (16 years, 8 months ago) by andrew
Branch: MAIN
CVS Tags: PALM_KEYRING_0_96_06
Changes since 1.16: +12 -11 lines
Diff to previous 1.16 (colored) to selected 1.23 (colored)

Make it easier to change the number of tests I am skipping.

Revision 1.16 / (download) - annotate - [select for diffs], Thu Sep 13 00:02:52 2007 UTC (16 years, 8 months ago) by andrew
Branch: MAIN
Changes since 1.15: +3 -3 lines
Diff to previous 1.15 (colored) to selected 1.23 (colored)

Fix test count.

Revision 1.15 / (download) - annotate - [select for diffs], Wed Sep 12 02:44:36 2007 UTC (16 years, 8 months ago) by andrew
Branch: MAIN
Changes since 1.14: +24 -5 lines
Diff to previous 1.14 (colored) to selected 1.23 (colored)

Add Lock and Unlock, plus tests and docs for them.

Revision 1.14 / (download) - annotate - [select for diffs], Fri Aug 10 04:13:31 2007 UTC (16 years, 9 months ago) by andrew
Branch: MAIN
Changes since 1.13: +53 -30 lines
Diff to previous 1.13 (colored) to selected 1.23 (colored)

Switch to the forward looking data presentation and fake out the v4 databases.

Should make writing stuff a LOT easier.

Revision 1.13 / (download) - annotate - [select for diffs], Tue Feb 27 17:08:05 2007 UTC (17 years, 3 months ago) by andrew
Branch: MAIN
Changes since 1.12: +1 -2 lines
Diff to previous 1.12 (colored) to selected 1.23 (colored)

Don't need YAML or Data::Dumper.  Silly me.

Revision 1.12 / (download) - annotate - [select for diffs], Fri Feb 23 22:05:17 2007 UTC (17 years, 3 months ago) by andrew
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored) to selected 1.23 (colored)

Add pod and pod coverage tests, and some documentation to make those pass.

Then, add -T to the rest of the tests because I saw that in the pod tests
and it seemed like a good idea.

Revision 1.11 / (download) - annotate - [select for diffs], Thu Feb 22 04:57:37 2007 UTC (17 years, 3 months ago) by andrew
Branch: MAIN
Changes since 1.10: +58 -37 lines
Diff to previous 1.10 (colored) to selected 1.23 (colored)

add skips to the tests in case all the modules are not there.

Revision 1.10 / (download) - annotate - [select for diffs], Mon Feb 19 01:37:10 2007 UTC (17 years, 3 months ago) by andrew
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored) to selected 1.23 (colored)

add some tests of v5 and the different features, also fix some probles that the tests brought to light.

Revision 1.9 / (download) - annotate - [select for diffs], Mon Feb 19 00:22:42 2007 UTC (17 years, 3 months ago) by andrew
Branch: MAIN
Changes since 1.8: +34 -22 lines
Diff to previous 1.8 (colored) to selected 1.23 (colored)

support Encrypting and Packing v5 databases.  At least in v4compatible mode.  Need a test suite for the not v4 compatible, and updating the docs.

Revision 1.8 / (download) - annotate - [select for diffs], Sun Feb 18 16:24:53 2007 UTC (17 years, 3 months ago) by andrew
Branch: MAIN
Changes since 1.7: +50 -36 lines
Diff to previous 1.7 (colored) to selected 1.23 (colored)

add the v5 compatibility tests.

Revision 1.7 / (download) - annotate - [select for diffs], Sun Feb 18 16:19:12 2007 UTC (17 years, 3 months ago) by andrew
Branch: MAIN
Changes since 1.6: +59 -185 lines
Diff to previous 1.6 (colored) to selected 1.23 (colored)

going to also test v4 compatibility mode.

Revision 1.6, Sat Feb 17 23:36:05 2007 UTC (17 years, 3 months ago) by andrew
Branch: MAIN
Changes since 1.5: +0 -0 lines
FILE REMOVED

use Test::More instead of the homegrown tests we had.

Revision 1.5 / (download) - annotate - [select for diffs], Sat Feb 3 00:53:22 2007 UTC (17 years, 4 months ago) by andrew
Branch: MAIN
Changes since 1.4: +24 -1 lines
Diff to previous 1.4 (colored) to selected 1.23 (colored)

new tests for the Password() forgetting.

Revision 1.4 / (download) - annotate - [select for diffs], Thu Feb 1 01:56:11 2007 UTC (17 years, 4 months ago) by andrew
Branch: MAIN
Changes since 1.3: +62 -1 lines
Diff to previous 1.3 (colored) to selected 1.23 (colored)

Now support the lastchange field.  Didn't even think about it existing.  Thanks Johan!

Revision 1.3 / (download) - annotate - [select for diffs], Tue Jan 30 04:59:55 2007 UTC (17 years, 4 months ago) by andrew
Branch: MAIN
Changes since 1.2: +84 -26 lines
Diff to previous 1.2 (colored) to selected 1.23 (colored)

Switch to decrypting one record at a time when requested.  That leads to more tests so that's kewl :-)

Revision 1.2 / (download) - annotate - [select for diffs], Sun Jan 28 16:12:47 2007 UTC (17 years, 4 months ago) by andrew
Branch: MAIN
Changes since 1.1: +0 -1 lines
Diff to previous 1.1 (colored) to selected 1.23 (colored)

Build.pl doesn't need the use lib to make tests work.

Revision 1.1 / (download) - annotate - [select for diffs], Sat Jan 27 23:59:29 2007 UTC (17 years, 4 months ago) by andrew
Branch: MAIN
Diff to selected 1.23 (colored)

add more docs
make Load and Write accept a password so you don't have to call Decrypt or Encrypt on your onw.
add some tests.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>