Imported Upstream version 0.18.4 upstream/0.18.4
authorAnas Nashif <anas.nashif@intel.com>
Wed, 26 Jun 2013 15:29:51 +0000 (11:29 -0400)
committerAnas Nashif <anas.nashif@intel.com>
Wed, 26 Jun 2013 15:29:51 +0000 (11:29 -0400)
commita3ea4668b9f7b9a45e2ad961fc992ad1ddd5a9db
treeb010aae4a47552d544ea957f99908201d4c7ee3e
parente5af5ac8dcf340d70f334651a1f6af1c0a6935f5
Imported Upstream version 0.18.4
411 files changed:
ChangeLog
HACKING [new file with mode: 0644]
INSTALL
Makefile.am
Makefile.in
NEWS
aclocal.m4
build/Makefile.am [new file with mode: 0644]
build/Makefile.decl [new file with mode: 0644]
build/Makefile.in [new file with mode: 0644]
build/Makefile.tests [new file with mode: 0644]
build/certs/Makefile.am [new file with mode: 0644]
build/certs/Makefile.in [new file with mode: 0644]
build/cutest/CuTest.c [moved from tests/cutest/CuTest.c with 100% similarity]
build/cutest/CuTest.h [moved from tests/cutest/CuTest.h with 100% similarity]
build/cutest/README.txt [moved from tests/cutest/README.txt with 100% similarity]
build/cutest/license.txt [moved from tests/cutest/license.txt with 100% similarity]
build/m4/gettext.m4 [moved from m4/gettext.m4 with 92% similarity]
build/m4/iconv.m4 [moved from m4/iconv.m4 with 71% similarity]
build/m4/lib-ld.m4 [moved from m4/lib-ld.m4 with 56% similarity]
build/m4/lib-link.m4 [moved from m4/lib-link.m4 with 95% similarity]
build/m4/lib-prefix.m4 [moved from m4/lib-prefix.m4 with 99% similarity]
build/m4/libtool.m4 [moved from m4/libtool.m4 with 100% similarity]
build/m4/ltoptions.m4 [moved from m4/ltoptions.m4 with 100% similarity]
build/m4/ltsugar.m4 [moved from m4/ltsugar.m4 with 100% similarity]
build/m4/ltversion.m4 [moved from m4/ltversion.m4 with 100% similarity]
build/m4/lt~obsolete.m4 [moved from m4/lt~obsolete.m4 with 100% similarity]
build/m4/nls.m4 [moved from m4/nls.m4 with 94% similarity]
build/m4/po.m4 [moved from m4/po.m4 with 93% similarity]
build/m4/progtest.m4 [moved from m4/progtest.m4 with 84% similarity]
common/Makefile.am [new file with mode: 0644]
common/Makefile.in [new file with mode: 0644]
common/array.c [moved from p11-kit/ptr-array.c with 55% similarity]
common/array.h [moved from p11-kit/ptr-array.h with 62% similarity]
common/asn1.c [new file with mode: 0644]
common/asn1.h [new file with mode: 0644]
common/attrs.c [new file with mode: 0644]
common/attrs.h [new file with mode: 0644]
common/base64.c [new file with mode: 0644]
common/base64.h [new file with mode: 0644]
common/basic.asn [new file with mode: 0644]
common/basic.asn.h [new file with mode: 0644]
common/buffer.c [new file with mode: 0644]
common/buffer.h [new file with mode: 0644]
common/compat.c [new file with mode: 0644]
common/compat.h [new file with mode: 0644]
common/constants.c [new file with mode: 0644]
common/constants.h [new file with mode: 0644]
common/debug.c [moved from p11-kit/debug.c with 81% similarity]
common/debug.h [new file with mode: 0644]
common/dict.c [new file with mode: 0644]
common/dict.h [moved from p11-kit/hashmap.h with 54% similarity]
common/hash.c [new file with mode: 0644]
common/hash.h [new file with mode: 0644]
common/lexer.c [new file with mode: 0644]
common/lexer.h [new file with mode: 0644]
common/library.c [new file with mode: 0644]
common/library.h [new file with mode: 0644]
common/message.c [new file with mode: 0644]
common/message.h [new file with mode: 0644]
common/mock.c [new file with mode: 0644]
common/mock.h [new file with mode: 0644]
common/oid.c [new file with mode: 0644]
common/oid.h [new file with mode: 0644]
common/openssl.asn [new file with mode: 0644]
common/openssl.asn.h [new file with mode: 0644]
common/path.c [new file with mode: 0644]
common/path.h [new file with mode: 0644]
common/pem.c [new file with mode: 0644]
common/pem.h [new file with mode: 0644]
common/pkcs11.h [new file with mode: 0644]
common/pkcs11x.h [new file with mode: 0644]
common/pkix.asn [new file with mode: 0644]
common/pkix.asn.h [new file with mode: 0644]
common/tests/Makefile.am [new file with mode: 0644]
common/tests/Makefile.in [new file with mode: 0644]
common/tests/frob-cert.c [new file with mode: 0644]
common/tests/frob-eku.c [new file with mode: 0644]
common/tests/frob-ku.c [new file with mode: 0644]
common/tests/frob-oid.c [new file with mode: 0644]
common/tests/test-array.c [new file with mode: 0644]
common/tests/test-asn1.c [new file with mode: 0644]
common/tests/test-attrs.c [new file with mode: 0644]
common/tests/test-base64.c [new file with mode: 0644]
common/tests/test-buffer.c [new file with mode: 0644]
common/tests/test-compat.c [new file with mode: 0644]
common/tests/test-constants.c [new file with mode: 0644]
common/tests/test-dict.c [new file with mode: 0644]
common/tests/test-hash.c [new file with mode: 0644]
common/tests/test-lexer.c [new file with mode: 0644]
common/tests/test-oid.c [new file with mode: 0644]
common/tests/test-path.c [new file with mode: 0644]
common/tests/test-pem.c [new file with mode: 0644]
common/tests/test-url.c [new file with mode: 0644]
common/tests/test-utf8.c [new file with mode: 0644]
common/tests/test-x509.c [new file with mode: 0644]
common/url.c [new file with mode: 0644]
common/url.h [moved from p11-kit/compat.c with 53% similarity]
common/utf8.c [new file with mode: 0644]
common/utf8.h [new file with mode: 0644]
common/x509.c [new file with mode: 0644]
common/x509.h [new file with mode: 0644]
compile
config.guess
config.h.in
config.rpath
config.sub
configure
configure.ac
depcomp
doc/Makefile.am
doc/Makefile.in
doc/html/config-format.html [deleted file]
doc/html/config-global.html [deleted file]
doc/html/config-locations.html [deleted file]
doc/html/config-module.html [deleted file]
doc/html/index.html [deleted file]
doc/html/p11-kit-Future.html [deleted file]
doc/html/reference.html [deleted file]
doc/manual/Makefile.am [new file with mode: 0644]
doc/manual/Makefile.in [new file with mode: 0644]
doc/manual/annotation-glossary.xml [new file with mode: 0644]
doc/manual/html/ch01s03.html [new file with mode: 0644]
doc/manual/html/config-example.html [moved from doc/html/config-example.html with 87% similarity]
doc/manual/html/config.html [new file with mode: 0644]
doc/manual/html/devel-building-style.html [new file with mode: 0644]
doc/manual/html/devel-building.html [new file with mode: 0644]
doc/manual/html/devel-commands.html [new file with mode: 0644]
doc/manual/html/devel-debugging.html [new file with mode: 0644]
doc/manual/html/devel-paths.html [moved from doc/html/config.html with 55% similarity]
doc/manual/html/devel-testing.html [new file with mode: 0644]
doc/manual/html/devel.html [new file with mode: 0644]
doc/manual/html/gtk-doc.css [moved from doc/html/gtk-doc.css with 100% similarity]
doc/manual/html/home.png [moved from doc/html/home.png with 100% similarity]
doc/manual/html/index.html [new file with mode: 0644]
doc/manual/html/index.sgml [moved from doc/html/index.sgml with 75% similarity]
doc/manual/html/left.png [moved from doc/html/left.png with 100% similarity]
doc/manual/html/p11-kit-Future.html [new file with mode: 0644]
doc/manual/html/p11-kit-Modules.html [moved from doc/html/p11-kit-Modules.html with 95% similarity]
doc/manual/html/p11-kit-PIN-Callbacks.html [moved from doc/html/p11-kit-PIN-Callbacks.html with 86% similarity]
doc/manual/html/p11-kit-URIs.html [moved from doc/html/p11-kit-URIs.html with 91% similarity]
doc/manual/html/p11-kit-Utilities.html [moved from doc/html/p11-kit-Utilities.html with 92% similarity]
doc/manual/html/p11-kit.devhelp2 [moved from doc/html/p11-kit.devhelp2 with 70% similarity]
doc/manual/html/p11-kit.html [new file with mode: 0644]
doc/manual/html/pkcs11.conf.html [new file with mode: 0644]
doc/manual/html/reference.html [moved from doc/html/api-index-full.html with 63% similarity]
doc/manual/html/right.png [moved from doc/html/right.png with 100% similarity]
doc/manual/html/sharing-initialize.html [moved from doc/html/sharing-initialize.html with 93% similarity]
doc/manual/html/sharing-module.html [moved from doc/html/sharing-module.html with 87% similarity]
doc/manual/html/sharing.html [moved from doc/html/sharing.html with 86% similarity]
doc/manual/html/style.css [moved from doc/html/style.css with 78% similarity]
doc/manual/html/tools.html [new file with mode: 0644]
doc/manual/html/trust-disable.html [new file with mode: 0644]
doc/manual/html/trust-glib-networking.html [new file with mode: 0644]
doc/manual/html/trust-nss.html [new file with mode: 0644]
doc/manual/html/trust.html [new file with mode: 0644]
doc/manual/html/up.png [moved from doc/html/up.png with 100% similarity]
doc/manual/p11-kit-config.xml [new file with mode: 0644]
doc/manual/p11-kit-devel.xml [new file with mode: 0644]
doc/manual/p11-kit-docs.xml [moved from doc/p11-kit-docs.sgml with 63% similarity]
doc/manual/p11-kit-overrides.txt [moved from doc/p11-kit-overrides.txt with 100% similarity]
doc/manual/p11-kit-sections.txt [moved from doc/p11-kit-sections.txt with 79% similarity]
doc/manual/p11-kit-sharing.xml [moved from doc/p11-kit-sharing.xml with 97% similarity]
doc/manual/p11-kit-trust.xml [new file with mode: 0644]
doc/manual/p11-kit.types [moved from doc/p11-kit.types with 100% similarity]
doc/manual/p11-kit.xml [new file with mode: 0644]
doc/manual/pkcs11.conf.xml [new file with mode: 0644]
doc/manual/style.css [moved from doc/style.css with 78% similarity]
doc/manual/version.xml [new file with mode: 0644]
doc/manual/version.xml.in [moved from doc/version.xml.in with 100% similarity]
doc/p11-kit-config.xml [deleted file]
doc/tmpl/p11-kit-future.sgml [deleted file]
doc/tmpl/p11-kit-pin.sgml [deleted file]
doc/tmpl/p11-kit-uri.sgml [deleted file]
doc/tmpl/p11-kit-util.sgml [deleted file]
doc/tmpl/p11-kit.sgml [deleted file]
doc/version.xml [deleted file]
gtk-doc.make
install-sh
missing
p11-kit/ABOUT-NLS [new file with mode: 0644]
p11-kit/Makefile.am
p11-kit/Makefile.in
p11-kit/compat.h [deleted file]
p11-kit/conf.c
p11-kit/conf.h
p11-kit/debug.h [deleted file]
p11-kit/hashmap.c [deleted file]
p11-kit/iter.c [new file with mode: 0644]
p11-kit/iter.h [new file with mode: 0644]
p11-kit/modules.c
p11-kit/p11-kit-1.pc.in
p11-kit/p11-kit.h
p11-kit/pin.c
p11-kit/pin.h
p11-kit/pkcs11.conf.example.in
p11-kit/pkcs11.h
p11-kit/private.h
p11-kit/proxy.c
p11-kit/tests/Makefile.am [new file with mode: 0644]
p11-kit/tests/Makefile.in [new file with mode: 0644]
p11-kit/tests/conf-test.c [moved from tests/conf-test.c with 55% similarity]
p11-kit/tests/files/package-modules/four.module [new file with mode: 0644]
p11-kit/tests/files/package-modules/win32/four.module [new file with mode: 0644]
p11-kit/tests/files/system-modules/one.module [new file with mode: 0644]
p11-kit/tests/files/system-modules/two-duplicate.module [new file with mode: 0644]
p11-kit/tests/files/system-modules/two.badname [new file with mode: 0644]
p11-kit/tests/files/system-modules/win32/one.module [new file with mode: 0644]
p11-kit/tests/files/system-modules/win32/two-duplicate.module [new file with mode: 0644]
p11-kit/tests/files/system-modules/win32/two.badname [new file with mode: 0644]
p11-kit/tests/files/system-pkcs11.conf [new file with mode: 0644]
p11-kit/tests/files/test-1.conf [moved from tests/files/test-1.conf with 100% similarity]
p11-kit/tests/files/test-pinfile [moved from tests/files/test-pinfile with 100% similarity]
p11-kit/tests/files/test-pinfile-large [new file with mode: 0644]
p11-kit/tests/files/test-system-invalid.conf [moved from tests/files/test-system-invalid.conf with 100% similarity]
p11-kit/tests/files/test-system-merge.conf [moved from tests/files/test-system-merge.conf with 100% similarity]
p11-kit/tests/files/test-system-none.conf [moved from tests/files/test-system-none.conf with 100% similarity]
p11-kit/tests/files/test-system-only.conf [moved from tests/files/test-system-only.conf with 100% similarity]
p11-kit/tests/files/test-user-invalid.conf [moved from tests/files/test-user-invalid.conf with 100% similarity]
p11-kit/tests/files/test-user-only.conf [moved from tests/files/test-user-only.conf with 100% similarity]
p11-kit/tests/files/test-user.conf [moved from tests/files/test-user.conf with 100% similarity]
p11-kit/tests/files/user-modules/one.module [moved from tests/files/user-modules/one with 100% similarity]
p11-kit/tests/files/user-modules/three.module [new file with mode: 0644]
p11-kit/tests/files/user-modules/win32/one.module [new file with mode: 0644]
p11-kit/tests/files/user-modules/win32/three.module [new file with mode: 0644]
p11-kit/tests/mock-module-ep.c [new file with mode: 0644]
p11-kit/tests/pin-test.c [moved from tests/pin-test.c with 91% similarity]
p11-kit/tests/print-messages.c [moved from tests/print-messages.c with 100% similarity]
p11-kit/tests/progname-test.c [new file with mode: 0644]
p11-kit/tests/test-init.c [moved from tests/test-init.c with 73% similarity]
p11-kit/tests/test-iter.c [new file with mode: 0644]
p11-kit/tests/test-modules.c [new file with mode: 0644]
p11-kit/tests/uri-test.c [moved from tests/uri-test.c with 95% similarity]
p11-kit/uri.c
p11-kit/uri.h
p11-kit/util.c
po/LINGUAS [new file with mode: 0644]
po/Makefile.in.in
po/Rules-quot
po/bg.gmo [new file with mode: 0644]
po/bg.po [new file with mode: 0644]
po/cs.gmo [new file with mode: 0644]
po/cs.po [new file with mode: 0644]
po/de.gmo [new file with mode: 0644]
po/de.po [new file with mode: 0644]
po/el.gmo [new file with mode: 0644]
po/el.po [new file with mode: 0644]
po/en@boldquot.gmo [new file with mode: 0644]
po/en@boldquot.po [new file with mode: 0644]
po/en@quot.gmo [new file with mode: 0644]
po/en@quot.po [new file with mode: 0644]
po/en_GB.gmo [new file with mode: 0644]
po/en_GB.po [new file with mode: 0644]
po/eo.gmo [new file with mode: 0644]
po/eo.po [new file with mode: 0644]
po/es.gmo [new file with mode: 0644]
po/es.po [new file with mode: 0644]
po/eu.gmo [new file with mode: 0644]
po/eu.po [new file with mode: 0644]
po/fa.gmo [new file with mode: 0644]
po/fa.po [new file with mode: 0644]
po/fi.gmo [new file with mode: 0644]
po/fi.po [new file with mode: 0644]
po/fr.gmo [new file with mode: 0644]
po/fr.po [new file with mode: 0644]
po/gl.gmo [new file with mode: 0644]
po/gl.po [new file with mode: 0644]
po/hr.gmo [new file with mode: 0644]
po/hr.po [new file with mode: 0644]
po/hu.gmo [new file with mode: 0644]
po/hu.po [new file with mode: 0644]
po/ia.gmo [new file with mode: 0644]
po/ia.po [new file with mode: 0644]
po/id.gmo [new file with mode: 0644]
po/id.po [new file with mode: 0644]
po/it.gmo [new file with mode: 0644]
po/it.po [new file with mode: 0644]
po/ja.gmo [new file with mode: 0644]
po/ja.po [new file with mode: 0644]
po/ka.gmo [new file with mode: 0644]
po/ka.po [new file with mode: 0644]
po/ko.gmo [new file with mode: 0644]
po/ko.po [new file with mode: 0644]
po/lv.gmo [new file with mode: 0644]
po/lv.po [new file with mode: 0644]
po/nl.gmo [new file with mode: 0644]
po/nl.po [new file with mode: 0644]
po/p11-kit.pot
po/pa.gmo [new file with mode: 0644]
po/pa.po [new file with mode: 0644]
po/pl.gmo [new file with mode: 0644]
po/pl.po [new file with mode: 0644]
po/pt_BR.gmo [new file with mode: 0644]
po/pt_BR.po [new file with mode: 0644]
po/ru.gmo [new file with mode: 0644]
po/ru.po [new file with mode: 0644]
po/sk.gmo [new file with mode: 0644]
po/sk.po [new file with mode: 0644]
po/sl.gmo [new file with mode: 0644]
po/sl.po [new file with mode: 0644]
po/sq.gmo [new file with mode: 0644]
po/sq.po [new file with mode: 0644]
po/sr.gmo [new file with mode: 0644]
po/sr.po [new file with mode: 0644]
po/te.gmo [new file with mode: 0644]
po/te.po [new file with mode: 0644]
po/tr.gmo [new file with mode: 0644]
po/tr.po [new file with mode: 0644]
po/uk.gmo [new file with mode: 0644]
po/uk.po [new file with mode: 0644]
po/zh_CN.gmo [new file with mode: 0644]
po/zh_CN.po [new file with mode: 0644]
po/zh_HK.gmo [new file with mode: 0644]
po/zh_HK.po [new file with mode: 0644]
po/zh_TW.gmo [new file with mode: 0644]
po/zh_TW.po [new file with mode: 0644]
test-driver [new file with mode: 0755]
tests/Makefile.am [deleted file]
tests/Makefile.in [deleted file]
tests/files/system-modules/one [deleted file]
tests/files/system-modules/two [deleted file]
tests/files/user-modules/three [deleted file]
tests/hash-test.c [deleted file]
tests/mock-module.c [deleted file]
tests/mock-module.h [deleted file]
tests/ptr-array-test.c [deleted file]
tools/Makefile.am
tools/Makefile.in
tools/compat.c [deleted file]
tools/extract-info.c [new file with mode: 0644]
tools/extract-jks.c [new file with mode: 0644]
tools/extract-openssl.c [new file with mode: 0644]
tools/extract-pem.c [new file with mode: 0644]
tools/extract-x509.c [new file with mode: 0644]
tools/extract.c [new file with mode: 0644]
tools/extract.h [new file with mode: 0644]
tools/list.c [moved from tools/p11-kit.c with 80% similarity]
tools/save.c [new file with mode: 0644]
tools/save.h [new file with mode: 0644]
tools/tests/Makefile.am [new file with mode: 0644]
tools/tests/Makefile.in [new file with mode: 0644]
tools/tests/files/cacert3-distrust-all.pem [new file with mode: 0644]
tools/tests/files/cacert3-distrusted-all.pem [new file with mode: 0644]
tools/tests/files/cacert3-not-trusted.pem [new file with mode: 0644]
tools/tests/files/cacert3-trusted-alias.pem [new file with mode: 0644]
tools/tests/files/cacert3-trusted-keyid.pem [new file with mode: 0644]
tools/tests/files/cacert3-trusted-multiple.pem [new file with mode: 0644]
tools/tests/files/cacert3-trusted-server-alias.pem [new file with mode: 0644]
tools/tests/files/cacert3-twice.pem [new file with mode: 0644]
tools/tests/files/cacert3.der [new file with mode: 0644]
tools/tests/files/cacert3.pem [new file with mode: 0644]
tools/tests/files/empty-file [moved from doc/tmpl/p11-kit-unused.sgml with 100% similarity]
tools/tests/files/simple-string [new file with mode: 0644]
tools/tests/test-extract.c [new file with mode: 0644]
tools/tests/test-openssl.c [new file with mode: 0644]
tools/tests/test-pem.c [new file with mode: 0644]
tools/tests/test-save.c [new file with mode: 0644]
tools/tests/test-x509.c [new file with mode: 0644]
tools/tests/test.c [new file with mode: 0644]
tools/tests/test.h [new file with mode: 0644]
tools/tool.c [new file with mode: 0644]
tools/tool.h [moved from tools/compat.h with 65% similarity]
trust/Makefile.am [new file with mode: 0644]
trust/Makefile.in [new file with mode: 0644]
trust/builder.c [new file with mode: 0644]
trust/builder.h [new file with mode: 0644]
trust/index.c [new file with mode: 0644]
trust/index.h [new file with mode: 0644]
trust/module.c [new file with mode: 0644]
trust/module.h [moved from p11-kit/util.h with 87% similarity]
trust/p11-kit-extract-trust.in [new file with mode: 0755]
trust/p11-kit-trust.module [new file with mode: 0644]
trust/parser.c [new file with mode: 0644]
trust/parser.h [new file with mode: 0644]
trust/persist.c [new file with mode: 0644]
trust/persist.h [new file with mode: 0644]
trust/session.c [new file with mode: 0644]
trust/session.h [new file with mode: 0644]
trust/tests/Makefile.am [new file with mode: 0644]
trust/tests/Makefile.in [new file with mode: 0644]
trust/tests/files/cacert-ca.der [new file with mode: 0644]
trust/tests/files/cacert3-trusted.pem [new file with mode: 0644]
trust/tests/files/cacert3.der [new file with mode: 0644]
trust/tests/files/cacert3.pem [new file with mode: 0644]
trust/tests/files/distrusted.pem [new file with mode: 0644]
trust/tests/files/redhat-ca.der [new file with mode: 0644]
trust/tests/files/self-signed-with-eku.der [new file with mode: 0644]
trust/tests/files/self-signed-with-ku.der [new file with mode: 0644]
trust/tests/files/testing-server.der [new file with mode: 0644]
trust/tests/files/thawte.pem [new file with mode: 0644]
trust/tests/files/unrecognized-file.txt [new file with mode: 0644]
trust/tests/files/verisign-v1.der [new file with mode: 0644]
trust/tests/frob-nss-trust.c [new file with mode: 0644]
trust/tests/frob-pow.c [new file with mode: 0644]
trust/tests/frob-token.c [new file with mode: 0644]
trust/tests/input/anchors/cacert3.der [new file with mode: 0644]
trust/tests/input/anchors/testing-ca.der [new file with mode: 0644]
trust/tests/input/blacklist/self-server.der [new file with mode: 0644]
trust/tests/input/cacert-ca.der [new file with mode: 0644]
trust/tests/input/distrusted.pem [new file with mode: 0644]
trust/tests/input/verisign-v1.p11-kit [new file with mode: 0644]
trust/tests/test-builder.c [new file with mode: 0644]
trust/tests/test-data.c [new file with mode: 0644]
trust/tests/test-data.h [new file with mode: 0644]
trust/tests/test-index.c [new file with mode: 0644]
trust/tests/test-module.c [new file with mode: 0644]
trust/tests/test-parser.c [new file with mode: 0644]
trust/tests/test-persist.c [new file with mode: 0644]
trust/tests/test-token.c [new file with mode: 0644]
trust/token.c [new file with mode: 0644]
trust/token.h [new file with mode: 0644]