The primary objective is to fix some obvious problems, avoid error-prone conditions, use a more standardized configure and build system. (each individual patch has more descriptive commit messages)
In this version, I've tried to sepparate the patches more appropriately. Also, added all the tok_struct.h changes and a couple of other minor things If it's decided that this should go first to a staging branch so we can test it a little bit better I'm OK with it. I did a couple of tests myself and looks OK. -Klaus diffstat: Makefile.am | 6 +- TODO | 7 + configure.in | 745 +++++++++++++++++------- misc/Makefile.am | 22 +- misc/pkcsslotd.in | 4 +- testcases/Makefile.am | 13 + testcases/ock_tests.sh | 208 ------- testcases/ock_tests.sh.in | 208 +++++++ usr/Makefile.am | 2 +- usr/lib/Makefile.am | 9 + usr/lib/pkcs11/Makefile.am | 38 +- usr/lib/pkcs11/aep_stdll/Makefile.am | 8 +- usr/lib/pkcs11/aep_stdll/tok_struct.h | 359 ++++++++++++ usr/lib/pkcs11/aep_stdll/tok_struct.h.in | 360 ------------ usr/lib/pkcs11/api/Makefile.am | 60 +-- usr/lib/pkcs11/bcom_stdll/Makefile.am | 8 +- usr/lib/pkcs11/bcom_stdll/tok_struct.h | 361 ++++++++++++ usr/lib/pkcs11/bcom_stdll/tok_struct.h.in | 362 ------------ usr/lib/pkcs11/cca_stdll/Makefile.am | 15 +- usr/lib/pkcs11/cca_stdll/tok_struct.h | 73 +++ usr/lib/pkcs11/cca_stdll/tok_struct.h.in | 63 -- usr/lib/pkcs11/cr_stdll/Makefile.am | 8 +- usr/lib/pkcs11/cr_stdll/tok_struct.h | 384 ++++++++++++ usr/lib/pkcs11/cr_stdll/tok_struct.h.in | 374 ------------ usr/lib/pkcs11/ica_s390_stdll/Makefile.am | 9 +- usr/lib/pkcs11/ica_s390_stdll/tok_struct.h | 359 ++++++++++++ usr/lib/pkcs11/ica_s390_stdll/tok_struct.h.in | 360 ------------ usr/lib/pkcs11/ica_stdll/Makefile.am | 5 +- usr/lib/pkcs11/ica_stdll/tok_struct.h | 360 ++++++++++++ usr/lib/pkcs11/ica_stdll/tok_struct.h.in | 350 ----------- usr/lib/pkcs11/leeds_stdll/Makefile.am | 19 +- usr/lib/pkcs11/methods/4758_status/Makefile.am | 12 +- usr/lib/pkcs11/methods/Makefile.am | 2 +- usr/lib/pkcs11/soft_stdll/Makefile.am | 11 +- usr/lib/pkcs11/soft_stdll/tok_struct.h | 381 ++++++++++++ usr/lib/pkcs11/soft_stdll/tok_struct.h.in | 371 ------------ usr/lib/pkcs11/tpm_stdll/Makefile.am | 8 +- usr/lib/pkcs11/tpm_stdll/tok_struct.h | 69 +++ usr/lib/pkcs11/tpm_stdll/tok_struct.h.in | 59 -- usr/sbin/Makefile.am | 6 +- usr/sbin/pkcs11_startup/Makefile.am | 17 + usr/sbin/pkcs11_startup/pkcs11_startup.in | 46 +- usr/sbin/pkcs_slot/Makefile.am | 13 + usr/sbin/pkcs_slot/pkcs_slot.in | 70 ++-- 44 files changed, 3277 insertions(+), 2947 deletions(-) ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ Opencryptoki-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opencryptoki-tech
