debian/0000775000000000000000000000000012264343225007173 5ustar debian/rules0000775000000000000000000000077612264343134010264 0ustar #!/usr/bin/make -f # let LibChipcard 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 override_dh_clean: find $(CURDIR) -type l -exec rm -v \{\} \; dh_clean override_dh_auto_configure: dh_auto_configure -- \ --with-pcsc-libs=/usr/lib/$(shell dpkg-architecture -qDEB_HOST_MULTIARCH) \ $(shell dpkg-buildflags --export=configure) %: dh $@ --with autoreconf debian/watch0000664000000000000000000000033112134572536010226 0ustar version=3 opts=filenamemangle=s/.*\&dummy=(.*)/$1/ \ http://www2.aquamaniac.de/sites/download/packages.php \ /sites/download/download.php\?package=02\&.*\&dummy=libchipcard-([\d.]*(?:beta)?).tar.gz debian uupdate debian/libchipcard-libgwenhywfar60-plugins.install0000664000000000000000000000011212134572536017521 0ustar usr/lib/gwenhywfar/plugins/*/*/*.so* usr/lib/gwenhywfar/plugins/*/*/*.xml debian/kvkcard.10000664000000000000000000000347012134572536010713 0ustar .\" ======================================================== .\" license: GPL .\" ======================================================== .\" .\" .TH "KVKCARD" "1" "2009 March 19th" "Manual for kvkcard" "" .SH "NAME" .B kvkcard - a commandline tool to read information from a German medical card .SH "SYNOPSIS" .B kvkcard .RB read | .RB daemon | .RB rdvd | .RB rdpd [ [ .RB -v | .RB --verbous ] [ .RB -f FILE | .RB --filename=FILE ] [ .RB -c CARDID | .RB --cardid=CARDID ] [ .RB -b | .RB --beep ] [ .RB -d | .RB --dosmode ] [ .RB -p PROGRAM | .RB --program=PROGRAM ] [ .RB -a ARGUMENTS | .RB --args=ARGUMENTS ] [ .RB -h | .RB --help ] ] .SH "DESCRIPTION" .B kvkcard is a commandline tool to read information from a German medical card (KVK or eGK). .SH "ARGUMENTS" .PP .TP .B read Read data from a German medical card. .TP .B daemon Wait for insertion of a German medical card and run a program on it. .TP .B rdvd Dump RDVD data structure of a card. .TP .B rdpd Dump RDPD data structure of a card. .TP .B -v | --verbous Every occurrence of this option increases the verbosity. .TP .B -f FILE | --filename=FILE File to write to. If omitted stdout will be used. .TP .B -c CARDID | --cardid=CARDID Set the ID of the card to read. .TP .B -b | --beep Beep after reading a card. .TP .B -d | --dosmode Output data in DOS mode. .TP .B -p PROGRAM | --program=PROGRAM Program to call on cards found. .TP .B -a ARGUMENTS | --args=ARGUMENTS Arguments for the program to be called .TP .B -h | --help Shows this help. .SH "FILES" .PP .TP .B /etc/chipcard/ The system-wide configuration files. .TP .B /var/log/chipcard/ The default log files. .SH "SEE ALSO" .PP .TP .B http://www.libchipcard.de Homepage of libchipcard project. .TP .B /usr/share/doc/libchipcard-tools/ Local documentation. .SH "REVISION" .\" please add some upstream GIT tags here debian/changelog0000664000000000000000000007033712264343223011055 0ustar libchipcard (5.0.3beta-4ubuntu1) trusty; urgency=medium * Use dh-autoreconf to get new libtool macros for ppc64el and update config.{sub,guess} for new arches. * Fix clean target in debian/rules. -- Logan Rosen Sat, 11 Jan 2014 17:30:55 -0500 libchipcard (5.0.3beta-4) unstable; urgency=low * Package is compliant to Debian Policy 3.9.4 (no changes needed). * Drop transitional dummy package libchipcard-libgwenhywfar47-plugins after release of Debian 'wheezy'. * Use build flags as exported by dpkg-buildflags. -- Micha Lenk Sun, 26 May 2013 00:21:14 +0200 libchipcard (5.0.3beta-3) unstable; urgency=low * Add transitional dummy package libchipcard-libgwenhywfar47-plugins (closes: #705843), which existed in squeeze, but was renamed to libchipcard-libgwenhywfar60-plugins in wheezy. It should help users upgrading from squeeze to wheezy. -- Micha Lenk Sat, 20 Apr 2013 22:09:51 +0200 libchipcard (5.0.3beta-2) unstable; urgency=low * debian/control: Drop +ssh from Vcs-Svn: field to make debcheckout work for everybody (closes: #670274). * debian/libchipcard-tools.{preinst,postinst,postrm}: Finally remove the obsolete init script on upgrade (closes: #676778). Thanks to Paul Menzel for reporting the issue. The package now pre-depends on dpkg (>= 1.15.7.2) as it makes use of dpkg-maintscript-helper features introduced in that version. -- Micha Lenk Sun, 10 Jun 2012 15:53:38 +0200 libchipcard (5.0.3beta-1) unstable; urgency=low * New upstream release * Update debian/watch file to catch beta releases too * Add new symbols to debian/libchipcard6.symbols * Explicitly configure location of PCSC libraries in Debian Multiarch directory (closes: #666590). * Tighten build-dep on debhelper: overrides need at least version 7.0.50. * Package is compliant to Debian Policy 3.9.3.0 (no changes needed). -- Micha Lenk Fri, 13 Apr 2012 21:38:00 +0200 libchipcard (5.0.2-1) unstable; urgency=low * New upstream version * Package is compliant to Debian Policy 3.9.2.0 (no changes needed) * Dropped patch Fix_deprecated_SCARD_READERSTATE_A.patch (included upstream) -- Micha Lenk Mon, 13 Jun 2011 21:33:00 +0200 libchipcard (5.0.1test-2) unstable; urgency=low * Switch to dpkg-source 3.0 (quilt) format * Add patch Fix_deprecated_SCARD_READERSTATE_A.patch (closes: #614460) -- Micha Lenk Sat, 26 Feb 2011 18:50:08 +0100 libchipcard (5.0.1test-1) unstable; urgency=low * New upstream release * Updated symbols file -- Micha Lenk Sun, 06 Feb 2011 18:47:29 +0100 libchipcard (5.0.0-1) experimental; urgency=low * New upstream release (closes: #595401) * Updated build-dep on libgwenhywfar due to changed soname * Renamed package libchipcard-libgwenhywfar59-plugins to libchipcard-libgwenhywfar60-plugins following changed soname of libgwenhywfar * Renamed package libchipcard5 to libchipcard6 matching changed soname * Updated debian/watch file to catch only stable releases * Cleaned up the debian/ directory a bit: - removed libchipcard-tools.README.Debian and libchipcard-tools.NEWS: they are irrelevant without the libchipcard daemon - removed generate_udev_list.sh and trigger_chipcardreader_scan.sh: they were used to trigger hardware scans, useless without the daemon - removed libchipcard-tools.dirs: unsure what it was needed for - updated clean target in debian/rules: no need to delete non-existent libchipcard-tools.udev file (previously generated during built) -- Micha Lenk Tue, 14 Sep 2010 19:03:41 +0200 libchipcard (4.99.9rc-2) experimental; urgency=low * Fastened build-dep on libgwenhywfar version as required by upstream. -- Micha Lenk Fri, 27 Aug 2010 08:39:23 +0200 libchipcard (4.99.9rc-1) experimental; urgency=low * New upstream release * Updated debian/watch file to catch release candidates too. -- Micha Lenk Fri, 27 Aug 2010 08:15:37 +0200 libchipcard (4.99.8beta-1) experimental; urgency=low * New upstream release * Modified debian/watch file to catch beta versions too. * Removed obsolete build-dep on libhal-dev. Thanks to Sascha Silbe for pointing it out in bug #587988. * Package libchipcard-tools: replaced Conflicts/Replaces dependency by Breaks/Replaces dependency for Debian Policy (3.9.0) compliance. * Package is compliant to Debian Policy 3.9.1. -- Micha Lenk Sun, 22 Aug 2010 18:58:44 +0200 libchipcard (4.99.4beta-1) experimental; urgency=low * New upstream release. LibChipcard 5.x has no daemon anymore and now uses the PC/SC daemon. Hence the package libchipcard-tools provides no init script anymore. * Renamed client library libchipcardc to libchipcard and bumped soname. * Package libchipcard-ctapi0 dropped (obsolete, provided by PC/SC daemon). * Simplified maintainer scripts: Only remove /var/run/libchipcard on upgrade. -- Micha Lenk Thu, 06 May 2010 23:24:14 +0200 libchipcard (4.2.9-2) unstable; urgency=low * Update udev rules now using ATTR{} instead of SYSFS{} attributes (closes: #563086). * Package is compliant to Debian Policy 3.8.4 (no changes needed). -- Micha Lenk Sat, 06 Mar 2010 12:41:58 +0100 libchipcard (4.2.9-1) unstable; urgency=low * New upstream release + fixes faulty use of D-BUS protocol (closes: #532893, LP: #429853) + doesn't show confusing "Closing GWEN" message anymore (LP: #429887). * libchipcard-dev: Fix weak library dependencies on libchipcardc2 and libchipcard-ctapi0 (thanks to lintian). * Fix typos in package descriptions (closes: 557498, 557499, 557500, 557501). Thanks to Pascal De Vuyst for pointing them out. * Improve NEWS entry for libchipcard-tools, clarifying that a disabled init script will need a manual check for correct boot order. -- Micha Lenk Mon, 28 Dec 2009 14:29:12 +0100 libchipcard (4.2.8-2) unstable; urgency=low * Clean up directory /var/run/chipcard/ on purge of libchipcard-tools. * Bump standards version. Package is compliant to standards version 3.8.3 now (no changes needed). * Improve bug script to include information about used resource manager and pcscd package/daemon status. * Add comments about usage with pcscd to README.Debian for packages libchipcard-tools and libchipcardc2 (closes: #362844). * Don't ship .la-files for plugin shared libraries any more. * Update maintainer's mail address and drop DM upload privileges. * Change init.d LSB header dependency on hal to a soft dependency (closes: #548581). Thanks to Petter Reinholdtsen for providing the patch. * Let init script provide libchipcard-tools in init.d LSB headers. * Add new symbols (stuff like *_GetLinkCount) to symbols file. -- Micha Lenk Mon, 28 Sep 2009 21:46:09 +0200 libchipcard (4.2.8-1) unstable; urgency=low * New upstream release + drop patch 20_gemexpress (included upstream) + drop patch 40_scanner_init_improved_error_handling (included upstream) * No patches left, so drop dpatch from build-depends and debian/rules. -- Micha Lenk Mon, 11 May 2009 16:59:21 +0200 libchipcard (4.2.7-4) unstable; urgency=low * Fix formatting of libchipcard-tools.NEWS file (thanks to lintian). -- Micha Lenk Sat, 18 Apr 2009 19:46:02 +0200 libchipcard (4.2.7-3) unstable; urgency=low * libchipcard-tools: Run init script in boot sequence AFTER hal has been started or BEFORE hal has been stopped and fix boot sequence in postinst script (untouched configurations only). -- Micha Lenk Sat, 18 Apr 2009 19:03:55 +0200 libchipcard (4.2.7-2) unstable; urgency=low * debian/libchipcard-tools.init: Include file /etc/defaults/libchipcard-tools if it exists. * Add patch 40_scanner_init_improved_error_handling for propper handling of device scanners failing to initialize (closes: #524320). * debian/control: + minor improvement of the long package description for libchipcard-ctapi0 + let libchipcard-tools recommend hal (needed by the daemon for automatic device detection). -- Micha Lenk Thu, 16 Apr 2009 14:42:44 +0200 libchipcard (4.2.7-1) unstable; urgency=low * New upstream release + fixes memory leaks in HAL scanner code (closes: #522885). + drops shared library libchipcardd.so. * debian/control: + drop binary package libchipcardd0 + split dependencies into multiple lines. + add Conflicts/Replaces for removal of now obsolete package libchipcardd0 on upgrade to current package libchipcard-tools. * debian/rules: Drop snippets for package libchipcardd0. * drop files debian/libchipcardd0.README.Debian (completely out of date) and debian/libchipcardd0.* (now obsolete). * now install README.Debian in package libchipcard-tools, the home of the daemon binary chipcardd4, the README talks about. -- Micha Lenk Wed, 08 Apr 2009 00:06:05 +0200 libchipcard (4.2.5-1) unstable; urgency=low * New upstream release + drop patch 10_halscanner_bugfix (included upstream) + modify patch 20_gemexpress to not patch ccid_ifd.xml any more (this hunk is included upstream) -- Micha Lenk Wed, 01 Apr 2009 11:13:30 +0200 libchipcard (4.2.4-3) unstable; urgency=low * libchipcard-tools: Suggest installation of packages libtowitoko2 and libccid (closes: #520418). * Add man pages for chipcard-tool and kvkcard written by Karsten Hilbert (closes: #508084). Thanks a lot, Karsten, for your contributions. * Add patch 20_gemexpress for improved libccid driver handling (closes: #520283). This makes GemPC Express readers work. Thanks to Joachim Breitner for contributing the patch. -- Micha Lenk Wed, 25 Mar 2009 14:28:55 +0100 libchipcard (4.2.4-2) unstable; urgency=low * Upload to Debian unstable (closes: #496939). * Fire udev rules on SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device" events instead on SUBSYSTEM=="usb_device" events, which does not work on some systems (closes: #509251). * chown directory /var/run/chipcard to user chipcard in initscript only and not in libchipcard-tools.postinst script any more as suggested by James Westby in Ubuntu's Launchpad (LP: #283925). * debian/libchipcard-tools.dirs: don't list /var/run/chipcard, which is created by the init script now (thanks to lintian for the hint). * debian/control: + package is compliant with standards version 3.8.1 now + fix lintian warnings about missing ${misc:Depends}. + add build-dependency on dpatch * Add patch 10_halscanner_bugfix enabling the HAL scanner to recognize PCMCIA chipcard readers. * Adopt some changes from 4.1.3-2ubuntu1 (thanks to Scott James Remnant): + debian/rules: Generate udev rules to a file debhelper can pick up. + debian/libchipcard-tools.dirs: No need to create udev directories + debian/libchipcard-tools.preinst: Remove the symlink on upgrade, remove old rules files unless changed in which case rename it + debian/libchipcard-tools.postinst: Don't create symlink anymore. This is done by dh_installudev-generated code now (if necessary) + debian/libchipcard-tools.postrm: No need to remove symlink. Ubuntu's "Breaks: udev (<< 136-1)" is not needed because on Debian systems udev rules files still live in /etc/udev/. * debian/libchipcard-tools.postinst: Remove general comments (originally generated by dh_make?) * debian/rules: + remove generated file debian/libchipcard-tools.udev in clean target + make additional deletions in clean target verbose. * Add symbols files for new dpkg-shlibdeps feature. * debian/copyright: + point to versioned license files in /usr/share/common-licenses/ (thanks to lintian for the hint). The packaging is now licensed under GPL version 2. + add missing copyrighted years up to 2009 -- Micha Lenk Tue, 17 Mar 2009 22:17:06 +0100 libchipcard (4.2.4-1) experimental; urgency=low * New upstream release * bump debian/watch file for new download location -- Micha Lenk Wed, 04 Feb 2009 15:02:28 +0100 libchipcard (4.2.3-1) experimental; urgency=low * New upstream release -- Micha Lenk Sat, 08 Nov 2008 21:34:54 +0100 libchipcard (4.2.2-1) experimental; urgency=low * New upstream release * debian/control: + bump Gwenhywfar version in build-deps as required in release notes + build-dep on libhal-dev instead of libsysfs-dev * stop scanning for new chipcard readers every 2 seconds (closes: #470629). This is done by - setting hardwareScanInterval="0" in /etc/chipcard/server/chipcardd.conf, - adding a script /usr/lib/chipcard/trigger_chipcardreader_scan.sh sending the needed signal to the chipcard daemon, - update the udev rules to call the new script on hardware changes. * Let the udev script not skip USB devices on non-"add" actions in order to get notified about reader removals. -- Micha Lenk Sun, 19 Oct 2008 16:31:32 +0200 libchipcard (4.2.1-1) experimental; urgency=low * New upstream release * Get rid of CDBS by adapt debian/rules to debhelper 7. * Drop Lintian overrides: Debhelper has been fixed, so we don't need them any more. * Drop empty directory /usr/lib/chipcard/server/lowlevel/. -- Micha Lenk Fri, 17 Oct 2008 19:20:42 +0200 libchipcard (4.2.0-2) experimental; urgency=low * Add zlib1g-dev to build dependencies (closes: #497043) and fix my local build environment. -- Micha Lenk Fri, 29 Aug 2008 16:57:15 +0200 libchipcard (4.2.0-1) experimental; urgency=low * New upstream release (closes: #496939) * Upload to experimental because of freeze for Lenny. -- Micha Lenk Thu, 28 Aug 2008 20:54:35 +0200 libchipcard (4.1.3-2) unstable; urgency=low * libchipcard-tools: Remove stale IPC socket file in postrm script on purge (closes: #495452). -- Micha Lenk Sun, 17 Aug 2008 22:38:29 +0200 libchipcard (4.1.3-1) unstable; urgency=low * New upstream release -- Micha Lenk Wed, 09 Jul 2008 17:59:44 +0200 libchipcard (4.1.2-1) unstable; urgency=low * New upstream release -- Micha Lenk Sat, 05 Jul 2008 12:21:08 +0200 libchipcard (4.1.1-1) unstable; urgency=low * New upstream release -- Micha Lenk Wed, 18 Jun 2008 18:31:41 +0200 libchipcard (4.1.0-2) unstable; urgency=low * Add udev rule for the new driver of O2Micro Smart Card readers (closes: #486166). * Bump standards version (no changes needed). * Add bug scripts providing the output of command "chipcard-tool list" in bug reports if chipcard-tool is installed. * Remove Georg Leonhard from uploaders. Further contributions are still welcome, but co-responsibility for a package needs more action. -- Micha Lenk Tue, 17 Jun 2008 15:51:28 +0200 libchipcard (4.1.0-1) unstable; urgency=low * New upstream release - drop all patches (included upstream) and dpatch. * Make package libchipcard-dev arch:any until wanna-build is able to handle arch:all -dev packages properly. -- Micha Lenk Thu, 29 May 2008 15:07:45 +0200 libchipcard (4.0.0-5) unstable; urgency=low * Replace dpkg-statoverride by chown call (closes: #459355). This requires debian/libchipcard-tools.postinst script to handle some situations sensively: - the old statoverrides are removed on upgrades from previous versions - the ownership of the affected directories will only be changed if no corresponding statoverride exists. * Enable dpatch and add following patches: - help-on-stdout_fix_346556: Lets libchipcard-tools output its help on stdout, not stderr (closes: #346556) - cardcommander-exitcode-fix_355114: Lets cardcommander return with zero exitcode upon normal quit (closes: #355114) - cardcommander-segfault-fix_364804: Fixes a segfault on empty input from STDIN (closes: #364804). * change section of package libchipcard-dev from devel to libdevel as suggested by lintian. -- Micha Lenk Mon, 11 Feb 2008 09:35:27 +0100 libchipcard (4.0.0-4) unstable; urgency=low * Bump standards version from 3.7.2 to 3.7.3 (no changes needed). * Add Vcs-{Svn,Browser} fields. * Adapt debian/watch file to new download location (closes: #456484). * Add upsteam homepage field. -- Micha Lenk Wed, 2 Jan 2008 18:52:53 +0100 libchipcard (4.0.0-3) unstable; urgency=medium * Let the client and server libraries recommend the daemon package libchipcard-tools. Most users installing these libraries want the daemon package too. * Let all library packages depend on libchipcard3-data. Otherwise missing data files can cause segfaults. Thus increased urgency medium. -- Micha Lenk Thu, 29 Nov 2007 20:55:34 +0100 libchipcard (4.0.0-2) unstable; urgency=low * Release package to Debian unstable. * Remove invalid option --store-all-certs from DAEMON_ARGS in init script. * Install configuration files to correct location /etc/chipcard/server and /etc/chipcard/client. -- Micha Lenk Mon, 26 Nov 2007 19:25:34 +0100 libchipcard (4.0.0-1) experimental; urgency=low * New upstream release * debian/control: Allow uploads by Debian Maintainers of this package * build depend on libgwenhywfar >= 3.0.0-2~, which is the first version shipping without troublesome libgwenhywfar.la (really fixes #451582) -- Micha Lenk Sat, 24 Nov 2007 14:43:08 +0100 libchipcard (3.9.6~beta-1) experimental; urgency=low * New upstream release * Tighten build-depends on libgwenhywfar as required by configure * Update debian/copyright to reflect upstream's switch from GPL to LGPL (and add some minor important packaging history) -- Micha Lenk Sun, 4 Nov 2007 20:21:22 +0100 libchipcard (3.9.4~beta-1) experimental; urgency=low * New upstream release. This is a complete rewrite of libchipcard, cleaning up the code base and making it fit for future use with SECCOS chipcards. * Rename source package. It's not required any more to be installable in parallel with future versions. * Rename binary packages according to renamed library names and bumped soname. -- Micha Lenk Wed, 31 Oct 2007 22:54:09 +0100 libchipcard3 (3.0.3-1) unstable; urgency=low [ Georg W. Leonhardt ] * New upstream release * debian/rules: Add DEB_DH_INSTALL_SOURCEDIR=$(CURDIR)/debian/tmp and clean up the *.install files accordingly. * Adding myself to uploaders * debian/compat: bump debhelper compat to 5, changed behaviour doesn't affect the package. [ Micha Lenk ] * Remove conflicts and replace depends to libchipcard3c1 and libchipcard3-1c102: As ftp-master pointed out these packages have never been in the archive, hence these depends are unneccessary. -- Micha Lenk Fri, 10 Aug 2007 01:27:30 +0200 libchipcard3 (3.0.2-5) unstable; urgency=low * first upload of libchipcard3 to Debian unstable (closes: #433647) * Add udev rule for O2Micro SmartCardBus Reader device * debian/control: - Introduce a package for every single shared library. This is needed because the sonames apparently don't change consistently. This makes a lintian override file unnecessary as all libraries now match their package names. - switch from deprecated substvar ${Source-Version} to ${source:Version} * debian/rules: add clean target hook deleting symlinks generated during builds. -- Micha Lenk Thu, 19 Jul 2007 17:32:13 +0200 libchipcard3 (3.0.2-4) experimental; urgency=low * Fix udev script. -- Micha Lenk Tue, 27 Mar 2007 17:02:09 +0200 libchipcard3 (3.0.2-3) experimental; urgency=low * Use my own configuration files as default config files based on upstream's examples. This differs in changing default socket path to /var/run/chipcard3/chipcard3.comm as needed against file ownership issues. -- Micha Lenk Tue, 27 Mar 2007 05:59:34 +0200 libchipcard3 (3.0.2-2) experimental; urgency=low * package libchipcard3-1: - drop bogus conflicts/replaces to itself - bump soname of libchipcard3c in libchipcard3-1.shlibs * debian/libchipcard3-tools.dirs: - update to libchipcard3's directory layout * debian/rules: - cleanup file removals in clean target (artefacts of libchipcard2) * install upstream config file examples as default * disable some lintian warnings which have previously been disabled in libchipcard2 too. -- Micha Lenk Tue, 13 Mar 2007 22:21:04 +0100 libchipcard3 (3.0.2-1) experimental; urgency=low * New upstream release The new upstream release should be installable parallel to libchipcard2. Thus renamed source package and all binary packages accordingly. -- Micha Lenk Tue, 13 Mar 2007 19:44:19 +0100 libchipcard2 (2.1.9-2) unstable; urgency=high * Rewrite udev rules generator to prevent wrong record showing up. In particular this fixes granting permissions to too many devices. (Thus urgency high) - remove MODE statements during the rewrite at Marco d'Itri's suggestion. (Thanks) -- Thomas Viehmann Wed, 18 Oct 2006 00:01:23 +0200 libchipcard2 (2.1.9-1) unstable; urgency=low * New upstream release - PCMCIA scanning is enabled. Closes: #366445, #380062 * Include udev rules for rawUSB readers. Closes: #380248 Thanks to Seiden Tiger for an ad-hoc script preparing the list. * Document permission problems. in particular with CyberJack and after purging of chipcard-tools from sarge r0 and r1. Closes: #373595, #346527. * Make dependency of -dev package binNMU-safe. -- Thomas Viehmann Fri, 29 Sep 2006 22:10:04 +0200 libchipcard2 (2.1.7-2) unstable; urgency=low * Bump build-depends * Add watch file * New standards version, no changes necessary. -- Thomas Viehmann Wed, 26 Jul 2006 16:09:09 +0200 libchipcard2 (2.1.7-1) unstable; urgency=low * New upstream release - fixes error in PIN input. Closes: #378639 * Bump shlibs. -- Micha Lenk Wed, 19 Jul 2006 03:26:13 +0200 libchipcard2 (2.1.6-1) unstable; urgency=low [ Thomas Viehmann ] * debian/rules: move DEB_CONFIGURE_EXTRA_FLAGS to where they work. [ Micha Lenk ] * New upstream release - supports Debian's libccid. Closes: #355281 - fixes bug in CTAPI interface. Closes: #366458 * Bump shlibs. -- Micha Lenk Fri, 30 Jun 2006 14:00:32 +0200 libchipcard2 (2.1.4-1) unstable; urgency=low * New upstream release - fixes libsysfs2-support - chipcardd2 will run properly without a config section ServiceManager (though it will notice in the logs). Closes: #341105 - chipcardd2 addreader --dtype list works again. Closes: #344632 * Bump shlibs -- Thomas Viehmann Fri, 5 May 2006 09:47:19 +0200 libchipcard2 (2.1.3-1) unstable; urgency=low * New upstream release - changes for libsysfs2 have been adopted by upstream * Tweaked build-dep on libgwenhywfar as required by configure * Bump shlibs -- Micha Lenk Tue, 28 Mar 2006 19:51:27 +0200 libchipcard2 (1.9.19.99+1.9.20beta-3) unstable; urgency=low * Don't install config examples in /etc. Closes: #346558 * Fix URL in copyright file. Closes: #354402 Thanks to Joerg Sommer the bug reports. * Move to libsysfs2. Closes: #347632 * Added closes for new upstream version in -1 (isn't uploaded yet). * Update FSF address. -- Thomas Viehmann Sun, 26 Feb 2006 13:43:49 +0100 libchipcard2 (1.9.19.99+1.9.20beta-2) unstable; urgency=low * Rename package libchipcard2-libgwenhywfar17-plugins to libchipcard2-libgwenhywfar38-plugins due to changed soname of libgwenhywfar. * Adding myself as Co-Maintainer. -- Micha Lenk Sat, 25 Feb 2006 21:22:34 +0100 libchipcard2 (1.9.19.99+1.9.20beta-1) unstable; urgency=low * New upstream release. Closes: #350564 * Recreate /var/run/chipcard2 in init script if necessary (for tmpfs-mounted /var/run) * Do not delete user on purge -- Thomas Viehmann Mon, 30 Jan 2006 13:33:35 +0100 libchipcard2 (1.9.15.99+1.9.16alpha-1) unstable; urgency=low * New upstream release * Add LSB init script comments * Adjust Priorities in debian/control to reflect the more widespread use -- Thomas Viehmann Wed, 2 Nov 2005 17:30:35 +0100 libchipcard2 (1.9.14.99+1.9.15beta-1) unstable; urgency=low * New upstream release -- Thomas Viehmann Mon, 29 Aug 2005 22:04:13 +0200 libchipcard2 (1.9.13.99+1.9.14beta-1) unstable; urgency=low * New upstream release * Added shlibs file -- Thomas Viehmann Tue, 23 Aug 2005 23:24:15 +0200 libchipcard2 (1.9.12.99+1.9.13beta-1) unstable; urgency=low * New upstream release * Added package for the plugins to libgwenhywfar * Policy compliance is at 3.6.2 (no changes) * Added lintian-overrides for irrelevant warnings -- Thomas Viehmann Sat, 20 Aug 2005 22:19:59 +0200 libchipcard2 (1.9.11.99+1.9.12beta-6) unstable; urgency=low * Add Conflicts/Replaces. -- Thomas Viehmann Thu, 4 Aug 2005 15:18:37 +0200 libchipcard2 (1.9.11.99+1.9.12beta-5) unstable; urgency=low * C++-Transition. -- Thomas Viehmann Tue, 26 Jul 2005 14:14:15 +0200 libchipcard2 (1.9.11.99+1.9.12beta-4) unstable; urgency=low * Bump arm build-dependency for libusb to fix arm problem. Thanks to Aurelien Jarno for the detailed instructions in the bug report. Although this is a grave bug, urgency is low because sarge is not concerned, libchipcard2 isn't in sarge. Closes: #308614 -- Thomas Viehmann Thu, 12 May 2005 12:05:09 +0200 libchipcard2 (1.9.11.99+1.9.12beta-3) unstable; urgency=low * Fix short description for libchipcard2-0. Thanks to Marcin Orlowski for pointing out the error. Closes: #303858. * Add note about automatic USB reader detection and Linux 2.4 to README.Debian. * Change priority to extra. -- Thomas Viehmann Wed, 20 Apr 2005 18:31:43 +0200 libchipcard2 (1.9.11.99+1.9.12beta-2) unstable; urgency=low * Added README.Debian about relation to libchipcard. -- Thomas Viehmann Wed, 6 Apr 2005 19:51:39 +0200 libchipcard2 (1.9.11.99+1.9.12beta-1) unstable; urgency=low * New upstream release -- Thomas Viehmann Tue, 29 Mar 2005 09:47:42 +0200 libchipcard2 (1.9.10.99+1.9.11beta-1) unstable; urgency=low * New upstream release * Added license exception to debian/copyright. Thanks Martin! * Add versioned libgwenhywfar build-dependency. -- Thomas Viehmann Sat, 19 Mar 2005 14:05:25 +0100 libchipcard2 (1.9.8.99+1.9.9beta-1) unstable; urgency=low * New upstream release * Merged chipcard2-server into libchipcard2-tools. -- Thomas Viehmann Mon, 31 Jan 2005 18:09:28 +0100 libchipcard2 (1.9.6.99+1.9.7beta+cvs.20050125.4-1) unstable; urgency=low * New upstream release -- Thomas Viehmann Sat, 29 Jan 2005 23:37:04 +0100 libchipcard2 (1.9.6.99+1.9.7beta+cvs.20050125.3-1) unstable; urgency=low * New upstream release -- Thomas Viehmann Sat, 29 Jan 2005 22:42:39 +0100 libchipcard2 (1.9.6.99+1.9.7beta+cvs.20050125.2-2) unstable; urgency=low * Did stuff -- Thomas Viehmann Sat, 29 Jan 2005 21:32:17 +0100 libchipcard2 (1.9.6.99+1.9.7beta+cvs.20050125.2-1) unstable; urgency=low * New upstream release -- Thomas Viehmann Sat, 29 Jan 2005 21:14:39 +0100 libchipcard2 (1.9.6.99+1.9.7beta+cvs.20050125-1) unstable; urgency=low * CVS Sync. -- Thomas Viehmann Tue, 25 Jan 2005 16:07:08 +0100 libchipcard2 (1.9.6.99.1.9.7beta+cvs.20050120-1) unstable; urgency=low * New upstream release -- Thomas Viehmann Thu, 20 Jan 2005 15:07:05 +0100 libchipcard2 (1.9.6.99.1.9.7beta+cvs.20050112-1) unstable; urgency=low * Repackaged after merge. -- Thomas Viehmann Thu, 13 Jan 2005 18:17:17 +0100 debian/libchipcard-data.install0000664000000000000000000000002312134572536013736 0ustar usr/share/chipcard debian/compat0000664000000000000000000000000212134572536010376 0ustar 7 debian/chipcard-tool.10000664000000000000000000000421312134572536012012 0ustar .\" ======================================================== .\" license: GPL .\" ======================================================== .\" .\" .TH "CHIPCARD-TOOL" "1" "2009 March 19th" "Manual for chipcard-tool" "" .SH "NAME" .B chipcard-tool - a commandline client to access smart cards via libchipcard .SH "SYNOPSIS" .B chipcard-tool .RB list | check | atr | monitor .RB [-C FILE] .RB [--configfile=FILE] .RB [-f FILE] .RB [--file=FILE] .RB [--logtype=TYPE] .RB [--loglevel=LEVEL] .RB [--logfile=FILE] .RB [-v] .RB [--verbous] .RB [-a] .RB [--showall] .RB [-t TIMEOUT] .RB [--timeout=TIMEOUT] .RB [--readers] .RB [--drivers] .RB [--services] .RB [--start-all] .RB [-h] .RB [--help] .SH "DESCRIPTION" .B chipcard-tool is a command line client for libchipcard for testing the setup. .SH "ARGUMENTS" .PP .TP .B list List configured readers. .TP .B check Check the specified reader. .TP .B atr Execute ATR on the specified reader. .TP .B monitor Monitor communication between server and clients. .SH "OPTIONS" .PP .TP .B -C FILE | --configfile=FILE Configuration file to load. .TP .B -f FILE | --file=FILE This filename is used when reading or writing data such as public keys, bank information etc. .TP .B --logtype=TYPE Set the logtype (console, file). .TP .B --loglevel=LEVEL Set the log level (info, notice, warning, error). .TP .B --logfile=FILE Set the log file (if log type is "file"). .TP .B -v | --verbous Every occurrence of this option increases the verbosity. .TP .B -a | --showall Show event log for drivers and readers. .TP .B -t TIMEOUT | --timeout=TIMEOUT Set the total timeout for check command. .TP .B --readers Show readers. .TP .B --drivers Show drivers. .TP .B --services Show services. .TP .B --start-all Start all readers when monitoring server .TP .B -h | --help Shows help. .SH "ENVIRONMENT" .SH "FILES" .PP .TP .B /etc/chipcard/ The system-wide configuration files. .TP .B /var/log/chipcard/ The default log files. .SH "SEE ALSO" .PP .TP .B http://www.libchipcard.de Homepage of libchipcard project. .TP .B /usr/share/doc/libchipcard-tools/ Local documentation .SH "BUGS" .SH "REVISION" .\" please add some upstream GIT tags here debian/libchipcard-tools.postinst0000664000000000000000000000131012134572536014402 0ustar #! /bin/sh set -e case "$1" in configure) # are we upgrading from libchipcard prior to 4.99? if dpkg --compare-versions "$2" lt 4.99 && ! test -z "$2" ; then rm -f /var/run/chipcard/chipcard.comm rm -f /var/run/chipcard/chipcardd4.pid if [ -d /var/run/chipcard ]; then rmdir /var/run/chipcard fi update-rc.d -f libchipcard-tools remove > /dev/null fi ;; abort-upgrade|abort-remove|abort-deconfigure) ;; *) echo "postinst called with unknown argument \`$1'" >&2 exit 1 ;; esac # Remove obsolete config file dpkg-maintscript-helper rm_conffile /etc/init.d/libchipcard-tools 5.0.3beta-2 -- "$@" #DEBHELPER# exit 0 debian/libchipcard-tools.preinst0000664000000000000000000000022512134572536014207 0ustar #! /bin/sh set -e # Remove obsolete config file dpkg-maintscript-helper rm_conffile /etc/init.d/libchipcard-tools 5.0.3beta-2 -- "$@" #DEBHELPER# debian/copyright0000664000000000000000000000333712134572536011141 0ustar Initially this package was debianized by Thomas Viehmann on Mon, 9 Aug 2004 21:57:32 +0200. Since summer 2007 the package is actively maintained by Micha Lenk with the help of Georg W. Leonhardt . It was downloaded from http://sf.net/projects/libchipcard/ See also http://www.libchipcard.de/ Upstream Author: Martin Preuss Copyright: (c) 2003, 2004, 2005, 2006, 2007, 2008, 2009 by Martin Preuss Libchipcard is licensed under the GNU LGPL (see below). As the copyright holder of Libchipcard, Martin Preuss grants the following license exception: Martin Preuss explicitly allows the compilation and distribution of Libchipcard with the OpenSSL Toolkit. No developer is required to provide this exception in a derived work. License: This package is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation as version 2.1. This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA On Debian systems, the complete text of the GNU Lesser General Public License can be found in `/usr/share/common-licenses/LGPL-2.1'. The Debian packaging is (C) 2007, Micha Lenk and is licensed under the GPL v2, see `/usr/share/common-licenses/GPL-2'. debian/source/0000775000000000000000000000000012150234577010476 5ustar debian/source/format0000664000000000000000000000001412134572536011706 0ustar 3.0 (quilt) debian/libchipcard-dev.install0000664000000000000000000000010312134572536013602 0ustar usr/bin/chipcard-config usr/include usr/share/aclocal usr/lib/*.so debian/libchipcard-tools.postrm0000664000000000000000000000022512134572536014047 0ustar #! /bin/sh set -e # Remove obsolete config file dpkg-maintscript-helper rm_conffile /etc/init.d/libchipcard-tools 5.0.3beta-2 -- "$@" #DEBHELPER# debian/libchipcard-tools.install0000664000000000000000000000013612134572536014172 0ustar usr/bin/cardcommander usr/bin/chipcard-tool usr/bin/geldkarte usr/bin/kvkcard usr/bin/memcard debian/libchipcard6.symbols0000664000000000000000000005264012134572536013153 0ustar libchipcard.so.6 libchipcard6 #MINVER# LC_CARD__INHERIT_GETLIST@Base 4.0.0 LC_CARD__INHERIT_ISOFTYPE@Base 4.0.0 LC_CARD__INHERIT_SETDATA@Base 4.0.0 LC_CARD__INHERIT_UNLINK@Base 4.0.0 LC_CLIENT__INHERIT_GETLIST@Base 4.0.0 LC_CLIENT__INHERIT_ISOFTYPE@Base 4.0.0 LC_CLIENT__INHERIT_SETDATA@Base 4.0.0 LC_CLIENT__INHERIT_UNLINK@Base 4.0.0 LC_Card_AddCardType@Base 4.0.0 LC_Card_BuildApdu@Base 4.0.0 LC_Card_Close@Base 4.0.0 LC_Card_CreateData@Base 4.0.0 LC_Card_CreateRecord@Base 4.0.0 LC_Card_CreateResultString@Base 4.0.0 LC_Card_Dump@Base 4.0.0 LC_Card_ExecApdu@Base 4.0.0 LC_Card_ExecCommand@Base 4.0.0 LC_Card_GetAppNode@Base 4.0.0 LC_Card_GetAtr@Base 4.0.0 LC_Card_GetCardNode@Base 4.0.0 LC_Card_GetCardType@Base 4.0.0 LC_Card_GetCardTypes@Base 4.0.0 LC_Card_GetClient@Base 4.0.0 LC_Card_GetCloseFn@Base 4.0.0 LC_Card_GetDfNode@Base 4.0.0 LC_Card_GetDriverType@Base 4.0.0 LC_Card_GetEfNode@Base 4.0.0 LC_Card_GetInitialPin@Base 4.0.0 LC_Card_GetLastResult@Base 4.0.0 LC_Card_GetLastSW1@Base 4.0.0 LC_Card_GetLastSW2@Base 4.0.0 LC_Card_GetLastText@Base 4.0.0 LC_Card_GetOpenFn@Base 4.0.0 LC_Card_GetPinInfoById@Base 4.0.0 LC_Card_GetPinInfoByName@Base 4.0.0 LC_Card_GetPinStatus@Base 4.0.0 LC_Card_GetReaderFlags@Base 4.0.0 LC_Card_GetReaderType@Base 4.0.0 LC_Card_IsoAppendRecord@Base 4.0.0 LC_Card_IsoDecipher@Base 4.0.0 LC_Card_IsoEncipher@Base 4.0.0 LC_Card_IsoEraseBinary@Base 4.0.0 LC_Card_IsoManageSe@Base 4.0.0 LC_Card_IsoModifyPin@Base 4.0.0 LC_Card_IsoPerformModification@Base 4.0.0 LC_Card_IsoPerformVerification@Base 4.0.0 LC_Card_IsoReadBinary@Base 4.0.0 LC_Card_IsoReadRecord@Base 4.0.0 LC_Card_IsoSign@Base 4.0.0 LC_Card_IsoUpdateBinary@Base 4.0.0 LC_Card_IsoUpdateRecord@Base 4.0.0 LC_Card_IsoVerify@Base 4.0.0 LC_Card_IsoVerifyPin@Base 4.0.0 LC_Card_IsoWriteBinary@Base 4.0.0 LC_Card_IsoWriteRecord@Base 4.0.0 LC_Card_List2Iterator_Data@Base 4.0.0 LC_Card_List2Iterator_GetLinkCount@Base 4.2.8 LC_Card_List2Iterator_IncLinkCount@Base 4.0.0 LC_Card_List2Iterator_Next@Base 4.0.0 LC_Card_List2Iterator_Previous@Base 4.0.0 LC_Card_List2Iterator_free@Base 4.0.0 LC_Card_List2Iterator_new@Base 4.0.0 LC_Card_List2_Clear@Base 4.0.0 LC_Card_List2_Contains@Base 4.0.0 LC_Card_List2_Dump@Base 4.0.0 LC_Card_List2_Erase@Base 4.0.0 LC_Card_List2_FindIter@Base 4.0.0 LC_Card_List2_First@Base 4.0.0 LC_Card_List2_ForEach@Base 4.0.0 LC_Card_List2_GetBack@Base 4.0.0 LC_Card_List2_GetFront@Base 4.0.0 LC_Card_List2_GetSize@Base 4.0.0 LC_Card_List2_IsEmpty@Base 4.0.0 LC_Card_List2_Last@Base 4.0.0 LC_Card_List2_PopBack@Base 4.0.0 LC_Card_List2_PopFront@Base 4.0.0 LC_Card_List2_PushBack@Base 4.0.0 LC_Card_List2_PushFront@Base 4.0.0 LC_Card_List2_Remove@Base 4.0.0 LC_Card_List2_Unshare@Base 4.0.0 LC_Card_List2_dup@Base 4.0.0 LC_Card_List2_free@Base 4.0.0 LC_Card_List2_freeAll@Base 4.0.0 LC_Card_List2_new@Base 4.0.0 LC_Card_List_Add@Base 4.0.0 LC_Card_List_AddList@Base 4.0.0 LC_Card_List_Clear@Base 4.0.0 LC_Card_List_Del@Base 4.0.0 LC_Card_List_First@Base 4.0.0 LC_Card_List_GetCount@Base 4.0.0 LC_Card_List_HasElement@Base 4.0.0 LC_Card_List_Insert@Base 4.0.0 LC_Card_List_Last@Base 4.0.0 LC_Card_List_Next@Base 4.0.0 LC_Card_List_Previous@Base 4.0.0 LC_Card_List_SetSortFn@Base 5.0.3beta LC_Card_List_Sort@Base 5.0.3beta LC_Card_List_free@Base 4.0.0 LC_Card_List_new@Base 4.0.0 LC_Card_Open@Base 4.0.0 LC_Card_ParseData@Base 4.0.0 LC_Card_ParseRecord@Base 4.0.0 LC_Card_ReadBinary@Base 4.0.0 LC_Card_SelectApp@Base 4.0.0 LC_Card_SelectCard@Base 4.0.0 LC_Card_SelectDf@Base 4.0.0 LC_Card_SelectEf@Base 4.0.0 LC_Card_SelectMf@Base 4.0.0 LC_Card_SetCloseFn@Base 4.0.0 LC_Card_SetDriverType@Base 4.0.0 LC_Card_SetGetInitialPinFn@Base 4.0.0 LC_Card_SetGetPinStatusFn@Base 4.0.0 LC_Card_SetIsoAppendRecordFn@Base 4.0.0 LC_Card_SetIsoDecipherFn@Base 4.0.0 LC_Card_SetIsoEncipherFn@Base 4.0.0 LC_Card_SetIsoEraseBinaryFn@Base 4.0.0 LC_Card_SetIsoInternalAuthFn@Base 5.0.3beta LC_Card_SetIsoManageSeFn@Base 4.0.0 LC_Card_SetIsoModifyPinFn@Base 4.0.0 LC_Card_SetIsoPerformModificationFn@Base 4.0.0 LC_Card_SetIsoPerformVerificationFn@Base 4.0.0 LC_Card_SetIsoReadBinaryFn@Base 4.0.0 LC_Card_SetIsoReadRecordFn@Base 4.0.0 LC_Card_SetIsoSignFn@Base 4.0.0 LC_Card_SetIsoUpdateBinaryFn@Base 4.0.0 LC_Card_SetIsoUpdateRecordFn@Base 4.0.0 LC_Card_SetIsoVerifyFn@Base 4.0.0 LC_Card_SetIsoVerifyPinFn@Base 4.0.0 LC_Card_SetIsoWriteBinaryFn@Base 4.0.0 LC_Card_SetIsoWriteRecordFn@Base 4.0.0 LC_Card_SetLastResult@Base 4.0.0 LC_Card_SetOpenFn@Base 4.0.0 LC_Card_SetReaderType@Base 4.0.0 LC_Card_free@Base 4.0.0 LC_Client_Fini@Base 4.0.0 LC_Client_GetNextCard@Base 4.0.0 LC_Client_GetProgramName@Base 4.0.0 LC_Client_GetProgramVersion@Base 4.0.0 LC_Client_Init@Base 4.0.0 LC_Client_ReleaseCard@Base 4.0.0 LC_Client_Start@Base 4.0.0 LC_Client_Stop@Base 4.0.0 LC_Client_free@Base 4.0.0 LC_Client_new@Base 4.0.0 LC_Crypt_Token_ChangePin@Base 4.0.0 LC_Crypt_Token_ResultToError@Base 4.0.0 LC_Crypt_Token_VerifyPin@Base 4.0.0 LC_Crypt_Token_VerifyPinWithPinInfo@Base 5.0.3beta LC_DDVCard_CryptBlock@Base 4.0.0 LC_DDVCard_CryptCharBlock@Base 4.0.0 LC_DDVCard_ExtendCard@Base 4.0.0 LC_DDVCard_GetCardDataAsBuffer@Base 4.0.0 LC_DDVCard_GetCardDataAsDb@Base 4.0.0 LC_DDVCard_GetChallenge@Base 4.0.0 LC_DDVCard_GetCryptKeyNumber@Base 4.0.0 LC_DDVCard_GetCryptKeyVersion@Base 4.0.0 LC_DDVCard_GetSignKeyNumber@Base 4.0.0 LC_DDVCard_GetSignKeyVersion@Base 4.0.0 LC_DDVCard_ReadInstituteData@Base 4.0.0 LC_DDVCard_Reopen@Base 4.0.0 LC_DDVCard_SecureVerifyPin@Base 4.0.0 LC_DDVCard_SignHash@Base 4.0.0 LC_DDVCard_UnextendCard@Base 4.0.0 LC_DDVCard_VerifyPin@Base 4.0.0 LC_DDVCard_WriteInstituteData@Base 4.0.0 LC_DriverFlags_fromDb@Base 4.0.0 LC_DriverFlags_toDb@Base 4.0.0 LC_DriverInfo_ReadDrivers@Base 4.0.0 LC_DriverStatus_fromString@Base 4.0.0 LC_DriverStatus_toString@Base 4.0.0 LC_EgkCard_ExtendCard@Base 4.0.0 LC_EgkCard_ParseInsuranceData@Base 4.99.4 LC_EgkCard_ReadInsuranceData@Base 4.2.4 LC_EgkCard_ReadPd@Base 4.0.0 LC_EgkCard_ReadPersonalData@Base 4.2.4 LC_EgkCard_ReadRawPd@Base 4.2.4 LC_EgkCard_ReadRawVd@Base 4.2.4 LC_EgkCard_ReadVd@Base 4.0.0 LC_EgkCard_Reopen@Base 4.0.0 LC_EgkCard_SecureVerifyPin@Base 4.0.0 LC_EgkCard_UnextendCard@Base 4.0.0 LC_EgkCard_VerifyPin@Base 4.0.0 LC_Error_toString@Base 4.0.0 LC_GeldKarte_BLog_Attach@Base 4.0.0 LC_GeldKarte_BLog_GetBSeq@Base 4.0.0 LC_GeldKarte_BLog_GetHSeq@Base 4.0.0 LC_GeldKarte_BLog_GetKeyId@Base 4.0.0 LC_GeldKarte_BLog_GetLSeq@Base 4.0.0 LC_GeldKarte_BLog_GetLoaded@Base 4.0.0 LC_GeldKarte_BLog_GetMerchantId@Base 4.0.0 LC_GeldKarte_BLog_GetSSeq@Base 4.0.0 LC_GeldKarte_BLog_GetStatus@Base 4.0.0 LC_GeldKarte_BLog_GetTime@Base 4.0.0 LC_GeldKarte_BLog_GetValue@Base 4.0.0 LC_GeldKarte_BLog_IsModified@Base 4.0.0 LC_GeldKarte_BLog_List2Iterator_Data@Base 4.0.0 LC_GeldKarte_BLog_List2Iterator_GetLinkCount@Base 4.2.8 LC_GeldKarte_BLog_List2Iterator_IncLinkCount@Base 4.0.0 LC_GeldKarte_BLog_List2Iterator_Next@Base 4.0.0 LC_GeldKarte_BLog_List2Iterator_Previous@Base 4.0.0 LC_GeldKarte_BLog_List2Iterator_free@Base 4.0.0 LC_GeldKarte_BLog_List2Iterator_new@Base 4.0.0 LC_GeldKarte_BLog_List2_Clear@Base 4.0.0 LC_GeldKarte_BLog_List2_Contains@Base 4.0.0 LC_GeldKarte_BLog_List2_Dump@Base 4.0.0 LC_GeldKarte_BLog_List2_Erase@Base 4.0.0 LC_GeldKarte_BLog_List2_FindIter@Base 4.0.0 LC_GeldKarte_BLog_List2_First@Base 4.0.0 LC_GeldKarte_BLog_List2_ForEach@Base 4.0.0 LC_GeldKarte_BLog_List2_GetBack@Base 4.0.0 LC_GeldKarte_BLog_List2_GetFront@Base 4.0.0 LC_GeldKarte_BLog_List2_GetSize@Base 4.0.0 LC_GeldKarte_BLog_List2_IsEmpty@Base 4.0.0 LC_GeldKarte_BLog_List2_Last@Base 4.0.0 LC_GeldKarte_BLog_List2_PopBack@Base 4.0.0 LC_GeldKarte_BLog_List2_PopFront@Base 4.0.0 LC_GeldKarte_BLog_List2_PushBack@Base 4.0.0 LC_GeldKarte_BLog_List2_PushFront@Base 4.0.0 LC_GeldKarte_BLog_List2_Remove@Base 4.0.0 LC_GeldKarte_BLog_List2_Unshare@Base 4.0.0 LC_GeldKarte_BLog_List2_dup@Base 4.0.0 LC_GeldKarte_BLog_List2_free@Base 4.0.0 LC_GeldKarte_BLog_List2_freeAll@Base 4.0.0 LC_GeldKarte_BLog_List2_new@Base 4.0.0 LC_GeldKarte_BLog_ReadDb@Base 4.0.0 LC_GeldKarte_BLog_SetBSeq@Base 4.0.0 LC_GeldKarte_BLog_SetHSeq@Base 4.0.0 LC_GeldKarte_BLog_SetKeyId@Base 4.0.0 LC_GeldKarte_BLog_SetLSeq@Base 4.0.0 LC_GeldKarte_BLog_SetLoaded@Base 4.0.0 LC_GeldKarte_BLog_SetMerchantId@Base 4.0.0 LC_GeldKarte_BLog_SetModified@Base 4.0.0 LC_GeldKarte_BLog_SetSSeq@Base 4.0.0 LC_GeldKarte_BLog_SetStatus@Base 4.0.0 LC_GeldKarte_BLog_SetTime@Base 4.0.0 LC_GeldKarte_BLog_SetValue@Base 4.0.0 LC_GeldKarte_BLog_dup@Base 4.0.0 LC_GeldKarte_BLog_free@Base 4.0.0 LC_GeldKarte_BLog_fromDb@Base 4.0.0 LC_GeldKarte_BLog_new@Base 4.0.0 LC_GeldKarte_BLog_toDb@Base 4.0.0 LC_GeldKarte_ExtendCard@Base 4.0.0 LC_GeldKarte_GetAccountDataAsBuffer@Base 4.0.0 LC_GeldKarte_GetAccountDataAsDb@Base 4.0.0 LC_GeldKarte_GetCardDataAsBuffer@Base 4.0.0 LC_GeldKarte_GetCardDataAsDb@Base 4.0.0 LC_GeldKarte_LLog_Attach@Base 4.0.0 LC_GeldKarte_LLog_GetBSeq@Base 4.0.0 LC_GeldKarte_LLog_GetCenterId@Base 4.0.0 LC_GeldKarte_LLog_GetLSeq@Base 4.0.0 LC_GeldKarte_LLog_GetLoaded@Base 4.0.0 LC_GeldKarte_LLog_GetStatus@Base 4.0.0 LC_GeldKarte_LLog_GetTerminalId@Base 4.0.0 LC_GeldKarte_LLog_GetTime@Base 4.0.0 LC_GeldKarte_LLog_GetTraceId@Base 4.0.0 LC_GeldKarte_LLog_GetValue@Base 4.0.0 LC_GeldKarte_LLog_IsModified@Base 4.0.0 LC_GeldKarte_LLog_List2Iterator_Data@Base 4.0.0 LC_GeldKarte_LLog_List2Iterator_GetLinkCount@Base 4.2.8 LC_GeldKarte_LLog_List2Iterator_IncLinkCount@Base 4.0.0 LC_GeldKarte_LLog_List2Iterator_Next@Base 4.0.0 LC_GeldKarte_LLog_List2Iterator_Previous@Base 4.0.0 LC_GeldKarte_LLog_List2Iterator_free@Base 4.0.0 LC_GeldKarte_LLog_List2Iterator_new@Base 4.0.0 LC_GeldKarte_LLog_List2_Clear@Base 4.0.0 LC_GeldKarte_LLog_List2_Contains@Base 4.0.0 LC_GeldKarte_LLog_List2_Dump@Base 4.0.0 LC_GeldKarte_LLog_List2_Erase@Base 4.0.0 LC_GeldKarte_LLog_List2_FindIter@Base 4.0.0 LC_GeldKarte_LLog_List2_First@Base 4.0.0 LC_GeldKarte_LLog_List2_ForEach@Base 4.0.0 LC_GeldKarte_LLog_List2_GetBack@Base 4.0.0 LC_GeldKarte_LLog_List2_GetFront@Base 4.0.0 LC_GeldKarte_LLog_List2_GetSize@Base 4.0.0 LC_GeldKarte_LLog_List2_IsEmpty@Base 4.0.0 LC_GeldKarte_LLog_List2_Last@Base 4.0.0 LC_GeldKarte_LLog_List2_PopBack@Base 4.0.0 LC_GeldKarte_LLog_List2_PopFront@Base 4.0.0 LC_GeldKarte_LLog_List2_PushBack@Base 4.0.0 LC_GeldKarte_LLog_List2_PushFront@Base 4.0.0 LC_GeldKarte_LLog_List2_Remove@Base 4.0.0 LC_GeldKarte_LLog_List2_Unshare@Base 4.0.0 LC_GeldKarte_LLog_List2_dup@Base 4.0.0 LC_GeldKarte_LLog_List2_free@Base 4.0.0 LC_GeldKarte_LLog_List2_freeAll@Base 4.0.0 LC_GeldKarte_LLog_List2_new@Base 4.0.0 LC_GeldKarte_LLog_ReadDb@Base 4.0.0 LC_GeldKarte_LLog_SetBSeq@Base 4.0.0 LC_GeldKarte_LLog_SetCenterId@Base 4.0.0 LC_GeldKarte_LLog_SetLSeq@Base 4.0.0 LC_GeldKarte_LLog_SetLoaded@Base 4.0.0 LC_GeldKarte_LLog_SetModified@Base 4.0.0 LC_GeldKarte_LLog_SetStatus@Base 4.0.0 LC_GeldKarte_LLog_SetTerminalId@Base 4.0.0 LC_GeldKarte_LLog_SetTime@Base 4.0.0 LC_GeldKarte_LLog_SetTraceId@Base 4.0.0 LC_GeldKarte_LLog_SetValue@Base 4.0.0 LC_GeldKarte_LLog_dup@Base 4.0.0 LC_GeldKarte_LLog_free@Base 4.0.0 LC_GeldKarte_LLog_fromDb@Base 4.0.0 LC_GeldKarte_LLog_new@Base 4.0.0 LC_GeldKarte_LLog_toDb@Base 4.0.0 LC_GeldKarte_ReadBLogs@Base 4.0.0 LC_GeldKarte_ReadLLogs@Base 4.0.0 LC_GeldKarte_ReadValues@Base 4.0.0 LC_GeldKarte_Reopen@Base 4.0.0 LC_GeldKarte_UnextendCard@Base 4.0.0 LC_GeldKarte_Values_Attach@Base 4.0.0 LC_GeldKarte_Values_GetLoaded@Base 4.0.0 LC_GeldKarte_Values_GetMaxLoad@Base 4.0.0 LC_GeldKarte_Values_GetMaxXfer@Base 4.0.0 LC_GeldKarte_Values_IsModified@Base 4.0.0 LC_GeldKarte_Values_List2Iterator_Data@Base 4.0.0 LC_GeldKarte_Values_List2Iterator_GetLinkCount@Base 4.2.8 LC_GeldKarte_Values_List2Iterator_IncLinkCount@Base 4.0.0 LC_GeldKarte_Values_List2Iterator_Next@Base 4.0.0 LC_GeldKarte_Values_List2Iterator_Previous@Base 4.0.0 LC_GeldKarte_Values_List2Iterator_free@Base 4.0.0 LC_GeldKarte_Values_List2Iterator_new@Base 4.0.0 LC_GeldKarte_Values_List2_Clear@Base 4.0.0 LC_GeldKarte_Values_List2_Contains@Base 4.0.0 LC_GeldKarte_Values_List2_Dump@Base 4.0.0 LC_GeldKarte_Values_List2_Erase@Base 4.0.0 LC_GeldKarte_Values_List2_FindIter@Base 4.0.0 LC_GeldKarte_Values_List2_First@Base 4.0.0 LC_GeldKarte_Values_List2_ForEach@Base 4.0.0 LC_GeldKarte_Values_List2_GetBack@Base 4.0.0 LC_GeldKarte_Values_List2_GetFront@Base 4.0.0 LC_GeldKarte_Values_List2_GetSize@Base 4.0.0 LC_GeldKarte_Values_List2_IsEmpty@Base 4.0.0 LC_GeldKarte_Values_List2_Last@Base 4.0.0 LC_GeldKarte_Values_List2_PopBack@Base 4.0.0 LC_GeldKarte_Values_List2_PopFront@Base 4.0.0 LC_GeldKarte_Values_List2_PushBack@Base 4.0.0 LC_GeldKarte_Values_List2_PushFront@Base 4.0.0 LC_GeldKarte_Values_List2_Remove@Base 4.0.0 LC_GeldKarte_Values_List2_Unshare@Base 4.0.0 LC_GeldKarte_Values_List2_dup@Base 4.0.0 LC_GeldKarte_Values_List2_free@Base 4.0.0 LC_GeldKarte_Values_List2_freeAll@Base 4.0.0 LC_GeldKarte_Values_List2_new@Base 4.0.0 LC_GeldKarte_Values_ReadDb@Base 4.0.0 LC_GeldKarte_Values_SetLoaded@Base 4.0.0 LC_GeldKarte_Values_SetMaxLoad@Base 4.0.0 LC_GeldKarte_Values_SetMaxXfer@Base 4.0.0 LC_GeldKarte_Values_SetModified@Base 4.0.0 LC_GeldKarte_Values_dup@Base 4.0.0 LC_GeldKarte_Values_free@Base 4.0.0 LC_GeldKarte_Values_fromDb@Base 4.0.0 LC_GeldKarte_Values_new@Base 4.0.0 LC_GeldKarte_Values_toDb@Base 4.0.0 LC_HIInsuranceData_Attach@Base 4.2.4 LC_HIInsuranceData_GetCoverBegin@Base 4.2.4 LC_HIInsuranceData_GetCoverEnd@Base 4.2.4 LC_HIInsuranceData_GetGroup@Base 4.2.4 LC_HIInsuranceData_GetInstitutionId@Base 4.2.4 LC_HIInsuranceData_GetInstitutionName@Base 4.2.4 LC_HIInsuranceData_GetStatus@Base 4.2.4 LC_HIInsuranceData_IsModified@Base 4.2.4 LC_HIInsuranceData_ReadDb@Base 4.2.4 LC_HIInsuranceData_SetCoverBegin@Base 4.2.4 LC_HIInsuranceData_SetCoverEnd@Base 4.2.4 LC_HIInsuranceData_SetGroup@Base 4.2.4 LC_HIInsuranceData_SetInstitutionId@Base 4.2.4 LC_HIInsuranceData_SetInstitutionName@Base 4.2.4 LC_HIInsuranceData_SetModified@Base 4.2.4 LC_HIInsuranceData_SetStatus@Base 4.2.4 LC_HIInsuranceData_dup@Base 4.2.4 LC_HIInsuranceData_free@Base 4.2.4 LC_HIInsuranceData_fromDb@Base 4.2.4 LC_HIInsuranceData_new@Base 4.2.4 LC_HIInsuranceData_toDb@Base 4.2.4 LC_HIPersonalData_Attach@Base 4.2.4 LC_HIPersonalData_GetAddrCity@Base 4.2.4 LC_HIPersonalData_GetAddrCountry@Base 4.2.4 LC_HIPersonalData_GetAddrHouseNum@Base 4.2.4 LC_HIPersonalData_GetAddrState@Base 4.2.4 LC_HIPersonalData_GetAddrStreet@Base 4.2.4 LC_HIPersonalData_GetAddrZipCode@Base 4.2.4 LC_HIPersonalData_GetDateOfBirth@Base 4.2.4 LC_HIPersonalData_GetInsuranceId@Base 4.2.4 LC_HIPersonalData_GetName@Base 4.2.4 LC_HIPersonalData_GetNameSuffix@Base 4.2.4 LC_HIPersonalData_GetPrename@Base 4.2.4 LC_HIPersonalData_GetSex@Base 4.2.4 LC_HIPersonalData_GetTitle@Base 4.2.4 LC_HIPersonalData_IsModified@Base 4.2.4 LC_HIPersonalData_ReadDb@Base 4.2.4 LC_HIPersonalData_SetAddrCity@Base 4.2.4 LC_HIPersonalData_SetAddrCountry@Base 4.2.4 LC_HIPersonalData_SetAddrHouseNum@Base 4.2.4 LC_HIPersonalData_SetAddrState@Base 4.2.4 LC_HIPersonalData_SetAddrStreet@Base 4.2.4 LC_HIPersonalData_SetAddrZipCode@Base 4.2.4 LC_HIPersonalData_SetDateOfBirth@Base 4.2.4 LC_HIPersonalData_SetInsuranceId@Base 4.2.4 LC_HIPersonalData_SetModified@Base 4.2.4 LC_HIPersonalData_SetName@Base 4.2.4 LC_HIPersonalData_SetNameSuffix@Base 4.2.4 LC_HIPersonalData_SetPrename@Base 4.2.4 LC_HIPersonalData_SetSex@Base 4.2.4 LC_HIPersonalData_SetTitle@Base 4.2.4 LC_HIPersonalData_Sex_fromString@Base 4.2.4 LC_HIPersonalData_Sex_toString@Base 4.2.4 LC_HIPersonalData_dup@Base 4.2.4 LC_HIPersonalData_free@Base 4.2.4 LC_HIPersonalData_fromDb@Base 4.2.4 LC_HIPersonalData_new@Base 4.2.4 LC_HIPersonalData_toDb@Base 4.2.4 LC_KVKCard_ExtendCard@Base 4.0.0 LC_KVKCard_GetCardData@Base 4.0.0 LC_KVKCard_Reopen@Base 4.0.0 LC_KVKCard_UnextendCard@Base 4.0.0 LC_KvkCard_GetCardNumber@Base 4.2.4 LC_KvkCard_ReadCardData@Base 4.2.4 LC_MSGENGINE__INHERIT_ID@Base 4.0.0 LC_MemoryCard_ExtendCard@Base 4.0.0 LC_MemoryCard_GetCapacity@Base 4.0.0 LC_MemoryCard_ReadBinary@Base 4.0.0 LC_MemoryCard_UnextendCard@Base 4.0.0 LC_MemoryCard_WriteBinary@Base 4.0.0 LC_MsgEngine_new@Base 4.0.0 LC_NotifyFlags_fromDb@Base 4.0.0 LC_NotifyFlags_toDb@Base 4.0.0 LC_PININFO__INHERIT_GETLIST@Base 4.0.0 LC_PININFO__INHERIT_ISOFTYPE@Base 4.0.0 LC_PININFO__INHERIT_SETDATA@Base 4.0.0 LC_PININFO__INHERIT_UNLINK@Base 4.0.0 LC_PinInfo_Attach@Base 4.0.0 LC_PinInfo_GetAllowChange@Base 4.0.0 LC_PinInfo_GetEncoding@Base 4.0.0 LC_PinInfo_GetFiller@Base 4.0.0 LC_PinInfo_GetId@Base 4.0.0 LC_PinInfo_GetMaxLength@Base 4.0.0 LC_PinInfo_GetMinLength@Base 4.0.0 LC_PinInfo_GetName@Base 4.0.0 LC_PinInfo_GetRecordNum@Base 5.0.3beta LC_PinInfo_IsModified@Base 4.0.0 LC_PinInfo_List2Iterator_Data@Base 4.0.0 LC_PinInfo_List2Iterator_GetLinkCount@Base 4.0.0 LC_PinInfo_List2Iterator_IncLinkCount@Base 4.0.0 LC_PinInfo_List2Iterator_Next@Base 4.0.0 LC_PinInfo_List2Iterator_Previous@Base 4.0.0 LC_PinInfo_List2Iterator_free@Base 4.0.0 LC_PinInfo_List2Iterator_new@Base 4.0.0 LC_PinInfo_List2_Clear@Base 4.0.0 LC_PinInfo_List2_Contains@Base 4.0.0 LC_PinInfo_List2_Dump@Base 4.0.0 LC_PinInfo_List2_Erase@Base 4.0.0 LC_PinInfo_List2_FindIter@Base 4.0.0 LC_PinInfo_List2_First@Base 4.0.0 LC_PinInfo_List2_ForEach@Base 4.0.0 LC_PinInfo_List2_GetBack@Base 4.0.0 LC_PinInfo_List2_GetFront@Base 4.0.0 LC_PinInfo_List2_GetSize@Base 4.0.0 LC_PinInfo_List2_IsEmpty@Base 4.0.0 LC_PinInfo_List2_Last@Base 4.0.0 LC_PinInfo_List2_PopBack@Base 4.0.0 LC_PinInfo_List2_PopFront@Base 4.0.0 LC_PinInfo_List2_PushBack@Base 4.0.0 LC_PinInfo_List2_PushFront@Base 4.0.0 LC_PinInfo_List2_Remove@Base 4.0.0 LC_PinInfo_List2_Unshare@Base 4.0.0 LC_PinInfo_List2__freeAll_cb@Base 4.0.0 LC_PinInfo_List2_dup@Base 4.0.0 LC_PinInfo_List2_free@Base 4.0.0 LC_PinInfo_List2_freeAll@Base 4.0.0 LC_PinInfo_List2_new@Base 4.0.0 LC_PinInfo_List_Add@Base 4.0.0 LC_PinInfo_List_AddList@Base 4.0.0 LC_PinInfo_List_Clear@Base 4.0.0 LC_PinInfo_List_Del@Base 4.0.0 LC_PinInfo_List_First@Base 4.0.0 LC_PinInfo_List_GetCount@Base 4.0.0 LC_PinInfo_List_HasElement@Base 4.0.0 LC_PinInfo_List_Insert@Base 4.0.0 LC_PinInfo_List_Last@Base 4.0.0 LC_PinInfo_List_Next@Base 4.0.0 LC_PinInfo_List_Previous@Base 4.0.0 LC_PinInfo_List_SetSortFn@Base 5.0.3beta LC_PinInfo_List_Sort@Base 5.0.3beta LC_PinInfo_List_dup@Base 4.0.0 LC_PinInfo_List_free@Base 4.0.0 LC_PinInfo_List_new@Base 4.0.0 LC_PinInfo_ReadDb@Base 4.0.0 LC_PinInfo_SetAllowChange@Base 4.0.0 LC_PinInfo_SetEncoding@Base 4.0.0 LC_PinInfo_SetFiller@Base 4.0.0 LC_PinInfo_SetId@Base 4.0.0 LC_PinInfo_SetMaxLength@Base 4.0.0 LC_PinInfo_SetMinLength@Base 4.0.0 LC_PinInfo_SetModified@Base 4.0.0 LC_PinInfo_SetName@Base 4.0.0 LC_PinInfo_SetRecordNum@Base 5.0.3beta LC_PinInfo_dup@Base 4.0.0 LC_PinInfo_free@Base 4.0.0 LC_PinInfo_fromDb@Base 4.0.0 LC_PinInfo_new@Base 4.0.0 LC_PinInfo_toDb@Base 4.0.0 LC_ProcessorCard_ExtendCard@Base 4.0.0 LC_ProcessorCard_UnextendCard@Base 4.0.0 LC_ReaderFlags_fromDb@Base 4.0.0 LC_ReaderFlags_fromXml@Base 4.0.0 LC_ReaderFlags_toDb@Base 4.0.0 LC_ReaderStatus_fromString@Base 4.0.0 LC_ReaderStatus_toString@Base 4.0.0 LC_ServiceFlags_fromDb@Base 4.0.0 LC_ServiceFlags_toDb@Base 4.0.0 LC_ServiceStatus_fromString@Base 4.0.0 LC_ServiceStatus_toString@Base 4.0.0 LC_Starcos_ActivateKeyPair@Base 4.1.0 LC_Starcos_ExtendCard@Base 4.1.0 LC_Starcos_GenerateKeyPair@Base 4.1.0 LC_Starcos_GetCardDataAsBuffer@Base 4.1.0 LC_Starcos_GetCardDataAsDb@Base 4.1.0 LC_Starcos_GetChallenge@Base 4.1.0 LC_Starcos_GetKeyDescr@Base 4.1.0 LC_Starcos_KeyDescr_Attach@Base 4.1.0 LC_Starcos_KeyDescr_GetKeyId@Base 4.1.0 LC_Starcos_KeyDescr_GetKeyNum@Base 4.1.0 LC_Starcos_KeyDescr_GetKeyType@Base 4.1.0 LC_Starcos_KeyDescr_GetKeyVer@Base 4.1.0 LC_Starcos_KeyDescr_GetStatus@Base 4.1.0 LC_Starcos_KeyDescr_IsModified@Base 4.1.0 LC_Starcos_KeyDescr_ReadDb@Base 4.1.0 LC_Starcos_KeyDescr_SetKeyId@Base 4.1.0 LC_Starcos_KeyDescr_SetKeyNum@Base 4.1.0 LC_Starcos_KeyDescr_SetKeyType@Base 4.1.0 LC_Starcos_KeyDescr_SetKeyVer@Base 4.1.0 LC_Starcos_KeyDescr_SetModified@Base 4.1.0 LC_Starcos_KeyDescr_SetStatus@Base 4.1.0 LC_Starcos_KeyDescr_dup@Base 4.1.0 LC_Starcos_KeyDescr_free@Base 4.1.0 LC_Starcos_KeyDescr_fromDb@Base 4.1.0 LC_Starcos_KeyDescr_new@Base 4.1.0 LC_Starcos_KeyDescr_toDb@Base 4.1.0 LC_Starcos_ReadInstituteData@Base 4.1.0 LC_Starcos_ReadPublicKey@Base 4.1.0 LC_Starcos_ReadSigCounter@Base 4.1.0 LC_Starcos_Reopen@Base 4.1.0 LC_Starcos_SaveKeyDescr@Base 4.1.0 LC_Starcos_UnextendCard@Base 4.1.0 LC_Starcos_WriteInstituteData@Base 4.1.0 LC_Starcos_WritePublicKey@Base 4.1.0 LC_TLV_GetClass@Base 4.0.0 LC_TLV_GetTagData@Base 4.0.0 LC_TLV_GetTagLength@Base 4.0.0 LC_TLV_GetTagSize@Base 4.0.0 LC_TLV_GetTagType@Base 4.0.0 LC_TLV_IsBerTlv@Base 4.0.0 LC_TLV_IsContructed@Base 4.0.0 LC_TLV_List_Add@Base 4.0.0 LC_TLV_List_AddList@Base 4.0.0 LC_TLV_List_Clear@Base 4.0.0 LC_TLV_List_Del@Base 4.0.0 LC_TLV_List_First@Base 4.0.0 LC_TLV_List_GetCount@Base 4.0.0 LC_TLV_List_HasElement@Base 4.0.0 LC_TLV_List_Insert@Base 4.0.0 LC_TLV_List_Last@Base 4.0.0 LC_TLV_List_Next@Base 4.0.0 LC_TLV_List_Previous@Base 4.0.0 LC_TLV_List_SetSortFn@Base 5.0.3beta LC_TLV_List_Sort@Base 5.0.3beta LC_TLV_List_free@Base 4.0.0 LC_TLV_List_new@Base 4.0.0 LC_TLV_free@Base 4.0.0 LC_TLV_fromBuffer@Base 4.0.0 LC_TLV_new@Base 4.0.0 LC_ZkaCard_ExtendCard@Base 5.0.1 LC_ZkaCard_GetCardDataAsBuffer@Base 5.0.3beta LC_ZkaCard_GetCardDataAsDb@Base 5.0.3beta LC_ZkaCard_GetPinInfo@Base 5.0.3beta LC_ZkaCard_Reopen@Base 5.0.1 LC_ZkaCard_Sign@Base 5.0.3beta LC_ZkaCard_UnextendCard@Base 5.0.1 debian/libchipcard-tools.manpages0000664000000000000000000000005012134572536014312 0ustar debian/chipcard-tool.1 debian/kvkcard.1 debian/libchipcard-data.dirs0000664000000000000000000000015612134572536013240 0ustar /etc/chipcard /etc/chipcard/client /etc/chipcard/client/certs /etc/chipcard/server /etc/chipcard/server/certs debian/control0000664000000000000000000000550612264343062010603 0ustar Source: libchipcard Section: libs Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Micha Lenk Build-Depends: debhelper (>= 7.0.50~), libgwenhywfar60-dev (>= 4), gawk, libpcsclite-dev, zlib1g-dev, dh-autoreconf Standards-Version: 3.9.4 Vcs-Browser: http://svn.debian.org/wsvn/aqbanking/libchipcard/trunk/ Vcs-Svn: svn://svn.debian.org/svn/aqbanking/libchipcard/trunk Homepage: http://www.aquamaniac.de/sites/libchipcard/ Package: libchipcard-dev Section: libdevel Architecture: any Priority: extra Depends: libchipcard6 (= ${binary:Version}), libchipcard-data (>= ${source:Version}), ${misc:Depends} Description: API for smartcard readers libchipcard provides an API for accessing smartcards. Examples are memory cards, as well as HBCI (home banking), German GeldKarte (electronic small change), and KVK (health insurance) cards. . This package contains the development files for libchipcard. Package: libchipcard6 Section: libs Architecture: any Depends: libchipcard-data (>= ${source:Version}), ${shlibs:Depends}, ${misc:Depends} Priority: optional Description: library for accessing smartcards libchipcard provides an API for accessing smartcards. Examples are memory cards, as well as HBCI (home banking), German GeldKarte (electronic small change), and KVK (health insurance) cards. . This package contains the client API. Package: libchipcard-data Section: libs Depends: ${misc:Depends} Architecture: all Priority: optional Description: configuration files for libchipcard libchipcard provides an API for accessing smartcards. Examples are memory cards, as well as HBCI (home banking), German GeldKarte (electronic small change), and KVK (health insurance) cards. . This package contains configuration files for libchipcard. Package: libchipcard-tools Section: misc Architecture: any Priority: optional Pre-Depends: dpkg (>= 1.15.7.2) Depends: ${shlibs:Depends}, libchipcard-data (>= ${source:Version}), ${misc:Depends} Breaks: libchipcardd0 (<< 4.2.7) Replaces: libchipcardd0 (<< 4.2.7) Description: tools for accessing chipcards libchipcard provides an API for accessing smartcards. Examples are memory cards, as well as HBCI (home banking), German GeldKarte (electronic small change), and KVK (health insurance) cards. . This package contains tools for chipcards, e.g. geldkarte. Package: libchipcard-libgwenhywfar60-plugins Section: misc Architecture: any Priority: optional Depends: ${shlibs:Depends}, ${misc:Depends} Description: crypttoken plugin to libgwenhywfar libchipcard provides an API for accessing smartcards. Examples are memory cards, as well as HBCI (home banking), German GeldKarte (electronic small change), and KVK (health insurance) cards. . This package contains plugins to gwenhywfar providing cryptographic services via smartcards. debian/libchipcard6.install0000664000000000000000000000003112134572536013114 0ustar usr/lib/libchipcard.so.* debian/libchipcard6.docs0000664000000000000000000000000712134572536012401 0ustar README debian/libchipcard6.examples0000664000000000000000000000002512134572536013267 0ustar etc/chipcardc.conf.*