summaryrefslogtreecommitdiff
path: root/security/openct
AgeCommit message (Collapse)AuthorFilesLines
2012-12-15bump revisionpettai1-1/+2
2012-12-03Update to 0.6.20.gdt2-7/+6
New in 0.6.20; 2010-02-16; Andreas Jellinghaus * Modify Rutoken S binary interfaces by Aktiv Co. * Makefiles fixed in doc/ directory New in 0.6.19; 2010-01-07; Andreas Jellinghaus * update on udev rules. Please now use udev instead of hal, as distributions are deprecating hal in favor for udev. * Thanks to Daniel Kahn Gillmor for testing on debian.
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2011-02-28Reset maintainer for retired developers.wiz1-2/+2
2009-12-15Recursive bump for libltdljoerg2-3/+4
2009-10-02Adapt reader.conf handling to pcsc-lite changes.hasso5-2/+46
2009-09-25Update to 0.6.18.hasso2-6/+6
* USB code for BSD fixed by Emmanuel Dreyfus * Add support for Rutoken S by Aktiv Co. / Aleksey Samsonov * Plus some fixes to Info.plist (for users combining openct with pcsc-lite).
2009-08-03Update to 0.6.17.hasso3-39/+7
New in OpenCT 0.6.17, 2009-07-29; Andreas Jellinghaus * add support for Rutoken ECP (ccid driver) * small bugfixes
2009-06-14Remove @dirrm entries from PLISTsjoerg1-4/+1
2009-06-08More license info to my packages.hasso1-1/+2
2009-05-08Update to 0.6.16. Changes since 0.6.15:hasso3-8/+39
* For ccid, etoken* drivers remove polling loop, review the force_poll configuration option, this reduces power consumption and CPU load. * Fix some issues caused by newer udev version. * Handle T1 abort better. * Some build system fixes. * Some minor fixes. * Re-add api documentation (pre-generated), like we used to.
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2009-02-26Drivers for several smart card readers. OpenCT comes as driver in ifdhandlerhasso8-0/+175
format for PC/SC-Lite, as CT-API driver, or as a small and lean middleware, so applications can use it with minimal overhead. OpenCT also has a primitive mechanism to export smart card readers to remote machines via TCP/IP.