--- libgwenhywfar-3.8.1.orig/debian/compat +++ libgwenhywfar-3.8.1/debian/compat @@ -0,0 +1 @@ +7 --- libgwenhywfar-3.8.1.orig/debian/rules +++ libgwenhywfar-3.8.1/debian/rules @@ -0,0 +1,36 @@ +#!/usr/bin/make -f + +# let Gwenhywfar benefit from symbol visibility feature of gcc +# this explicit setting is needed because the corresponding test in +# configure.ac checks for the basename of the called $CC binary. +CC=gcc + +build-arch: build-arch-stamp +build-arch-stamp: + dh build --before configure + dh_auto_configure -- \ + --enable-full-doc \ + --with-docpath=\$${prefix}/share/doc/libgwenhywfar47 \ + --datarootdir=\$${prefix}/share/libgwenhywfar47 + dh build --after configure --before dh_auto_test + # Skip dh_auto_test (fails without network, see http://bugs.debian.org/503181 ) + dh build --after dh_auto_test + $(MAKE) -C debian/man + touch build-arch-stamp + +build-indep: build-indep-stamp +build-indep-stamp: build-arch + $(MAKE) srcdoc + touch build-indep-stamp + +build: build-arch build-indep + +clean: + dh clean + rm -rvf apidoc listdoc.h gwenhywfar.tag gwenhywfar3 + $(MAKE) -C debian/man clean + +%: + dh $@ + +.PHONY: clean build build-arch build-indep --- libgwenhywfar-3.8.1.orig/debian/libgwenhywfar47.dirs +++ libgwenhywfar-3.8.1/debian/libgwenhywfar47.dirs @@ -0,0 +1 @@ +usr/lib --- libgwenhywfar-3.8.1.orig/debian/libgwenhywfar-doc.docs +++ libgwenhywfar-3.8.1/debian/libgwenhywfar-doc.docs @@ -0,0 +1 @@ +apidoc --- libgwenhywfar-3.8.1.orig/debian/watch +++ libgwenhywfar-3.8.1/debian/watch @@ -0,0 +1,4 @@ +version=3 +opts=filenamemangle=s/.*\&dummy=(.*)/lib$1/ \ + http://www.aquamaniac.de/sites/download/packages.php \ + /sites/download/download.php\?package=01\&.*\&dummy=gwenhywfar-([\d.]*).tar.gz debian uupdate --- libgwenhywfar-3.8.1.orig/debian/libgwenhywfar47.shlibs +++ libgwenhywfar-3.8.1/debian/libgwenhywfar47.shlibs @@ -0,0 +1 @@ +libgwenhywfar 47 libgwenhywfar47 (>= 3.7.2) --- libgwenhywfar-3.8.1.orig/debian/libgwenhywfar47-dev.manpages +++ libgwenhywfar-3.8.1/debian/libgwenhywfar47-dev.manpages @@ -0,0 +1 @@ +debian/man/gwenhywfar-config.1 --- libgwenhywfar-3.8.1.orig/debian/control +++ libgwenhywfar-3.8.1/debian/control @@ -0,0 +1,64 @@ +Source: libgwenhywfar +Priority: optional +Section: libs +Maintainer: Micha Lenk +Uploaders: Henning Glawe +Build-Depends: debhelper (>= 7), libgcrypt11-dev (>= 1.2.0), libgnutls-dev, libssl-dev, doxygen, asciidoc, xmlto +Standards-Version: 3.8.1 +Vcs-Browser: http://svn.debian.org/wsvn/aqbanking/libgwenhywfar/trunk/ +Vcs-Svn: svn://svn.debian.org/svn/aqbanking/libgwenhywfar/trunk +XS-Dm-Upload-Allowed: yes + +Package: libgwenhywfar47-dev +Section: libdevel +Architecture: any +Depends: libgwenhywfar47 (>= ${binary:Version}), gwenhywfar-tools, ${misc:Depends} +Provides: libgwenhywfar-dev +Conflicts: libgwenhywfar-dev +Suggests: libgwenhywfar-doc +Description: OS abstraction layer (development files) + Gwenhywfar allows porting of your software to different operating + systems like Linux, *BSD, Windows etc. It also provides some often + needed modules such as configuration file handling, simple XML file + parsing, IPC etc. + . + This package contains the development files. + +Package: libgwenhywfar-doc +Section: doc +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends} +Enhances: libgwenhywfar-dev +Description: OS abstraction layer (development files) + Gwenhywfar allows porting of your software to different operating + systems like Linux, *BSD, Windows etc. It also provides some often + needed modules such as configuration file handling, simple XML file + parsing, IPC etc. + . + This package contains the API documentation. + +Package: libgwenhywfar47 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Suggests: gwenhywfar-tools +Description: OS abstraction layer + Gwenhywfar allows porting of your software to different operating + systems like Linux, *BSD, Windows etc. It also provides some often + needed modules such as configuration file handling, simple XML file + parsing, IPC etc. + +Package: gwenhywfar-tools +Section: utils +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Conflicts: libgwenhywfar38-dev +Description: helper applications for Gwenhywfar library + This package contains some helper tools provided by Gwenhywfar and + useful for applications making use of Gwenhywfar: mklistdoc, + gct-tool, xmlmerge and typemaker. + . + Gwenhywfar allows porting of your software to different operating + systems like Linux, *BSD, Windows etc. It also provides some often + needed modules such as configuration file handling, simple XML file + parsing, IPC etc. --- libgwenhywfar-3.8.1.orig/debian/dirs +++ libgwenhywfar-3.8.1/debian/dirs @@ -0,0 +1,3 @@ +usr/bin +usr/sbin +usr/share/doc/gwen --- libgwenhywfar-3.8.1.orig/debian/docs +++ libgwenhywfar-3.8.1/debian/docs @@ -0,0 +1,3 @@ +README +TODO +doc/testdialog.xml --- libgwenhywfar-3.8.1.orig/debian/libgwenhywfar47-dev.install +++ libgwenhywfar-3.8.1/debian/libgwenhywfar47-dev.install @@ -0,0 +1,5 @@ +usr/include/* +usr/lib/lib*.so +usr/lib/pkgconfig/* +usr/bin/gwenhywfar-config +usr/share/libgwenhywfar47/aclocal/* usr/share/aclocal/ --- libgwenhywfar-3.8.1.orig/debian/libgwenhywfar47-dev.dirs +++ libgwenhywfar-3.8.1/debian/libgwenhywfar47-dev.dirs @@ -0,0 +1,4 @@ +usr/lib +usr/bin +usr/share/aclocal +usr/include/gwenhywfar3/gwenhywfar --- libgwenhywfar-3.8.1.orig/debian/copyright +++ libgwenhywfar-3.8.1/debian/copyright @@ -0,0 +1,22 @@ +This package was debianized by Henning Glawe on +Thu, 11 Nov 2004 19:29:24 +0100. + +It was downloaded from http://gwenhywfar.sourceforge.net/ + +Copyright: (c) 2002, 2003, 2004, 2005, 2006, 2007 by Martin Preuss + +Upstream Author: Martin Preuss + +License: + + Gwenhywfar is licensed under the GNU LGPL (see below) with this exception: + + As the copyright holder of Gwenhywfar, Martin Preuss grants the following + license exception: + + Martin Preuss explicitly allows the compilation and distribution of + Gwenhywfar with the OpenSSL Toolkit. + No developer is required to provide this exception in a derived work. + + A copy of the Lesser GNU Public License can be found in + /usr/share/common-licenses/LGPL . --- libgwenhywfar-3.8.1.orig/debian/changelog +++ libgwenhywfar-3.8.1/debian/changelog @@ -0,0 +1,519 @@ +libgwenhywfar (3.8.1-1) unstable; urgency=low + + * New upstream release + * This version drops the GWEN_Memory_ModuleFini and + GWEN_Memory_ModuleInit from the list of exported symbols. The upstream + author Martin Preuß stated that they should have been used internally only. + + -- Micha Lenk Mon, 11 May 2009 16:13:36 +0200 + +libgwenhywfar (3.8.0-1) unstable; urgency=low + + * New upstream release + - drop patch 10_gcrypt_version_check_bugfix (included upstream). + * Drop now obsolete build dependency on dpatch. + * debian/libgwenhywfar47.symbols: add new symbols. + + -- Micha Lenk Wed, 01 Apr 2009 10:35:31 +0200 + +libgwenhywfar (3.7.2-2) unstable; urgency=low + + * debian/control: + + Bump standards version (no changes needed) + + Add build dependeny on dpatch. + * Add patch 10_gcrypt_version_check_bugfix which fixes the broken GCrypt + version detection code (closes: #495473, #496793, #509399). + Thanks to Werner Koch for contributing the ideas for the patch. + * Add version (>= 1.2.0) to build dependency for libgcrypt11-dev, which is + now required due to the new patch. + + -- Micha Lenk Thu, 26 Mar 2009 09:17:45 +0100 + +libgwenhywfar (3.7.2-1) unstable; urgency=low + + * New upstream release + * Add symbols file for new dpkg-shlibdeps feature. + * Bump shlibs file (in use for backports only now). + * debian/control: Add several ${misc:Depends} as suggested by lintian. + Thanks lintian! + + -- Micha Lenk Mon, 16 Feb 2009 10:49:56 +0100 + +libgwenhywfar (3.6.0-1) experimental; urgency=low + + * New upstream release + * Bump version in shlibs making other applications/libraries depend on at + least libgwenhywfar 3.6.0 (forcing bug fixes in). + + -- Micha Lenk Wed, 10 Dec 2008 16:16:54 +0100 + +libgwenhywfar (3.5.2-1) experimental; urgency=low + + * New upstream release + * debian/rules: Skip dh_auto_test entirely because it depends on working + network (closes: #503181). Before using debhelper 7 we didn't run + "make check" either. + + -- Micha Lenk Sat, 08 Nov 2008 20:42:11 +0100 + +libgwenhywfar (3.5.1-1) experimental; urgency=low + + * New upstream release + * Make use of dh_auto_configure and reduce to package specific options. + + -- Micha Lenk Wed, 15 Oct 2008 00:22:28 +0200 + +libgwenhywfar (3.5.0-1) experimental; urgency=low + + * New upstream release + * Get rid of CDBS by adapt debian/rules to debhelper 7. + + -- Micha Lenk Tue, 14 Oct 2008 10:52:03 +0200 + +libgwenhywfar (3.4.1-1) unstable; urgency=low + + * New upstream release + + -- Micha Lenk Tue, 19 Aug 2008 11:04:56 +0200 + +libgwenhywfar (3.4.0-1) unstable; urgency=low + + * New upstream release + + -- Micha Lenk Fri, 15 Aug 2008 14:01:55 +0200 + +libgwenhywfar (3.3.5-1) unstable; urgency=low + + * New upstream release + * Fix a typo in manpages stating that Gwenhywfar is GPL licensed though it + is LGPL licensed. + + -- Micha Lenk Wed, 09 Jul 2008 14:52:32 +0200 + +libgwenhywfar (3.3.4-1) unstable; urgency=low + + * New upstream release. + * Bump standards version (no changes needed). + * Add simple manpages for gct-tool and gwenhywfar-config and add xmlto and + asciidoc needed for manpage generation to build dependencies. + + -- Micha Lenk Wed, 18 Jun 2008 20:45:11 +0200 + +libgwenhywfar (3.3.3-1) unstable; urgency=low + + * New upstream release. + * Make package libgwenhywfar47-dev arch:any as recommended by dato. + + -- Micha Lenk Sat, 07 Jun 2008 16:00:08 +0200 + +libgwenhywfar (3.3.2-1) unstable; urgency=low + + * New upstream release + + -- Micha Lenk Wed, 28 May 2008 15:20:18 +0200 + +libgwenhywfar (3.3.1-1) unstable; urgency=low + + * New upstream release + + -- Micha Lenk Fri, 25 Apr 2008 18:04:48 +0200 + +libgwenhywfar (3.3.0-1) unstable; urgency=low + + * New upstream release + + -- Micha Lenk Thu, 24 Apr 2008 00:07:23 +0200 + +libgwenhywfar (3.2.0-1) unstable; urgency=low + + * New upstream release + + -- Micha Lenk Thu, 20 Mar 2008 12:21:12 +0100 + +libgwenhywfar (3.1.1-1) unstable; urgency=low + + * New upstream release + + -- Micha Lenk Sun, 10 Feb 2008 17:09:13 +0100 + +libgwenhywfar (3.1.0-1) unstable; urgency=low + + * New upstream release + * Re-introduce debian/watch file adapted to new download location. + * Vcs-Svn: Switch to raw svn:// url (without ssh) enabling svnbuildstats to + use it. + + -- Micha Lenk Fri, 25 Jan 2008 17:20:50 +0100 + +libgwenhywfar (3.0.1-1) unstable; urgency=low + + * New upstream release + * debian/control: + - make libgwenhywfar47-dev an architecture independent package. All + architecture dependent binaries have been moved to package + gwenhywfar-tools since 2.9.3~beta-1. + - bump standards version from 3.7.2 to 3.7.3 (no changes needed) + - add Vcs-{Svn,Browser} fields + * debian/copyright: Add copyright years 2006 and 2007 + * Upstream moved downloads to a new place which isn't watch-able yet, thus + drop the debian/watch file. + * Drop debian/libgwenhywfar47-dev.lintian-overrides. It's not needed any + more. + + -- Micha Lenk Sun, 9 Dec 2007 13:22:04 +0100 + +libgwenhywfar (3.0.0-3) unstable; urgency=low + + * Release package to Debian unstable + * debian/control: fix missing prefix "XS-" for Dm-Upload-Allowed field. + Otherwise my upload rights will vanish (thanks to Philipp Kern). + + -- Micha Lenk Mon, 26 Nov 2007 00:49:50 +0100 + +libgwenhywfar (3.0.0-2) experimental; urgency=low + + * Drop libgwenhywfar.la from package libgwenhywfar47-dev because it pulls in + unwanted library dependencies (closes: #451582) + * Explicitly don't ship static libraries, they don't get built anyways + + -- Micha Lenk Sat, 24 Nov 2007 17:08:23 +0100 + +libgwenhywfar (3.0.0-1) experimental; urgency=low + + * New upstream release + * drop not needed build dep dpatch (left over from packaging experiments) + * debian/control: Allow uploads by Debian Maintainers + + -- Micha Lenk Thu, 22 Nov 2007 17:25:41 +0100 + +libgwenhywfar (2.9.11~rc2-1) experimental; urgency=low + + * New upstream release + * debian/rules: clean up creation of listdoc.h, which is generated by + upstream's Makefile now. + + -- Micha Lenk Sun, 11 Nov 2007 23:02:51 +0100 + +libgwenhywfar (2.9.8~beta-1) experimental; urgency=low + + * New upstream release + * debian/control: move doxygen build dep back to Build-Depends + (closes: #449166). CDBS is broken concerning arch-indep packages. + + -- Micha Lenk Sun, 4 Nov 2007 12:43:27 +0100 + +libgwenhywfar (2.9.7~beta-1) experimental; urgency=low + + * New upstream release. + * Reintroduce build-dep on libssl-dev, which is needed now for building + gct-tool. + * Add clean target cleaning up files left over by upstream's clean target. + * debian/rules: configure: use --datarootdir instead of (broken) --localedir + option, which is a better choice anyways as it also moves the new file + ca-bundle.crt into a soname dependent directory. + * Install M4 file into explicitly specified (old) target, otherwise it will + get installed into a subdir of datarootdir. + + -- Micha Lenk Fri, 2 Nov 2007 14:34:12 +0100 + +libgwenhywfar (2.9.3~beta-1) experimental; urgency=low + + The Great "Good Bye OpenSSL" Release: + * New upstream release.This a complete rewrite of Gwenhywfar with a lot of + improvements. + - use GCrypt and GnuTLS instead of OpenSSL (finally closes: #340573) + * Rename packages due to soname change. + * Move doxygen build dep to Build-Depends-Indep. + * Move make of srcdoc target to correct package libgwenhywfar-doc + * Introduce new binary package gwenhywfar-tools. + * Move locale data to soname dependent location /usr/share/libgwenhywfar38 + and drop binary package libgwenhywfar-data. Thanks to Philipp Kern for + this suggestion. + * Add DEB_DH_INSTALL_SOURCEDIR in debian/rules and simplify all *.install + files. Thanks to Georg W. Leonhardt for this idea. + + -- Micha Lenk Fri, 26 Oct 2007 14:28:10 +0200 + +libgwenhywfar (2.6.1-2) unstable; urgency=low + + * debian/control: Make package binNMU-safe by using ${binary:Version} + and ${source:Version} instead of ${SourceVersion}. + + -- Micha Lenk Sun, 30 Sep 2007 18:24:53 +0200 + +libgwenhywfar (2.6.1-1) unstable; urgency=low + + * New upstream release + * Remove ncurses5-dev dependency. According to ChangeLog it's obsolete since + quite a long time. + + -- Micha Lenk Mon, 9 Jul 2007 00:36:48 +0200 + +libgwenhywfar (2.5.4-2) experimental; urgency=low + + * Remove OpenSSL linker flags from libgwenhywfar.la file as suggested by + upstream (some days ago). This is an intermediate solution to prevent + packages using Gwenhywfar to be linked against OpenSSL too just because of + this broken .la file. + + -- Micha Lenk Tue, 27 Mar 2007 04:47:17 +0200 + +libgwenhywfar (2.5.4-1) unstable; urgency=low + + * New upstream release + * Updating Maintainer, thanks to Thomas Viehmann for his contributions + so far. + + -- Micha Lenk Sat, 24 Feb 2007 18:38:51 +0100 + +libgwenhywfar (2.4.0-1) unstable; urgency=low + + * New upstream release + * Bump shlibs for API extensions + + -- Thomas Viehmann Sat, 16 Sep 2006 10:09:23 +0200 + +libgwenhywfar (2.3.1-1) unstable; urgency=low + + * New upstream release + * We conform to Debian Policy 3.7.2. (No changes necessary.) + + -- Thomas Viehmann Sun, 23 Jul 2006 13:00:20 +0200 + +libgwenhywfar (2.3.0-2) unstable; urgency=low + + * Bump shlibs again. + + -- Micha Lenk Fri, 30 Jun 2006 13:58:55 +0200 + +libgwenhywfar (2.3.0-1) unstable; urgency=low + + * New upstream release + * Use gcc in order to benefit from symbol visibility features of gcc. + + -- Micha Lenk Fri, 16 Jun 2006 01:14:32 +0200 + +libgwenhywfar (2.2.0-1) unstable; urgency=low + + * New upstream release + + -- Micha Lenk Fri, 21 Apr 2006 00:45:45 +0200 + +libgwenhywfar (2.1.1-2) unstable; urgency=low + + * Another shlibs bump + + -- Micha Lenk Tue, 28 Mar 2006 20:37:25 +0200 + +libgwenhywfar (2.1.1-1) unstable; urgency=low + + * New upstream release + + -- Micha Lenk Tue, 28 Mar 2006 18:39:12 +0200 + +libgwenhywfar (1.99.7-3) unstable; urgency=low + + * Remove Replaces/Conflicts cruft from C++ transitions. + + -- Thomas Viehmann Thu, 23 Feb 2006 11:36:11 +0100 + +libgwenhywfar (1.99.7-2) unstable; urgency=low + + * Bump shlibs. We love it, don't we? + + -- Micha Lenk Thu, 23 Feb 2006 01:36:56 +0100 + +libgwenhywfar (1.99.7-1) unstable; urgency=low + + * New upstream release + + -- Micha Lenk Tue, 21 Feb 2006 03:58:38 +0100 + +libgwenhywfar (1.99.5-1) unstable; urgency=low + + * New upstream release, this is an entirely new series + * Change so-Vesion to 38 and update packaging accordingly + * Rotate maintainers + + -- Thomas Viehmann Sat, 28 Jan 2006 12:52:12 +0100 + +libgwenhywfar (1.19.2-1) unstable; urgency=low + + * New upstream release + + -- Micha Lenk Tue, 3 Jan 2006 14:54:45 +0100 + +libgwenhywfar (1.19.0-1) unstable; urgency=low + + * New upstream release + * Remove changes from autoconf files (by Thomas) + + -- Micha Lenk Sun, 23 Oct 2005 18:11:44 +0200 + +libgwenhywfar (1.18.0-1) unstable; urgency=low + + * New upstream release + + -- Thomas Viehmann Thu, 25 Aug 2005 09:52:54 +0200 + +libgwenhywfar (1.17.0-1) unstable; urgency=low + + * New upstream release + + -- Thomas Viehmann Tue, 23 Aug 2005 18:40:35 +0200 + +libgwenhywfar (1.16.0-1) unstable; urgency=low + + * New upstream release + Spelling fix included: Closes: #314003 + * Added lintian override for duplicate dependency. + + -- Thomas Viehmann Sat, 20 Aug 2005 13:26:06 +0200 + +libgwenhywfar (1.15.0-1) unstable; urgency=low + + * New upstream release + Bump shlibs. + + -- Thomas Viehmann Wed, 17 Aug 2005 18:42:53 +0200 + +libgwenhywfar (1.14.0-2) unstable; urgency=low + + * Really do the transition properly. Apologies to Joerg Jaspert + and thanks for stopping the broken -1. + + -- Thomas Viehmann Thu, 21 Jul 2005 09:10:13 +0200 + +libgwenhywfar (1.14.0-1) unstable; urgency=low + + * New upstream release + * g++ transition (renames libgwenhywfar17 to libgwenhywfar17c2). + * Bump standards to 3.6.2 (no changes necessary). + + -- Thomas Viehmann Tue, 19 Jul 2005 21:51:03 +0200 + +libgwenhywfar (1.13.3-1) unstable; urgency=low + + * New upstream release + + -- Micha Lenk Wed, 15 Jun 2005 00:08:51 +0200 + +libgwenhywfar (1.12.0-1) unstable; urgency=low + + * New upstream release + + -- Thomas Viehmann Wed, 27 Apr 2005 20:06:49 +0200 + +libgwenhywfar (1.11.0-2) unstable; urgency=low + + * Bump shlibs. Sorry, this is necessary for policy. + + -- Thomas Viehmann Wed, 20 Apr 2005 19:55:03 +0200 + +libgwenhywfar (1.11.0-1) unstable; urgency=low + + * New upstream release + * Add /etc/gwenhywfar/gwen-public-ca.crt to libgwenhywfar-data. + Note that this presently differs from upstreams location of the + file (which is directly in /etc). + + -- Thomas Viehmann Wed, 13 Apr 2005 21:35:22 +0200 + +libgwenhywfar (1.10.0-2) unstable; urgency=low + + * Added watch file, updated debian/shlibs. + + -- Thomas Viehmann Sun, 3 Apr 2005 19:23:22 +0200 + +libgwenhywfar (1.10.0-1) unstable; urgency=low + + * New upstream release + + -- Thomas Viehmann Tue, 29 Mar 2005 17:47:23 +0200 + +libgwenhywfar (1.9.0-3) unstable; urgency=low + + * Removed Replaces for libgwenhywfar17-dev from debian/control. + * Added debian/shlibs. + + -- Thomas Viehmann Sat, 19 Mar 2005 16:04:52 +0100 + +libgwenhywfar (1.9.0-2) unstable; urgency=low + + * Added section for source package to debian/control. + + -- Thomas Viehmann Sat, 19 Mar 2005 09:52:45 +0100 + +libgwenhywfar (1.9.0-1) unstable; urgency=low + + * New upstream release + + -- Micha Lenk Thu, 24 Feb 2005 20:43:14 +0100 + +libgwenhywfar (1.8.0-2) unstable; urgency=low + + * Not including the apidoc files in package libgwenhywfar-dev any more + since they are in a separate package since 1.7.2-1. + + -- Micha Lenk Tue, 22 Feb 2005 00:08:23 +0100 + +libgwenhywfar (1.8.0-1) unstable; urgency=low + + * New upstream release + + -- Micha Lenk Mon, 21 Feb 2005 11:53:21 +0100 + +libgwenhywfar (1.7.2-1) unstable; urgency=low + + * New upstream release + * Introduced libgwenhywfar-doc for separate apidoc package. + * Changed the package desription a little. + + -- Micha Lenk Sat, 5 Feb 2005 21:18:32 +0100 + +libgwenhywfar (1.7.0-1) unstable; urgency=low + + * New upstream release + + -- Thomas Viehmann Thu, 27 Jan 2005 17:16:06 +0100 + +libgwenhywfar (1.6.0-1) unstable; urgency=low + + * New upstream release + + -- Thomas Viehmann Tue, 25 Jan 2005 17:10:10 +0100 + +libgwenhywfar (1.5.0-1) unstable; urgency=low + + * New upstream release + + -- Thomas Viehmann Thu, 20 Jan 2005 16:03:46 +0100 + +libgwenhywfar (1.4.1-1) unstable; urgency=low + + * New upstream release + + -- Thomas Viehmann Wed, 12 Jan 2005 21:01:24 +0100 + +libgwenhywfar (1.4-1) unstable; urgency=low + + * New upstream release + * Introduced libgwenhywfar-data to allow installation of multiple + soversions in parallel. + + -- Thomas Viehmann Sat, 8 Jan 2005 17:39:41 +0100 + +libgwenhywfar (1.2.1-1) unstable; urgency=low + + Henning Glawe: + * Initial Release. (closes: #227956) + * Add Thomas Viehmann , who wrote the original ITP, as a + comaintainer + Thomas Viehmann: + * Tightened build-dependencies (e.g. doxygen). + * Took a liking to CDBS. + * Delete generated gwenhywfar.tag on clean. + * Added explicit copyright line. + + -- Thomas Viehmann Sun, 28 Nov 2004 14:12:40 +0100 + --- libgwenhywfar-3.8.1.orig/debian/gwenhywfar-tools.install +++ libgwenhywfar-3.8.1/debian/gwenhywfar-tools.install @@ -0,0 +1,4 @@ +usr/bin/mklistdoc +usr/bin/gct-tool +usr/bin/xmlmerge +usr/bin/typemaker --- libgwenhywfar-3.8.1.orig/debian/gwenhywfar-tools.manpages +++ libgwenhywfar-3.8.1/debian/gwenhywfar-tools.manpages @@ -0,0 +1 @@ +debian/man/gct-tool.1 --- libgwenhywfar-3.8.1.orig/debian/libgwenhywfar47.install +++ libgwenhywfar-3.8.1/debian/libgwenhywfar47.install @@ -0,0 +1,4 @@ +usr/lib/lib*.so.* +usr/lib/gwenhywfar/* +usr/share/libgwenhywfar*/locale +usr/share/libgwenhywfar*/gwenhywfar --- libgwenhywfar-3.8.1.orig/debian/libgwenhywfar47.symbols +++ libgwenhywfar-3.8.1/debian/libgwenhywfar47.symbols @@ -0,0 +1,2386 @@ +libgwenhywfar.so.47 libgwenhywfar47 #MINVER# +* Build-Depends-Package: libgwenhywfar47-dev + GWEN_Args_Check@Base 3.1.0 + GWEN_Args_ShortUsage@Base 3.1.0 + GWEN_Args_Usage@Base 3.1.0 + GWEN_BUFFEREDIO__INHERIT_GETLIST@Base 3.1.0 + GWEN_BUFFEREDIO__INHERIT_ISOFTYPE@Base 3.1.0 + GWEN_BUFFEREDIO__INHERIT_SETDATA@Base 3.1.0 + GWEN_BUFFEREDIO__INHERIT_UNLINK@Base 3.1.0 + GWEN_Base64_Decode@Base 3.1.0 + GWEN_Base64_Encode@Base 3.1.0 + GWEN_Buffer_AddMode@Base 3.1.0 + GWEN_Buffer_AdjustUsedBytes@Base 3.1.0 + GWEN_Buffer_AllocRoom@Base 3.1.0 + GWEN_Buffer_AppendBuffer@Base 3.1.0 + GWEN_Buffer_AppendByte@Base 3.1.0 + GWEN_Buffer_AppendBytes@Base 3.1.0 + GWEN_Buffer_AppendString@Base 3.1.0 + GWEN_Buffer_Crop@Base 3.1.0 + GWEN_Buffer_DecrementPos@Base 3.1.0 + GWEN_Buffer_Dump@Base 3.1.0 + GWEN_Buffer_FillLeftWithBytes@Base 3.1.0 + GWEN_Buffer_FillWithBytes@Base 3.1.0 + GWEN_Buffer_GetBookmark@Base 3.1.0 + GWEN_Buffer_GetBytesLeft@Base 3.1.0 + GWEN_Buffer_GetHardLimit@Base 3.1.0 + GWEN_Buffer_GetMaxUnsegmentedWrite@Base 3.1.0 + GWEN_Buffer_GetMode@Base 3.1.0 + GWEN_Buffer_GetPos@Base 3.1.0 + GWEN_Buffer_GetPosPointer@Base 3.1.0 + GWEN_Buffer_GetSize@Base 3.1.0 + GWEN_Buffer_GetStart@Base 3.1.0 + GWEN_Buffer_GetStep@Base 3.1.0 + GWEN_Buffer_GetUsedBytes@Base 3.1.0 + GWEN_Buffer_IncrementPos@Base 3.1.0 + GWEN_Buffer_InsertBuffer@Base 3.1.0 + GWEN_Buffer_InsertByte@Base 3.1.0 + GWEN_Buffer_InsertBytes@Base 3.1.0 + GWEN_Buffer_InsertRoom@Base 3.1.0 + GWEN_Buffer_InsertString@Base 3.1.0 + GWEN_Buffer_PeekByte@Base 3.1.0 + GWEN_Buffer_ReadByte@Base 3.1.0 + GWEN_Buffer_ReadBytes@Base 3.1.0 + GWEN_Buffer_Relinquish@Base 3.1.0 + GWEN_Buffer_RemoveRoom@Base 3.1.0 + GWEN_Buffer_ReplaceBytes@Base 3.1.0 + GWEN_Buffer_ReserveBytes@Base 3.1.0 + GWEN_Buffer_Reset@Base 3.1.0 + GWEN_Buffer_Rewind@Base 3.1.0 + GWEN_Buffer_SetBookmark@Base 3.1.0 + GWEN_Buffer_SetHardLimit@Base 3.1.0 + GWEN_Buffer_SetMode@Base 3.1.0 + GWEN_Buffer_SetPos@Base 3.1.0 + GWEN_Buffer_SetSourceBIO@Base 3.1.0 + GWEN_Buffer_SetSourceIoLayer@Base 3.1.0 + GWEN_Buffer_SetStep@Base 3.1.0 + GWEN_Buffer_SetUsedBytes@Base 3.1.0 + GWEN_Buffer_SubMode@Base 3.1.0 + GWEN_Buffer_dup@Base 3.1.0 + GWEN_Buffer_free@Base 3.1.0 + GWEN_Buffer_new@Base 3.1.0 + GWEN_BufferedIO_Abandon@Base 3.1.0 + GWEN_BufferedIO_AddFlags@Base 3.1.0 + GWEN_BufferedIO_Buffer2_new@Base 3.1.0 + GWEN_BufferedIO_Buffer_fromString@Base 3.1.0 + GWEN_BufferedIO_Buffer_new@Base 3.1.0 + GWEN_BufferedIO_CheckEOF@Base 3.1.0 + GWEN_BufferedIO_Close@Base 3.1.0 + GWEN_BufferedIO_File_new@Base 3.1.0 + GWEN_BufferedIO_Flush@Base 3.1.0 + GWEN_BufferedIO_GetBytesRead@Base 3.1.0 + GWEN_BufferedIO_GetBytesWritten@Base 3.1.0 + GWEN_BufferedIO_GetFlags@Base 3.1.0 + GWEN_BufferedIO_GetLineMode@Base 3.1.0 + GWEN_BufferedIO_GetLinePos@Base 3.1.0 + GWEN_BufferedIO_GetLines@Base 3.1.0 + GWEN_BufferedIO_GetTimeout@Base 3.1.0 + GWEN_BufferedIO_PeekChar@Base 3.1.0 + GWEN_BufferedIO_ReadBufferEmpty@Base 3.1.0 + GWEN_BufferedIO_ReadChar@Base 3.1.0 + GWEN_BufferedIO_ReadLine2Buffer@Base 3.1.0 + GWEN_BufferedIO_ReadLine@Base 3.1.0 + GWEN_BufferedIO_ReadRaw@Base 3.1.0 + GWEN_BufferedIO_ReadRawForced@Base 3.1.0 + GWEN_BufferedIO_SetCloseFn@Base 3.1.0 + GWEN_BufferedIO_SetFlags@Base 3.1.0 + GWEN_BufferedIO_SetLineMode@Base 3.1.0 + GWEN_BufferedIO_SetReadBuffer@Base 3.1.0 + GWEN_BufferedIO_SetReadFn@Base 3.1.0 + GWEN_BufferedIO_SetTimeout@Base 3.1.0 + GWEN_BufferedIO_SetWriteBuffer@Base 3.1.0 + GWEN_BufferedIO_SetWriteFn@Base 3.1.0 + GWEN_BufferedIO_ShortFlush@Base 3.1.0 + GWEN_BufferedIO_Socket_new@Base 3.1.0 + GWEN_BufferedIO_SubFlags@Base 3.1.0 + GWEN_BufferedIO_Write@Base 3.1.0 + GWEN_BufferedIO_WriteBufferEmpty@Base 3.1.0 + GWEN_BufferedIO_WriteChar@Base 3.1.0 + GWEN_BufferedIO_WriteLine@Base 3.1.0 + GWEN_BufferedIO_WriteRaw@Base 3.1.0 + GWEN_BufferedIO_WriteRawForced@Base 3.1.0 + GWEN_BufferedIO_free@Base 3.1.0 + GWEN_BufferedIO_new@Base 3.1.0 + GWEN_CONFIGMGR__INHERIT_GETLIST@Base 3.4.0 + GWEN_CONFIGMGR__INHERIT_ISOFTYPE@Base 3.4.0 + GWEN_CONFIGMGR__INHERIT_SETDATA@Base 3.4.0 + GWEN_CONFIGMGR__INHERIT_UNLINK@Base 3.4.0 + GWEN_CRYPTMGR__INHERIT_GETLIST@Base 3.6.0 + GWEN_CRYPTMGR__INHERIT_ISOFTYPE@Base 3.6.0 + GWEN_CRYPTMGR__INHERIT_SETDATA@Base 3.6.0 + GWEN_CRYPTMGR__INHERIT_UNLINK@Base 3.6.0 + GWEN_CRYPT_KEY__INHERIT_GETLIST@Base 3.1.0 + GWEN_CRYPT_KEY__INHERIT_ISOFTYPE@Base 3.1.0 + GWEN_CRYPT_KEY__INHERIT_SETDATA@Base 3.1.0 + GWEN_CRYPT_KEY__INHERIT_UNLINK@Base 3.1.0 + GWEN_CRYPT_TOKEN_CONTEXT__INHERIT_GETLIST@Base 3.1.0 + GWEN_CRYPT_TOKEN_CONTEXT__INHERIT_ISOFTYPE@Base 3.1.0 + GWEN_CRYPT_TOKEN_CONTEXT__INHERIT_SETDATA@Base 3.1.0 + GWEN_CRYPT_TOKEN_CONTEXT__INHERIT_UNLINK@Base 3.1.0 + GWEN_CRYPT_TOKEN__INHERIT_GETLIST@Base 3.1.0 + GWEN_CRYPT_TOKEN__INHERIT_ISOFTYPE@Base 3.1.0 + GWEN_CRYPT_TOKEN__INHERIT_SETDATA@Base 3.1.0 + GWEN_CRYPT_TOKEN__INHERIT_UNLINK@Base 3.1.0 + GWEN_CTF_Context_GetLocalAuthKey@Base 3.1.0 + GWEN_CTF_Context_GetLocalAuthKeyInfo@Base 3.1.0 + GWEN_CTF_Context_GetLocalCryptKey@Base 3.1.0 + GWEN_CTF_Context_GetLocalCryptKeyInfo@Base 3.1.0 + GWEN_CTF_Context_GetLocalSignKey@Base 3.1.0 + GWEN_CTF_Context_GetLocalSignKeyInfo@Base 3.1.0 + GWEN_CTF_Context_GetRemoteAuthKey@Base 3.1.0 + GWEN_CTF_Context_GetRemoteAuthKeyInfo@Base 3.1.0 + GWEN_CTF_Context_GetRemoteCryptKey@Base 3.1.0 + GWEN_CTF_Context_GetRemoteCryptKeyInfo@Base 3.1.0 + GWEN_CTF_Context_GetRemoteSignKey@Base 3.1.0 + GWEN_CTF_Context_GetRemoteSignKeyInfo@Base 3.1.0 + GWEN_CTF_Context_IsOfThisType@Base 3.1.0 + GWEN_CTF_Context_SetLocalAuthKey@Base 3.1.0 + GWEN_CTF_Context_SetLocalAuthKeyInfo@Base 3.1.0 + GWEN_CTF_Context_SetLocalCryptKey@Base 3.1.0 + GWEN_CTF_Context_SetLocalCryptKeyInfo@Base 3.1.0 + GWEN_CTF_Context_SetLocalSignKey@Base 3.1.0 + GWEN_CTF_Context_SetLocalSignKeyInfo@Base 3.1.0 + GWEN_CTF_Context_SetRemoteAuthKey@Base 3.1.0 + GWEN_CTF_Context_SetRemoteAuthKeyInfo@Base 3.1.0 + GWEN_CTF_Context_SetRemoteCryptKey@Base 3.1.0 + GWEN_CTF_Context_SetRemoteCryptKeyInfo@Base 3.1.0 + GWEN_CTF_Context_SetRemoteSignKey@Base 3.1.0 + GWEN_CTF_Context_SetRemoteSignKeyInfo@Base 3.1.0 + GWEN_CTF_Context_new@Base 3.1.0 + GWEN_ConfigMgr_DeleteGroup@Base 3.4.0 + GWEN_ConfigMgr_Factory@Base 3.4.0 + GWEN_ConfigMgr_GetGroup@Base 3.4.0 + GWEN_ConfigMgr_GetUniqueId@Base 3.6.0 + GWEN_ConfigMgr_ListGroups@Base 3.4.0 + GWEN_ConfigMgr_ListSubGroups@Base 3.4.0 + GWEN_ConfigMgr_LockGroup@Base 3.4.0 + GWEN_ConfigMgr_Plugin_SetFactoryFn@Base 3.4.0 + GWEN_ConfigMgr_Plugin_new@Base 3.4.0 + GWEN_ConfigMgr_SetDeleteGroupFn@Base 3.4.0 + GWEN_ConfigMgr_SetGetGroupFn@Base 3.4.0 + GWEN_ConfigMgr_SetGetUniqueIdFn@Base 3.6.0 + GWEN_ConfigMgr_SetGroup@Base 3.4.0 + GWEN_ConfigMgr_SetListGroupsFn@Base 3.4.0 + GWEN_ConfigMgr_SetListSubGroupsFn@Base 3.4.0 + GWEN_ConfigMgr_SetLockGroupFn@Base 3.4.0 + GWEN_ConfigMgr_SetSetGroupFn@Base 3.4.0 + GWEN_ConfigMgr_SetUnlockGroupFn@Base 3.4.0 + GWEN_ConfigMgr_UnlockGroup@Base 3.4.0 + GWEN_ConfigMgr_free@Base 3.4.0 + GWEN_ConfigMgr_new@Base 3.6.0 + GWEN_ConstListIterator_Data@Base 3.1.0 + GWEN_ConstListIterator_Next@Base 3.1.0 + GWEN_ConstListIterator_Previous@Base 3.1.0 + GWEN_ConstListIterator_free@Base 3.1.0 + GWEN_ConstListIterator_new@Base 3.1.0 + GWEN_ConstList_Clear@Base 3.1.0 + GWEN_ConstList_Contains@Base 3.1.0 + GWEN_ConstList_Erase@Base 3.8.1 + GWEN_ConstList_FindIter@Base 3.1.0 + GWEN_ConstList_First@Base 3.1.0 + GWEN_ConstList_ForEach@Base 3.1.0 + GWEN_ConstList_GetBack@Base 3.1.0 + GWEN_ConstList_GetFront@Base 3.1.0 + GWEN_ConstList_GetSize@Base 3.1.0 + GWEN_ConstList_IsEmpty@Base 3.1.0 + GWEN_ConstList_Last@Base 3.1.0 + GWEN_ConstList_PopBack@Base 3.1.0 + GWEN_ConstList_PopFront@Base 3.1.0 + GWEN_ConstList_PushBack@Base 3.1.0 + GWEN_ConstList_PushFront@Base 3.1.0 + GWEN_ConstList_Remove@Base 3.1.0 + GWEN_ConstList_free@Base 3.1.0 + GWEN_ConstList_new@Base 3.1.0 + GWEN_CryptHead_GetCryptProfile@Base 3.6.0 + GWEN_CryptHead_GetKeyLen@Base 3.6.0 + GWEN_CryptHead_GetKeyName@Base 3.6.0 + GWEN_CryptHead_GetKeyNumber@Base 3.6.0 + GWEN_CryptHead_GetKeyPtr@Base 3.6.0 + GWEN_CryptHead_GetKeyVersion@Base 3.6.0 + GWEN_CryptHead_List_Add@Base 3.6.0 + GWEN_CryptHead_List_AddList@Base 3.6.0 + GWEN_CryptHead_List_Clear@Base 3.6.0 + GWEN_CryptHead_List_Del@Base 3.6.0 + GWEN_CryptHead_List_First@Base 3.6.0 + GWEN_CryptHead_List_GetCount@Base 3.6.0 + GWEN_CryptHead_List_HasElement@Base 3.6.0 + GWEN_CryptHead_List_Insert@Base 3.6.0 + GWEN_CryptHead_List_Last@Base 3.6.0 + GWEN_CryptHead_List_Next@Base 3.6.0 + GWEN_CryptHead_List_Previous@Base 3.6.0 + GWEN_CryptHead_List_free@Base 3.6.0 + GWEN_CryptHead_List_new@Base 3.6.0 + GWEN_CryptHead_SetCryptProfile@Base 3.6.0 + GWEN_CryptHead_SetKey@Base 3.6.0 + GWEN_CryptHead_SetKeyName@Base 3.6.0 + GWEN_CryptHead_SetKeyNumber@Base 3.6.0 + GWEN_CryptHead_SetKeyVersion@Base 3.6.0 + GWEN_CryptHead_free@Base 3.6.0 + GWEN_CryptHead_fromBuffer@Base 3.6.0 + GWEN_CryptHead_new@Base 3.6.0 + GWEN_CryptHead_toBuffer@Base 3.6.0 + GWEN_CryptMgrKeys_SetPeerKey@Base 3.6.0 + GWEN_CryptMgrKeys_new@Base 3.6.0 + GWEN_CryptMgr_Decode@Base 3.6.0 + GWEN_CryptMgr_Decrypt@Base 3.6.0 + GWEN_CryptMgr_DecryptKey@Base 3.6.0 + GWEN_CryptMgr_Encode@Base 3.6.0 + GWEN_CryptMgr_Encrypt@Base 3.6.0 + GWEN_CryptMgr_EncryptKey@Base 3.6.0 + GWEN_CryptMgr_GetCryptProfile@Base 3.6.0 + GWEN_CryptMgr_GetLocalKeyName@Base 3.6.0 + GWEN_CryptMgr_GetLocalKeyNumber@Base 3.6.0 + GWEN_CryptMgr_GetLocalKeyVersion@Base 3.6.0 + GWEN_CryptMgr_GetPeerKeyName@Base 3.6.0 + GWEN_CryptMgr_GetPeerKeyNumber@Base 3.6.0 + GWEN_CryptMgr_GetPeerKeyVersion@Base 3.6.0 + GWEN_CryptMgr_GetSignatureProfile@Base 3.6.0 + GWEN_CryptMgr_SetCryptProfile@Base 3.6.0 + GWEN_CryptMgr_SetDecryptKeyFn@Base 3.6.0 + GWEN_CryptMgr_SetEncryptKeyFn@Base 3.6.0 + GWEN_CryptMgr_SetLocalKeyName@Base 3.6.0 + GWEN_CryptMgr_SetLocalKeyNumber@Base 3.6.0 + GWEN_CryptMgr_SetLocalKeyVersion@Base 3.6.0 + GWEN_CryptMgr_SetPeerKeyName@Base 3.6.0 + GWEN_CryptMgr_SetPeerKeyNumber@Base 3.6.0 + GWEN_CryptMgr_SetPeerKeyVersion@Base 3.6.0 + GWEN_CryptMgr_SetSignDataFn@Base 3.6.0 + GWEN_CryptMgr_SetSignatureProfile@Base 3.6.0 + GWEN_CryptMgr_SetVerifyDataFn@Base 3.6.0 + GWEN_CryptMgr_Sign@Base 3.6.0 + GWEN_CryptMgr_SignData@Base 3.6.0 + GWEN_CryptMgr_Verify@Base 3.6.0 + GWEN_CryptMgr_VerifyData@Base 3.6.0 + GWEN_CryptMgr_free@Base 3.6.0 + GWEN_CryptMgr_new@Base 3.6.0 + GWEN_Crypt_CryptAlgoId_fromString@Base 3.1.0 + GWEN_Crypt_CryptAlgoId_toString@Base 3.1.0 + GWEN_Crypt_CryptAlgo_Attach@Base 3.1.0 + GWEN_Crypt_CryptAlgo_GetChunkSize@Base 3.1.0 + GWEN_Crypt_CryptAlgo_GetId@Base 3.1.0 + GWEN_Crypt_CryptAlgo_GetInitVectorLen@Base 3.1.0 + GWEN_Crypt_CryptAlgo_GetInitVectorPtr@Base 3.1.0 + GWEN_Crypt_CryptAlgo_GetMode@Base 3.1.0 + GWEN_Crypt_CryptAlgo_List2Iterator_Data@Base 3.1.0 + GWEN_Crypt_CryptAlgo_List2Iterator_GetLinkCount@Base 3.8.1 + GWEN_Crypt_CryptAlgo_List2Iterator_IncLinkCount@Base 3.1.0 + GWEN_Crypt_CryptAlgo_List2Iterator_Next@Base 3.1.0 + GWEN_Crypt_CryptAlgo_List2Iterator_Previous@Base 3.1.0 + GWEN_Crypt_CryptAlgo_List2Iterator_free@Base 3.1.0 + GWEN_Crypt_CryptAlgo_List2Iterator_new@Base 3.1.0 + GWEN_Crypt_CryptAlgo_List2_Clear@Base 3.1.0 + GWEN_Crypt_CryptAlgo_List2_Contains@Base 3.1.0 + GWEN_Crypt_CryptAlgo_List2_Dump@Base 3.1.0 + GWEN_Crypt_CryptAlgo_List2_Erase@Base 3.1.0 + GWEN_Crypt_CryptAlgo_List2_FindIter@Base 3.1.0 + GWEN_Crypt_CryptAlgo_List2_First@Base 3.1.0 + GWEN_Crypt_CryptAlgo_List2_ForEach@Base 3.1.0 + GWEN_Crypt_CryptAlgo_List2_GetBack@Base 3.1.0 + GWEN_Crypt_CryptAlgo_List2_GetFront@Base 3.1.0 + GWEN_Crypt_CryptAlgo_List2_GetSize@Base 3.1.0 + GWEN_Crypt_CryptAlgo_List2_IsEmpty@Base 3.1.0 + GWEN_Crypt_CryptAlgo_List2_Last@Base 3.1.0 + GWEN_Crypt_CryptAlgo_List2_PopBack@Base 3.1.0 + GWEN_Crypt_CryptAlgo_List2_PopFront@Base 3.1.0 + GWEN_Crypt_CryptAlgo_List2_PushBack@Base 3.1.0 + GWEN_Crypt_CryptAlgo_List2_PushFront@Base 3.1.0 + GWEN_Crypt_CryptAlgo_List2_Remove@Base 3.1.0 + GWEN_Crypt_CryptAlgo_List2_Unshare@Base 3.1.0 + GWEN_Crypt_CryptAlgo_List2_dup@Base 3.1.0 + GWEN_Crypt_CryptAlgo_List2_free@Base 3.1.0 + GWEN_Crypt_CryptAlgo_List2_new@Base 3.1.0 + GWEN_Crypt_CryptAlgo_SetChunkSize@Base 3.1.0 + GWEN_Crypt_CryptAlgo_SetInitVector@Base 3.1.0 + GWEN_Crypt_CryptAlgo_dup@Base 3.1.0 + GWEN_Crypt_CryptAlgo_free@Base 3.1.0 + GWEN_Crypt_CryptAlgo_fromDb@Base 3.1.0 + GWEN_Crypt_CryptAlgo_new@Base 3.1.0 + GWEN_Crypt_CryptAlgo_toDb@Base 3.1.0 + GWEN_Crypt_CryptMode_fromString@Base 3.1.0 + GWEN_Crypt_CryptMode_toString@Base 3.1.0 + GWEN_Crypt_HashAlgoId_fromString@Base 3.1.0 + GWEN_Crypt_HashAlgoId_toString@Base 3.1.0 + GWEN_Crypt_HashAlgo_Attach@Base 3.1.0 + GWEN_Crypt_HashAlgo_GetId@Base 3.1.0 + GWEN_Crypt_HashAlgo_GetInitVectorLen@Base 3.1.0 + GWEN_Crypt_HashAlgo_GetInitVectorPtr@Base 3.1.0 + GWEN_Crypt_HashAlgo_List2Iterator_Data@Base 3.1.0 + GWEN_Crypt_HashAlgo_List2Iterator_GetLinkCount@Base 3.8.1 + GWEN_Crypt_HashAlgo_List2Iterator_IncLinkCount@Base 3.1.0 + GWEN_Crypt_HashAlgo_List2Iterator_Next@Base 3.1.0 + GWEN_Crypt_HashAlgo_List2Iterator_Previous@Base 3.1.0 + GWEN_Crypt_HashAlgo_List2Iterator_free@Base 3.1.0 + GWEN_Crypt_HashAlgo_List2Iterator_new@Base 3.1.0 + GWEN_Crypt_HashAlgo_List2_Clear@Base 3.1.0 + GWEN_Crypt_HashAlgo_List2_Contains@Base 3.1.0 + GWEN_Crypt_HashAlgo_List2_Dump@Base 3.1.0 + GWEN_Crypt_HashAlgo_List2_Erase@Base 3.1.0 + GWEN_Crypt_HashAlgo_List2_FindIter@Base 3.1.0 + GWEN_Crypt_HashAlgo_List2_First@Base 3.1.0 + GWEN_Crypt_HashAlgo_List2_ForEach@Base 3.1.0 + GWEN_Crypt_HashAlgo_List2_GetBack@Base 3.1.0 + GWEN_Crypt_HashAlgo_List2_GetFront@Base 3.1.0 + GWEN_Crypt_HashAlgo_List2_GetSize@Base 3.1.0 + GWEN_Crypt_HashAlgo_List2_IsEmpty@Base 3.1.0 + GWEN_Crypt_HashAlgo_List2_Last@Base 3.1.0 + GWEN_Crypt_HashAlgo_List2_PopBack@Base 3.1.0 + GWEN_Crypt_HashAlgo_List2_PopFront@Base 3.1.0 + GWEN_Crypt_HashAlgo_List2_PushBack@Base 3.1.0 + GWEN_Crypt_HashAlgo_List2_PushFront@Base 3.1.0 + GWEN_Crypt_HashAlgo_List2_Remove@Base 3.1.0 + GWEN_Crypt_HashAlgo_List2_Unshare@Base 3.1.0 + GWEN_Crypt_HashAlgo_List2_dup@Base 3.1.0 + GWEN_Crypt_HashAlgo_List2_free@Base 3.1.0 + GWEN_Crypt_HashAlgo_List2_new@Base 3.1.0 + GWEN_Crypt_HashAlgo_SetInitVector@Base 3.1.0 + GWEN_Crypt_HashAlgo_dup@Base 3.1.0 + GWEN_Crypt_HashAlgo_free@Base 3.1.0 + GWEN_Crypt_HashAlgo_fromDb@Base 3.1.0 + GWEN_Crypt_HashAlgo_new@Base 3.1.0 + GWEN_Crypt_HashAlgo_toDb@Base 3.1.0 + GWEN_Crypt_KeyBlowFish_Generate@Base 3.1.0 + GWEN_Crypt_KeyBlowFish_GetKeyDataLen@Base 3.1.0 + GWEN_Crypt_KeyBlowFish_GetKeyDataPtr@Base 3.1.0 + GWEN_Crypt_KeyBlowFish_SetKeyData@Base 3.1.0 + GWEN_Crypt_KeyBlowFish_fromData@Base 3.1.0 + GWEN_Crypt_KeyBlowFish_fromDb@Base 3.1.0 + GWEN_Crypt_KeyBlowFish_toDb@Base 3.1.0 + GWEN_Crypt_KeyDataFromText@Base 3.1.0 + GWEN_Crypt_KeyDes3K_Generate@Base 3.1.0 + GWEN_Crypt_KeyDes3K_GetKeyDataLen@Base 3.1.0 + GWEN_Crypt_KeyDes3K_GetKeyDataPtr@Base 3.1.0 + GWEN_Crypt_KeyDes3K_SetIV@Base 3.3.3 + GWEN_Crypt_KeyDes3K_SetKeyData@Base 3.1.0 + GWEN_Crypt_KeyDes3K_fromData@Base 3.1.0 + GWEN_Crypt_KeyDes3K_fromDb@Base 3.1.0 + GWEN_Crypt_KeyDes3K_toDb@Base 3.1.0 + GWEN_Crypt_KeyRsa_AddFlags@Base 3.2.0 + GWEN_Crypt_KeyRsa_GeneratePair@Base 3.1.0 + GWEN_Crypt_KeyRsa_GetExponent@Base 3.1.0 + GWEN_Crypt_KeyRsa_GetFlags@Base 3.2.0 + GWEN_Crypt_KeyRsa_GetModulus@Base 3.1.0 + GWEN_Crypt_KeyRsa_GetSecretExponent@Base 3.3.4 + GWEN_Crypt_KeyRsa_SetFlags@Base 3.2.0 + GWEN_Crypt_KeyRsa_SubFlags@Base 3.2.0 + GWEN_Crypt_KeyRsa_dup@Base 3.2.0 + GWEN_Crypt_KeyRsa_fromDb@Base 3.1.0 + GWEN_Crypt_KeyRsa_fromModExp@Base 3.1.0 + GWEN_Crypt_KeyRsa_fromModPrivExp@Base 3.6.0 + GWEN_Crypt_KeyRsa_toDb@Base 3.1.0 + GWEN_Crypt_KeySym_dup@Base 3.2.0 + GWEN_Crypt_Key_Decipher@Base 3.1.0 + GWEN_Crypt_Key_Encipher@Base 3.1.0 + GWEN_Crypt_Key_GetCryptAlgoId@Base 3.1.0 + GWEN_Crypt_Key_GetKeyNumber@Base 3.1.0 + GWEN_Crypt_Key_GetKeySize@Base 3.1.0 + GWEN_Crypt_Key_GetKeyVersion@Base 3.1.0 + GWEN_Crypt_Key_List2Iterator_Data@Base 3.1.0 + GWEN_Crypt_Key_List2Iterator_GetLinkCount@Base 3.8.1 + GWEN_Crypt_Key_List2Iterator_IncLinkCount@Base 3.1.0 + GWEN_Crypt_Key_List2Iterator_Next@Base 3.1.0 + GWEN_Crypt_Key_List2Iterator_Previous@Base 3.1.0 + GWEN_Crypt_Key_List2Iterator_free@Base 3.1.0 + GWEN_Crypt_Key_List2Iterator_new@Base 3.1.0 + GWEN_Crypt_Key_List2_Clear@Base 3.1.0 + GWEN_Crypt_Key_List2_Contains@Base 3.1.0 + GWEN_Crypt_Key_List2_Dump@Base 3.1.0 + GWEN_Crypt_Key_List2_Erase@Base 3.1.0 + GWEN_Crypt_Key_List2_FindIter@Base 3.1.0 + GWEN_Crypt_Key_List2_First@Base 3.1.0 + GWEN_Crypt_Key_List2_ForEach@Base 3.1.0 + GWEN_Crypt_Key_List2_GetBack@Base 3.1.0 + GWEN_Crypt_Key_List2_GetFront@Base 3.1.0 + GWEN_Crypt_Key_List2_GetSize@Base 3.1.0 + GWEN_Crypt_Key_List2_IsEmpty@Base 3.1.0 + GWEN_Crypt_Key_List2_Last@Base 3.1.0 + GWEN_Crypt_Key_List2_PopBack@Base 3.1.0 + GWEN_Crypt_Key_List2_PopFront@Base 3.1.0 + GWEN_Crypt_Key_List2_PushBack@Base 3.1.0 + GWEN_Crypt_Key_List2_PushFront@Base 3.1.0 + GWEN_Crypt_Key_List2_Remove@Base 3.1.0 + GWEN_Crypt_Key_List2_Unshare@Base 3.1.0 + GWEN_Crypt_Key_List2_dup@Base 3.1.0 + GWEN_Crypt_Key_List2_free@Base 3.1.0 + GWEN_Crypt_Key_List2_new@Base 3.1.0 + GWEN_Crypt_Key_List_Add@Base 3.1.0 + GWEN_Crypt_Key_List_AddList@Base 3.1.0 + GWEN_Crypt_Key_List_Clear@Base 3.1.0 + GWEN_Crypt_Key_List_Del@Base 3.1.0 + GWEN_Crypt_Key_List_First@Base 3.1.0 + GWEN_Crypt_Key_List_GetCount@Base 3.1.0 + GWEN_Crypt_Key_List_HasElement@Base 3.1.0 + GWEN_Crypt_Key_List_Insert@Base 3.1.0 + GWEN_Crypt_Key_List_Last@Base 3.1.0 + GWEN_Crypt_Key_List_Next@Base 3.1.0 + GWEN_Crypt_Key_List_Previous@Base 3.1.0 + GWEN_Crypt_Key_List_free@Base 3.1.0 + GWEN_Crypt_Key_List_new@Base 3.1.0 + GWEN_Crypt_Key_SetDecipherFn@Base 3.1.0 + GWEN_Crypt_Key_SetEncipherFn@Base 3.1.0 + GWEN_Crypt_Key_SetKeyNumber@Base 3.1.0 + GWEN_Crypt_Key_SetKeyVersion@Base 3.1.0 + GWEN_Crypt_Key_SetSignFn@Base 3.1.0 + GWEN_Crypt_Key_SetVerifyFn@Base 3.1.0 + GWEN_Crypt_Key_Sign@Base 3.1.0 + GWEN_Crypt_Key_Verify@Base 3.1.0 + GWEN_Crypt_Key_dup@Base 3.1.0 + GWEN_Crypt_Key_free@Base 3.1.0 + GWEN_Crypt_Key_fromDb@Base 3.1.0 + GWEN_Crypt_Key_new@Base 3.1.0 + GWEN_Crypt_Key_toDb@Base 3.1.0 + GWEN_Crypt_PaddAlgoId_fromString@Base 3.1.0 + GWEN_Crypt_PaddAlgoId_toString@Base 3.1.0 + GWEN_Crypt_PaddAlgo_Attach@Base 3.1.0 + GWEN_Crypt_PaddAlgo_GetId@Base 3.1.0 + GWEN_Crypt_PaddAlgo_GetPaddSize@Base 3.1.0 + GWEN_Crypt_PaddAlgo_List2Iterator_Data@Base 3.1.0 + GWEN_Crypt_PaddAlgo_List2Iterator_GetLinkCount@Base 3.8.1 + GWEN_Crypt_PaddAlgo_List2Iterator_IncLinkCount@Base 3.1.0 + GWEN_Crypt_PaddAlgo_List2Iterator_Next@Base 3.1.0 + GWEN_Crypt_PaddAlgo_List2Iterator_Previous@Base 3.1.0 + GWEN_Crypt_PaddAlgo_List2Iterator_free@Base 3.1.0 + GWEN_Crypt_PaddAlgo_List2Iterator_new@Base 3.1.0 + GWEN_Crypt_PaddAlgo_List2_Clear@Base 3.1.0 + GWEN_Crypt_PaddAlgo_List2_Contains@Base 3.1.0 + GWEN_Crypt_PaddAlgo_List2_Dump@Base 3.1.0 + GWEN_Crypt_PaddAlgo_List2_Erase@Base 3.1.0 + GWEN_Crypt_PaddAlgo_List2_FindIter@Base 3.1.0 + GWEN_Crypt_PaddAlgo_List2_First@Base 3.1.0 + GWEN_Crypt_PaddAlgo_List2_ForEach@Base 3.1.0 + GWEN_Crypt_PaddAlgo_List2_GetBack@Base 3.1.0 + GWEN_Crypt_PaddAlgo_List2_GetFront@Base 3.1.0 + GWEN_Crypt_PaddAlgo_List2_GetSize@Base 3.1.0 + GWEN_Crypt_PaddAlgo_List2_IsEmpty@Base 3.1.0 + GWEN_Crypt_PaddAlgo_List2_Last@Base 3.1.0 + GWEN_Crypt_PaddAlgo_List2_PopBack@Base 3.1.0 + GWEN_Crypt_PaddAlgo_List2_PopFront@Base 3.1.0 + GWEN_Crypt_PaddAlgo_List2_PushBack@Base 3.1.0 + GWEN_Crypt_PaddAlgo_List2_PushFront@Base 3.1.0 + GWEN_Crypt_PaddAlgo_List2_Remove@Base 3.1.0 + GWEN_Crypt_PaddAlgo_List2_Unshare@Base 3.1.0 + GWEN_Crypt_PaddAlgo_List2_dup@Base 3.1.0 + GWEN_Crypt_PaddAlgo_List2_free@Base 3.1.0 + GWEN_Crypt_PaddAlgo_List2_new@Base 3.1.0 + GWEN_Crypt_PaddAlgo_SetPaddSize@Base 3.1.0 + GWEN_Crypt_PaddAlgo_dup@Base 3.1.0 + GWEN_Crypt_PaddAlgo_free@Base 3.1.0 + GWEN_Crypt_PaddAlgo_fromDb@Base 3.1.0 + GWEN_Crypt_PaddAlgo_new@Base 3.1.0 + GWEN_Crypt_PaddAlgo_toDb@Base 3.1.0 + GWEN_Crypt_PinEncoding_fromString@Base 3.1.0 + GWEN_Crypt_PinEncoding_toString@Base 3.1.0 + GWEN_Crypt_PinType_fromString@Base 3.1.0 + GWEN_Crypt_PinType_toString@Base 3.1.0 + GWEN_Crypt_Random@Base 3.1.0 + GWEN_Crypt_TokenFile_AddContext@Base 3.1.0 + GWEN_Crypt_TokenFile_GetContext@Base 3.1.0 + GWEN_Crypt_TokenFile_SetReadFn@Base 3.1.0 + GWEN_Crypt_TokenFile_SetWriteFn@Base 3.1.0 + GWEN_Crypt_TokenFile_new@Base 3.1.0 + GWEN_Crypt_Token_AddFlags@Base 3.1.0 + GWEN_Crypt_Token_AddModes@Base 3.1.0 + GWEN_Crypt_Token_BeginEnterPin@Base 3.1.0 + GWEN_Crypt_Token_ChangePin@Base 3.1.0 + GWEN_Crypt_Token_Close@Base 3.1.0 + GWEN_Crypt_Token_Context_Attach@Base 3.1.0 + GWEN_Crypt_Token_Context_GetAddress@Base 3.1.0 + GWEN_Crypt_Token_Context_GetAuthSignKeyId@Base 3.1.0 + GWEN_Crypt_Token_Context_GetAuthVerifyKeyId@Base 3.1.0 + GWEN_Crypt_Token_Context_GetDecipherKeyId@Base 3.1.0 + GWEN_Crypt_Token_Context_GetEncipherKeyId@Base 3.1.0 + GWEN_Crypt_Token_Context_GetId@Base 3.1.0 + GWEN_Crypt_Token_Context_GetPeerId@Base 3.1.0 + GWEN_Crypt_Token_Context_GetPeerName@Base 3.1.0 + GWEN_Crypt_Token_Context_GetPort@Base 3.1.0 + GWEN_Crypt_Token_Context_GetServiceId@Base 3.1.0 + GWEN_Crypt_Token_Context_GetSignKeyId@Base 3.1.0 + GWEN_Crypt_Token_Context_GetSystemId@Base 3.1.0 + GWEN_Crypt_Token_Context_GetUserId@Base 3.1.0 + GWEN_Crypt_Token_Context_GetUserName@Base 3.1.0 + GWEN_Crypt_Token_Context_GetVerifyKeyId@Base 3.1.0 + GWEN_Crypt_Token_Context_IsModified@Base 3.1.0 + GWEN_Crypt_Token_Context_List2Iterator_Data@Base 3.1.0 + GWEN_Crypt_Token_Context_List2Iterator_GetLinkCount@Base 3.8.1 + GWEN_Crypt_Token_Context_List2Iterator_IncLinkCount@Base 3.1.0 + GWEN_Crypt_Token_Context_List2Iterator_Next@Base 3.1.0 + GWEN_Crypt_Token_Context_List2Iterator_Previous@Base 3.1.0 + GWEN_Crypt_Token_Context_List2Iterator_free@Base 3.1.0 + GWEN_Crypt_Token_Context_List2Iterator_new@Base 3.1.0 + GWEN_Crypt_Token_Context_List2_Clear@Base 3.1.0 + GWEN_Crypt_Token_Context_List2_Contains@Base 3.1.0 + GWEN_Crypt_Token_Context_List2_Dump@Base 3.1.0 + GWEN_Crypt_Token_Context_List2_Erase@Base 3.1.0 + GWEN_Crypt_Token_Context_List2_FindIter@Base 3.1.0 + GWEN_Crypt_Token_Context_List2_First@Base 3.1.0 + GWEN_Crypt_Token_Context_List2_ForEach@Base 3.1.0 + GWEN_Crypt_Token_Context_List2_GetBack@Base 3.1.0 + GWEN_Crypt_Token_Context_List2_GetFront@Base 3.1.0 + GWEN_Crypt_Token_Context_List2_GetSize@Base 3.1.0 + GWEN_Crypt_Token_Context_List2_IsEmpty@Base 3.1.0 + GWEN_Crypt_Token_Context_List2_Last@Base 3.1.0 + GWEN_Crypt_Token_Context_List2_PopBack@Base 3.1.0 + GWEN_Crypt_Token_Context_List2_PopFront@Base 3.1.0 + GWEN_Crypt_Token_Context_List2_PushBack@Base 3.1.0 + GWEN_Crypt_Token_Context_List2_PushFront@Base 3.1.0 + GWEN_Crypt_Token_Context_List2_Remove@Base 3.1.0 + GWEN_Crypt_Token_Context_List2_Unshare@Base 3.1.0 + GWEN_Crypt_Token_Context_List2_dup@Base 3.1.0 + GWEN_Crypt_Token_Context_List2_free@Base 3.1.0 + GWEN_Crypt_Token_Context_List2_freeAll@Base 3.1.0 + GWEN_Crypt_Token_Context_List2_new@Base 3.1.0 + GWEN_Crypt_Token_Context_List_Add@Base 3.1.0 + GWEN_Crypt_Token_Context_List_AddList@Base 3.1.0 + GWEN_Crypt_Token_Context_List_Clear@Base 3.1.0 + GWEN_Crypt_Token_Context_List_Del@Base 3.1.0 + GWEN_Crypt_Token_Context_List_First@Base 3.1.0 + GWEN_Crypt_Token_Context_List_GetCount@Base 3.1.0 + GWEN_Crypt_Token_Context_List_HasElement@Base 3.1.0 + GWEN_Crypt_Token_Context_List_Insert@Base 3.1.0 + GWEN_Crypt_Token_Context_List_Last@Base 3.1.0 + GWEN_Crypt_Token_Context_List_Next@Base 3.1.0 + GWEN_Crypt_Token_Context_List_Previous@Base 3.1.0 + GWEN_Crypt_Token_Context_List_dup@Base 3.1.0 + GWEN_Crypt_Token_Context_List_free@Base 3.1.0 + GWEN_Crypt_Token_Context_List_new@Base 3.1.0 + GWEN_Crypt_Token_Context_ReadDb@Base 3.1.0 + GWEN_Crypt_Token_Context_SetAddress@Base 3.1.0 + GWEN_Crypt_Token_Context_SetAuthSignKeyId@Base 3.1.0 + GWEN_Crypt_Token_Context_SetAuthVerifyKeyId@Base 3.1.0 + GWEN_Crypt_Token_Context_SetDecipherKeyId@Base 3.1.0 + GWEN_Crypt_Token_Context_SetEncipherKeyId@Base 3.1.0 + GWEN_Crypt_Token_Context_SetId@Base 3.1.0 + GWEN_Crypt_Token_Context_SetModified@Base 3.1.0 + GWEN_Crypt_Token_Context_SetPeerId@Base 3.1.0 + GWEN_Crypt_Token_Context_SetPeerName@Base 3.1.0 + GWEN_Crypt_Token_Context_SetPort@Base 3.1.0 + GWEN_Crypt_Token_Context_SetServiceId@Base 3.1.0 + GWEN_Crypt_Token_Context_SetSignKeyId@Base 3.1.0 + GWEN_Crypt_Token_Context_SetSystemId@Base 3.1.0 + GWEN_Crypt_Token_Context_SetUserId@Base 3.1.0 + GWEN_Crypt_Token_Context_SetUserName@Base 3.1.0 + GWEN_Crypt_Token_Context_SetVerifyKeyId@Base 3.1.0 + GWEN_Crypt_Token_Context_dup@Base 3.1.0 + GWEN_Crypt_Token_Context_free@Base 3.1.0 + GWEN_Crypt_Token_Context_fromDb@Base 3.1.0 + GWEN_Crypt_Token_Context_new@Base 3.1.0 + GWEN_Crypt_Token_Context_toDb@Base 3.1.0 + GWEN_Crypt_Token_Create@Base 3.1.0 + GWEN_Crypt_Token_Decipher@Base 3.1.0 + GWEN_Crypt_Token_Device_fromString@Base 3.1.0 + GWEN_Crypt_Token_Device_toString@Base 3.1.0 + GWEN_Crypt_Token_Encipher@Base 3.1.0 + GWEN_Crypt_Token_EndEnterPin@Base 3.1.0 + GWEN_Crypt_Token_GenerateKey@Base 3.1.0 + GWEN_Crypt_Token_GetContext@Base 3.1.0 + GWEN_Crypt_Token_GetContextIdList@Base 3.1.0 + GWEN_Crypt_Token_GetDevice@Base 3.1.0 + GWEN_Crypt_Token_GetFlags@Base 3.1.0 + GWEN_Crypt_Token_GetFriendlyName@Base 3.1.0 + GWEN_Crypt_Token_GetKeyIdList@Base 3.1.0 + GWEN_Crypt_Token_GetKeyInfo@Base 3.1.0 + GWEN_Crypt_Token_GetModes@Base 3.1.0 + GWEN_Crypt_Token_GetPin@Base 3.1.0 + GWEN_Crypt_Token_GetTokenName@Base 3.1.0 + GWEN_Crypt_Token_GetTypeName@Base 3.1.0 + GWEN_Crypt_Token_InsertCorrectToken@Base 3.1.0 + GWEN_Crypt_Token_InsertToken@Base 3.1.0 + GWEN_Crypt_Token_IsOpen@Base 3.1.0 + GWEN_Crypt_Token_KeyInfo_AddFlags@Base 3.1.0 + GWEN_Crypt_Token_KeyInfo_GetCryptAlgoId@Base 3.1.0 + GWEN_Crypt_Token_KeyInfo_GetExponentData@Base 3.1.0 + GWEN_Crypt_Token_KeyInfo_GetExponentLen@Base 3.1.0 + GWEN_Crypt_Token_KeyInfo_GetFlags@Base 3.1.0 + GWEN_Crypt_Token_KeyInfo_GetKeyDescr@Base 3.1.0 + GWEN_Crypt_Token_KeyInfo_GetKeyId@Base 3.1.0 + GWEN_Crypt_Token_KeyInfo_GetKeyNumber@Base 3.1.0 + GWEN_Crypt_Token_KeyInfo_GetKeySize@Base 3.1.0 + GWEN_Crypt_Token_KeyInfo_GetKeyVersion@Base 3.1.0 + GWEN_Crypt_Token_KeyInfo_GetModulusData@Base 3.1.0 + GWEN_Crypt_Token_KeyInfo_GetModulusLen@Base 3.1.0 + GWEN_Crypt_Token_KeyInfo_GetSignCounter@Base 3.1.0 + GWEN_Crypt_Token_KeyInfo_List2Iterator_Data@Base 3.1.0 + GWEN_Crypt_Token_KeyInfo_List2Iterator_GetLinkCount@Base 3.8.1 + GWEN_Crypt_Token_KeyInfo_List2Iterator_IncLinkCount@Base 3.1.0 + GWEN_Crypt_Token_KeyInfo_List2Iterator_Next@Base 3.1.0 + GWEN_Crypt_Token_KeyInfo_List2Iterator_Previous@Base 3.1.0 + GWEN_Crypt_Token_KeyInfo_List2Iterator_free@Base 3.1.0 + GWEN_Crypt_Token_KeyInfo_List2Iterator_new@Base 3.1.0 + GWEN_Crypt_Token_KeyInfo_List2_Clear@Base 3.1.0 + GWEN_Crypt_Token_KeyInfo_List2_Contains@Base 3.1.0 + GWEN_Crypt_Token_KeyInfo_List2_Dump@Base 3.1.0 + GWEN_Crypt_Token_KeyInfo_List2_Erase@Base 3.1.0 + GWEN_Crypt_Token_KeyInfo_List2_FindIter@Base 3.1.0 + GWEN_Crypt_Token_KeyInfo_List2_First@Base 3.1.0 + GWEN_Crypt_Token_KeyInfo_List2_ForEach@Base 3.1.0 + GWEN_Crypt_Token_KeyInfo_List2_GetBack@Base 3.1.0 + GWEN_Crypt_Token_KeyInfo_List2_GetFront@Base 3.1.0 + GWEN_Crypt_Token_KeyInfo_List2_GetSize@Base 3.1.0 + GWEN_Crypt_Token_KeyInfo_List2_IsEmpty@Base 3.1.0 + GWEN_Crypt_Token_KeyInfo_List2_Last@Base 3.1.0 + GWEN_Crypt_Token_KeyInfo_List2_PopBack@Base 3.1.0 + GWEN_Crypt_Token_KeyInfo_List2_PopFront@Base 3.1.0 + GWEN_Crypt_Token_KeyInfo_List2_PushBack@Base 3.1.0 + GWEN_Crypt_Token_KeyInfo_List2_PushFront@Base 3.1.0 + GWEN_Crypt_Token_KeyInfo_List2_Remove@Base 3.1.0 + GWEN_Crypt_Token_KeyInfo_List2_Unshare@Base 3.1.0 + GWEN_Crypt_Token_KeyInfo_List2_dup@Base 3.1.0 + GWEN_Crypt_Token_KeyInfo_List2_free@Base 3.1.0 + GWEN_Crypt_Token_KeyInfo_List2_new@Base 3.1.0 + GWEN_Crypt_Token_KeyInfo_List_Add@Base 3.1.0 + GWEN_Crypt_Token_KeyInfo_List_AddList@Base 3.1.0 + GWEN_Crypt_Token_KeyInfo_List_Clear@Base 3.1.0 + GWEN_Crypt_Token_KeyInfo_List_Del@Base 3.1.0 + GWEN_Crypt_Token_KeyInfo_List_First@Base 3.1.0 + GWEN_Crypt_Token_KeyInfo_List_GetCount@Base 3.1.0 + GWEN_Crypt_Token_KeyInfo_List_HasElement@Base 3.1.0 + GWEN_Crypt_Token_KeyInfo_List_Insert@Base 3.1.0 + GWEN_Crypt_Token_KeyInfo_List_Last@Base 3.1.0 + GWEN_Crypt_Token_KeyInfo_List_Next@Base 3.1.0 + GWEN_Crypt_Token_KeyInfo_List_Previous@Base 3.1.0 + GWEN_Crypt_Token_KeyInfo_List_free@Base 3.1.0 + GWEN_Crypt_Token_KeyInfo_List_new@Base 3.1.0 + GWEN_Crypt_Token_KeyInfo_SetExponent@Base 3.1.0 + GWEN_Crypt_Token_KeyInfo_SetFlags@Base 3.1.0 + GWEN_Crypt_Token_KeyInfo_SetKeyDescr@Base 3.1.0 + GWEN_Crypt_Token_KeyInfo_SetKeyNumber@Base 3.1.0 + GWEN_Crypt_Token_KeyInfo_SetKeySize@Base 3.2.0 + GWEN_Crypt_Token_KeyInfo_SetKeyVersion@Base 3.1.0 + GWEN_Crypt_Token_KeyInfo_SetModulus@Base 3.1.0 + GWEN_Crypt_Token_KeyInfo_SetSignCounter@Base 3.1.0 + GWEN_Crypt_Token_KeyInfo_SubFlags@Base 3.1.0 + GWEN_Crypt_Token_KeyInfo_dup@Base 3.1.0 + GWEN_Crypt_Token_KeyInfo_free@Base 3.1.0 + GWEN_Crypt_Token_KeyInfo_new@Base 3.1.0 + GWEN_Crypt_Token_List2Iterator_Data@Base 3.1.0 + GWEN_Crypt_Token_List2Iterator_GetLinkCount@Base 3.8.1 + GWEN_Crypt_Token_List2Iterator_IncLinkCount@Base 3.1.0 + GWEN_Crypt_Token_List2Iterator_Next@Base 3.1.0 + GWEN_Crypt_Token_List2Iterator_Previous@Base 3.1.0 + GWEN_Crypt_Token_List2Iterator_free@Base 3.1.0 + GWEN_Crypt_Token_List2Iterator_new@Base 3.1.0 + GWEN_Crypt_Token_List2_Clear@Base 3.1.0 + GWEN_Crypt_Token_List2_Contains@Base 3.1.0 + GWEN_Crypt_Token_List2_Dump@Base 3.1.0 + GWEN_Crypt_Token_List2_Erase@Base 3.1.0 + GWEN_Crypt_Token_List2_FindIter@Base 3.1.0 + GWEN_Crypt_Token_List2_First@Base 3.1.0 + GWEN_Crypt_Token_List2_ForEach@Base 3.1.0 + GWEN_Crypt_Token_List2_GetBack@Base 3.1.0 + GWEN_Crypt_Token_List2_GetFront@Base 3.1.0 + GWEN_Crypt_Token_List2_GetSize@Base 3.1.0 + GWEN_Crypt_Token_List2_IsEmpty@Base 3.1.0 + GWEN_Crypt_Token_List2_Last@Base 3.1.0 + GWEN_Crypt_Token_List2_PopBack@Base 3.1.0 + GWEN_Crypt_Token_List2_PopFront@Base 3.1.0 + GWEN_Crypt_Token_List2_PushBack@Base 3.1.0 + GWEN_Crypt_Token_List2_PushFront@Base 3.1.0 + GWEN_Crypt_Token_List2_Remove@Base 3.1.0 + GWEN_Crypt_Token_List2_Unshare@Base 3.1.0 + GWEN_Crypt_Token_List2_dup@Base 3.1.0 + GWEN_Crypt_Token_List2_free@Base 3.1.0 + GWEN_Crypt_Token_List2_new@Base 3.1.0 + GWEN_Crypt_Token_List_Add@Base 3.1.0 + GWEN_Crypt_Token_List_AddList@Base 3.1.0 + GWEN_Crypt_Token_List_Clear@Base 3.1.0 + GWEN_Crypt_Token_List_Del@Base 3.1.0 + GWEN_Crypt_Token_List_First@Base 3.1.0 + GWEN_Crypt_Token_List_GetCount@Base 3.1.0 + GWEN_Crypt_Token_List_HasElement@Base 3.1.0 + GWEN_Crypt_Token_List_Insert@Base 3.1.0 + GWEN_Crypt_Token_List_Last@Base 3.1.0 + GWEN_Crypt_Token_List_Next@Base 3.1.0 + GWEN_Crypt_Token_List_Previous@Base 3.1.0 + GWEN_Crypt_Token_List_free@Base 3.1.0 + GWEN_Crypt_Token_List_new@Base 3.1.0 + GWEN_Crypt_Token_Open@Base 3.1.0 + GWEN_Crypt_Token_PluginManager_CheckToken@Base 3.1.0 + GWEN_Crypt_Token_PluginManager_GetPluginDescrs@Base 3.1.0 + GWEN_Crypt_Token_Plugin_CheckToken@Base 3.1.0 + GWEN_Crypt_Token_Plugin_CreateToken@Base 3.1.0 + GWEN_Crypt_Token_Plugin_GetDeviceType@Base 3.1.0 + GWEN_Crypt_Token_Plugin_SetCheckTokenFn@Base 3.1.0 + GWEN_Crypt_Token_Plugin_SetCreateTokenFn@Base 3.1.0 + GWEN_Crypt_Token_Plugin_new@Base 3.1.0 + GWEN_Crypt_Token_SetChangePinFn@Base 3.1.0 + GWEN_Crypt_Token_SetCloseFn@Base 3.1.0 + GWEN_Crypt_Token_SetContext@Base 3.1.0 + GWEN_Crypt_Token_SetCreateFn@Base 3.1.0 + GWEN_Crypt_Token_SetDecipherFn@Base 3.1.0 + GWEN_Crypt_Token_SetEncipherFn@Base 3.1.0 + GWEN_Crypt_Token_SetFlags@Base 3.1.0 + GWEN_Crypt_Token_SetFriendlyName@Base 3.1.0 + GWEN_Crypt_Token_SetGenerateKeyFn@Base 3.1.0 + GWEN_Crypt_Token_SetGetContextFn@Base 3.1.0 + GWEN_Crypt_Token_SetGetContextIdListFn@Base 3.1.0 + GWEN_Crypt_Token_SetGetKeyIdListFn@Base 3.1.0 + GWEN_Crypt_Token_SetGetKeyInfoFn@Base 3.1.0 + GWEN_Crypt_Token_SetKeyInfo@Base 3.1.0 + GWEN_Crypt_Token_SetModes@Base 3.1.0 + GWEN_Crypt_Token_SetOpenFn@Base 3.1.0 + GWEN_Crypt_Token_SetPinStatus@Base 3.1.0 + GWEN_Crypt_Token_SetSetContextFn@Base 3.1.0 + GWEN_Crypt_Token_SetSetKeyInfoFn@Base 3.1.0 + GWEN_Crypt_Token_SetSignFn@Base 3.1.0 + GWEN_Crypt_Token_SetTokenName@Base 3.1.0 + GWEN_Crypt_Token_SetVerifyFn@Base 3.1.0 + GWEN_Crypt_Token_Sign@Base 3.1.0 + GWEN_Crypt_Token_SubFlags@Base 3.1.0 + GWEN_Crypt_Token_SubModes@Base 3.1.0 + GWEN_Crypt_Token_Verify@Base 3.1.0 + GWEN_Crypt_Token_free@Base 3.1.0 + GWEN_Crypt_Token_new@Base 3.1.0 + GWEN_Crypt_TransformPin@Base 3.1.0 + GWEN_CurrentTime@Base 3.1.0 + GWEN_DBIO_Attach@Base 3.1.0 + GWEN_DBIO_CheckFile@Base 3.1.0 + GWEN_DBIO_Export@Base 3.1.0 + GWEN_DBIO_ExportToBuffer@Base 3.1.0 + GWEN_DBIO_ExportToFile@Base 3.1.0 + GWEN_DBIO_GetDescription@Base 3.1.0 + GWEN_DBIO_GetName@Base 3.1.0 + GWEN_DBIO_GetPlugin@Base 3.1.0 + GWEN_DBIO_Import@Base 3.1.0 + GWEN_DBIO_ImportFromFile@Base 3.1.0 + GWEN_DBIO_List_Add@Base 3.1.0 + GWEN_DBIO_List_AddList@Base 3.1.0 + GWEN_DBIO_List_Clear@Base 3.1.0 + GWEN_DBIO_List_Del@Base 3.1.0 + GWEN_DBIO_List_First@Base 3.1.0 + GWEN_DBIO_List_GetCount@Base 3.1.0 + GWEN_DBIO_List_HasElement@Base 3.1.0 + GWEN_DBIO_List_Insert@Base 3.1.0 + GWEN_DBIO_List_Last@Base 3.1.0 + GWEN_DBIO_List_Next@Base 3.1.0 + GWEN_DBIO_List_Previous@Base 3.1.0 + GWEN_DBIO_List_free@Base 3.1.0 + GWEN_DBIO_List_new@Base 3.1.0 + GWEN_DBIO_Plugin_Factory@Base 3.1.0 + GWEN_DBIO_Plugin_SetFactoryFn@Base 3.1.0 + GWEN_DBIO_Plugin_new@Base 3.1.0 + GWEN_DBIO_SetCheckFileFn@Base 3.1.0 + GWEN_DBIO_SetExportFn@Base 3.1.0 + GWEN_DBIO_SetImportFn@Base 3.1.0 + GWEN_DBIO__INHERIT_GETLIST@Base 3.1.0 + GWEN_DBIO__INHERIT_ISOFTYPE@Base 3.1.0 + GWEN_DBIO__INHERIT_SETDATA@Base 3.1.0 + GWEN_DBIO__INHERIT_UNLINK@Base 3.1.0 + GWEN_DBIO_free@Base 3.1.0 + GWEN_DBIO_new@Base 3.1.0 + GWEN_DB_AddCharValue@Base 3.1.0 + GWEN_DB_AddGroup@Base 3.1.0 + GWEN_DB_AddGroupChildren@Base 3.1.0 + GWEN_DB_ClearGroup@Base 3.1.0 + GWEN_DB_DeleteGroup@Base 3.1.0 + GWEN_DB_DeleteVar@Base 3.1.0 + GWEN_DB_Dump@Base 3.1.0 + GWEN_DB_FindFirstGroup@Base 3.1.0 + GWEN_DB_FindFirstVar@Base 3.1.0 + GWEN_DB_FindNextGroup@Base 3.1.0 + GWEN_DB_FindNextVar@Base 3.1.0 + GWEN_DB_GetBinValue@Base 3.1.0 + GWEN_DB_GetBinValueFromNode@Base 3.1.0 + GWEN_DB_GetCharValue@Base 3.1.0 + GWEN_DB_GetCharValueFromNode@Base 3.1.0 + GWEN_DB_GetFirstGroup@Base 3.1.0 + GWEN_DB_GetFirstValue@Base 3.1.0 + GWEN_DB_GetFirstVar@Base 3.1.0 + GWEN_DB_GetGroup@Base 3.1.0 + GWEN_DB_GetIntValue@Base 3.1.0 + GWEN_DB_GetIntValueFromNode@Base 3.1.0 + GWEN_DB_GetNextGroup@Base 3.1.0 + GWEN_DB_GetNextValue@Base 3.1.0 + GWEN_DB_GetNextVar@Base 3.1.0 + GWEN_DB_GetNodeFlags@Base 3.1.0 + GWEN_DB_GetPtrValue@Base 3.1.0 + GWEN_DB_GetValueType@Base 3.1.0 + GWEN_DB_GetValueTypeByPath@Base 3.1.0 + GWEN_DB_GetVariableType@Base 3.1.0 + GWEN_DB_GroupName@Base 3.1.0 + GWEN_DB_GroupRename@Base 3.1.0 + GWEN_DB_Group_dup@Base 3.1.0 + GWEN_DB_Group_free@Base 3.1.0 + GWEN_DB_Group_new@Base 3.1.0 + GWEN_DB_Groups_Count@Base 3.1.0 + GWEN_DB_Groups_Foreach@Base 3.1.0 + GWEN_DB_InsertGroup@Base 3.1.0 + GWEN_DB_IsGroup@Base 3.1.0 + GWEN_DB_IsValue@Base 3.1.0 + GWEN_DB_IsVariable@Base 3.1.0 + GWEN_DB_ModifyBranchFlagsDown@Base 3.1.0 + GWEN_DB_ModifyBranchFlagsUp@Base 3.1.0 + GWEN_DB_ReadFile@Base 3.1.0 + GWEN_DB_ReadFileAs@Base 3.1.0 + GWEN_DB_ReadFromFastBuffer@Base 3.1.0 + GWEN_DB_ReadFromFd@Base 3.1.0 + GWEN_DB_ReadFromIo@Base 3.1.0 + GWEN_DB_ReadFromString@Base 3.1.0 + GWEN_DB_RemoveCharValue@Base 3.1.0 + GWEN_DB_SetBinValue@Base 3.1.0 + GWEN_DB_SetCharValue@Base 3.1.0 + GWEN_DB_SetCharValueInNode@Base 3.1.0 + GWEN_DB_SetIntValue@Base 3.1.0 + GWEN_DB_SetNodeFlags@Base 3.1.0 + GWEN_DB_SetPtrValue@Base 3.1.0 + GWEN_DB_UnlinkGroup@Base 3.1.0 + GWEN_DB_ValueExists@Base 3.1.0 + GWEN_DB_Values_Count@Base 3.1.0 + GWEN_DB_Values_Foreach@Base 3.1.0 + GWEN_DB_VariableExists@Base 3.1.0 + GWEN_DB_VariableName@Base 3.1.0 + GWEN_DB_VariableRename@Base 3.1.0 + GWEN_DB_Variables_Count@Base 3.1.0 + GWEN_DB_Variables_Foreach@Base 3.1.0 + GWEN_DB_WriteFile@Base 3.1.0 + GWEN_DB_WriteFileAs@Base 3.1.0 + GWEN_DB_WriteToBuffer@Base 3.1.0 + GWEN_DB_WriteToFastBuffer@Base 3.1.0 + GWEN_DB_WriteToFd@Base 3.1.0 + GWEN_DB_WriteToIo@Base 3.1.0 + GWEN_Debug_Snprintf@Base 3.1.0 + GWEN_Directory_Close@Base 3.1.0 + GWEN_Directory_Create@Base 3.1.0 + GWEN_Directory_CreatePublic@Base 3.1.0 + GWEN_Directory_FindFileInPaths@Base 3.1.0 + GWEN_Directory_FindPathForFile@Base 3.1.0 + GWEN_Directory_GetAllEntries@Base 3.6.0 + GWEN_Directory_GetDirEntries@Base 3.6.0 + GWEN_Directory_GetFileEntries@Base 3.6.0 + GWEN_Directory_GetFileEntriesWithType@Base 3.6.0 + GWEN_Directory_GetHomeDirectory@Base 3.1.0 + GWEN_Directory_GetPath@Base 3.1.0 + GWEN_Directory_GetPrefixDirectory@Base 3.4.0 + GWEN_Directory_GetTmpDirectory@Base 3.1.0 + GWEN_Directory_Open@Base 3.1.0 + GWEN_Directory_OsifyPath@Base 3.1.0 + GWEN_Directory_Read@Base 3.1.0 + GWEN_Directory_Rewind@Base 3.1.0 + GWEN_Directory_free@Base 3.1.0 + GWEN_Directory_new@Base 3.1.0 + GWEN_Error_ToString@Base 3.1.0 + GWEN_FILTER__INHERIT_GETLIST@Base 3.1.0 + GWEN_FILTER__INHERIT_ISOFTYPE@Base 3.1.0 + GWEN_FILTER__INHERIT_SETDATA@Base 3.1.0 + GWEN_FILTER__INHERIT_UNLINK@Base 3.1.0 + GWEN_FSLock_Attach@Base 3.6.0 + GWEN_FSLock_GetName@Base 3.6.0 + GWEN_FSLock_List2Iterator_Data@Base 3.6.0 + GWEN_FSLock_List2Iterator_GetLinkCount@Base 3.8.1 + GWEN_FSLock_List2Iterator_IncLinkCount@Base 3.6.0 + GWEN_FSLock_List2Iterator_Next@Base 3.6.0 + GWEN_FSLock_List2Iterator_Previous@Base 3.6.0 + GWEN_FSLock_List2Iterator_free@Base 3.6.0 + GWEN_FSLock_List2Iterator_new@Base 3.6.0 + GWEN_FSLock_List2_Clear@Base 3.6.0 + GWEN_FSLock_List2_Contains@Base 3.6.0 + GWEN_FSLock_List2_Dump@Base 3.6.0 + GWEN_FSLock_List2_Erase@Base 3.6.0 + GWEN_FSLock_List2_FindIter@Base 3.6.0 + GWEN_FSLock_List2_First@Base 3.6.0 + GWEN_FSLock_List2_ForEach@Base 3.6.0 + GWEN_FSLock_List2_GetBack@Base 3.6.0 + GWEN_FSLock_List2_GetFront@Base 3.6.0 + GWEN_FSLock_List2_GetSize@Base 3.6.0 + GWEN_FSLock_List2_IsEmpty@Base 3.6.0 + GWEN_FSLock_List2_Last@Base 3.6.0 + GWEN_FSLock_List2_PopBack@Base 3.6.0 + GWEN_FSLock_List2_PopFront@Base 3.6.0 + GWEN_FSLock_List2_PushBack@Base 3.6.0 + GWEN_FSLock_List2_PushFront@Base 3.6.0 + GWEN_FSLock_List2_Remove@Base 3.6.0 + GWEN_FSLock_List2_Unshare@Base 3.6.0 + GWEN_FSLock_List2_dup@Base 3.6.0 + GWEN_FSLock_List2_free@Base 3.6.0 + GWEN_FSLock_List2_new@Base 3.6.0 + GWEN_FSLock_List_Add@Base 3.6.0 + GWEN_FSLock_List_AddList@Base 3.6.0 + GWEN_FSLock_List_Clear@Base 3.6.0 + GWEN_FSLock_List_Del@Base 3.6.0 + GWEN_FSLock_List_First@Base 3.6.0 + GWEN_FSLock_List_GetCount@Base 3.6.0 + GWEN_FSLock_List_HasElement@Base 3.6.0 + GWEN_FSLock_List_Insert@Base 3.6.0 + GWEN_FSLock_List_Last@Base 3.6.0 + GWEN_FSLock_List_Next@Base 3.6.0 + GWEN_FSLock_List_Previous@Base 3.6.0 + GWEN_FSLock_List_free@Base 3.6.0 + GWEN_FSLock_List_new@Base 3.6.0 + GWEN_FSLock_Lock@Base 3.1.0 + GWEN_FSLock_Unlock@Base 3.1.0 + GWEN_FSLock_free@Base 3.1.0 + GWEN_FSLock_new@Base 3.1.0 + GWEN_FastBuffer_AddFlags@Base 3.1.0 + GWEN_FastBuffer_GetBytesRead@Base 3.1.0 + GWEN_FastBuffer_GetBytesWritten@Base 3.1.0 + GWEN_FastBuffer_GetFlags@Base 3.1.0 + GWEN_FastBuffer_ReadLine@Base 3.1.0 + GWEN_FastBuffer_ReadLineToBuffer@Base 3.1.0 + GWEN_FastBuffer_SetFlags@Base 3.1.0 + GWEN_FastBuffer_SubFlags@Base 3.1.0 + GWEN_FastBuffer_free@Base 3.1.0 + GWEN_FastBuffer_new@Base 3.1.0 + GWEN_Fini@Base 3.1.0 + GWEN_Fini_Forced@Base 3.1.0 + GWEN_GUI__INHERIT_GETLIST@Base 3.1.0 + GWEN_GUI__INHERIT_ISOFTYPE@Base 3.1.0 + GWEN_GUI__INHERIT_SETDATA@Base 3.1.0 + GWEN_GUI__INHERIT_UNLINK@Base 3.1.0 + GWEN_Gui_Attach@Base 3.1.0 + GWEN_Gui_CGui_GetAcceptAllValidCerts@Base 3.8.1 + GWEN_Gui_CGui_GetCertDb@Base 3.3.5 + GWEN_Gui_CGui_GetCharSet@Base 3.1.0 + GWEN_Gui_CGui_GetIsNonInteractive@Base 3.1.0 + GWEN_Gui_CGui_GetPasswordDb@Base 3.3.5 + GWEN_Gui_CGui_SetAcceptAllValidCerts@Base 3.8.1 + GWEN_Gui_CGui_SetCertDb@Base 3.2.0 + GWEN_Gui_CGui_SetCharSet@Base 3.1.0 + GWEN_Gui_CGui_SetIsNonInteractive@Base 3.1.0 + GWEN_Gui_CGui_SetPasswordDb@Base 3.2.0 + GWEN_Gui_CGui_new@Base 3.1.0 + GWEN_Gui_CheckCert@Base 3.1.0 + GWEN_Gui_GetGui@Base 3.3.5 + GWEN_Gui_GetPassword@Base 3.1.0 + GWEN_Gui_HideBox@Base 3.1.0 + GWEN_Gui_InputBox@Base 3.1.0 + GWEN_Gui_KeyDataFromText_OpenSSL@Base 3.1.0 + GWEN_Gui_LogHook@Base 3.1.0 + GWEN_Gui_MessageBox@Base 3.1.0 + GWEN_Gui_Print@Base 3.1.0 + GWEN_Gui_ProgressAdvance@Base 3.1.0 + GWEN_Gui_ProgressEnd@Base 3.1.0 + GWEN_Gui_ProgressLog@Base 3.1.0 + GWEN_Gui_ProgressStart@Base 3.1.0 + GWEN_Gui_SetCheckCertFn@Base 3.1.0 + GWEN_Gui_SetGetPasswordFn@Base 3.1.0 + GWEN_Gui_SetGui@Base 3.1.0 + GWEN_Gui_SetHideBoxFn@Base 3.1.0 + GWEN_Gui_SetInputBoxFn@Base 3.1.0 + GWEN_Gui_SetKeyDataFromTextOpenSslFn@Base 3.1.0 + GWEN_Gui_SetLogHookFn@Base 3.1.0 + GWEN_Gui_SetMessageBoxFn@Base 3.1.0 + GWEN_Gui_SetPasswordStatus@Base 3.1.0 + GWEN_Gui_SetPrintFn@Base 3.1.0 + GWEN_Gui_SetProgressAdvanceFn@Base 3.1.0 + GWEN_Gui_SetProgressEndFn@Base 3.1.0 + GWEN_Gui_SetProgressLogFn@Base 3.1.0 + GWEN_Gui_SetProgressStartFn@Base 3.1.0 + GWEN_Gui_SetSetPasswordStatusFn@Base 3.1.0 + GWEN_Gui_SetShowBoxFn@Base 3.1.0 + GWEN_Gui_SetWaitForSocketsFn@Base 3.1.0 + GWEN_Gui_ShowBox@Base 3.1.0 + GWEN_Gui_WaitForSockets@Base 3.1.0 + GWEN_Gui_free@Base 3.1.0 + GWEN_Gui_new@Base 3.1.0 + GWEN_HTTP_SESSION__INHERIT_GETLIST@Base 3.2.0 + GWEN_HTTP_SESSION__INHERIT_ISOFTYPE@Base 3.2.0 + GWEN_HTTP_SESSION__INHERIT_SETDATA@Base 3.2.0 + GWEN_HTTP_SESSION__INHERIT_UNLINK@Base 3.2.0 + GWEN_HttpSession_AddFlags@Base 3.2.0 + GWEN_HttpSession_Attach@Base 3.2.0 + GWEN_HttpSession_Fini@Base 3.2.0 + GWEN_HttpSession_GetFlags@Base 3.2.0 + GWEN_HttpSession_GetGuiId@Base 3.2.0 + GWEN_HttpSession_GetHttpContentType@Base 3.2.0 + GWEN_HttpSession_GetHttpUserAgent@Base 3.2.0 + GWEN_HttpSession_GetHttpVMajor@Base 3.2.0 + GWEN_HttpSession_GetHttpVMinor@Base 3.2.0 + GWEN_HttpSession_GetIoLayer@Base 3.2.0 + GWEN_HttpSession_Init@Base 3.2.0 + GWEN_HttpSession_RecvPacket@Base 3.2.0 + GWEN_HttpSession_SendPacket@Base 3.2.0 + GWEN_HttpSession_SetFlags@Base 3.2.0 + GWEN_HttpSession_SetHttpContentType@Base 3.2.0 + GWEN_HttpSession_SetHttpUserAgent@Base 3.2.0 + GWEN_HttpSession_SetHttpVMajor@Base 3.2.0 + GWEN_HttpSession_SetHttpVMinor@Base 3.2.0 + GWEN_HttpSession_SubFlags@Base 3.2.0 + GWEN_HttpSession_free@Base 3.2.0 + GWEN_HttpSession_new@Base 3.2.0 + GWEN_I18N_BindTextDomain_Codeset@Base 3.1.0 + GWEN_I18N_BindTextDomain_Dir@Base 3.1.0 + GWEN_I18N_GetCurrentLocale@Base 3.1.0 + GWEN_I18N_GetCurrentLocaleList@Base 3.1.0 + GWEN_I18N_SetLocale@Base 3.1.0 + GWEN_I18N_Translate@Base 3.1.0 + GWEN_IO_LAYER__INHERIT_GETLIST@Base 3.1.0 + GWEN_IO_LAYER__INHERIT_ISOFTYPE@Base 3.1.0 + GWEN_IO_LAYER__INHERIT_SETDATA@Base 3.1.0 + GWEN_IO_LAYER__INHERIT_UNLINK@Base 3.1.0 + GWEN_IPC_REQUEST__INHERIT_GETLIST@Base 3.1.0 + GWEN_IPC_REQUEST__INHERIT_ISOFTYPE@Base 3.1.0 + GWEN_IPC_REQUEST__INHERIT_SETDATA@Base 3.1.0 + GWEN_IPC_REQUEST__INHERIT_UNLINK@Base 3.1.0 + GWEN_IdList64_AddId@Base 3.1.0 + GWEN_IdList64_AppendId@Base 3.8.0 + GWEN_IdList64_Attach@Base 3.1.0 + GWEN_IdList64_Clear@Base 3.1.0 + GWEN_IdList64_DelId@Base 3.1.0 + GWEN_IdList64_GetFirstId2@Base 3.1.0 + GWEN_IdList64_GetFirstId@Base 3.1.0 + GWEN_IdList64_GetIdAt@Base 3.8.0 + GWEN_IdList64_GetNextId2@Base 3.1.0 + GWEN_IdList64_GetNextId@Base 3.1.0 + GWEN_IdList64_HasId@Base 3.1.0 + GWEN_IdList64_Iterator_GetFirstId@Base 3.1.0 + GWEN_IdList64_Iterator_GetNextId@Base 3.1.0 + GWEN_IdList64_Iterator_free@Base 3.1.0 + GWEN_IdList64_Iterator_new@Base 3.1.0 + GWEN_IdList64_ReverseSort@Base 3.8.0 + GWEN_IdList64_Sort@Base 3.1.0 + GWEN_IdList64_dup@Base 3.1.0 + GWEN_IdList64_free@Base 3.1.0 + GWEN_IdList64_new@Base 3.1.0 + GWEN_IdList_AddId@Base 3.1.0 + GWEN_IdList_Clear@Base 3.1.0 + GWEN_IdList_DelId@Base 3.1.0 + GWEN_IdList_GetFirstId2@Base 3.1.0 + GWEN_IdList_GetFirstId@Base 3.1.0 + GWEN_IdList_GetNextId2@Base 3.1.0 + GWEN_IdList_GetNextId@Base 3.1.0 + GWEN_IdList_HasId@Base 3.1.0 + GWEN_IdList_Sort@Base 3.1.0 + GWEN_IdList_dup@Base 3.1.0 + GWEN_IdList_free@Base 3.1.0 + GWEN_IdList_new@Base 3.1.0 + GWEN_IdMap_Clear@Base 3.1.0 + GWEN_IdMap_Dump@Base 3.1.0 + GWEN_IdMap_Find@Base 3.1.0 + GWEN_IdMap_GetFirst@Base 3.1.0 + GWEN_IdMap_GetNext@Base 3.1.0 + GWEN_IdMap_GetSize@Base 3.1.0 + GWEN_IdMap_Insert@Base 3.1.0 + GWEN_IdMap_Remove@Base 3.1.0 + GWEN_IdMap_free@Base 3.1.0 + GWEN_IdMap_new@Base 3.1.0 + GWEN_InetAddr_GetAddress@Base 3.1.0 + GWEN_InetAddr_GetCapabilities@Base 3.1.0 + GWEN_InetAddr_GetName@Base 3.1.0 + GWEN_InetAddr_GetPort@Base 3.1.0 + GWEN_InetAddr_SetAddress@Base 3.1.0 + GWEN_InetAddr_SetName@Base 3.1.0 + GWEN_InetAddr_SetPort@Base 3.1.0 + GWEN_InetAddr_dup@Base 3.1.0 + GWEN_InetAddr_free@Base 3.1.0 + GWEN_InetAddr_new@Base 3.1.0 + GWEN_InheritData_GetData@Base 3.1.0 + GWEN_InheritData_GetFreeDataFn@Base 3.1.0 + GWEN_InheritData_GetId@Base 3.1.0 + GWEN_InheritData_GetTypeName@Base 3.1.0 + GWEN_InheritData_List_Add@Base 3.1.0 + GWEN_InheritData_List_AddList@Base 3.1.0 + GWEN_InheritData_List_Clear@Base 3.1.0 + GWEN_InheritData_List_Del@Base 3.1.0 + GWEN_InheritData_List_First@Base 3.1.0 + GWEN_InheritData_List_GetCount@Base 3.1.0 + GWEN_InheritData_List_HasElement@Base 3.1.0 + GWEN_InheritData_List_Insert@Base 3.1.0 + GWEN_InheritData_List_Last@Base 3.1.0 + GWEN_InheritData_List_Next@Base 3.1.0 + GWEN_InheritData_List_Previous@Base 3.1.0 + GWEN_InheritData_List_free@Base 3.1.0 + GWEN_InheritData_List_new@Base 3.1.0 + GWEN_InheritData_clear@Base 3.1.0 + GWEN_InheritData_free@Base 3.1.0 + GWEN_InheritData_freeData@Base 3.1.0 + GWEN_InheritData_new@Base 3.1.0 + GWEN_Inherit_FindData@Base 3.1.0 + GWEN_Inherit_FindEntry@Base 3.1.0 + GWEN_Inherit_MakeId@Base 3.1.0 + GWEN_Init@Base 3.1.0 + GWEN_Io_LayerBuffered_GetReadLineCount@Base 3.1.0 + GWEN_Io_LayerBuffered_GetReadLinePos@Base 3.1.0 + GWEN_Io_LayerBuffered_ReadLineToBuffer@Base 3.1.0 + GWEN_Io_LayerBuffered_ResetLinePosAndCounter@Base 3.1.0 + GWEN_Io_LayerBuffered_WriteLine@Base 3.1.0 + GWEN_Io_LayerBuffered_new@Base 3.1.0 + GWEN_Io_LayerCodec_AbortRequests@Base 3.1.0 + GWEN_Io_LayerCodec_CheckWriteOut@Base 3.1.0 + GWEN_Io_LayerCodec_EnsureReadOk@Base 3.1.0 + GWEN_Io_LayerCodec_GetCurrentGuiId@Base 3.1.0 + GWEN_Io_LayerCodec_GetReadBuffer@Base 3.1.0 + GWEN_Io_LayerCodec_GetWriteBuffer@Base 3.1.0 + GWEN_Io_LayerCodec_Reset@Base 3.1.0 + GWEN_Io_LayerCodec_SetCurrentGuiId@Base 3.1.0 + GWEN_Io_LayerCodec_SetDecodeFn@Base 3.1.0 + GWEN_Io_LayerCodec_SetEncodeFn@Base 3.1.0 + GWEN_Io_LayerCodec_new@Base 3.1.0 + GWEN_Io_LayerFile_GetReadFileDescriptor@Base 3.1.0 + GWEN_Io_LayerFile_GetWriteFileDescriptor@Base 3.1.0 + GWEN_Io_LayerFile_new@Base 3.1.0 + GWEN_Io_LayerHttp_GetDbCommandIn@Base 3.1.0 + GWEN_Io_LayerHttp_GetDbCommandOut@Base 3.1.0 + GWEN_Io_LayerHttp_GetDbHeaderIn@Base 3.1.0 + GWEN_Io_LayerHttp_GetDbHeaderOut@Base 3.1.0 + GWEN_Io_LayerHttp_GetDbStatusIn@Base 3.1.0 + GWEN_Io_LayerHttp_GetDbStatusOut@Base 3.1.0 + GWEN_Io_LayerHttp_new@Base 3.1.0 + GWEN_Io_LayerMemory_GetBuffer@Base 3.1.0 + GWEN_Io_LayerMemory_fromString@Base 3.1.0 + GWEN_Io_LayerMemory_new@Base 3.1.0 + GWEN_Io_LayerPackets_GetMaxReadQueue@Base 3.1.0 + GWEN_Io_LayerPackets_GetMaxWriteQueue@Base 3.1.0 + GWEN_Io_LayerPackets_GetReadRequest@Base 3.1.0 + GWEN_Io_LayerPackets_GetReadSize@Base 3.1.0 + GWEN_Io_LayerPackets_HasReadRequests@Base 3.1.0 + GWEN_Io_LayerPackets_SetMaxReadQueue@Base 3.1.0 + GWEN_Io_LayerPackets_SetMaxWriteQueue@Base 3.1.0 + GWEN_Io_LayerPackets_SetReadSize@Base 3.1.0 + GWEN_Io_LayerPackets_new@Base 3.1.0 + GWEN_Io_LayerSocket_GetLocalAddr@Base 3.1.0 + GWEN_Io_LayerSocket_GetPeerAddr@Base 3.1.0 + GWEN_Io_LayerSocket_GetSocket@Base 3.1.0 + GWEN_Io_LayerSocket_SetLocalAddr@Base 3.1.0 + GWEN_Io_LayerSocket_SetPeerAddr@Base 3.1.0 + GWEN_Io_LayerSocket_new@Base 3.1.0 + GWEN_Io_LayerTls_GetDhParamFile@Base 3.1.0 + GWEN_Io_LayerTls_GetLocalCertFile@Base 3.1.0 + GWEN_Io_LayerTls_GetLocalKeyFile@Base 3.1.0 + GWEN_Io_LayerTls_GetLocalTrustFile@Base 3.1.0 + GWEN_Io_LayerTls_GetPeerCertDescr@Base 3.1.0 + GWEN_Io_LayerTls_GetRemoteHostName@Base 3.1.0 + GWEN_Io_LayerTls_SetDhParamFile@Base 3.1.0 + GWEN_Io_LayerTls_SetLocalCertFile@Base 3.1.0 + GWEN_Io_LayerTls_SetLocalKeyFile@Base 3.1.0 + GWEN_Io_LayerTls_SetLocalTrustFile@Base 3.1.0 + GWEN_Io_LayerTls_SetRemoteHostName@Base 3.1.0 + GWEN_Io_LayerTls_new@Base 3.1.0 + GWEN_Io_Layer_AddFlags@Base 3.1.0 + GWEN_Io_Layer_AddIncomingLayer@Base 3.1.0 + GWEN_Io_Layer_AddRequest@Base 3.1.0 + GWEN_Io_Layer_Attach@Base 3.1.0 + GWEN_Io_Layer_ClearIncomingLayers@Base 3.1.0 + GWEN_Io_Layer_Connect@Base 3.1.0 + GWEN_Io_Layer_ConnectRecursively@Base 3.1.0 + GWEN_Io_Layer_DelRequest@Base 3.1.0 + GWEN_Io_Layer_Disconnect@Base 3.1.0 + GWEN_Io_Layer_DisconnectRecursively@Base 3.1.0 + GWEN_Io_Layer_FindBaseLayerByType@Base 3.1.0 + GWEN_Io_Layer_FlushRecursively@Base 3.1.0 + GWEN_Io_Layer_GetBaseLayer@Base 3.1.0 + GWEN_Io_Layer_GetFlags@Base 3.1.0 + GWEN_Io_Layer_GetNextIncomingLayer@Base 3.1.0 + GWEN_Io_Layer_GetStatus@Base 3.1.0 + GWEN_Io_Layer_HasWaitingRequests@Base 3.1.0 + GWEN_Io_Layer_List2Iterator_Data@Base 3.1.0 + GWEN_Io_Layer_List2Iterator_GetLinkCount@Base 3.8.1 + GWEN_Io_Layer_List2Iterator_IncLinkCount@Base 3.1.0 + GWEN_Io_Layer_List2Iterator_Next@Base 3.1.0 + GWEN_Io_Layer_List2Iterator_Previous@Base 3.1.0 + GWEN_Io_Layer_List2Iterator_free@Base 3.1.0 + GWEN_Io_Layer_List2Iterator_new@Base 3.1.0 + GWEN_Io_Layer_List2_Clear@Base 3.1.0 + GWEN_Io_Layer_List2_Contains@Base 3.1.0 + GWEN_Io_Layer_List2_Dump@Base 3.1.0 + GWEN_Io_Layer_List2_Erase@Base 3.1.0 + GWEN_Io_Layer_List2_FindIter@Base 3.1.0 + GWEN_Io_Layer_List2_First@Base 3.1.0 + GWEN_Io_Layer_List2_ForEach@Base 3.1.0 + GWEN_Io_Layer_List2_GetBack@Base 3.1.0 + GWEN_Io_Layer_List2_GetFront@Base 3.1.0 + GWEN_Io_Layer_List2_GetSize@Base 3.1.0 + GWEN_Io_Layer_List2_IsEmpty@Base 3.1.0 + GWEN_Io_Layer_List2_Last@Base 3.1.0 + GWEN_Io_Layer_List2_PopBack@Base 3.1.0 + GWEN_Io_Layer_List2_PopFront@Base 3.1.0 + GWEN_Io_Layer_List2_PushBack@Base 3.1.0 + GWEN_Io_Layer_List2_PushFront@Base 3.1.0 + GWEN_Io_Layer_List2_Remove@Base 3.1.0 + GWEN_Io_Layer_List2_Unshare@Base 3.1.0 + GWEN_Io_Layer_List2_dup@Base 3.1.0 + GWEN_Io_Layer_List2_free@Base 3.1.0 + GWEN_Io_Layer_List2_new@Base 3.1.0 + GWEN_Io_Layer_Listen@Base 3.1.0 + GWEN_Io_Layer_ListenRecursively@Base 3.1.0 + GWEN_Io_Layer_ReadBytes@Base 3.1.0 + GWEN_Io_Layer_ReadPacket@Base 3.1.0 + GWEN_Io_Layer_ReadPacketToBuffer@Base 3.1.0 + GWEN_Io_Layer_ReadToBufferUntilEof@Base 3.1.0 + GWEN_Io_Layer_SetAddRequestFn@Base 3.1.0 + GWEN_Io_Layer_SetAddWaitingSocketsFn@Base 3.1.0 + GWEN_Io_Layer_SetDelRequestFn@Base 3.1.0 + GWEN_Io_Layer_SetFlags@Base 3.1.0 + GWEN_Io_Layer_SetHasWaitingRequestsFn@Base 3.1.0 + GWEN_Io_Layer_SetListenFn@Base 3.1.0 + GWEN_Io_Layer_SetStatus@Base 3.1.0 + GWEN_Io_Layer_SetWorkOnRequestsFn@Base 3.1.0 + GWEN_Io_Layer_SubFlags@Base 3.1.0 + GWEN_Io_Layer_WorkOnRequests@Base 3.1.0 + GWEN_Io_Layer_WriteBytes@Base 3.1.0 + GWEN_Io_Layer_WriteChar@Base 3.1.0 + GWEN_Io_Layer_WriteString@Base 3.1.0 + GWEN_Io_Layer_free@Base 3.1.0 + GWEN_Io_Layer_new@Base 3.1.0 + GWEN_Io_Manager_RegisterLayer@Base 3.1.0 + GWEN_Io_Manager_UnregisterLayer@Base 3.1.0 + GWEN_Io_Manager_Wait@Base 3.1.0 + GWEN_Io_Manager_WaitForRequest@Base 3.1.0 + GWEN_Io_Manager_Work@Base 3.1.0 + GWEN_Io_RequestStatus_toString@Base 3.1.0 + GWEN_Io_RequestType_toString@Base 3.1.0 + GWEN_Io_Request_AddFlags@Base 3.1.0 + GWEN_Io_Request_Attach@Base 3.1.0 + GWEN_Io_Request_Finished@Base 3.1.0 + GWEN_Io_Request_GetBufferPos@Base 3.1.0 + GWEN_Io_Request_GetBufferPtr@Base 3.1.0 + GWEN_Io_Request_GetBufferSize@Base 3.1.0 + GWEN_Io_Request_GetFlags@Base 3.1.0 + GWEN_Io_Request_GetGuiId@Base 3.1.0 + GWEN_Io_Request_GetIncomingLayer@Base 3.1.0 + GWEN_Io_Request_GetIoLayer@Base 3.1.0 + GWEN_Io_Request_GetResultCode@Base 3.1.0 + GWEN_Io_Request_GetStatus@Base 3.1.0 + GWEN_Io_Request_GetType@Base 3.1.0 + GWEN_Io_Request_List2Iterator_Data@Base 3.1.0 + GWEN_Io_Request_List2Iterator_GetLinkCount@Base 3.8.1 + GWEN_Io_Request_List2Iterator_IncLinkCount@Base 3.1.0 + GWEN_Io_Request_List2Iterator_Next@Base 3.1.0 + GWEN_Io_Request_List2Iterator_Previous@Base 3.1.0 + GWEN_Io_Request_List2Iterator_free@Base 3.1.0 + GWEN_Io_Request_List2Iterator_new@Base 3.1.0 + GWEN_Io_Request_List2_Clear@Base 3.1.0 + GWEN_Io_Request_List2_Contains@Base 3.1.0 + GWEN_Io_Request_List2_Dump@Base 3.1.0 + GWEN_Io_Request_List2_Erase@Base 3.1.0 + GWEN_Io_Request_List2_FindIter@Base 3.1.0 + GWEN_Io_Request_List2_First@Base 3.1.0 + GWEN_Io_Request_List2_ForEach@Base 3.1.0 + GWEN_Io_Request_List2_GetBack@Base 3.1.0 + GWEN_Io_Request_List2_GetFront@Base 3.1.0 + GWEN_Io_Request_List2_GetSize@Base 3.1.0 + GWEN_Io_Request_List2_IsEmpty@Base 3.1.0 + GWEN_Io_Request_List2_Last@Base 3.1.0 + GWEN_Io_Request_List2_PopBack@Base 3.1.0 + GWEN_Io_Request_List2_PopFront@Base 3.1.0 + GWEN_Io_Request_List2_PushBack@Base 3.1.0 + GWEN_Io_Request_List2_PushFront@Base 3.1.0 + GWEN_Io_Request_List2_Remove@Base 3.1.0 + GWEN_Io_Request_List2_Unshare@Base 3.1.0 + GWEN_Io_Request_List2_dup@Base 3.1.0 + GWEN_Io_Request_List2_free@Base 3.1.0 + GWEN_Io_Request_List2_new@Base 3.1.0 + GWEN_Io_Request_List_Add@Base 3.1.0 + GWEN_Io_Request_List_AddList@Base 3.1.0 + GWEN_Io_Request_List_Clear@Base 3.1.0 + GWEN_Io_Request_List_Del@Base 3.1.0 + GWEN_Io_Request_List_First@Base 3.1.0 + GWEN_Io_Request_List_GetCount@Base 3.1.0 + GWEN_Io_Request_List_HasElement@Base 3.1.0 + GWEN_Io_Request_List_Insert@Base 3.1.0 + GWEN_Io_Request_List_Last@Base 3.1.0 + GWEN_Io_Request_List_Next@Base 3.1.0 + GWEN_Io_Request_List_Previous@Base 3.1.0 + GWEN_Io_Request_List_free@Base 3.1.0 + GWEN_Io_Request_List_new@Base 3.1.0 + GWEN_Io_Request_SetBufferPos@Base 3.1.0 + GWEN_Io_Request_SetFlags@Base 3.1.0 + GWEN_Io_Request_SetGuiId@Base 3.1.0 + GWEN_Io_Request_SetIncomingLayer@Base 3.1.0 + GWEN_Io_Request_SubFlags@Base 3.1.0 + GWEN_Io_Request_TakeIncomingLayer@Base 3.1.0 + GWEN_Io_Request_free@Base 3.1.0 + GWEN_Io_Request_new@Base 3.1.0 + GWEN_IpcManager_AddClient@Base 3.1.0 + GWEN_IpcManager_AddServer@Base 3.1.0 + GWEN_IpcManager_Attach@Base 3.1.0 + GWEN_IpcManager_Disconnect@Base 3.1.0 + GWEN_IpcManager_Dump@Base 3.1.0 + GWEN_IpcManager_GetApplicationName@Base 3.1.0 + GWEN_IpcManager_GetInRequestData@Base 3.1.0 + GWEN_IpcManager_GetIoLayer@Base 3.1.0 + GWEN_IpcManager_GetNextInRequest@Base 3.1.0 + GWEN_IpcManager_GetResponseData@Base 3.1.0 + GWEN_IpcManager_PeekResponseData@Base 3.1.0 + GWEN_IpcManager_RemoveClient@Base 3.1.0 + GWEN_IpcManager_RemoveRequest@Base 3.1.0 + GWEN_IpcManager_SendRequest@Base 3.1.0 + GWEN_IpcManager_SendResponse@Base 3.1.0 + GWEN_IpcManager_SetApplicationName@Base 3.1.0 + GWEN_IpcManager_SetClientDownFn@Base 3.1.0 + GWEN_IpcManager_Work@Base 3.1.0 + GWEN_IpcManager_free@Base 3.1.0 + GWEN_IpcManager_new@Base 3.1.0 + GWEN_IpcRequestManager_AddRequest@Base 3.1.0 + GWEN_IpcRequestManager_GetIpcManager@Base 3.1.0 + GWEN_IpcRequestManager_GetRequests@Base 3.1.0 + GWEN_IpcRequestManager_Work@Base 3.1.0 + GWEN_IpcRequestManager_free@Base 3.1.0 + GWEN_IpcRequestManager_new@Base 3.1.0 + GWEN_IpcRequest_Attach@Base 3.1.0 + GWEN_IpcRequest_GetExpires@Base 3.1.0 + GWEN_IpcRequest_GetId@Base 3.1.0 + GWEN_IpcRequest_GetIpcId@Base 3.1.0 + GWEN_IpcRequest_GetName@Base 3.1.0 + GWEN_IpcRequest_GetStatus@Base 3.1.0 + GWEN_IpcRequest_GetSubRequests@Base 3.1.0 + GWEN_IpcRequest_GetWorkFn@Base 3.1.0 + GWEN_IpcRequest_IsModified@Base 3.1.0 + GWEN_IpcRequest_List2Iterator_Data@Base 3.1.0 + GWEN_IpcRequest_List2Iterator_GetLinkCount@Base 3.8.1 + GWEN_IpcRequest_List2Iterator_IncLinkCount@Base 3.1.0 + GWEN_IpcRequest_List2Iterator_Next@Base 3.1.0 + GWEN_IpcRequest_List2Iterator_Previous@Base 3.1.0 + GWEN_IpcRequest_List2Iterator_free@Base 3.1.0 + GWEN_IpcRequest_List2Iterator_new@Base 3.1.0 + GWEN_IpcRequest_List2_Clear@Base 3.1.0 + GWEN_IpcRequest_List2_Contains@Base 3.1.0 + GWEN_IpcRequest_List2_Dump@Base 3.1.0 + GWEN_IpcRequest_List2_Erase@Base 3.1.0 + GWEN_IpcRequest_List2_FindIter@Base 3.1.0 + GWEN_IpcRequest_List2_First@Base 3.1.0 + GWEN_IpcRequest_List2_ForEach@Base 3.1.0 + GWEN_IpcRequest_List2_GetBack@Base 3.1.0 + GWEN_IpcRequest_List2_GetFront@Base 3.1.0 + GWEN_IpcRequest_List2_GetSize@Base 3.1.0 + GWEN_IpcRequest_List2_IsEmpty@Base 3.1.0 + GWEN_IpcRequest_List2_Last@Base 3.1.0 + GWEN_IpcRequest_List2_PopBack@Base 3.1.0 + GWEN_IpcRequest_List2_PopFront@Base 3.1.0 + GWEN_IpcRequest_List2_PushBack@Base 3.1.0 + GWEN_IpcRequest_List2_PushFront@Base 3.1.0 + GWEN_IpcRequest_List2_Remove@Base 3.1.0 + GWEN_IpcRequest_List2_Unshare@Base 3.1.0 + GWEN_IpcRequest_List2_dup@Base 3.1.0 + GWEN_IpcRequest_List2_free@Base 3.1.0 + GWEN_IpcRequest_List2_freeAll@Base 3.1.0 + GWEN_IpcRequest_List2_new@Base 3.1.0 + GWEN_IpcRequest_List_Add@Base 3.1.0 + GWEN_IpcRequest_List_AddList@Base 3.1.0 + GWEN_IpcRequest_List_Clear@Base 3.1.0 + GWEN_IpcRequest_List_Del@Base 3.1.0 + GWEN_IpcRequest_List_First@Base 3.1.0 + GWEN_IpcRequest_List_GetCount@Base 3.1.0 + GWEN_IpcRequest_List_HasElement@Base 3.1.0 + GWEN_IpcRequest_List_Insert@Base 3.1.0 + GWEN_IpcRequest_List_Last@Base 3.1.0 + GWEN_IpcRequest_List_Next@Base 3.1.0 + GWEN_IpcRequest_List_Previous@Base 3.1.0 + GWEN_IpcRequest_List_dup@Base 3.8.1 + GWEN_IpcRequest_List_free@Base 3.1.0 + GWEN_IpcRequest_List_new@Base 3.1.0 + GWEN_IpcRequest_ReadDb@Base 3.8.1 + GWEN_IpcRequest_SetExpires@Base 3.1.0 + GWEN_IpcRequest_SetId@Base 3.1.0 + GWEN_IpcRequest_SetIpcId@Base 3.1.0 + GWEN_IpcRequest_SetModified@Base 3.1.0 + GWEN_IpcRequest_SetName@Base 3.1.0 + GWEN_IpcRequest_SetStatus@Base 3.1.0 + GWEN_IpcRequest_SetSubRequests@Base 3.1.0 + GWEN_IpcRequest_SetWorkFn@Base 3.1.0 + GWEN_IpcRequest_Status_fromString@Base 3.8.1 + GWEN_IpcRequest_Status_toString@Base 3.8.1 + GWEN_IpcRequest_WorkFn@Base 3.1.0 + GWEN_IpcRequest_dup@Base 3.1.0 + GWEN_IpcRequest_free@Base 3.1.0 + GWEN_IpcRequest_fromDb@Base 3.1.0 + GWEN_IpcRequest_new@Base 3.1.0 + GWEN_IpcRequest_toDb@Base 3.1.0 + GWEN_LIST__INHERIT_GETLIST@Base 3.1.0 + GWEN_LIST__INHERIT_ISOFTYPE@Base 3.1.0 + GWEN_LIST__INHERIT_SETDATA@Base 3.1.0 + GWEN_LIST__INHERIT_UNLINK@Base 3.1.0 + GWEN_LibLoader_CloseLibrary@Base 3.1.0 + GWEN_LibLoader_OpenLibrary@Base 3.1.0 + GWEN_LibLoader_OpenLibraryWithPath@Base 3.1.0 + GWEN_LibLoader_Resolve@Base 3.1.0 + GWEN_LibLoader_free@Base 3.1.0 + GWEN_LibLoader_new@Base 3.1.0 + GWEN_List1Element_GetData@Base 3.1.0 + GWEN_List1Element_GetNext@Base 3.1.0 + GWEN_List1Element_GetPrevious@Base 3.1.0 + GWEN_List1Element_free@Base 3.1.0 + GWEN_List1Element_new@Base 3.1.0 + GWEN_List1_Add@Base 3.1.0 + GWEN_List1_AddList@Base 3.1.0 + GWEN_List1_Del@Base 3.1.0 + GWEN_List1_GetCount@Base 3.1.0 + GWEN_List1_GetFirst@Base 3.1.0 + GWEN_List1_GetLast@Base 3.1.0 + GWEN_List1_Insert@Base 3.1.0 + GWEN_List1_free@Base 3.1.0 + GWEN_List1_new@Base 3.1.0 + GWEN_ListIterator_Data@Base 3.1.0 + GWEN_ListIterator_DataRefPtr@Base 3.1.0 + GWEN_ListIterator_GetLinkCount@Base 3.1.0 + GWEN_ListIterator_IncLinkCount@Base 3.1.0 + GWEN_ListIterator_Next@Base 3.1.0 + GWEN_ListIterator_NextRefPtr@Base 3.1.0 + GWEN_ListIterator_Previous@Base 3.1.0 + GWEN_ListIterator_PreviousRefPtr@Base 3.1.0 + GWEN_ListIterator_free@Base 3.1.0 + GWEN_ListIterator_new@Base 3.1.0 + GWEN_List_Clear@Base 3.1.0 + GWEN_List_Contains@Base 3.1.0 + GWEN_List_Dump@Base 3.1.0 + GWEN_List_Erase@Base 3.1.0 + GWEN_List_FindIter@Base 3.1.0 + GWEN_List_First@Base 3.1.0 + GWEN_List_ForEach@Base 3.1.0 + GWEN_List_GetBack@Base 3.1.0 + GWEN_List_GetBackRefPtr@Base 3.1.0 + GWEN_List_GetFront@Base 3.1.0 + GWEN_List_GetFrontRefPtr@Base 3.1.0 + GWEN_List_GetRefPtrInfo@Base 3.1.0 + GWEN_List_GetSize@Base 3.1.0 + GWEN_List_IsEmpty@Base 3.1.0 + GWEN_List_Last@Base 3.1.0 + GWEN_List_PopBack@Base 3.1.0 + GWEN_List_PopFront@Base 3.1.0 + GWEN_List_PushBack@Base 3.1.0 + GWEN_List_PushBackRefPtr@Base 3.1.0 + GWEN_List_PushFront@Base 3.1.0 + GWEN_List_PushFrontRefPtr@Base 3.1.0 + GWEN_List_Remove@Base 3.1.0 + GWEN_List_SetRefPtrInfo@Base 3.1.0 + GWEN_List_Unshare@Base 3.1.0 + GWEN_List_dup@Base 3.1.0 + GWEN_List_free@Base 3.1.0 + GWEN_List_new@Base 3.1.0 + GWEN_LoadPluginDescrs@Base 3.1.0 + GWEN_LoadPluginDescrsByType@Base 3.1.0 + GWEN_Logger_AddLogger@Base 3.1.0 + GWEN_Logger_Close@Base 3.1.0 + GWEN_Logger_Enable@Base 3.1.0 + GWEN_Logger_Exists@Base 3.1.0 + GWEN_Logger_GetLevel@Base 3.1.0 + GWEN_Logger_IsEnabled@Base 3.1.0 + GWEN_Logger_IsOpen@Base 3.1.0 + GWEN_Logger_Level2Name@Base 3.1.0 + GWEN_Logger_Log@Base 3.1.0 + GWEN_Logger_Logtype2Name@Base 3.1.0 + GWEN_Logger_Name2Level@Base 3.1.0 + GWEN_Logger_Name2Logtype@Base 3.1.0 + GWEN_Logger_Open@Base 3.1.0 + GWEN_Logger_SetDefaultLogger@Base 3.1.0 + GWEN_Logger_SetIdent@Base 3.1.0 + GWEN_Logger_SetLevel@Base 3.1.0 + GWEN_Logger_SetLogFunction@Base 3.1.0 + GWEN_MDIGEST__INHERIT_GETLIST@Base 3.1.0 + GWEN_MDIGEST__INHERIT_ISOFTYPE@Base 3.1.0 + GWEN_MDIGEST__INHERIT_SETDATA@Base 3.1.0 + GWEN_MDIGEST__INHERIT_UNLINK@Base 3.1.0 + GWEN_MDigest_Begin@Base 3.1.0 + GWEN_MDigest_End@Base 3.1.0 + GWEN_MDigest_GetDigestPtr@Base 3.1.0 + GWEN_MDigest_GetDigestSize@Base 3.1.0 + GWEN_MDigest_GetHashAlgoId@Base 3.1.0 + GWEN_MDigest_List2Iterator_Data@Base 3.1.0 + GWEN_MDigest_List2Iterator_GetLinkCount@Base 3.8.1 + GWEN_MDigest_List2Iterator_IncLinkCount@Base 3.1.0 + GWEN_MDigest_List2Iterator_Next@Base 3.1.0 + GWEN_MDigest_List2Iterator_Previous@Base 3.1.0 + GWEN_MDigest_List2Iterator_free@Base 3.1.0 + GWEN_MDigest_List2Iterator_new@Base 3.1.0 + GWEN_MDigest_List2_Clear@Base 3.1.0 + GWEN_MDigest_List2_Contains@Base 3.1.0 + GWEN_MDigest_List2_Dump@Base 3.1.0 + GWEN_MDigest_List2_Erase@Base 3.1.0 + GWEN_MDigest_List2_FindIter@Base 3.1.0 + GWEN_MDigest_List2_First@Base 3.1.0 + GWEN_MDigest_List2_ForEach@Base 3.1.0 + GWEN_MDigest_List2_GetBack@Base 3.1.0 + GWEN_MDigest_List2_GetFront@Base 3.1.0 + GWEN_MDigest_List2_GetSize@Base 3.1.0 + GWEN_MDigest_List2_IsEmpty@Base 3.1.0 + GWEN_MDigest_List2_Last@Base 3.1.0 + GWEN_MDigest_List2_PopBack@Base 3.1.0 + GWEN_MDigest_List2_PopFront@Base 3.1.0 + GWEN_MDigest_List2_PushBack@Base 3.1.0 + GWEN_MDigest_List2_PushFront@Base 3.1.0 + GWEN_MDigest_List2_Remove@Base 3.1.0 + GWEN_MDigest_List2_Unshare@Base 3.1.0 + GWEN_MDigest_List2_dup@Base 3.1.0 + GWEN_MDigest_List2_free@Base 3.1.0 + GWEN_MDigest_List2_new@Base 3.1.0 + GWEN_MDigest_List_Add@Base 3.1.0 + GWEN_MDigest_List_AddList@Base 3.1.0 + GWEN_MDigest_List_Clear@Base 3.1.0 + GWEN_MDigest_List_Del@Base 3.1.0 + GWEN_MDigest_List_First@Base 3.1.0 + GWEN_MDigest_List_GetCount@Base 3.1.0 + GWEN_MDigest_List_HasElement@Base 3.1.0 + GWEN_MDigest_List_Insert@Base 3.1.0 + GWEN_MDigest_List_Last@Base 3.1.0 + GWEN_MDigest_List_Next@Base 3.1.0 + GWEN_MDigest_List_Previous@Base 3.1.0 + GWEN_MDigest_List_free@Base 3.1.0 + GWEN_MDigest_List_new@Base 3.1.0 + GWEN_MDigest_Md5_new@Base 3.1.0 + GWEN_MDigest_Rmd160_new@Base 3.1.0 + GWEN_MDigest_SetBeginFn@Base 3.1.0 + GWEN_MDigest_SetDigestBuffer@Base 3.1.0 + GWEN_MDigest_SetEndFn@Base 3.1.0 + GWEN_MDigest_SetUpdateFn@Base 3.1.0 + GWEN_MDigest_Sha1_new@Base 3.1.0 + GWEN_MDigest_Sha256_new@Base 3.6.0 + GWEN_MDigest_Update@Base 3.1.0 + GWEN_MDigest_free@Base 3.1.0 + GWEN_MDigest_new@Base 3.1.0 + GWEN_MSGENGINE__INHERIT_GETLIST@Base 3.1.0 + GWEN_MSGENGINE__INHERIT_ISOFTYPE@Base 3.1.0 + GWEN_MSGENGINE__INHERIT_SETDATA@Base 3.1.0 + GWEN_MSGENGINE__INHERIT_UNLINK@Base 3.1.0 + GWEN_MemCacheEntry_BeginUse@Base 3.4.0 + GWEN_MemCacheEntry_EndUse@Base 3.4.0 + GWEN_MemCacheEntry_GetDataLen@Base 3.4.0 + GWEN_MemCacheEntry_GetDataPtr@Base 3.4.0 + GWEN_MemCacheEntry_GetId@Base 3.4.0 + GWEN_MemCacheEntry_free@Base 3.4.0 + GWEN_MemCache_CreateEntry@Base 3.4.0 + GWEN_MemCache_FindEntry@Base 3.4.0 + GWEN_MemCache_Purge@Base 3.4.0 + GWEN_MemCache_PurgeEntries@Base 3.4.0 + GWEN_MemCache_PurgeEntry@Base 3.4.0 + GWEN_MemCache_free@Base 3.4.0 + GWEN_MemCache_new@Base 3.4.0 + GWEN_MemoryDebug_CleanUp@Base 3.1.0 + GWEN_MemoryDebug_Decrement@Base 3.1.0 + GWEN_MemoryDebug_Dump@Base 3.1.0 + GWEN_MemoryDebug_DumpObject@Base 3.1.0 + GWEN_MemoryDebug_GetObjectCount@Base 3.1.0 + GWEN_MemoryDebug_Increment@Base 3.1.0 + GWEN_Memory_Collect@Base 3.1.0 + GWEN_Memory_Dump@Base 3.1.0 + GWEN_Memory_dealloc@Base 3.1.0 + GWEN_Memory_malloc@Base 3.1.0 + GWEN_Memory_realloc@Base 3.1.0 + GWEN_Memory_strdup@Base 3.1.0 + GWEN_MsgEngine_AddDefinitions@Base 3.1.0 + GWEN_MsgEngine_AddTrustInfo@Base 3.1.0 + GWEN_MsgEngine_Attach@Base 3.1.0 + GWEN_MsgEngine_CreateMessage@Base 3.1.0 + GWEN_MsgEngine_CreateMessageFromNode@Base 3.1.0 + GWEN_MsgEngine_FindGroupByProperty@Base 3.1.0 + GWEN_MsgEngine_FindNodeByProperty@Base 3.1.0 + GWEN_MsgEngine_FindNodeByPropertyStrictProto@Base 3.4.0 + GWEN_MsgEngine_GetBinTypeReadFunction@Base 3.1.0 + GWEN_MsgEngine_GetBinTypeWriteFunction@Base 3.1.0 + GWEN_MsgEngine_GetCharsToEscape@Base 3.1.0 + GWEN_MsgEngine_GetDefinitions@Base 3.1.0 + GWEN_MsgEngine_GetDelimiters@Base 3.1.0 + GWEN_MsgEngine_GetEscapeChar@Base 3.1.0 + GWEN_MsgEngine_GetGetGlobalValuesFunction@Base 3.1.0 + GWEN_MsgEngine_GetInheritorData@Base 3.1.0 + GWEN_MsgEngine_GetIntValue@Base 3.1.0 + GWEN_MsgEngine_GetMode@Base 3.1.0 + GWEN_MsgEngine_GetProtocolVersion@Base 3.1.0 + GWEN_MsgEngine_GetTypeCheckFunction@Base 3.1.0 + GWEN_MsgEngine_GetTypeReadFunction@Base 3.1.0 + GWEN_MsgEngine_GetTypeWriteFunction@Base 3.1.0 + GWEN_MsgEngine_GetValue@Base 3.1.0 + GWEN_MsgEngine_ListMessage@Base 3.1.0 + GWEN_MsgEngine_ParseMessage@Base 3.1.0 + GWEN_MsgEngine_ReadMessage@Base 3.1.0 + GWEN_MsgEngine_SearchForProperty@Base 3.1.0 + GWEN_MsgEngine_SetBinTypeReadFunction@Base 3.1.0 + GWEN_MsgEngine_SetBinTypeWriteFunction@Base 3.1.0 + GWEN_MsgEngine_SetCharsToEscape@Base 3.1.0 + GWEN_MsgEngine_SetDefinitions@Base 3.1.0 + GWEN_MsgEngine_SetDelimiters@Base 3.1.0 + GWEN_MsgEngine_SetEscapeChar@Base 3.1.0 + GWEN_MsgEngine_SetFreeDataFunction@Base 3.1.0 + GWEN_MsgEngine_SetGetCharValueFunction@Base 3.1.0 + GWEN_MsgEngine_SetGetGlobalValuesFunction@Base 3.1.0 + GWEN_MsgEngine_SetGetIntValueFunction@Base 3.1.0 + GWEN_MsgEngine_SetInheritorData@Base 3.1.0 + GWEN_MsgEngine_SetIntValue@Base 3.1.0 + GWEN_MsgEngine_SetMode@Base 3.1.0 + GWEN_MsgEngine_SetProtocolVersion@Base 3.1.0 + GWEN_MsgEngine_SetTypeCheckFunction@Base 3.1.0 + GWEN_MsgEngine_SetTypeReadFunction@Base 3.1.0 + GWEN_MsgEngine_SetTypeWriteFunction@Base 3.1.0 + GWEN_MsgEngine_SetValue@Base 3.1.0 + GWEN_MsgEngine_ShowMessage@Base 3.1.0 + GWEN_MsgEngine_SkipSegment@Base 3.1.0 + GWEN_MsgEngine_TakeTrustInfo@Base 3.1.0 + GWEN_MsgEngine_TrustedData_AddPos@Base 3.1.0 + GWEN_MsgEngine_TrustedData_CreateReplacements@Base 3.1.0 + GWEN_MsgEngine_TrustedData_GetData@Base 3.1.0 + GWEN_MsgEngine_TrustedData_GetDescription@Base 3.1.0 + GWEN_MsgEngine_TrustedData_GetFirstPos@Base 3.1.0 + GWEN_MsgEngine_TrustedData_GetNext@Base 3.1.0 + GWEN_MsgEngine_TrustedData_GetNextPos@Base 3.1.0 + GWEN_MsgEngine_TrustedData_GetReplacement@Base 3.1.0 + GWEN_MsgEngine_TrustedData_GetSize@Base 3.1.0 + GWEN_MsgEngine_TrustedData_GetTrustLevel@Base 3.1.0 + GWEN_MsgEngine_TrustedData_free@Base 3.1.0 + GWEN_MsgEngine_TrustedData_new@Base 3.1.0 + GWEN_MsgEngine_free@Base 3.1.0 + GWEN_MsgEngine_new@Base 3.1.0 + GWEN_PLUGIN_MANAGER__INHERIT_GETLIST@Base 3.1.0 + GWEN_PLUGIN_MANAGER__INHERIT_ISOFTYPE@Base 3.1.0 + GWEN_PLUGIN_MANAGER__INHERIT_SETDATA@Base 3.1.0 + GWEN_PLUGIN_MANAGER__INHERIT_UNLINK@Base 3.1.0 + GWEN_PLUGIN__INHERIT_GETLIST@Base 3.1.0 + GWEN_PLUGIN__INHERIT_ISOFTYPE@Base 3.1.0 + GWEN_PLUGIN__INHERIT_SETDATA@Base 3.1.0 + GWEN_PLUGIN__INHERIT_UNLINK@Base 3.1.0 + GWEN_Padd_ApplyPaddAlgo@Base 3.1.0 + GWEN_Padd_PaddWithAnsiX9_23@Base 3.1.0 + GWEN_Padd_PaddWithISO9796@Base 3.1.0 + GWEN_Padd_PaddWithIso9796_2@Base 3.2.0 + GWEN_Padd_PaddWithPkcs1Bt1@Base 3.1.0 + GWEN_Padd_PaddWithPkcs1Bt2@Base 3.1.0 + GWEN_Padd_UnapplyPaddAlgo@Base 3.1.0 + GWEN_Padd_UnpaddWithAnsiX9_23@Base 3.1.0 + GWEN_Padd_UnpaddWithIso9796_2@Base 3.2.0 + GWEN_Padd_UnpaddWithPkcs1Bt1@Base 3.1.0 + GWEN_Padd_UnpaddWithPkcs1Bt2@Base 3.1.0 + GWEN_PathManager_AddPath@Base 3.1.0 + GWEN_PathManager_AddPathFromWinReg@Base 3.1.0 + GWEN_PathManager_AddRelPath@Base 3.1.0 + GWEN_PathManager_DefinePath@Base 3.1.0 + GWEN_PathManager_GetPaths@Base 3.1.0 + GWEN_PathManager_InsertPath@Base 3.1.0 + GWEN_PathManager_PathChanged@Base 3.1.0 + GWEN_PathManager_RemovePath@Base 3.1.0 + GWEN_PathManager_RemovePaths@Base 3.1.0 + GWEN_PathManager_UndefinePath@Base 3.1.0 + GWEN_Path_Convert@Base 3.1.0 + GWEN_Path_Handle@Base 3.1.0 + GWEN_Path_HandleWithIdx@Base 3.1.0 + GWEN_PluginDescription_GetAuthor@Base 3.1.0 + GWEN_PluginDescription_GetFileName@Base 3.1.0 + GWEN_PluginDescription_GetLongDescr@Base 3.1.0 + GWEN_PluginDescription_GetLongDescrByFormat@Base 3.1.0 + GWEN_PluginDescription_GetName@Base 3.1.0 + GWEN_PluginDescription_GetPath@Base 3.1.0 + GWEN_PluginDescription_GetShortDescr@Base 3.1.0 + GWEN_PluginDescription_GetType@Base 3.1.0 + GWEN_PluginDescription_GetVersion@Base 3.1.0 + GWEN_PluginDescription_GetXmlNode@Base 3.1.0 + GWEN_PluginDescription_IsActive@Base 3.1.0 + GWEN_PluginDescription_List2Iterator_Data@Base 3.1.0 + GWEN_PluginDescription_List2Iterator_GetLinkCount@Base 3.8.1 + GWEN_PluginDescription_List2Iterator_IncLinkCount@Base 3.1.0 + GWEN_PluginDescription_List2Iterator_Next@Base 3.1.0 + GWEN_PluginDescription_List2Iterator_Previous@Base 3.1.0 + GWEN_PluginDescription_List2Iterator_free@Base 3.1.0 + GWEN_PluginDescription_List2Iterator_new@Base 3.1.0 + GWEN_PluginDescription_List2_Clear@Base 3.1.0 + GWEN_PluginDescription_List2_Contains@Base 3.1.0 + GWEN_PluginDescription_List2_Dump@Base 3.1.0 + GWEN_PluginDescription_List2_Erase@Base 3.1.0 + GWEN_PluginDescription_List2_FindIter@Base 3.1.0 + GWEN_PluginDescription_List2_First@Base 3.1.0 + GWEN_PluginDescription_List2_ForEach@Base 3.1.0 + GWEN_PluginDescription_List2_GetBack@Base 3.1.0 + GWEN_PluginDescription_List2_GetFront@Base 3.1.0 + GWEN_PluginDescription_List2_GetSize@Base 3.1.0 + GWEN_PluginDescription_List2_IsEmpty@Base 3.1.0 + GWEN_PluginDescription_List2_Last@Base 3.1.0 + GWEN_PluginDescription_List2_PopBack@Base 3.1.0 + GWEN_PluginDescription_List2_PopFront@Base 3.1.0 + GWEN_PluginDescription_List2_PushBack@Base 3.1.0 + GWEN_PluginDescription_List2_PushFront@Base 3.1.0 + GWEN_PluginDescription_List2_Remove@Base 3.1.0 + GWEN_PluginDescription_List2_Unshare@Base 3.1.0 + GWEN_PluginDescription_List2_dup@Base 3.1.0 + GWEN_PluginDescription_List2_free@Base 3.1.0 + GWEN_PluginDescription_List2_freeAll@Base 3.1.0 + GWEN_PluginDescription_List2_new@Base 3.1.0 + GWEN_PluginDescription_List_Add@Base 3.1.0 + GWEN_PluginDescription_List_AddList@Base 3.1.0 + GWEN_PluginDescription_List_Clear@Base 3.1.0 + GWEN_PluginDescription_List_Del@Base 3.1.0 + GWEN_PluginDescription_List_First@Base 3.1.0 + GWEN_PluginDescription_List_GetCount@Base 3.1.0 + GWEN_PluginDescription_List_HasElement@Base 3.1.0 + GWEN_PluginDescription_List_Insert@Base 3.1.0 + GWEN_PluginDescription_List_Last@Base 3.1.0 + GWEN_PluginDescription_List_Next@Base 3.1.0 + GWEN_PluginDescription_List_Previous@Base 3.1.0 + GWEN_PluginDescription_List_free@Base 3.1.0 + GWEN_PluginDescription_List_new@Base 3.1.0 + GWEN_PluginDescription_SetFileName@Base 3.1.0 + GWEN_PluginDescription_SetIsActive@Base 3.1.0 + GWEN_PluginDescription_SetPath@Base 3.1.0 + GWEN_PluginDescription_dup@Base 3.1.0 + GWEN_PluginDescription_free@Base 3.1.0 + GWEN_PluginManager_AddPath@Base 3.1.0 + GWEN_PluginManager_AddPathFromWinReg@Base 3.1.0 + GWEN_PluginManager_AddPlugin@Base 3.3.1 + GWEN_PluginManager_AddRelPath@Base 3.1.0 + GWEN_PluginManager_FindPluginManager@Base 3.1.0 + GWEN_PluginManager_GetName@Base 3.1.0 + GWEN_PluginManager_GetPaths@Base 3.1.0 + GWEN_PluginManager_GetPlugin@Base 3.1.0 + GWEN_PluginManager_GetPluginDescr@Base 3.1.0 + GWEN_PluginManager_GetPluginDescrs@Base 3.1.0 + GWEN_PluginManager_InsertPath@Base 3.1.0 + GWEN_PluginManager_LoadPlugin@Base 3.1.0 + GWEN_PluginManager_LoadPluginFile@Base 3.1.0 + GWEN_PluginManager_Register@Base 3.1.0 + GWEN_PluginManager_RemovePath@Base 3.1.0 + GWEN_PluginManager_Unregister@Base 3.1.0 + GWEN_PluginManager_free@Base 3.1.0 + GWEN_PluginManager_new@Base 3.1.0 + GWEN_Plugin_GetFileName@Base 3.1.0 + GWEN_Plugin_GetLibLoader@Base 3.1.0 + GWEN_Plugin_GetManager@Base 3.1.0 + GWEN_Plugin_GetName@Base 3.1.0 + GWEN_Plugin_free@Base 3.1.0 + GWEN_Plugin_new@Base 3.1.0 + GWEN_Process_AddFlags@Base 3.1.0 + GWEN_Process_CheckState@Base 3.1.0 + GWEN_Process_GetFlags@Base 3.1.0 + GWEN_Process_GetResult@Base 3.1.0 + GWEN_Process_GetStderr@Base 3.1.0 + GWEN_Process_GetStdin@Base 3.1.0 + GWEN_Process_GetStdout@Base 3.1.0 + GWEN_Process_SetFlags@Base 3.1.0 + GWEN_Process_Start@Base 3.1.0 + GWEN_Process_SubFlags@Base 3.1.0 + GWEN_Process_Terminate@Base 3.1.0 + GWEN_Process_Wait@Base 3.1.0 + GWEN_Process_free@Base 3.1.0 + GWEN_Process_new@Base 3.1.0 + GWEN_RefPtrInfo_AddFlags@Base 3.1.0 + GWEN_RefPtrInfo_Attach@Base 3.1.0 + GWEN_RefPtrInfo_DelFlags@Base 3.1.0 + GWEN_RefPtrInfo_GetFlags@Base 3.1.0 + GWEN_RefPtrInfo_SetDupFn@Base 3.1.0 + GWEN_RefPtrInfo_SetFlags@Base 3.1.0 + GWEN_RefPtrInfo_SetFreeFn@Base 3.1.0 + GWEN_RefPtrInfo_free@Base 3.1.0 + GWEN_RefPtrInfo_new@Base 3.1.0 + GWEN_RefPtr_AddFlags@Base 3.1.0 + GWEN_RefPtr_DelFlags@Base 3.1.0 + GWEN_RefPtr_GetData@Base 3.1.0 + GWEN_RefPtr_GetFlags@Base 3.1.0 + GWEN_RefPtr_SetData@Base 3.1.0 + GWEN_RefPtr_SetFlags@Base 3.1.0 + GWEN_RefPtr_copy@Base 3.1.0 + GWEN_RefPtr_dup@Base 3.1.0 + GWEN_RefPtr_free@Base 3.1.0 + GWEN_RefPtr_new@Base 3.1.0 + GWEN_RingBuffer_GetBufferSize@Base 3.1.0 + GWEN_RingBuffer_GetBytesLeft@Base 3.1.0 + GWEN_RingBuffer_GetEmptyCounter@Base 3.1.0 + GWEN_RingBuffer_GetFullCounter@Base 3.1.0 + GWEN_RingBuffer_GetMaxUnsegmentedRead@Base 3.1.0 + GWEN_RingBuffer_GetMaxUnsegmentedWrite@Base 3.1.0 + GWEN_RingBuffer_GetMaxUsedBytes@Base 3.1.0 + GWEN_RingBuffer_GetReadPointer@Base 3.1.0 + GWEN_RingBuffer_GetThroughput@Base 3.1.0 + GWEN_RingBuffer_GetUsedBytes@Base 3.1.0 + GWEN_RingBuffer_GetWritePointer@Base 3.1.0 + GWEN_RingBuffer_ReadByte@Base 3.1.0 + GWEN_RingBuffer_ReadBytes@Base 3.1.0 + GWEN_RingBuffer_Reset@Base 3.1.0 + GWEN_RingBuffer_ResetEmptyCounter@Base 3.1.0 + GWEN_RingBuffer_ResetFullCounter@Base 3.1.0 + GWEN_RingBuffer_ResetMaxUsedBytes@Base 3.1.0 + GWEN_RingBuffer_ResetThroughput@Base 3.1.0 + GWEN_RingBuffer_SkipBytesRead@Base 3.1.0 + GWEN_RingBuffer_SkipBytesWrite@Base 3.1.0 + GWEN_RingBuffer_WriteByte@Base 3.1.0 + GWEN_RingBuffer_WriteBytes@Base 3.1.0 + GWEN_RingBuffer_free@Base 3.1.0 + GWEN_RingBuffer_new@Base 3.1.0 + GWEN_SigHead_GetDateTime@Base 3.6.0 + GWEN_SigHead_GetKeyName@Base 3.6.0 + GWEN_SigHead_GetKeyNumber@Base 3.6.0 + GWEN_SigHead_GetKeyVersion@Base 3.6.0 + GWEN_SigHead_GetSignatureNumber@Base 3.6.0 + GWEN_SigHead_GetSignatureProfile@Base 3.6.0 + GWEN_SigHead_List_Add@Base 3.6.0 + GWEN_SigHead_List_AddList@Base 3.6.0 + GWEN_SigHead_List_Clear@Base 3.6.0 + GWEN_SigHead_List_Del@Base 3.6.0 + GWEN_SigHead_List_First@Base 3.6.0 + GWEN_SigHead_List_GetCount@Base 3.6.0 + GWEN_SigHead_List_HasElement@Base 3.6.0 + GWEN_SigHead_List_Insert@Base 3.6.0 + GWEN_SigHead_List_Last@Base 3.6.0 + GWEN_SigHead_List_Next@Base 3.6.0 + GWEN_SigHead_List_Previous@Base 3.6.0 + GWEN_SigHead_List_free@Base 3.6.0 + GWEN_SigHead_List_new@Base 3.6.0 + GWEN_SigHead_SetDateTime@Base 3.6.0 + GWEN_SigHead_SetKeyName@Base 3.6.0 + GWEN_SigHead_SetKeyNumber@Base 3.6.0 + GWEN_SigHead_SetKeyVersion@Base 3.6.0 + GWEN_SigHead_SetSignatureNumber@Base 3.6.0 + GWEN_SigHead_SetSignatureProfile@Base 3.6.0 + GWEN_SigHead_free@Base 3.6.0 + GWEN_SigHead_fromBuffer@Base 3.6.0 + GWEN_SigHead_new@Base 3.6.0 + GWEN_SigHead_toBuffer@Base 3.6.0 + GWEN_SigTail_List_Add@Base 3.6.0 + GWEN_SigTail_List_AddList@Base 3.6.0 + GWEN_SigTail_List_Clear@Base 3.6.0 + GWEN_SigTail_List_Del@Base 3.6.0 + GWEN_SigTail_List_First@Base 3.6.0 + GWEN_SigTail_List_GetCount@Base 3.6.0 + GWEN_SigTail_List_HasElement@Base 3.6.0 + GWEN_SigTail_List_Insert@Base 3.6.0 + GWEN_SigTail_List_Last@Base 3.6.0 + GWEN_SigTail_List_Next@Base 3.6.0 + GWEN_SigTail_List_Previous@Base 3.6.0 + GWEN_SigTail_List_free@Base 3.6.0 + GWEN_SigTail_List_new@Base 3.6.0 + GWEN_SignalObject_FindSignal@Base 3.1.0 + GWEN_SignalObject_FindSlot@Base 3.1.0 + GWEN_SignalObject_RemoveForDerivedType@Base 3.1.0 + GWEN_SignalObject_free@Base 3.1.0 + GWEN_SignalObject_new@Base 3.1.0 + GWEN_Signal_Connect@Base 3.1.0 + GWEN_Signal_Disconnect@Base 3.1.0 + GWEN_Signal_Emit@Base 3.1.0 + GWEN_Signal_GetSignalObject@Base 3.1.0 + GWEN_Signal_free@Base 3.1.0 + GWEN_Signal_new@Base 3.1.0 + GWEN_Slot_GetSignalObject@Base 3.1.0 + GWEN_Slot_free@Base 3.1.0 + GWEN_Slot_new@Base 3.1.0 + GWEN_SocketSet_AddSocket@Base 3.1.0 + GWEN_SocketSet_Clear@Base 3.1.0 + GWEN_SocketSet_GetSocketCount@Base 3.1.0 + GWEN_SocketSet_HasSocket@Base 3.1.0 + GWEN_SocketSet_RemoveSocket@Base 3.1.0 + GWEN_SocketSet_free@Base 3.1.0 + GWEN_SocketSet_new@Base 3.1.0 + GWEN_Socket_Accept@Base 3.1.0 + GWEN_Socket_Bind@Base 3.1.0 + GWEN_Socket_Close@Base 3.1.0 + GWEN_Socket_Connect@Base 3.1.0 + GWEN_Socket_GetPeerAddr@Base 3.1.0 + GWEN_Socket_GetSocketError@Base 3.1.0 + GWEN_Socket_GetSocketInt@Base 3.1.0 + GWEN_Socket_GetSocketType@Base 3.1.0 + GWEN_Socket_List2Iterator_Data@Base 3.1.0 + GWEN_Socket_List2Iterator_GetLinkCount@Base 3.8.1 + GWEN_Socket_List2Iterator_IncLinkCount@Base 3.1.0 + GWEN_Socket_List2Iterator_Next@Base 3.1.0 + GWEN_Socket_List2Iterator_Previous@Base 3.1.0 + GWEN_Socket_List2Iterator_free@Base 3.1.0 + GWEN_Socket_List2Iterator_new@Base 3.1.0 + GWEN_Socket_List2_Clear@Base 3.1.0 + GWEN_Socket_List2_Contains@Base 3.1.0 + GWEN_Socket_List2_Dump@Base 3.1.0 + GWEN_Socket_List2_Erase@Base 3.1.0 + GWEN_Socket_List2_FindIter@Base 3.1.0 + GWEN_Socket_List2_First@Base 3.1.0 + GWEN_Socket_List2_ForEach@Base 3.1.0 + GWEN_Socket_List2_GetBack@Base 3.1.0 + GWEN_Socket_List2_GetFront@Base 3.1.0 + GWEN_Socket_List2_GetSize@Base 3.1.0 + GWEN_Socket_List2_IsEmpty@Base 3.1.0 + GWEN_Socket_List2_Last@Base 3.1.0 + GWEN_Socket_List2_PopBack@Base 3.1.0 + GWEN_Socket_List2_PopFront@Base 3.1.0 + GWEN_Socket_List2_PushBack@Base 3.1.0 + GWEN_Socket_List2_PushFront@Base 3.1.0 + GWEN_Socket_List2_Remove@Base 3.1.0 + GWEN_Socket_List2_Unshare@Base 3.1.0 + GWEN_Socket_List2_dup@Base 3.1.0 + GWEN_Socket_List2_free@Base 3.1.0 + GWEN_Socket_List2_new@Base 3.1.0 + GWEN_Socket_List_Add@Base 3.1.0 + GWEN_Socket_List_AddList@Base 3.1.0 + GWEN_Socket_List_Clear@Base 3.1.0 + GWEN_Socket_List_Del@Base 3.1.0 + GWEN_Socket_List_First@Base 3.1.0 + GWEN_Socket_List_GetCount@Base 3.1.0 + GWEN_Socket_List_HasElement@Base 3.1.0 + GWEN_Socket_List_Insert@Base 3.1.0 + GWEN_Socket_List_Last@Base 3.1.0 + GWEN_Socket_List_Next@Base 3.1.0 + GWEN_Socket_List_Previous@Base 3.1.0 + GWEN_Socket_List_free@Base 3.1.0 + GWEN_Socket_List_new@Base 3.1.0 + GWEN_Socket_Listen@Base 3.1.0 + GWEN_Socket_Open@Base 3.1.0 + GWEN_Socket_Read@Base 3.1.0 + GWEN_Socket_ReadFrom@Base 3.1.0 + GWEN_Socket_Select@Base 3.1.0 + GWEN_Socket_SetBlocking@Base 3.1.0 + GWEN_Socket_SetBroadcast@Base 3.1.0 + GWEN_Socket_SetReuseAddress@Base 3.1.0 + GWEN_Socket_WaitForRead@Base 3.1.0 + GWEN_Socket_WaitForWrite@Base 3.1.0 + GWEN_Socket_Write@Base 3.1.0 + GWEN_Socket_WriteTo@Base 3.1.0 + GWEN_Socket_free@Base 3.1.0 + GWEN_Socket_fromFile@Base 3.1.0 + GWEN_Socket_new@Base 3.1.0 + GWEN_SslCertDescr_Attach@Base 3.1.0 + GWEN_SslCertDescr_GetCommonName@Base 3.1.0 + GWEN_SslCertDescr_GetCountryName@Base 3.1.0 + GWEN_SslCertDescr_GetFingerPrint@Base 3.1.0 + GWEN_SslCertDescr_GetIpAddress@Base 3.1.0 + GWEN_SslCertDescr_GetIsError@Base 3.1.0 + GWEN_SslCertDescr_GetLocalityName@Base 3.1.0 + GWEN_SslCertDescr_GetNotAfter@Base 3.1.0 + GWEN_SslCertDescr_GetNotBefore@Base 3.1.0 + GWEN_SslCertDescr_GetOrganizationName@Base 3.1.0 + GWEN_SslCertDescr_GetOrganizationalUnitName@Base 3.1.0 + GWEN_SslCertDescr_GetStateOrProvinceName@Base 3.1.0 + GWEN_SslCertDescr_GetStatusFlags@Base 3.1.0 + GWEN_SslCertDescr_GetStatusText@Base 3.1.0 + GWEN_SslCertDescr_IsModified@Base 3.1.0 + GWEN_SslCertDescr_List2Iterator_Data@Base 3.1.0 + GWEN_SslCertDescr_List2Iterator_GetLinkCount@Base 3.8.1 + GWEN_SslCertDescr_List2Iterator_IncLinkCount@Base 3.1.0 + GWEN_SslCertDescr_List2Iterator_Next@Base 3.1.0 + GWEN_SslCertDescr_List2Iterator_Previous@Base 3.1.0 + GWEN_SslCertDescr_List2Iterator_free@Base 3.1.0 + GWEN_SslCertDescr_List2Iterator_new@Base 3.1.0 + GWEN_SslCertDescr_List2_Clear@Base 3.1.0 + GWEN_SslCertDescr_List2_Contains@Base 3.1.0 + GWEN_SslCertDescr_List2_Dump@Base 3.1.0 + GWEN_SslCertDescr_List2_Erase@Base 3.1.0 + GWEN_SslCertDescr_List2_FindIter@Base 3.1.0 + GWEN_SslCertDescr_List2_First@Base 3.1.0 + GWEN_SslCertDescr_List2_ForEach@Base 3.1.0 + GWEN_SslCertDescr_List2_GetBack@Base 3.1.0 + GWEN_SslCertDescr_List2_GetFront@Base 3.1.0 + GWEN_SslCertDescr_List2_GetSize@Base 3.1.0 + GWEN_SslCertDescr_List2_IsEmpty@Base 3.1.0 + GWEN_SslCertDescr_List2_Last@Base 3.1.0 + GWEN_SslCertDescr_List2_PopBack@Base 3.1.0 + GWEN_SslCertDescr_List2_PopFront@Base 3.1.0 + GWEN_SslCertDescr_List2_PushBack@Base 3.1.0 + GWEN_SslCertDescr_List2_PushFront@Base 3.1.0 + GWEN_SslCertDescr_List2_Remove@Base 3.1.0 + GWEN_SslCertDescr_List2_Unshare@Base 3.1.0 + GWEN_SslCertDescr_List2_dup@Base 3.1.0 + GWEN_SslCertDescr_List2_free@Base 3.1.0 + GWEN_SslCertDescr_List2_freeAll@Base 3.1.0 + GWEN_SslCertDescr_List2_new@Base 3.1.0 + GWEN_SslCertDescr_List_Add@Base 3.1.0 + GWEN_SslCertDescr_List_AddList@Base 3.1.0 + GWEN_SslCertDescr_List_Clear@Base 3.1.0 + GWEN_SslCertDescr_List_Del@Base 3.1.0 + GWEN_SslCertDescr_List_First@Base 3.1.0 + GWEN_SslCertDescr_List_GetCount@Base 3.1.0 + GWEN_SslCertDescr_List_HasElement@Base 3.1.0 + GWEN_SslCertDescr_List_Insert@Base 3.1.0 + GWEN_SslCertDescr_List_Last@Base 3.1.0 + GWEN_SslCertDescr_List_Next@Base 3.1.0 + GWEN_SslCertDescr_List_Previous@Base 3.1.0 + GWEN_SslCertDescr_List_dup@Base 3.1.0 + GWEN_SslCertDescr_List_free@Base 3.1.0 + GWEN_SslCertDescr_List_new@Base 3.1.0 + GWEN_SslCertDescr_ReadDb@Base 3.1.0 + GWEN_SslCertDescr_SetCommonName@Base 3.1.0 + GWEN_SslCertDescr_SetCountryName@Base 3.1.0 + GWEN_SslCertDescr_SetFingerPrint@Base 3.1.0 + GWEN_SslCertDescr_SetIpAddress@Base 3.1.0 + GWEN_SslCertDescr_SetIsError@Base 3.1.0 + GWEN_SslCertDescr_SetLocalityName@Base 3.1.0 + GWEN_SslCertDescr_SetModified@Base 3.1.0 + GWEN_SslCertDescr_SetNotAfter@Base 3.1.0 + GWEN_SslCertDescr_SetNotBefore@Base 3.1.0 + GWEN_SslCertDescr_SetOrganizationName@Base 3.1.0 + GWEN_SslCertDescr_SetOrganizationalUnitName@Base 3.1.0 + GWEN_SslCertDescr_SetStateOrProvinceName@Base 3.1.0 + GWEN_SslCertDescr_SetStatusFlags@Base 3.1.0 + GWEN_SslCertDescr_SetStatusText@Base 3.1.0 + GWEN_SslCertDescr_dup@Base 3.1.0 + GWEN_SslCertDescr_free@Base 3.1.0 + GWEN_SslCertDescr_fromDb@Base 3.1.0 + GWEN_SslCertDescr_new@Base 3.1.0 + GWEN_SslCertDescr_toDb@Base 3.1.0 + GWEN_StringList2Iterator_Data@Base 3.1.0 + GWEN_StringList2Iterator_DataRefPtr@Base 3.1.0 + GWEN_StringList2Iterator_GetLinkCount@Base 3.1.0 + GWEN_StringList2Iterator_Next@Base 3.1.0 + GWEN_StringList2Iterator_Previous@Base 3.1.0 + GWEN_StringList2Iterator_free@Base 3.1.0 + GWEN_StringList2_AppendString@Base 3.1.0 + GWEN_StringList2_Dump@Base 3.1.0 + GWEN_StringList2_First@Base 3.1.0 + GWEN_StringList2_HasString@Base 3.1.0 + GWEN_StringList2_InsertString@Base 3.1.0 + GWEN_StringList2_Last@Base 3.1.0 + GWEN_StringList2_RemoveString@Base 3.1.0 + GWEN_StringList2_SetSenseCase@Base 3.1.0 + GWEN_StringList2_dup@Base 3.1.0 + GWEN_StringList2_free@Base 3.1.0 + GWEN_StringList2_new@Base 3.1.0 + GWEN_StringListEntry_Data@Base 3.1.0 + GWEN_StringListEntry_Next@Base 3.1.0 + GWEN_StringListEntry_ReplaceString@Base 3.1.0 + GWEN_StringListEntry_free@Base 3.1.0 + GWEN_StringListEntry_new@Base 3.1.0 + GWEN_StringList_AppendEntry@Base 3.1.0 + GWEN_StringList_AppendString@Base 3.1.0 + GWEN_StringList_Clear@Base 3.1.0 + GWEN_StringList_Count@Base 3.1.0 + GWEN_StringList_FirstEntry@Base 3.1.0 + GWEN_StringList_FirstString@Base 3.1.0 + GWEN_StringList_ForEach@Base 3.1.0 + GWEN_StringList_HasString@Base 3.1.0 + GWEN_StringList_InsertString@Base 3.1.0 + GWEN_StringList_RemoveEntry@Base 3.1.0 + GWEN_StringList_RemoveString@Base 3.1.0 + GWEN_StringList_SetIgnoreRefCount@Base 3.1.0 + GWEN_StringList_SetSenseCase@Base 3.1.0 + GWEN_StringList_Sort@Base 3.1.0 + GWEN_StringList_StringAt@Base 3.1.0 + GWEN_StringList_dup@Base 3.1.0 + GWEN_StringList_free@Base 3.1.0 + GWEN_StringList_new@Base 3.1.0 + GWEN_TLV_DirectlyToBuffer@Base 3.1.0 + GWEN_TLV_GetClass@Base 3.1.0 + GWEN_TLV_GetTagData@Base 3.1.0 + GWEN_TLV_GetTagLength@Base 3.1.0 + GWEN_TLV_GetTagSize@Base 3.1.0 + GWEN_TLV_GetTagType@Base 3.1.0 + GWEN_TLV_IsBerTlv@Base 3.1.0 + GWEN_TLV_IsContructed@Base 3.1.0 + GWEN_TLV_List_Add@Base 3.1.0 + GWEN_TLV_List_AddList@Base 3.1.0 + GWEN_TLV_List_Clear@Base 3.1.0 + GWEN_TLV_List_Del@Base 3.1.0 + GWEN_TLV_List_First@Base 3.1.0 + GWEN_TLV_List_GetCount@Base 3.1.0 + GWEN_TLV_List_HasElement@Base 3.1.0 + GWEN_TLV_List_Insert@Base 3.1.0 + GWEN_TLV_List_Last@Base 3.1.0 + GWEN_TLV_List_Next@Base 3.1.0 + GWEN_TLV_List_Previous@Base 3.1.0 + GWEN_TLV_List_free@Base 3.1.0 + GWEN_TLV_List_new@Base 3.1.0 + GWEN_TLV_create@Base 3.1.0 + GWEN_TLV_free@Base 3.1.0 + GWEN_TLV_fromBuffer@Base 3.1.0 + GWEN_TLV_new@Base 3.1.0 + GWEN_TLV_toBuffer@Base 3.1.0 + GWEN_Tag16_DirectlyToBuffer@Base 3.1.0 + GWEN_Tag16_GetTagData@Base 3.1.0 + GWEN_Tag16_GetTagLength@Base 3.1.0 + GWEN_Tag16_GetTagSize@Base 3.1.0 + GWEN_Tag16_GetTagType@Base 3.1.0 + GWEN_Tag16_List_Add@Base 3.1.0 + GWEN_Tag16_List_AddList@Base 3.1.0 + GWEN_Tag16_List_Clear@Base 3.1.0 + GWEN_Tag16_List_Del@Base 3.1.0 + GWEN_Tag16_List_First@Base 3.1.0 + GWEN_Tag16_List_GetCount@Base 3.1.0 + GWEN_Tag16_List_HasElement@Base 3.1.0 + GWEN_Tag16_List_Insert@Base 3.1.0 + GWEN_Tag16_List_Last@Base 3.1.0 + GWEN_Tag16_List_Next@Base 3.1.0 + GWEN_Tag16_List_Previous@Base 3.1.0 + GWEN_Tag16_List_free@Base 3.1.0 + GWEN_Tag16_List_new@Base 3.1.0 + GWEN_Tag16_free@Base 3.1.0 + GWEN_Tag16_fromBuffer2@Base 3.6.0 + GWEN_Tag16_fromBuffer@Base 3.1.0 + GWEN_Tag16_new@Base 3.1.0 + GWEN_Text_CheckSimilarity@Base 3.1.0 + GWEN_Text_Compare@Base 3.1.0 + GWEN_Text_ComparePattern@Base 3.1.0 + GWEN_Text_CondenseBuffer@Base 3.1.0 + GWEN_Text_CountUtf8Chars@Base 3.1.0 + GWEN_Text_DoubleToBuffer@Base 3.1.0 + GWEN_Text_DumpString2Buffer@Base 3.1.0 + GWEN_Text_DumpString@Base 3.1.0 + GWEN_Text_Escape@Base 3.1.0 + GWEN_Text_EscapeToBuffer@Base 3.1.0 + GWEN_Text_EscapeToBufferTolerant2@Base 3.1.0 + GWEN_Text_EscapeToBufferTolerant@Base 3.1.0 + GWEN_Text_EscapeTolerant@Base 3.1.0 + GWEN_Text_EscapeXmlToBuffer@Base 3.1.0 + GWEN_Text_FromBcdBuffer@Base 3.1.0 + GWEN_Text_FromHex@Base 3.1.0 + GWEN_Text_FromHexBuffer@Base 3.1.0 + GWEN_Text_GetWord@Base 3.1.0 + GWEN_Text_GetWordToBuffer@Base 3.1.0 + GWEN_Text_LogString@Base 3.1.0 + GWEN_Text_NumToString@Base 3.1.0 + GWEN_Text_StringToDouble@Base 3.1.0 + GWEN_Text_ToBcdBuffer@Base 3.1.0 + GWEN_Text_ToHex@Base 3.1.0 + GWEN_Text_ToHexBuffer@Base 3.1.0 + GWEN_Text_ToHexGrouped@Base 3.1.0 + GWEN_Text_Unescape@Base 3.1.0 + GWEN_Text_UnescapeN@Base 3.1.0 + GWEN_Text_UnescapeToBuffer@Base 3.1.0 + GWEN_Text_UnescapeToBufferTolerant@Base 3.1.0 + GWEN_Text_UnescapeTolerant@Base 3.1.0 + GWEN_Text_UnescapeTolerantN@Base 3.1.0 + GWEN_Text_UnescapeXmlToBuffer@Base 3.1.0 + GWEN_Time_AddSeconds@Base 3.1.0 + GWEN_Time_Compare@Base 3.7.2 + GWEN_Time_Diff@Base 3.1.0 + GWEN_Time_DiffSeconds@Base 3.1.0 + GWEN_Time_GetBrokenDownDate@Base 3.1.0 + GWEN_Time_GetBrokenDownTime@Base 3.1.0 + GWEN_Time_GetBrokenDownUtcDate@Base 3.1.0 + GWEN_Time_GetBrokenDownUtcTime@Base 3.1.0 + GWEN_Time_Milliseconds@Base 3.1.0 + GWEN_Time_Seconds@Base 3.1.0 + GWEN_Time_SubSeconds@Base 3.1.0 + GWEN_Time_dup@Base 3.1.0 + GWEN_Time_free@Base 3.1.0 + GWEN_Time_fromDb@Base 3.1.0 + GWEN_Time_fromSeconds@Base 3.1.0 + GWEN_Time_fromString@Base 3.1.0 + GWEN_Time_fromUtcString@Base 3.1.0 + GWEN_Time_new@Base 3.1.0 + GWEN_Time_toDb@Base 3.1.0 + GWEN_Time_toString@Base 3.1.0 + GWEN_Time_toTime_t@Base 3.1.0 + GWEN_Time_toTm@Base 3.1.0 + GWEN_Time_toUtcString@Base 3.1.0 + GWEN_TreeElement_GetBelow@Base 3.7.2 + GWEN_TreeElement_GetChildrenCount@Base 3.7.2 + GWEN_TreeElement_GetFirstChild@Base 3.7.2 + GWEN_TreeElement_GetLastChild@Base 3.7.2 + GWEN_TreeElement_GetNext@Base 3.7.2 + GWEN_TreeElement_GetParent@Base 3.7.2 + GWEN_TreeElement_GetPrevious@Base 3.7.2 + GWEN_TreeElement_free@Base 3.7.2 + GWEN_TreeElement_new@Base 3.7.2 + GWEN_Tree_Add@Base 3.7.2 + GWEN_Tree_AddChild@Base 3.7.2 + GWEN_Tree_AddList@Base 3.7.2 + GWEN_Tree_Del@Base 3.7.2 + GWEN_Tree_GetCount@Base 3.7.2 + GWEN_Tree_GetFirst@Base 3.7.2 + GWEN_Tree_GetLast@Base 3.7.2 + GWEN_Tree_Insert@Base 3.7.2 + GWEN_Tree_InsertChild@Base 3.7.2 + GWEN_Tree_free@Base 3.7.2 + GWEN_Tree_new@Base 3.7.2 + GWEN_Url_Attach@Base 3.1.0 + GWEN_Url_GetPassword@Base 3.1.0 + GWEN_Url_GetPath@Base 3.1.0 + GWEN_Url_GetPort@Base 3.1.0 + GWEN_Url_GetProtocol@Base 3.1.0 + GWEN_Url_GetServer@Base 3.1.0 + GWEN_Url_GetUrl@Base 3.1.0 + GWEN_Url_GetUserName@Base 3.1.0 + GWEN_Url_GetVars@Base 3.1.0 + GWEN_Url_IsModified@Base 3.1.0 + GWEN_Url_List2Iterator_Data@Base 3.1.0 + GWEN_Url_List2Iterator_GetLinkCount@Base 3.8.1 + GWEN_Url_List2Iterator_IncLinkCount@Base 3.1.0 + GWEN_Url_List2Iterator_Next@Base 3.1.0 + GWEN_Url_List2Iterator_Previous@Base 3.1.0 + GWEN_Url_List2Iterator_free@Base 3.1.0 + GWEN_Url_List2Iterator_new@Base 3.1.0 + GWEN_Url_List2_Clear@Base 3.1.0 + GWEN_Url_List2_Contains@Base 3.1.0 + GWEN_Url_List2_Dump@Base 3.1.0 + GWEN_Url_List2_Erase@Base 3.1.0 + GWEN_Url_List2_FindIter@Base 3.1.0 + GWEN_Url_List2_First@Base 3.1.0 + GWEN_Url_List2_ForEach@Base 3.1.0 + GWEN_Url_List2_GetBack@Base 3.1.0 + GWEN_Url_List2_GetFront@Base 3.1.0 + GWEN_Url_List2_GetSize@Base 3.1.0 + GWEN_Url_List2_IsEmpty@Base 3.1.0 + GWEN_Url_List2_Last@Base 3.1.0 + GWEN_Url_List2_PopBack@Base 3.1.0 + GWEN_Url_List2_PopFront@Base 3.1.0 + GWEN_Url_List2_PushBack@Base 3.1.0 + GWEN_Url_List2_PushFront@Base 3.1.0 + GWEN_Url_List2_Remove@Base 3.1.0 + GWEN_Url_List2_Unshare@Base 3.1.0 + GWEN_Url_List2_dup@Base 3.1.0 + GWEN_Url_List2_free@Base 3.1.0 + GWEN_Url_List2_freeAll@Base 3.1.0 + GWEN_Url_List2_new@Base 3.1.0 + GWEN_Url_List_Add@Base 3.1.0 + GWEN_Url_List_AddList@Base 3.1.0 + GWEN_Url_List_Clear@Base 3.1.0 + GWEN_Url_List_Del@Base 3.1.0 + GWEN_Url_List_First@Base 3.1.0 + GWEN_Url_List_GetCount@Base 3.1.0 + GWEN_Url_List_HasElement@Base 3.1.0 + GWEN_Url_List_Insert@Base 3.1.0 + GWEN_Url_List_Last@Base 3.1.0 + GWEN_Url_List_Next@Base 3.1.0 + GWEN_Url_List_Previous@Base 3.1.0 + GWEN_Url_List_dup@Base 3.1.0 + GWEN_Url_List_free@Base 3.1.0 + GWEN_Url_List_new@Base 3.1.0 + GWEN_Url_ReadDb@Base 3.1.0 + GWEN_Url_SetModified@Base 3.1.0 + GWEN_Url_SetPassword@Base 3.1.0 + GWEN_Url_SetPath@Base 3.1.0 + GWEN_Url_SetPort@Base 3.1.0 + GWEN_Url_SetProtocol@Base 3.1.0 + GWEN_Url_SetServer@Base 3.1.0 + GWEN_Url_SetUrl@Base 3.1.0 + GWEN_Url_SetUserName@Base 3.1.0 + GWEN_Url_SetVars@Base 3.1.0 + GWEN_Url_dup@Base 3.1.0 + GWEN_Url_free@Base 3.1.0 + GWEN_Url_fromCommandString@Base 3.1.0 + GWEN_Url_fromDb@Base 3.1.0 + GWEN_Url_fromString@Base 3.1.0 + GWEN_Url_new@Base 3.1.0 + GWEN_Url_toCommandString@Base 3.1.0 + GWEN_Url_toDb@Base 3.1.0 + GWEN_Url_toString@Base 3.1.0 + GWEN_Version@Base 3.1.0 + GWEN_XMLNode_AddChild@Base 3.1.0 + GWEN_XMLNode_AddChildrenOnly@Base 3.1.0 + GWEN_XMLNode_AddHeader@Base 3.1.0 + GWEN_XMLNode_AddNameSpace@Base 3.2.0 + GWEN_XMLNode_ClearHeaders@Base 3.1.0 + GWEN_XMLNode_CopyProperties@Base 3.1.0 + GWEN_XMLNode_DecUsage@Base 3.1.0 + GWEN_XMLNode_DelHeader@Base 3.1.0 + GWEN_XMLNode_Dump@Base 3.1.0 + GWEN_XMLNode_FindFirstTag@Base 3.1.0 + GWEN_XMLNode_FindNameSpaceByName@Base 3.2.0 + GWEN_XMLNode_FindNameSpaceByUrl@Base 3.2.0 + GWEN_XMLNode_FindNextTag@Base 3.1.0 + GWEN_XMLNode_FindNode@Base 3.1.0 + GWEN_XMLNode_GetCharValue@Base 3.1.0 + GWEN_XMLNode_GetChild@Base 3.1.0 + GWEN_XMLNode_GetData@Base 3.1.0 + GWEN_XMLNode_GetFirstData@Base 3.1.0 + GWEN_XMLNode_GetFirstTag@Base 3.1.0 + GWEN_XMLNode_GetHeader@Base 3.1.0 + GWEN_XMLNode_GetIntValue@Base 3.1.0 + GWEN_XMLNode_GetLocalizedCharValue@Base 3.1.0 + GWEN_XMLNode_GetNameSpaces@Base 3.2.0 + GWEN_XMLNode_GetNamespace@Base 3.6.0 + GWEN_XMLNode_GetNextData@Base 3.1.0 + GWEN_XMLNode_GetNextTag@Base 3.1.0 + GWEN_XMLNode_GetNodeByXPath@Base 3.1.0 + GWEN_XMLNode_GetParent@Base 3.1.0 + GWEN_XMLNode_GetProperty@Base 3.1.0 + GWEN_XMLNode_GetType@Base 3.1.0 + GWEN_XMLNode_GetUsage@Base 3.1.0 + GWEN_XMLNode_GetXPath@Base 3.1.0 + GWEN_XMLNode_Globalize@Base 3.2.0 + GWEN_XMLNode_GlobalizeWithList@Base 3.2.0 + GWEN_XMLNode_IncUsage@Base 3.1.0 + GWEN_XMLNode_IsChildOf@Base 3.1.0 + GWEN_XMLNode_List2Iterator_Data@Base 3.1.0 + GWEN_XMLNode_List2Iterator_GetLinkCount@Base 3.8.1 + GWEN_XMLNode_List2Iterator_IncLinkCount@Base 3.1.0 + GWEN_XMLNode_List2Iterator_Next@Base 3.1.0 + GWEN_XMLNode_List2Iterator_Previous@Base 3.1.0 + GWEN_XMLNode_List2Iterator_free@Base 3.1.0 + GWEN_XMLNode_List2Iterator_new@Base 3.1.0 + GWEN_XMLNode_List2_Clear@Base 3.1.0 + GWEN_XMLNode_List2_Contains@Base 3.1.0 + GWEN_XMLNode_List2_Dump@Base 3.1.0 + GWEN_XMLNode_List2_Erase@Base 3.1.0 + GWEN_XMLNode_List2_FindIter@Base 3.1.0 + GWEN_XMLNode_List2_First@Base 3.1.0 + GWEN_XMLNode_List2_ForEach@Base 3.1.0 + GWEN_XMLNode_List2_GetBack@Base 3.1.0 + GWEN_XMLNode_List2_GetFront@Base 3.1.0 + GWEN_XMLNode_List2_GetSize@Base 3.1.0 + GWEN_XMLNode_List2_IsEmpty@Base 3.1.0 + GWEN_XMLNode_List2_Last@Base 3.1.0 + GWEN_XMLNode_List2_PopBack@Base 3.1.0 + GWEN_XMLNode_List2_PopFront@Base 3.1.0 + GWEN_XMLNode_List2_PushBack@Base 3.1.0 + GWEN_XMLNode_List2_PushFront@Base 3.1.0 + GWEN_XMLNode_List2_Remove@Base 3.1.0 + GWEN_XMLNode_List2_Unshare@Base 3.1.0 + GWEN_XMLNode_List2_dup@Base 3.1.0 + GWEN_XMLNode_List2_free@Base 3.1.0 + GWEN_XMLNode_List2_new@Base 3.1.0 + GWEN_XMLNode_List_Add@Base 3.1.0 + GWEN_XMLNode_List_AddList@Base 3.1.0 + GWEN_XMLNode_List_Clear@Base 3.1.0 + GWEN_XMLNode_List_Del@Base 3.1.0 + GWEN_XMLNode_List_First@Base 3.1.0 + GWEN_XMLNode_List_GetCount@Base 3.1.0 + GWEN_XMLNode_List_HasElement@Base 3.1.0 + GWEN_XMLNode_List_Insert@Base 3.1.0 + GWEN_XMLNode_List_Last@Base 3.1.0 + GWEN_XMLNode_List_Next@Base 3.1.0 + GWEN_XMLNode_List_Previous@Base 3.1.0 + GWEN_XMLNode_List_free@Base 3.1.0 + GWEN_XMLNode_List_new@Base 3.1.0 + GWEN_XMLNode_NameSpace_GetName@Base 3.2.0 + GWEN_XMLNode_NameSpace_GetUrl@Base 3.2.0 + GWEN_XMLNode_NameSpace_List_Add@Base 3.2.0 + GWEN_XMLNode_NameSpace_List_AddList@Base 3.2.0 + GWEN_XMLNode_NameSpace_List_Clear@Base 3.2.0 + GWEN_XMLNode_NameSpace_List_Del@Base 3.2.0 + GWEN_XMLNode_NameSpace_List_First@Base 3.2.0 + GWEN_XMLNode_NameSpace_List_GetCount@Base 3.2.0 + GWEN_XMLNode_NameSpace_List_HasElement@Base 3.2.0 + GWEN_XMLNode_NameSpace_List_Insert@Base 3.2.0 + GWEN_XMLNode_NameSpace_List_Last@Base 3.2.0 + GWEN_XMLNode_NameSpace_List_Next@Base 3.2.0 + GWEN_XMLNode_NameSpace_List_Previous@Base 3.2.0 + GWEN_XMLNode_NameSpace_List_free@Base 3.2.0 + GWEN_XMLNode_NameSpace_List_new@Base 3.2.0 + GWEN_XMLNode_NameSpace_dup@Base 3.2.0 + GWEN_XMLNode_NameSpace_free@Base 3.2.0 + GWEN_XMLNode_NameSpace_new@Base 3.2.0 + GWEN_XMLNode_Next@Base 3.1.0 + GWEN_XMLNode_NormalizeNameSpaces@Base 3.1.0 + GWEN_XMLNode_Path_Dive@Base 3.1.0 + GWEN_XMLNode_Path_Dump@Base 3.1.0 + GWEN_XMLNode_Path_Surface@Base 3.1.0 + GWEN_XMLNode_Path_dup@Base 3.1.0 + GWEN_XMLNode_Path_free@Base 3.1.0 + GWEN_XMLNode_Path_new@Base 3.1.0 + GWEN_XMLNode_RemoveChildren@Base 3.1.0 + GWEN_XMLNode_SetCharValue@Base 3.1.0 + GWEN_XMLNode_SetData@Base 3.1.0 + GWEN_XMLNode_SetIntValue@Base 3.1.0 + GWEN_XMLNode_SetNamespace@Base 3.6.0 + GWEN_XMLNode_SetProperty@Base 3.1.0 + GWEN_XMLNode_StripNamespaces@Base 3.6.0 + GWEN_XMLNode_UnlinkChild@Base 3.1.0 + GWEN_XMLNode_WriteFile@Base 3.1.0 + GWEN_XMLNode_WriteToStream@Base 3.1.0 + GWEN_XMLNode_dup@Base 3.1.0 + GWEN_XMLNode_free@Base 3.1.0 + GWEN_XMLNode_freeAll@Base 3.1.0 + GWEN_XMLNode_fromString@Base 3.1.0 + GWEN_XMLNode_new@Base 3.1.0 + GWEN_XMLNode_toBuffer@Base 3.1.0 + GWEN_XML_CONTEXT__INHERIT_GETLIST@Base 3.1.0 + GWEN_XML_CONTEXT__INHERIT_ISOFTYPE@Base 3.1.0 + GWEN_XML_CONTEXT__INHERIT_SETDATA@Base 3.1.0 + GWEN_XML_CONTEXT__INHERIT_UNLINK@Base 3.1.0 + GWEN_XML_ReadFile@Base 3.1.0 + GWEN_XML_ReadFromFastBuffer@Base 3.1.0 + GWEN_XML_ReadFromIo@Base 3.1.0 + GWEN_XSD_NODE__INHERIT_GETLIST@Base 3.2.0 + GWEN_XSD_NODE__INHERIT_ISOFTYPE@Base 3.2.0 + GWEN_XSD_NODE__INHERIT_SETDATA@Base 3.2.0 + GWEN_XSD_NODE__INHERIT_UNLINK@Base 3.2.0 + GWEN_XmlCtxStore_new@Base 3.1.0 + GWEN_XmlCtx_DecDepth@Base 3.1.0 + GWEN_XmlCtx_GetCurrentHeader@Base 3.1.0 + GWEN_XmlCtx_GetCurrentNode@Base 3.1.0 + GWEN_XmlCtx_GetDepth@Base 3.1.0 + GWEN_XmlCtx_GetFinishedElement@Base 3.1.0 + GWEN_XmlCtx_GetFlags@Base 3.1.0 + GWEN_XmlCtx_GetGuiId@Base 3.1.0 + GWEN_XmlCtx_GetTimeout@Base 3.1.0 + GWEN_XmlCtx_IncDepth@Base 3.1.0 + GWEN_XmlCtx_IncFinishedElement@Base 3.1.0 + GWEN_XmlCtx_ResetFinishedElement@Base 3.1.0 + GWEN_XmlCtx_SetAddAttrFn@Base 3.1.0 + GWEN_XmlCtx_SetAddCommentFn@Base 3.1.0 + GWEN_XmlCtx_SetAddDataFn@Base 3.1.0 + GWEN_XmlCtx_SetCurrentHeader@Base 3.1.0 + GWEN_XmlCtx_SetCurrentNode@Base 3.1.0 + GWEN_XmlCtx_SetDepth@Base 3.1.0 + GWEN_XmlCtx_SetEndTagFn@Base 3.1.0 + GWEN_XmlCtx_SetFlags@Base 3.1.0 + GWEN_XmlCtx_SetStartTagFn@Base 3.1.0 + GWEN_XmlCtx_free@Base 3.1.0 + GWEN_XmlCtx_new@Base 3.1.0 + GWEN_XsdNode_List_Add@Base 3.2.0 + GWEN_XsdNode_List_AddList@Base 3.2.0 + GWEN_XsdNode_List_Clear@Base 3.2.0 + GWEN_XsdNode_List_Del@Base 3.2.0 + GWEN_XsdNode_List_First@Base 3.2.0 + GWEN_XsdNode_List_GetCount@Base 3.2.0 + GWEN_XsdNode_List_HasElement@Base 3.2.0 + GWEN_XsdNode_List_Insert@Base 3.2.0 + GWEN_XsdNode_List_Last@Base 3.2.0 + GWEN_XsdNode_List_Next@Base 3.2.0 + GWEN_XsdNode_List_Previous@Base 3.2.0 + GWEN_XsdNode_List_free@Base 3.2.0 + GWEN_XsdNode_List_new@Base 3.2.0 --- libgwenhywfar-3.8.1.orig/debian/man/Makefile +++ libgwenhywfar-3.8.1/debian/man/Makefile @@ -0,0 +1,26 @@ +all: gwenhywfar-config.1 gct-tool.1 + +gwenhywfar-config.1.xml: gwenhywfar-config.1.txt gwenhywfar-config.1.generated.txt + asciidoc -d manpage -b docbook gwenhywfar-config.1.txt + +gwenhywfar-config.1.generated.txt: ../../gwenhywfar-config + ../../gwenhywfar-config --help \ + | sed -e 's/^Usage:.*//;s/^.*gwenhywfar-config --\(\w\+\)/--\1::\n/;' \ + > gwenhywfar-config.1.generated.txt + +gct-tool.1.xml: gct-tool.1.txt gct-tool.1.generated.txt + asciidoc -d manpage -b docbook gct-tool.1.txt + +gct-tool.1.generated.txt: ../../tools/gcttool/gct-tool + LANG=C ../../tools/gcttool/gct-tool --help 2>&1 \ + | sed -e 's/^Usage:.*//;s/^Global Options:.*//;s/:$$/::/g;s/^\(\S\+.*\)::$$/== \1/g;s/^ \(\S\+\)::/\1::/g;s/^ \[\(.*\)\]/\1::/g' \ + > gct-tool.1.generated.txt + +%.xml: %.txt + asciidoc -d manpage -b docbook $*.txt + +%: %.xml + xmlto man $*.xml + +clean: + rm -f *.generated.txt *.xml *.1 --- libgwenhywfar-3.8.1.orig/debian/man/gct-tool.1.txt +++ libgwenhywfar-3.8.1/debian/man/gct-tool.1.txt @@ -0,0 +1,44 @@ +GCT-TOOL(1) +=========== +Micha Lenk + +NAME +---- +gct-tool - Command line tool for manipulation of Gwenhywfar CryptTokens. + +SYNOPSIS +-------- +'gct-tool' [global options] [command options] + +DESCRIPTION +----------- +The 'gct-tool' command can be used for manipulation of Gwenhywfar CryptTokens. +AqBanking uses such Gwenhywfar CryptTokens to handle the various authentication +mechanisms (like chipcards or key files) in a unified fashion. + +OPTIONS +------- + +include::gct-tool.1.generated.txt[] + +setsignseq:: + Set the signature sequence counter of a Gwenhywfar CryptToken. + +changepin:: + Change the PIN of a Gwenhywfar CryptToken. + +For help on options available to specific commands, run gct-tool --help. + +BUGS +---- +Probably lots, please post them to the mailing list (see Resources below) +when you find them. + +COPYING +------- +Copyright \(C) Martin Preuß. +Free use of this software is granted under the terms of the Lesser GNU +Public License (LGPL). + +The manpage was composed by Micha Lenk and converted by the nifty tool +AsciiDoc into a manpage. --- libgwenhywfar-3.8.1.orig/debian/man/gwenhywfar-config.1.txt +++ libgwenhywfar-3.8.1/debian/man/gwenhywfar-config.1.txt @@ -0,0 +1,34 @@ +GWENHYWFAR-CONFIG(1) +==================== +Micha Lenk + +NAME +---- +gwenhywfar-config - A little program to output installation paths + +SYNOPSIS +-------- +'gwenhywfar-config' [options] + +DESCRIPTION +----------- +This manual page documents briefly the 'gwenhywfar-config' command. + +'gwenhywfar-config' is a little programm to output installation paths of Gwenhywfar. + +OPTIONS +------- +include::gwenhywfar-config.1.generated.txt[] + +BUGS +---- +No bugs known at the time of writing this manual page. + +COPYING +------- +Copyright \(C) Martin Preuß. +Free use of this software is granted under the terms of the Lesser GNU +Public License (LGPL). + +The manpage was composed by Micha Lenk and converted by the nifty tool +AsciiDoc into a manpage.