glib2 3.2.5-x64-mingw32 → 3.2.6-x64-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/COPYING.LIB +502 -0
- data/README.md +42 -0
- data/Rakefile +8 -7
- data/ext/glib2/glib2.def +5 -0
- data/ext/glib2/rbglib-gc.c +89 -0
- data/ext/glib2/rbglib-variant-type.c +17 -0
- data/ext/glib2/rbglib.c +3 -0
- data/ext/glib2/rbglib.h +6 -1
- data/ext/glib2/rbglib2conversions.h +1 -1
- data/ext/glib2/rbgobj_boxed.c +49 -30
- data/ext/glib2/rbgobj_closure.c +3 -2
- data/ext/glib2/rbgobj_convert.c +1 -2
- data/ext/glib2/rbgobj_enums.c +32 -14
- data/ext/glib2/rbgobj_flags.c +31 -14
- data/ext/glib2/rbgobj_param.c +43 -23
- data/ext/glib2/rbgobj_signal.c +78 -66
- data/ext/glib2/rbgobj_type.c +22 -10
- data/ext/glib2/rbgobject.h +2 -0
- data/ext/glib2/rbgprivate.h +11 -0
- data/glib2.gemspec +48 -0
- data/lib/2.2/glib2.so +0 -0
- data/lib/2.3/glib2.so +0 -0
- data/lib/2.4/glib2.so +0 -0
- data/lib/2.5/glib2.so +0 -0
- data/lib/gnome2/rake/package-task.rb +17 -5
- data/lib/gnome2/rake/package.rb +2 -2
- data/lib/gnome2/rake/windows-binary-build-task.rb +39 -6
- data/lib/mkmf-gnome2.rb +4 -3
- data/sample/bookmarkfile.rb +2 -2
- data/sample/type-register.rb +6 -6
- data/sample/type-register2.rb +6 -6
- data/test/{test_enum.rb → test-enum.rb} +0 -0
- data/test/{test_file_utils.rb → test-file-utils.rb} +0 -0
- data/test/{test_flags.rb → test-flags.rb} +0 -0
- data/test/{test_glib2.rb → test-glib2.rb} +0 -0
- data/test/{test_key_file.rb → test-key-file.rb} +0 -0
- data/test/{test_mkenums.rb → test-mkenums.rb} +0 -0
- data/test/{test_poll_fd.rb → test-poll-fd.rb} +0 -0
- data/test/{test_signal.rb → test-signal.rb} +34 -2
- data/test/{test_source.rb → test-source.rb} +0 -0
- data/test/{test_spawn.rb → test-spawn.rb} +0 -0
- data/test/{test_timeout.rb → test-timeout.rb} +0 -0
- data/test/{test_unicode.rb → test-unicode.rb} +0 -0
- data/test/{test_utils.rb → test-utils.rb} +0 -0
- data/test/{test_value.rb → test-value.rb} +0 -0
- data/test/test-variant.rb +27 -0
- data/test/{test_win32.rb → test-win32.rb} +0 -0
- data/vendor/local/bin/asn1Coding.exe +0 -0
- data/vendor/local/bin/asn1Decoding.exe +0 -0
- data/vendor/local/bin/asn1Parser.exe +0 -0
- data/vendor/local/bin/envsubst.exe +0 -0
- data/vendor/local/bin/gdbus.exe +0 -0
- data/vendor/local/bin/gettext.exe +0 -0
- data/vendor/local/bin/gio-querymodules.exe +0 -0
- data/vendor/local/bin/gio.exe +0 -0
- data/vendor/local/bin/glib-compile-resources.exe +0 -0
- data/vendor/local/bin/glib-compile-schemas.exe +0 -0
- data/vendor/local/bin/glib-genmarshal +1 -1
- data/vendor/local/bin/glib-gettextize +1 -1
- data/vendor/local/bin/glib-mkenums +4 -2
- data/vendor/local/bin/gobject-query.exe +0 -0
- data/vendor/local/bin/gresource.exe +0 -0
- data/vendor/local/bin/gsettings.exe +0 -0
- data/vendor/local/bin/gspawn-win64-helper-console.exe +0 -0
- data/vendor/local/bin/gspawn-win64-helper.exe +0 -0
- data/vendor/local/bin/iconv.exe +0 -0
- data/vendor/local/bin/idn2.exe +0 -0
- data/vendor/local/bin/libasprintf-0.dll +0 -0
- data/vendor/local/bin/libcharset-1.dll +0 -0
- data/vendor/local/bin/libffi-6.dll +0 -0
- data/vendor/local/bin/libgio-2.0-0.dll +0 -0
- data/vendor/local/bin/libglib-2.0-0.dll +0 -0
- data/vendor/local/bin/libgmodule-2.0-0.dll +0 -0
- data/vendor/local/bin/libgmp-10.dll +0 -0
- data/vendor/local/bin/libgnutls-30.dll +0 -0
- data/vendor/local/bin/libgobject-2.0-0.dll +0 -0
- data/vendor/local/bin/libgthread-2.0-0.dll +0 -0
- data/vendor/local/bin/libhogweed-4-2.dll +0 -0
- data/vendor/local/bin/libiconv-2.dll +0 -0
- data/vendor/local/bin/libidn2-0.dll +0 -0
- data/vendor/local/bin/libintl-8.dll +0 -0
- data/vendor/local/bin/libnettle-6-2.dll +0 -0
- data/vendor/local/bin/libp11-kit-0.dll +0 -0
- data/vendor/local/bin/libpcre-1.dll +0 -0
- data/vendor/local/bin/libpcrecpp-0.dll +0 -0
- data/vendor/local/bin/libpcreposix-0.dll +0 -0
- data/vendor/local/bin/libtasn1-6.dll +0 -0
- data/vendor/local/bin/nettle-hash.exe +0 -0
- data/vendor/local/bin/nettle-lfib-stream.exe +0 -0
- data/vendor/local/bin/nettle-pbkdf2.exe +0 -0
- data/vendor/local/bin/ngettext.exe +0 -0
- data/vendor/local/bin/p11-kit.exe +0 -0
- data/vendor/local/bin/pcregrep.exe +0 -0
- data/vendor/local/bin/pcretest.exe +0 -0
- data/vendor/local/bin/pkcs1-conv.exe +0 -0
- data/vendor/local/bin/sexp-conv.exe +0 -0
- data/vendor/local/bin/trust.exe +0 -0
- data/vendor/local/include/idn2.h +5 -3
- data/vendor/local/include/p11-kit-1/p11-kit/iter.h +25 -1
- data/vendor/local/include/p11-kit-1/p11-kit/p11-kit.h +6 -0
- data/vendor/local/include/p11-kit-1/p11-kit/pkcs11.h +133 -4
- data/vendor/local/include/p11-kit-1/p11-kit/pkcs11x.h +1 -0
- data/vendor/local/include/p11-kit-1/p11-kit/remote.h +15 -0
- data/vendor/local/include/p11-kit-1/p11-kit/uri.h +32 -12
- data/vendor/local/lib/gio/modules/libgiognutls.dll +0 -0
- data/vendor/local/lib/glib-2.0/include/glibconfig.h +1 -1
- data/vendor/local/lib/libasprintf.a +0 -0
- data/vendor/local/lib/libasprintf.dll.a +0 -0
- data/vendor/local/lib/libasprintf.la +1 -1
- data/vendor/local/lib/libcharset.a +0 -0
- data/vendor/local/lib/libcharset.dll.a +0 -0
- data/vendor/local/lib/libcharset.la +1 -1
- data/vendor/local/lib/libffi.dll.a +0 -0
- data/vendor/local/lib/libffi.la +1 -1
- data/vendor/local/lib/libgio-2.0.dll.a +0 -0
- data/vendor/local/lib/libgio-2.0.la +2 -2
- data/vendor/local/lib/libglib-2.0.dll.a +0 -0
- data/vendor/local/lib/libglib-2.0.la +2 -2
- data/vendor/local/lib/libgmodule-2.0.dll.a +0 -0
- data/vendor/local/lib/libgmodule-2.0.la +2 -2
- data/vendor/local/lib/libgmp.dll.a +0 -0
- data/vendor/local/lib/libgnutls.dll.a +0 -0
- data/vendor/local/lib/libgnutls.la +1 -1
- data/vendor/local/lib/libgobject-2.0.dll.a +0 -0
- data/vendor/local/lib/libgobject-2.0.la +2 -2
- data/vendor/local/lib/libgthread-2.0.dll.a +0 -0
- data/vendor/local/lib/libgthread-2.0.la +2 -2
- data/vendor/local/lib/libhogweed.dll.a +0 -0
- data/vendor/local/lib/libiconv.dll.a +0 -0
- data/vendor/local/lib/libiconv.la +1 -1
- data/vendor/local/lib/libidn2.a +0 -0
- data/vendor/local/lib/libidn2.dll.a +0 -0
- data/vendor/local/lib/libidn2.la +2 -2
- data/vendor/local/lib/libintl.a +0 -0
- data/vendor/local/lib/libintl.dll.a +0 -0
- data/vendor/local/lib/libintl.la +1 -1
- data/vendor/local/lib/libnettle.dll.a +0 -0
- data/vendor/local/lib/libp11-kit.dll.a +0 -0
- data/vendor/local/lib/libp11-kit.la +3 -3
- data/vendor/local/lib/libpcre.a +0 -0
- data/vendor/local/lib/libpcre.dll.a +0 -0
- data/vendor/local/lib/libpcre.la +1 -1
- data/vendor/local/lib/libpcrecpp.dll.a +0 -0
- data/vendor/local/lib/libpcrecpp.la +1 -1
- data/vendor/local/lib/libpcreposix.a +0 -0
- data/vendor/local/lib/libpcreposix.dll.a +0 -0
- data/vendor/local/lib/libpcreposix.la +1 -1
- data/vendor/local/lib/libtasn1.dll.a +0 -0
- data/vendor/local/lib/pkcs11/p11-kit-trust.dll +0 -0
- data/vendor/local/lib/pkcs11/p11-kit-trust.dll.a +0 -0
- data/vendor/local/lib/pkcs11/p11-kit-trust.la +3 -3
- data/vendor/local/lib/pkgconfig/gio-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gio-windows-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/glib-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gmodule-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gmodule-export-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gmodule-no-export-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gobject-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gthread-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/libidn2.pc +1 -1
- data/vendor/local/lib/pkgconfig/p11-kit-1.pc +1 -1
- data/vendor/local/libexec/p11-kit/p11-kit-remote.exe +0 -0
- data/vendor/local/libexec/p11-kit/p11-kit-server.exe +0 -0
- data/vendor/local/share/gdb/auto-load/home/vagrant/ruby-gnome2/glib2/vendor/local/lib/{libglib-2.0.so.0.5600.0-gdb.py → libglib-2.0.so.0.5600.1-gdb.py} +0 -0
- data/vendor/local/share/gdb/auto-load/home/vagrant/ruby-gnome2/glib2/vendor/local/lib/{libgobject-2.0.so.0.5600.0-gdb.py → libgobject-2.0.so.0.5600.1-gdb.py} +0 -0
- data/vendor/local/share/glib-2.0/codegen/__init__.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/__init__.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen_docbook.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen_docbook.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen_main.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen_main.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/config.py +1 -1
- data/vendor/local/share/glib-2.0/codegen/config.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/config.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/dbustypes.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/dbustypes.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/parser.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/parser.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/utils.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/utils.pyo +0 -0
- data/vendor/local/share/glib-2.0/gdb/gobject_gdb.py +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GApplication.html +35 -13
- data/vendor/local/share/gtk-doc/html/gio/gio.html +0 -4
- data/vendor/local/share/gtk-doc/html/gio/index.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Commandline-option-parser.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-File-Utilities.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-GVariant.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Keyed-Data-Lists.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Macros.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Utility-Functions.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Spawning-Processes.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/glib-Testing.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-Threads.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-UNIX-specific-utilities-and-integration.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Version-Information.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Windows-Compatibility-Functions.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/index.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/index.html +1 -1
- data/vendor/local/share/gtk-doc/html/libidn2/api-index-full.html +4 -10
- data/vendor/local/share/gtk-doc/html/libidn2/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/libidn2/index.html +3 -3
- data/vendor/local/share/gtk-doc/html/libidn2/left-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/libidn2/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/libidn2/libidn2-idn2.html +67 -75
- data/vendor/local/share/gtk-doc/html/libidn2/libidn2.devhelp2 +1 -0
- data/vendor/local/share/gtk-doc/html/libidn2/libidn2.html +2 -2
- data/vendor/local/share/gtk-doc/html/libidn2/right-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/libidn2/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/libidn2/style.css +4 -0
- data/vendor/local/share/gtk-doc/html/libidn2/up-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/libidn2/up.png +0 -0
- data/vendor/local/share/gtk-doc/html/p11-kit/config-example.html +3 -3
- data/vendor/local/share/gtk-doc/html/p11-kit/config-files.html +3 -3
- data/vendor/local/share/gtk-doc/html/p11-kit/config.html +3 -3
- data/vendor/local/share/gtk-doc/html/p11-kit/devel-building-style.html +3 -3
- data/vendor/local/share/gtk-doc/html/p11-kit/devel-building.html +4 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/devel-commands.html +3 -3
- data/vendor/local/share/gtk-doc/html/p11-kit/devel-debugging.html +3 -3
- data/vendor/local/share/gtk-doc/html/p11-kit/devel-paths.html +3 -3
- data/vendor/local/share/gtk-doc/html/p11-kit/devel-testing.html +4 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/devel.html +5 -5
- data/vendor/local/share/gtk-doc/html/p11-kit/index.html +5 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-Deprecated.html +3 -3
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-Future.html +292 -19
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-Modules.html +22 -16
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-PIN-Callbacks.html +19 -19
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-URIs.html +262 -21
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-Utilities.html +5 -5
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit.devhelp2 +21 -1
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit.html +18 -5
- data/vendor/local/share/gtk-doc/html/p11-kit/pkcs11-conf.html +6 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/reference.html +43 -3
- data/vendor/local/share/gtk-doc/html/p11-kit/remoting.html +230 -0
- data/vendor/local/share/gtk-doc/html/p11-kit/sharing-managed.html +3 -3
- data/vendor/local/share/gtk-doc/html/p11-kit/sharing.html +5 -5
- data/vendor/local/share/gtk-doc/html/p11-kit/tools.html +3 -3
- data/vendor/local/share/gtk-doc/html/p11-kit/trust-disable.html +3 -3
- data/vendor/local/share/gtk-doc/html/p11-kit/trust-glib-networking.html +3 -3
- data/vendor/local/share/gtk-doc/html/p11-kit/trust-module.html +5 -5
- data/vendor/local/share/gtk-doc/html/p11-kit/trust-nss.html +3 -3
- data/vendor/local/share/gtk-doc/html/p11-kit/trust.html +42 -7
- data/vendor/local/share/info/libidn2.info +94 -54
- data/vendor/local/share/locale/cs/LC_MESSAGES/libidn2.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/libidn2.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/libidn2.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/libidn2.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/libidn2.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/libidn2.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/libidn2.mo +0 -0
- data/vendor/local/share/locale/fur/LC_MESSAGES/libidn2.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/libidn2.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/libidn2.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/libidn2.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/libidn2.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/libidn2.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/libidn2.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/libidn2.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/libidn2.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/libidn2.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/libidn2.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/libidn2.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/libidn2.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/libidn2.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/libidn2.mo +0 -0
- data/vendor/local/share/man/man1/gapplication.1 +1 -1
- data/vendor/local/share/man/man1/gdbus-codegen.1 +1 -1
- data/vendor/local/share/man/man1/gdbus.1 +1 -1
- data/vendor/local/share/man/man1/gio-querymodules.1 +1 -1
- data/vendor/local/share/man/man1/gio.1 +1 -6
- data/vendor/local/share/man/man1/glib-compile-resources.1 +1 -1
- data/vendor/local/share/man/man1/glib-compile-schemas.1 +1 -1
- data/vendor/local/share/man/man1/glib-genmarshal.1 +1 -1
- data/vendor/local/share/man/man1/glib-gettextize.1 +1 -1
- data/vendor/local/share/man/man1/glib-mkenums.1 +1 -1
- data/vendor/local/share/man/man1/gobject-query.1 +1 -1
- data/vendor/local/share/man/man1/gresource.1 +1 -1
- data/vendor/local/share/man/man1/gsettings.1 +1 -1
- data/vendor/local/share/man/man1/gtester-report.1 +1 -1
- data/vendor/local/share/man/man1/gtester.1 +1 -1
- data/vendor/local/share/man/man3/idn2_check_version.3 +1 -1
- data/vendor/local/share/man/man3/idn2_free.3 +1 -1
- data/vendor/local/share/man/man3/idn2_lookup_u8.3 +1 -1
- data/vendor/local/share/man/man3/idn2_lookup_ul.3 +1 -1
- data/vendor/local/share/man/man3/idn2_register_u8.3 +1 -1
- data/vendor/local/share/man/man3/idn2_register_ul.3 +3 -2
- data/vendor/local/share/man/man3/idn2_strerror.3 +1 -1
- data/vendor/local/share/man/man3/idn2_strerror_name.3 +1 -1
- data/vendor/local/share/man/man3/idn2_to_ascii_4i.3 +6 -3
- data/vendor/local/share/man/man3/idn2_to_ascii_4z.3 +6 -3
- data/vendor/local/share/man/man3/idn2_to_ascii_8z.3 +6 -3
- data/vendor/local/share/man/man3/idn2_to_ascii_lz.3 +6 -3
- data/vendor/local/share/man/man3/idn2_to_unicode_44i.3 +1 -1
- data/vendor/local/share/man/man3/idn2_to_unicode_4z4z.3 +1 -1
- data/vendor/local/share/man/man3/idn2_to_unicode_8z4z.3 +1 -1
- data/vendor/local/share/man/man3/idn2_to_unicode_8z8z.3 +1 -1
- data/vendor/local/share/man/man3/idn2_to_unicode_8zlz.3 +1 -1
- data/vendor/local/share/man/man3/idn2_to_unicode_lzlz.3 +1 -1
- data/vendor/local/share/p11-kit/modules/p11-kit-trust.module +3 -0
- data/version.rb +30 -0
- metadata +52 -71
- data/vendor/local/share/installed-tests/glib-networking/certificate.test +0 -3
- data/vendor/local/share/installed-tests/glib-networking/connection.test +0 -3
- data/vendor/local/share/installed-tests/glib-networking/dtls-connection.test +0 -3
- data/vendor/local/share/installed-tests/glib-networking/file-database.test +0 -3
- data/vendor/local/share/installed-tests/glib-networking/pkcs11-array.test +0 -3
- data/vendor/local/share/installed-tests/glib-networking/pkcs11-pin.test +0 -3
- data/vendor/local/share/installed-tests/glib-networking/pkcs11-slot.test +0 -3
- data/vendor/local/share/installed-tests/glib-networking/pkcs11-util.test +0 -3
@@ -57,6 +57,7 @@
|
|
57
57
|
<keyword type="constant" name="IDN2_NONTRANSITIONAL" link="libidn2-idn2.html#IDN2-NONTRANSITIONAL:CAPS"/>
|
58
58
|
<keyword type="constant" name="IDN2_ALLOW_UNASSIGNED" link="libidn2-idn2.html#IDN2-ALLOW-UNASSIGNED:CAPS"/>
|
59
59
|
<keyword type="constant" name="IDN2_USE_STD3_ASCII_RULES" link="libidn2-idn2.html#IDN2-USE-STD3-ASCII-RULES:CAPS"/>
|
60
|
+
<keyword type="constant" name="IDN2_NO_TR46" link="libidn2-idn2.html#IDN2-NO-TR46:CAPS"/>
|
60
61
|
<keyword type="constant" name="IDN2_OK" link="libidn2-idn2.html#IDN2-OK:CAPS"/>
|
61
62
|
<keyword type="constant" name="IDN2_MALLOC" link="libidn2-idn2.html#IDN2-MALLOC:CAPS"/>
|
62
63
|
<keyword type="constant" name="IDN2_NO_CODESET" link="libidn2-idn2.html#IDN2-NO-CODESET:CAPS"/>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="index.html" title="Libidn2 Reference Manual">
|
9
9
|
<link rel="prev" href="index.html" title="Libidn2 Reference Manual">
|
10
10
|
<link rel="next" href="libidn2-idn2.html" title="idn2">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.28 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -30,6 +30,6 @@
|
|
30
30
|
</p>
|
31
31
|
</div>
|
32
32
|
<div class="footer">
|
33
|
-
<hr>Generated by GTK-Doc V1.
|
33
|
+
<hr>Generated by GTK-Doc V1.28</div>
|
34
34
|
</body>
|
35
35
|
</html>
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Example: p11-kit</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
|
7
7
|
<link rel="home" href="index.html" title="p11-kit">
|
8
8
|
<link rel="up" href="config.html" title="PKCS#11 Configuration">
|
9
9
|
<link rel="prev" href="config.html" title="PKCS#11 Configuration">
|
10
10
|
<link rel="next" href="config-files.html" title="Configuration Files">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.27 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -67,6 +67,6 @@ critical: yes
|
|
67
67
|
</pre>
|
68
68
|
</div>
|
69
69
|
<div class="footer">
|
70
|
-
<hr>Generated by GTK-Doc V1.
|
70
|
+
<hr>Generated by GTK-Doc V1.27</div>
|
71
71
|
</body>
|
72
72
|
</html>
|
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Configuration Files: p11-kit</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
|
7
7
|
<link rel="home" href="index.html" title="p11-kit">
|
8
8
|
<link rel="up" href="config.html" title="PKCS#11 Configuration">
|
9
9
|
<link rel="prev" href="config-example.html" title="Example">
|
10
10
|
<link rel="next" href="sharing.html" title="Sharing PKCS#11 modules">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.27 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -33,6 +33,6 @@
|
|
33
33
|
directory if running inside a setuid or setgid program.</p>
|
34
34
|
</div>
|
35
35
|
<div class="footer">
|
36
|
-
<hr>Generated by GTK-Doc V1.
|
36
|
+
<hr>Generated by GTK-Doc V1.27</div>
|
37
37
|
</body>
|
38
38
|
</html>
|
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>PKCS#11 Configuration: p11-kit</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
|
7
7
|
<link rel="home" href="index.html" title="p11-kit">
|
8
8
|
<link rel="up" href="index.html" title="p11-kit">
|
9
9
|
<link rel="prev" href="index.html" title="p11-kit">
|
10
10
|
<link rel="next" href="config-example.html" title="Example">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.27 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -43,6 +43,6 @@
|
|
43
43
|
</div>
|
44
44
|
</div>
|
45
45
|
<div class="footer">
|
46
|
-
<hr>Generated by GTK-Doc V1.
|
46
|
+
<hr>Generated by GTK-Doc V1.27</div>
|
47
47
|
</body>
|
48
48
|
</html>
|
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Coding Style: p11-kit</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
|
7
7
|
<link rel="home" href="index.html" title="p11-kit">
|
8
8
|
<link rel="up" href="devel.html" title="Building, Packaging, and Contributing to p11-kit">
|
9
9
|
<link rel="prev" href="devel-building.html" title="Compiling p11-kit from Source">
|
10
10
|
<link rel="next" href="devel-testing.html" title="Testing and Code Coverage">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.27 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -52,6 +52,6 @@
|
|
52
52
|
check for unexpected conditions.</p>
|
53
53
|
</div>
|
54
54
|
<div class="footer">
|
55
|
-
<hr>Generated by GTK-Doc V1.
|
55
|
+
<hr>Generated by GTK-Doc V1.27</div>
|
56
56
|
</body>
|
57
57
|
</html>
|
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Compiling p11-kit from Source: p11-kit</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
|
7
7
|
<link rel="home" href="index.html" title="p11-kit">
|
8
8
|
<link rel="up" href="devel.html" title="Building, Packaging, and Contributing to p11-kit">
|
9
9
|
<link rel="prev" href="devel-commands.html" title="Customizing installed commands">
|
10
10
|
<link rel="next" href="devel-building-style.html" title="Coding Style">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.27 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -26,7 +26,7 @@
|
|
26
26
|
source code. This is normally only necessary for those wishing to
|
27
27
|
contribute to the project or package p11-kit.</p>
|
28
28
|
<p>You can download
|
29
|
-
<a class="ulink" href="
|
29
|
+
<a class="ulink" href="https://github.com/p11-glue/p11-kit/releases" target="_top">tarballs
|
30
30
|
of the releases</a> of p11-kit or
|
31
31
|
<a class="ulink" href="https://github.com/p11-glue/p11-kit/" target="_top">check
|
32
32
|
out the source code from git</a>. This documentation will not
|
@@ -176,6 +176,6 @@ $ make install
|
|
176
176
|
</div>
|
177
177
|
</div>
|
178
178
|
<div class="footer">
|
179
|
-
<hr>Generated by GTK-Doc V1.
|
179
|
+
<hr>Generated by GTK-Doc V1.27</div>
|
180
180
|
</body>
|
181
181
|
</html>
|
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Customizing installed commands: p11-kit</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
|
7
7
|
<link rel="home" href="index.html" title="p11-kit">
|
8
8
|
<link rel="up" href="devel.html" title="Building, Packaging, and Contributing to p11-kit">
|
9
9
|
<link rel="prev" href="devel-paths.html" title="Packaging PKCS#11 module configs">
|
10
10
|
<link rel="next" href="devel-building.html" title="Compiling p11-kit from Source">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.27 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -39,6 +39,6 @@
|
|
39
39
|
of system administration.</p>
|
40
40
|
</div>
|
41
41
|
<div class="footer">
|
42
|
-
<hr>Generated by GTK-Doc V1.
|
42
|
+
<hr>Generated by GTK-Doc V1.27</div>
|
43
43
|
</body>
|
44
44
|
</html>
|
@@ -3,11 +3,11 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Debugging Tips: p11-kit</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
|
7
7
|
<link rel="home" href="index.html" title="p11-kit">
|
8
8
|
<link rel="up" href="devel.html" title="Building, Packaging, and Contributing to p11-kit">
|
9
9
|
<link rel="prev" href="devel-testing.html" title="Testing and Code Coverage">
|
10
|
-
<meta name="generator" content="GTK-Doc V1.
|
10
|
+
<meta name="generator" content="GTK-Doc V1.27 (XML mode)">
|
11
11
|
<link rel="stylesheet" href="style.css" type="text/css">
|
12
12
|
</head>
|
13
13
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -29,6 +29,6 @@
|
|
29
29
|
your configuration) when a critical warning occurs.</p>
|
30
30
|
</div>
|
31
31
|
<div class="footer">
|
32
|
-
<hr>Generated by GTK-Doc V1.
|
32
|
+
<hr>Generated by GTK-Doc V1.27</div>
|
33
33
|
</body>
|
34
34
|
</html>
|
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Packaging PKCS#11 module configs: p11-kit</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
|
7
7
|
<link rel="home" href="index.html" title="p11-kit">
|
8
8
|
<link rel="up" href="devel.html" title="Building, Packaging, and Contributing to p11-kit">
|
9
9
|
<link rel="prev" href="devel.html" title="Building, Packaging, and Contributing to p11-kit">
|
10
10
|
<link rel="next" href="devel-commands.html" title="Customizing installed commands">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.27 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -54,6 +54,6 @@ $ <span class="command"><strong>pkg-config p11-kit-1 --variable p11_module_path<
|
|
54
54
|
</div>
|
55
55
|
</div>
|
56
56
|
<div class="footer">
|
57
|
-
<hr>Generated by GTK-Doc V1.
|
57
|
+
<hr>Generated by GTK-Doc V1.27</div>
|
58
58
|
</body>
|
59
59
|
</html>
|
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Testing and Code Coverage: p11-kit</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
|
7
7
|
<link rel="home" href="index.html" title="p11-kit">
|
8
8
|
<link rel="up" href="devel.html" title="Building, Packaging, and Contributing to p11-kit">
|
9
9
|
<link rel="prev" href="devel-building-style.html" title="Coding Style">
|
10
10
|
<link rel="next" href="devel-debugging.html" title="Debugging Tips">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.27 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -38,9 +38,9 @@
|
|
38
38
|
<code class="literal">git coverage</code></a> to easily check whether
|
39
39
|
you've tested the lines changed by a patch.</p>
|
40
40
|
<p>A code coverage report is
|
41
|
-
<a class="ulink" href="
|
41
|
+
<a class="ulink" href="https://coveralls.io/github/p11-glue/p11-kit" target="_top">available online</a></p>.
|
42
42
|
</div>
|
43
43
|
<div class="footer">
|
44
|
-
<hr>Generated by GTK-Doc V1.
|
44
|
+
<hr>Generated by GTK-Doc V1.27</div>
|
45
45
|
</body>
|
46
46
|
</html>
|
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Building, Packaging, and Contributing to p11-kit: p11-kit</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
|
7
7
|
<link rel="home" href="index.html" title="p11-kit">
|
8
8
|
<link rel="up" href="index.html" title="p11-kit">
|
9
9
|
<link rel="prev" href="p11-kit-Deprecated.html" title="Deprecated">
|
10
10
|
<link rel="next" href="devel-paths.html" title="Packaging PKCS#11 module configs">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.27 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -46,13 +46,13 @@
|
|
46
46
|
<p>Use the following to find more information about
|
47
47
|
contributing to p11-kit beyond what's in this manual:</p>
|
48
48
|
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
|
49
|
-
<li class="listitem"><p><a class="ulink" href="
|
49
|
+
<li class="listitem"><p><a class="ulink" href="https://p11-glue.github.io/p11-glue/p11-kit.html" target="_top">Website</a></p></li>
|
50
50
|
<li class="listitem"><p><a class="ulink" href="mail:p11-glue@lists.freedesktop.org" target="_top">Mailing list</a></p></li>
|
51
|
-
<li class="listitem"><p><a class="ulink" href="https://
|
51
|
+
<li class="listitem"><p><a class="ulink" href="https://github.com/p11-glue/p11-kit/issues/" target="_top">Issue tracker</a></p></li>
|
52
52
|
</ul></div>
|
53
53
|
</div>
|
54
54
|
</div>
|
55
55
|
<div class="footer">
|
56
|
-
<hr>Generated by GTK-Doc V1.
|
56
|
+
<hr>Generated by GTK-Doc V1.27</div>
|
57
57
|
</body>
|
58
58
|
</html>
|
@@ -3,10 +3,10 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>p11-kit: p11-kit</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
|
7
7
|
<link rel="home" href="index.html" title="p11-kit">
|
8
8
|
<link rel="next" href="config.html" title="PKCS#11 Configuration">
|
9
|
-
<meta name="generator" content="GTK-Doc V1.
|
9
|
+
<meta name="generator" content="GTK-Doc V1.27 (XML mode)">
|
10
10
|
<link rel="stylesheet" href="style.css" type="text/css">
|
11
11
|
</head>
|
12
12
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -14,7 +14,7 @@
|
|
14
14
|
<div class="titlepage">
|
15
15
|
<div>
|
16
16
|
<div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">p11-kit</p></th></tr></table></div>
|
17
|
-
<div><p class="releaseinfo">for p11-kit 0.23.
|
17
|
+
<div><p class="releaseinfo">for p11-kit 0.23.12</p></div>
|
18
18
|
</div>
|
19
19
|
<hr>
|
20
20
|
</div>
|
@@ -31,6 +31,7 @@
|
|
31
31
|
<dt><span class="section"><a href="sharing-managed.html">Managed modules</a></span></dt>
|
32
32
|
</dl></dd>
|
33
33
|
<dt><span class="chapter"><a href="sharing.html">Proxy Module</a></span></dt>
|
34
|
+
<dt><span class="chapter"><a href="remoting.html">Remoting / Forwarding</a></span></dt>
|
34
35
|
<dt><span class="chapter"><a href="trust-module.html">Trust Policy Module</a></span></dt>
|
35
36
|
<dd><dl>
|
36
37
|
<dt><span class="section"><a href="trust-module.html#trust-files">Paths loaded by the Module</a></span></dt>
|
@@ -95,6 +96,6 @@
|
|
95
96
|
</dl></div>
|
96
97
|
</div>
|
97
98
|
<div class="footer">
|
98
|
-
<hr>Generated by GTK-Doc V1.
|
99
|
+
<hr>Generated by GTK-Doc V1.27</div>
|
99
100
|
</body>
|
100
101
|
</html>
|
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Deprecated: p11-kit</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
|
7
7
|
<link rel="home" href="index.html" title="p11-kit">
|
8
8
|
<link rel="up" href="reference.html" title="API Reference">
|
9
9
|
<link rel="prev" href="p11-kit-Future.html" title="Future">
|
10
10
|
<link rel="next" href="devel.html" title="Building, Packaging, and Contributing to p11-kit">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.27 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -458,6 +458,6 @@ initialized using <a class="link" href="p11-kit-Deprecated.html#p11-kit-initiali
|
|
458
458
|
</div>
|
459
459
|
</div>
|
460
460
|
<div class="footer">
|
461
|
-
<hr>Generated by GTK-Doc V1.
|
461
|
+
<hr>Generated by GTK-Doc V1.27</div>
|
462
462
|
</body>
|
463
463
|
</html>
|
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Future: p11-kit</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
|
7
7
|
<link rel="home" href="index.html" title="p11-kit">
|
8
8
|
<link rel="up" href="reference.html" title="API Reference">
|
9
9
|
<link rel="prev" href="p11-kit-Utilities.html" title="Utilities">
|
10
10
|
<link rel="next" href="p11-kit-Deprecated.html" title="Deprecated">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.27 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -121,6 +121,14 @@
|
|
121
121
|
</tr>
|
122
122
|
<tr>
|
123
123
|
<td class="function_type">
|
124
|
+
<a class="link" href="p11-kit-Future.html#P11KitIterKind" title="enum P11KitIterKind"><span class="returnvalue">P11KitIterKind</span></a>
|
125
|
+
</td>
|
126
|
+
<td class="function_name">
|
127
|
+
<a class="link" href="p11-kit-Future.html#p11-kit-iter-get-kind" title="p11_kit_iter_get_kind ()">p11_kit_iter_get_kind</a> <span class="c_punctuation">()</span>
|
128
|
+
</td>
|
129
|
+
</tr>
|
130
|
+
<tr>
|
131
|
+
<td class="function_type">
|
124
132
|
<span class="returnvalue">CK_FUNCTION_LIST_PTR</span>
|
125
133
|
</td>
|
126
134
|
<td class="function_name">
|
@@ -215,6 +223,22 @@
|
|
215
223
|
<a class="link" href="p11-kit-Future.html#p11-kit-remote-serve-module" title="p11_kit_remote_serve_module ()">p11_kit_remote_serve_module</a> <span class="c_punctuation">()</span>
|
216
224
|
</td>
|
217
225
|
</tr>
|
226
|
+
<tr>
|
227
|
+
<td class="function_type">
|
228
|
+
<span class="returnvalue">int</span>
|
229
|
+
</td>
|
230
|
+
<td class="function_name">
|
231
|
+
<a class="link" href="p11-kit-Future.html#p11-kit-remote-serve-token" title="p11_kit_remote_serve_token ()">p11_kit_remote_serve_token</a> <span class="c_punctuation">()</span>
|
232
|
+
</td>
|
233
|
+
</tr>
|
234
|
+
<tr>
|
235
|
+
<td class="function_type">
|
236
|
+
<span class="returnvalue">int</span>
|
237
|
+
</td>
|
238
|
+
<td class="function_name">
|
239
|
+
<a class="link" href="p11-kit-Future.html#p11-kit-remote-serve-tokens" title="p11_kit_remote_serve_tokens ()">p11_kit_remote_serve_tokens</a> <span class="c_punctuation">()</span>
|
240
|
+
</td>
|
241
|
+
</tr>
|
218
242
|
</tbody>
|
219
243
|
</table></div>
|
220
244
|
</div>
|
@@ -236,6 +260,10 @@
|
|
236
260
|
</tr>
|
237
261
|
<tr>
|
238
262
|
<td class="datatype_keyword">enum</td>
|
263
|
+
<td class="function_name"><a class="link" href="p11-kit-Future.html#P11KitIterKind" title="enum P11KitIterKind">P11KitIterKind</a></td>
|
264
|
+
</tr>
|
265
|
+
<tr>
|
266
|
+
<td class="datatype_keyword">enum</td>
|
239
267
|
<td class="function_name"><a class="link" href="p11-kit-Future.html#P11KitIterBehavior" title="enum P11KitIterBehavior">P11KitIterBehavior</a></td>
|
240
268
|
</tr>
|
241
269
|
</tbody>
|
@@ -322,7 +350,7 @@ objects, unless otherwise filtered.</p>
|
|
322
350
|
<tbody>
|
323
351
|
<tr>
|
324
352
|
<td class="parameter_name"><p>uri</p></td>
|
325
|
-
<td class="parameter_description"><p>
|
353
|
+
<td class="parameter_description"><p>a PKCS#11 URI to filter on, or <a href="../liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
326
354
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
327
355
|
</tr>
|
328
356
|
<tr>
|
@@ -335,7 +363,7 @@ objects, unless otherwise filtered.</p>
|
|
335
363
|
</div>
|
336
364
|
<div class="refsect3">
|
337
365
|
<a name="p11-kit-iter-new.returns"></a><h4>Returns</h4>
|
338
|
-
<p>
|
366
|
+
<p>a new iterator, which should be freed
|
339
367
|
with <a class="link" href="p11-kit-Future.html#p11-kit-iter-free" title="p11_kit_iter_free ()"><code class="function">p11_kit_iter_free()</code></a>. </p>
|
340
368
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
341
369
|
</div>
|
@@ -374,7 +402,7 @@ called before iterating begins.</p>
|
|
374
402
|
</tr>
|
375
403
|
<tr>
|
376
404
|
<td class="parameter_name"><p>uri</p></td>
|
377
|
-
<td class="parameter_description"><p>
|
405
|
+
<td class="parameter_description"><p>a PKCS#11 URI to filter on, or <a href="../liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
378
406
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
379
407
|
</tr>
|
380
408
|
</tbody>
|
@@ -419,12 +447,12 @@ it to <code class="literal">CK_FALSE</code> when necessary.</p>
|
|
419
447
|
</tr>
|
420
448
|
<tr>
|
421
449
|
<td class="parameter_name"><p>callback_data</p></td>
|
422
|
-
<td class="parameter_description"><p>
|
450
|
+
<td class="parameter_description"><p>data to pass to the function. </p></td>
|
423
451
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
424
452
|
</tr>
|
425
453
|
<tr>
|
426
454
|
<td class="parameter_name"><p>callback_destroy</p></td>
|
427
|
-
<td class="parameter_description"><p>
|
455
|
+
<td class="parameter_description"><p>used to cleanup the data. </p></td>
|
428
456
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
429
457
|
</tr>
|
430
458
|
</tbody>
|
@@ -459,7 +487,7 @@ This function can be called multiple times.</p>
|
|
459
487
|
</tr>
|
460
488
|
<tr>
|
461
489
|
<td class="parameter_name"><p>matching</p></td>
|
462
|
-
<td class="parameter_description"><p>
|
490
|
+
<td class="parameter_description"><p>the attributes that the objects should match. </p></td>
|
463
491
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=count]</span></td>
|
464
492
|
</tr>
|
465
493
|
<tr>
|
@@ -501,7 +529,7 @@ anything but CKR_OK, then the iteration is stopped, and
|
|
501
529
|
</tr>
|
502
530
|
<tr>
|
503
531
|
<td class="parameter_name"><p>matches</p></td>
|
504
|
-
<td class="parameter_description"><p>
|
532
|
+
<td class="parameter_description"><p>whether to match the current object. </p></td>
|
505
533
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span></td>
|
506
534
|
</tr>
|
507
535
|
<tr>
|
@@ -548,7 +576,7 @@ for objects matching the search criteria.</p>
|
|
548
576
|
</tr>
|
549
577
|
<tr>
|
550
578
|
<td class="parameter_name"><p>modules</p></td>
|
551
|
-
<td class="parameter_description"><p>
|
579
|
+
<td class="parameter_description"><p>null-terminated list of
|
552
580
|
modules to iterate over. </p></td>
|
553
581
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> zero-terminated=1]</span></td>
|
554
582
|
</tr>
|
@@ -594,12 +622,12 @@ are also limited to the slot which the session was opened for.</p>
|
|
594
622
|
</tr>
|
595
623
|
<tr>
|
596
624
|
<td class="parameter_name"><p>slot</p></td>
|
597
|
-
<td class="parameter_description"><p>
|
625
|
+
<td class="parameter_description"><p>the slot to iterate objects in, or zero. </p></td>
|
598
626
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
599
627
|
</tr>
|
600
628
|
<tr>
|
601
629
|
<td class="parameter_name"><p>session</p></td>
|
602
|
-
<td class="parameter_description"><p>
|
630
|
+
<td class="parameter_description"><p>the session to search for objects on, or zero. </p></td>
|
603
631
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
604
632
|
</tr>
|
605
633
|
</tbody>
|
@@ -640,6 +668,34 @@ as matching objects.</p>
|
|
640
668
|
</div>
|
641
669
|
<hr>
|
642
670
|
<div class="refsect2">
|
671
|
+
<a name="p11-kit-iter-get-kind"></a><h3>p11_kit_iter_get_kind ()</h3>
|
672
|
+
<pre class="programlisting"><a class="link" href="p11-kit-Future.html#P11KitIterKind" title="enum P11KitIterKind"><span class="returnvalue">P11KitIterKind</span></a>
|
673
|
+
p11_kit_iter_get_kind (<em class="parameter"><code><a class="link" href="p11-kit-Future.html#P11KitIter" title="P11KitIter"><span class="type">P11KitIter</span></a> *iter</code></em>);</pre>
|
674
|
+
<p>Get the kind of the current match (a module, slot, token, or an
|
675
|
+
object).</p>
|
676
|
+
<p>This can only be called after <a class="link" href="p11-kit-Future.html#p11-kit-iter-next" title="p11_kit_iter_next ()"><code class="function">p11_kit_iter_next()</code></a> succeeds.</p>
|
677
|
+
<div class="refsect3">
|
678
|
+
<a name="p11-kit-iter-get-kind.parameters"></a><h4>Parameters</h4>
|
679
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
680
|
+
<colgroup>
|
681
|
+
<col width="150px" class="parameters_name">
|
682
|
+
<col class="parameters_description">
|
683
|
+
<col width="200px" class="parameters_annotations">
|
684
|
+
</colgroup>
|
685
|
+
<tbody><tr>
|
686
|
+
<td class="parameter_name"><p>iter</p></td>
|
687
|
+
<td class="parameter_description"><p>the iterator</p></td>
|
688
|
+
<td class="parameter_annotations"> </td>
|
689
|
+
</tr></tbody>
|
690
|
+
</table></div>
|
691
|
+
</div>
|
692
|
+
<div class="refsect3">
|
693
|
+
<a name="p11-kit-iter-get-kind.returns"></a><h4>Returns</h4>
|
694
|
+
<p> a <a class="link" href="p11-kit-Future.html#P11KitIterKind" title="enum P11KitIterKind"><span class="type">P11KitIterKind</span></a> value</p>
|
695
|
+
</div>
|
696
|
+
</div>
|
697
|
+
<hr>
|
698
|
+
<div class="refsect2">
|
643
699
|
<a name="p11-kit-iter-get-module"></a><h3>p11_kit_iter_get_module ()</h3>
|
644
700
|
<pre class="programlisting"><span class="returnvalue">CK_FUNCTION_LIST_PTR</span>
|
645
701
|
p11_kit_iter_get_module (<em class="parameter"><code><a class="link" href="p11-kit-Future.html#P11KitIter" title="P11KitIter"><span class="type">P11KitIter</span></a> *iter</code></em>);</pre>
|
@@ -867,7 +923,7 @@ helpful variant.</p>
|
|
867
923
|
</tr>
|
868
924
|
<tr>
|
869
925
|
<td class="parameter_name"><p>template</p></td>
|
870
|
-
<td class="parameter_description"><p>
|
926
|
+
<td class="parameter_description"><p>the attributes to get. </p></td>
|
871
927
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=count][<acronym title="Parameter for input and for returning results. Default is transfer full."><span class="acronym">inout</span></acronym>]</span></td>
|
872
928
|
</tr>
|
873
929
|
<tr>
|
@@ -896,13 +952,13 @@ of that attribute retrieved from the object. After use the
|
|
896
952
|
attribute value memory pointed to by the <code class="literal">pValue</code>
|
897
953
|
of each attribute should be freed with the <code class="literal">free()</code>
|
898
954
|
function.</p>
|
899
|
-
<p>If the <code class="literal">pValue</code> of an attribute is not <a href="
|
955
|
+
<p>If the <code class="literal">pValue</code> of an attribute is not <a href="../liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> passed
|
900
956
|
to this function, then it will be passed to
|
901
957
|
<code class="literal">realloc()</code> to allocate the correct amount
|
902
958
|
of space for the attribute value.</p>
|
903
959
|
<p>If any attribute is not present on the object, or is sensitive and
|
904
960
|
cannot be retrieved, then the <code class="literal">pValue</code> will be NULL.
|
905
|
-
If <code class="literal">pValue</code> was not <a href="
|
961
|
+
If <code class="literal">pValue</code> was not <a href="../liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> when passed to this function
|
906
962
|
then it will be freed with <code class="literal">free()</code>. In these
|
907
963
|
cases <code class="literal">CKR_OK</code> is returned.</p>
|
908
964
|
<p>This can only be called after <a class="link" href="p11-kit-Future.html#p11-kit-iter-next" title="p11_kit_iter_next ()"><code class="function">p11_kit_iter_next()</code></a> succeeds.</p>
|
@@ -922,7 +978,7 @@ cases <code class="literal">CKR_OK</code> is returned.</p>
|
|
922
978
|
</tr>
|
923
979
|
<tr>
|
924
980
|
<td class="parameter_name"><p>template</p></td>
|
925
|
-
<td class="parameter_description"><p>
|
981
|
+
<td class="parameter_description"><p>the attributes to load. </p></td>
|
926
982
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=count][<acronym title="Parameter for input and for returning results. Default is transfer full."><span class="acronym">inout</span></acronym>]</span></td>
|
927
983
|
</tr>
|
928
984
|
<tr>
|
@@ -995,6 +1051,143 @@ or callbacks held by the iterator.</p>
|
|
995
1051
|
p11_kit_remote_serve_module (<em class="parameter"><code><span class="type">CK_FUNCTION_LIST</span> *module</code></em>,
|
996
1052
|
<em class="parameter"><code><span class="type">int</span> in_fd</code></em>,
|
997
1053
|
<em class="parameter"><code><span class="type">int</span> out_fd</code></em>);</pre>
|
1054
|
+
<p>Run a module on a given pair of input/output FDs.</p>
|
1055
|
+
<div class="refsect3">
|
1056
|
+
<a name="p11-kit-remote-serve-module.parameters"></a><h4>Parameters</h4>
|
1057
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1058
|
+
<colgroup>
|
1059
|
+
<col width="150px" class="parameters_name">
|
1060
|
+
<col class="parameters_description">
|
1061
|
+
<col width="200px" class="parameters_annotations">
|
1062
|
+
</colgroup>
|
1063
|
+
<tbody>
|
1064
|
+
<tr>
|
1065
|
+
<td class="parameter_name"><p>module</p></td>
|
1066
|
+
<td class="parameter_description"><p>a pointer to a loaded module</p></td>
|
1067
|
+
<td class="parameter_annotations"> </td>
|
1068
|
+
</tr>
|
1069
|
+
<tr>
|
1070
|
+
<td class="parameter_name"><p>in_fd</p></td>
|
1071
|
+
<td class="parameter_description"><p>input fd</p></td>
|
1072
|
+
<td class="parameter_annotations"> </td>
|
1073
|
+
</tr>
|
1074
|
+
<tr>
|
1075
|
+
<td class="parameter_name"><p>out_fd</p></td>
|
1076
|
+
<td class="parameter_description"><p>output fd</p></td>
|
1077
|
+
<td class="parameter_annotations"> </td>
|
1078
|
+
</tr>
|
1079
|
+
</tbody>
|
1080
|
+
</table></div>
|
1081
|
+
</div>
|
1082
|
+
<div class="refsect3">
|
1083
|
+
<a name="p11-kit-remote-serve-module.returns"></a><h4>Returns</h4>
|
1084
|
+
<p> 0 if success, non-zero otherwise.</p>
|
1085
|
+
</div>
|
1086
|
+
</div>
|
1087
|
+
<hr>
|
1088
|
+
<div class="refsect2">
|
1089
|
+
<a name="p11-kit-remote-serve-token"></a><h3>p11_kit_remote_serve_token ()</h3>
|
1090
|
+
<pre class="programlisting"><span class="returnvalue">int</span>
|
1091
|
+
p11_kit_remote_serve_token (<em class="parameter"><code><span class="type">CK_FUNCTION_LIST</span> *module</code></em>,
|
1092
|
+
<em class="parameter"><code><span class="type">CK_TOKEN_INFO</span> *token</code></em>,
|
1093
|
+
<em class="parameter"><code><span class="type">int</span> in_fd</code></em>,
|
1094
|
+
<em class="parameter"><code><span class="type">int</span> out_fd</code></em>);</pre>
|
1095
|
+
<div class="warning">
|
1096
|
+
<p><code class="literal">p11_kit_remote_serve_token</code> is deprecated and should not be used in newly-written code.</p>
|
1097
|
+
<p>use <a class="link" href="p11-kit-Future.html#p11-kit-remote-serve-tokens" title="p11_kit_remote_serve_tokens ()"><code class="function">p11_kit_remote_serve_tokens()</code></a></p>
|
1098
|
+
</div>
|
1099
|
+
<p>Run a token wrapped in a module on a given pair of input/output FDs.</p>
|
1100
|
+
<div class="refsect3">
|
1101
|
+
<a name="p11-kit-remote-serve-token.parameters"></a><h4>Parameters</h4>
|
1102
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1103
|
+
<colgroup>
|
1104
|
+
<col width="150px" class="parameters_name">
|
1105
|
+
<col class="parameters_description">
|
1106
|
+
<col width="200px" class="parameters_annotations">
|
1107
|
+
</colgroup>
|
1108
|
+
<tbody>
|
1109
|
+
<tr>
|
1110
|
+
<td class="parameter_name"><p>module</p></td>
|
1111
|
+
<td class="parameter_description"><p>a pointer to a loaded module</p></td>
|
1112
|
+
<td class="parameter_annotations"> </td>
|
1113
|
+
</tr>
|
1114
|
+
<tr>
|
1115
|
+
<td class="parameter_name"><p>token</p></td>
|
1116
|
+
<td class="parameter_description"><p>a token info</p></td>
|
1117
|
+
<td class="parameter_annotations"> </td>
|
1118
|
+
</tr>
|
1119
|
+
<tr>
|
1120
|
+
<td class="parameter_name"><p>in_fd</p></td>
|
1121
|
+
<td class="parameter_description"><p>input fd</p></td>
|
1122
|
+
<td class="parameter_annotations"> </td>
|
1123
|
+
</tr>
|
1124
|
+
<tr>
|
1125
|
+
<td class="parameter_name"><p>out_fd</p></td>
|
1126
|
+
<td class="parameter_description"><p>output fd</p></td>
|
1127
|
+
<td class="parameter_annotations"> </td>
|
1128
|
+
</tr>
|
1129
|
+
</tbody>
|
1130
|
+
</table></div>
|
1131
|
+
</div>
|
1132
|
+
<div class="refsect3">
|
1133
|
+
<a name="p11-kit-remote-serve-token.returns"></a><h4>Returns</h4>
|
1134
|
+
<p> 0 if success, non-zero otherwise.</p>
|
1135
|
+
</div>
|
1136
|
+
</div>
|
1137
|
+
<hr>
|
1138
|
+
<div class="refsect2">
|
1139
|
+
<a name="p11-kit-remote-serve-tokens"></a><h3>p11_kit_remote_serve_tokens ()</h3>
|
1140
|
+
<pre class="programlisting"><span class="returnvalue">int</span>
|
1141
|
+
p11_kit_remote_serve_tokens (<em class="parameter"><code>const <span class="type">char</span> **tokens</code></em>,
|
1142
|
+
<em class="parameter"><code><span class="type">size_t</span> n_tokens</code></em>,
|
1143
|
+
<em class="parameter"><code><span class="type">CK_FUNCTION_LIST</span> *module</code></em>,
|
1144
|
+
<em class="parameter"><code><span class="type">int</span> in_fd</code></em>,
|
1145
|
+
<em class="parameter"><code><span class="type">int</span> out_fd</code></em>);</pre>
|
1146
|
+
<div class="warning"><p><code class="literal">p11_kit_remote_serve_tokens</code> is deprecated and should not be used in newly-written code.</p></div>
|
1147
|
+
<p>Expose tokens on a given pair of input/output FDs. All the tokens
|
1148
|
+
must be provided by the same module.</p>
|
1149
|
+
<div class="refsect3">
|
1150
|
+
<a name="p11-kit-remote-serve-tokens.parameters"></a><h4>Parameters</h4>
|
1151
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1152
|
+
<colgroup>
|
1153
|
+
<col width="150px" class="parameters_name">
|
1154
|
+
<col class="parameters_description">
|
1155
|
+
<col width="200px" class="parameters_annotations">
|
1156
|
+
</colgroup>
|
1157
|
+
<tbody>
|
1158
|
+
<tr>
|
1159
|
+
<td class="parameter_name"><p>tokens</p></td>
|
1160
|
+
<td class="parameter_description"><p>a list of token URIs</p></td>
|
1161
|
+
<td class="parameter_annotations"> </td>
|
1162
|
+
</tr>
|
1163
|
+
<tr>
|
1164
|
+
<td class="parameter_name"><p>n_tokens</p></td>
|
1165
|
+
<td class="parameter_description"><p>the length of <em class="parameter"><code>tokens</code></em>
|
1166
|
+
</p></td>
|
1167
|
+
<td class="parameter_annotations"> </td>
|
1168
|
+
</tr>
|
1169
|
+
<tr>
|
1170
|
+
<td class="parameter_name"><p>module</p></td>
|
1171
|
+
<td class="parameter_description"><p>a PKCS#11 module that provides the tokens. </p></td>
|
1172
|
+
<td class="parameter_annotations"><span class="annotation">[<a href="http://foldoc.org/nullable"><span class="acronym">nullable</span></a>]</span></td>
|
1173
|
+
</tr>
|
1174
|
+
<tr>
|
1175
|
+
<td class="parameter_name"><p>in_fd</p></td>
|
1176
|
+
<td class="parameter_description"><p>input fd</p></td>
|
1177
|
+
<td class="parameter_annotations"> </td>
|
1178
|
+
</tr>
|
1179
|
+
<tr>
|
1180
|
+
<td class="parameter_name"><p>out_fd</p></td>
|
1181
|
+
<td class="parameter_description"><p>output fd</p></td>
|
1182
|
+
<td class="parameter_annotations"> </td>
|
1183
|
+
</tr>
|
1184
|
+
</tbody>
|
1185
|
+
</table></div>
|
1186
|
+
</div>
|
1187
|
+
<div class="refsect3">
|
1188
|
+
<a name="p11-kit-remote-serve-tokens.returns"></a><h4>Returns</h4>
|
1189
|
+
<p> 0 if success, non-zero otherwise.</p>
|
1190
|
+
</div>
|
998
1191
|
</div>
|
999
1192
|
</div>
|
1000
1193
|
<div class="refsect1">
|
@@ -1003,7 +1196,7 @@ p11_kit_remote_serve_module (<em class="parameter"><code><span class="type">CK_F
|
|
1003
1196
|
<a name="P11KitIter"></a><h3>P11KitIter</h3>
|
1004
1197
|
<pre class="programlisting">typedef struct p11_kit_iter P11KitIter;
|
1005
1198
|
</pre>
|
1006
|
-
<p>Used to iterate over PKCS#11 objects.</p>
|
1199
|
+
<p>Used to iterate over PKCS#11 objects, tokens, slots, and modules.</p>
|
1007
1200
|
</div>
|
1008
1201
|
<hr>
|
1009
1202
|
<div class="refsect2">
|
@@ -1013,6 +1206,58 @@ p11_kit_remote_serve_module (<em class="parameter"><code><span class="type">CK_F
|
|
1013
1206
|
</div>
|
1014
1207
|
<hr>
|
1015
1208
|
<div class="refsect2">
|
1209
|
+
<a name="P11KitIterKind"></a><h3>enum P11KitIterKind</h3>
|
1210
|
+
<p>The kind of the current match.</p>
|
1211
|
+
<div class="refsect3">
|
1212
|
+
<a name="P11KitIterKind.members"></a><h4>Members</h4>
|
1213
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1214
|
+
<colgroup>
|
1215
|
+
<col width="300px" class="enum_members_name">
|
1216
|
+
<col class="enum_members_description">
|
1217
|
+
<col width="200px" class="enum_members_annotations">
|
1218
|
+
</colgroup>
|
1219
|
+
<tbody>
|
1220
|
+
<tr>
|
1221
|
+
<td class="enum_member_name"><p><a name="P11-KIT-ITER-KIND-MODULE:CAPS"></a>P11_KIT_ITER_KIND_MODULE</p></td>
|
1222
|
+
<td class="enum_member_description">
|
1223
|
+
<p>The iterator is pointing to a module.</p>
|
1224
|
+
</td>
|
1225
|
+
<td class="enum_member_annotations"> </td>
|
1226
|
+
</tr>
|
1227
|
+
<tr>
|
1228
|
+
<td class="enum_member_name"><p><a name="P11-KIT-ITER-KIND-SLOT:CAPS"></a>P11_KIT_ITER_KIND_SLOT</p></td>
|
1229
|
+
<td class="enum_member_description">
|
1230
|
+
<p>The iterator is pointing to a slot.</p>
|
1231
|
+
</td>
|
1232
|
+
<td class="enum_member_annotations"> </td>
|
1233
|
+
</tr>
|
1234
|
+
<tr>
|
1235
|
+
<td class="enum_member_name"><p><a name="P11-KIT-ITER-KIND-TOKEN:CAPS"></a>P11_KIT_ITER_KIND_TOKEN</p></td>
|
1236
|
+
<td class="enum_member_description">
|
1237
|
+
<p>The iterator is pointing to a token.</p>
|
1238
|
+
</td>
|
1239
|
+
<td class="enum_member_annotations"> </td>
|
1240
|
+
</tr>
|
1241
|
+
<tr>
|
1242
|
+
<td class="enum_member_name"><p><a name="P11-KIT-ITER-KIND-OBJECT:CAPS"></a>P11_KIT_ITER_KIND_OBJECT</p></td>
|
1243
|
+
<td class="enum_member_description">
|
1244
|
+
<p>The iterator is pointing to an object.</p>
|
1245
|
+
</td>
|
1246
|
+
<td class="enum_member_annotations"> </td>
|
1247
|
+
</tr>
|
1248
|
+
<tr>
|
1249
|
+
<td class="enum_member_name"><p><a name="P11-KIT-ITER-KIND-UNKNOWN:CAPS"></a>P11_KIT_ITER_KIND_UNKNOWN</p></td>
|
1250
|
+
<td class="enum_member_description">
|
1251
|
+
<p>The iterator doesn't point to anything.</p>
|
1252
|
+
</td>
|
1253
|
+
<td class="enum_member_annotations"> </td>
|
1254
|
+
</tr>
|
1255
|
+
</tbody>
|
1256
|
+
</table></div>
|
1257
|
+
</div>
|
1258
|
+
</div>
|
1259
|
+
<hr>
|
1260
|
+
<div class="refsect2">
|
1016
1261
|
<a name="P11KitIterBehavior"></a><h3>enum P11KitIterBehavior</h3>
|
1017
1262
|
<p>Various flags controlling the behavior of the iterator.</p>
|
1018
1263
|
<div class="refsect3">
|
@@ -1036,7 +1281,35 @@ p11_kit_remote_serve_module (<em class="parameter"><code><span class="type">CK_F
|
|
1036
1281
|
<td class="enum_member_name"><p><a name="P11-KIT-ITER-WANT-WRITABLE:CAPS"></a>P11_KIT_ITER_WANT_WRITABLE</p></td>
|
1037
1282
|
<td class="enum_member_description">
|
1038
1283
|
<p>Try to open read-write sessions when
|
1039
|
-
iterating over
|
1284
|
+
iterating over objects.</p>
|
1285
|
+
</td>
|
1286
|
+
<td class="enum_member_annotations"> </td>
|
1287
|
+
</tr>
|
1288
|
+
<tr>
|
1289
|
+
<td class="enum_member_name"><p><a name="P11-KIT-ITER-WITH-MODULES:CAPS"></a>P11_KIT_ITER_WITH_MODULES</p></td>
|
1290
|
+
<td class="enum_member_description">
|
1291
|
+
<p>Stop at each module while iterating.</p>
|
1292
|
+
</td>
|
1293
|
+
<td class="enum_member_annotations"> </td>
|
1294
|
+
</tr>
|
1295
|
+
<tr>
|
1296
|
+
<td class="enum_member_name"><p><a name="P11-KIT-ITER-WITH-SLOTS:CAPS"></a>P11_KIT_ITER_WITH_SLOTS</p></td>
|
1297
|
+
<td class="enum_member_description">
|
1298
|
+
<p>Stop at each slot while iterating.</p>
|
1299
|
+
</td>
|
1300
|
+
<td class="enum_member_annotations"> </td>
|
1301
|
+
</tr>
|
1302
|
+
<tr>
|
1303
|
+
<td class="enum_member_name"><p><a name="P11-KIT-ITER-WITH-TOKENS:CAPS"></a>P11_KIT_ITER_WITH_TOKENS</p></td>
|
1304
|
+
<td class="enum_member_description">
|
1305
|
+
<p>Stop at each token while iterating.</p>
|
1306
|
+
</td>
|
1307
|
+
<td class="enum_member_annotations"> </td>
|
1308
|
+
</tr>
|
1309
|
+
<tr>
|
1310
|
+
<td class="enum_member_name"><p><a name="P11-KIT-ITER-WITHOUT-OBJECTS:CAPS"></a>P11_KIT_ITER_WITHOUT_OBJECTS</p></td>
|
1311
|
+
<td class="enum_member_description">
|
1312
|
+
<p>Ignore objects while iterating.</p>
|
1040
1313
|
</td>
|
1041
1314
|
<td class="enum_member_annotations"> </td>
|
1042
1315
|
</tr>
|
@@ -1047,6 +1320,6 @@ p11_kit_remote_serve_module (<em class="parameter"><code><span class="type">CK_F
|
|
1047
1320
|
</div>
|
1048
1321
|
</div>
|
1049
1322
|
<div class="footer">
|
1050
|
-
<hr>Generated by GTK-Doc V1.
|
1323
|
+
<hr>Generated by GTK-Doc V1.27</div>
|
1051
1324
|
</body>
|
1052
1325
|
</html>
|