Check-in [45a6d087db]
Overview
Comment:CACKey 0.5.17
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk | 0.5.17
Files: files | file ages | folders
SHA1: 45a6d087dba906c7df7cb60a41fa0afcb626a872
User & Date: rkeene on 2010-07-23 22:03:47
Other Links: manifest | tags
Context
2010-07-23
22:25
CACKey 0.5.18

Fixed issue with reset clean-up marking slot as reset (infinite loop) check-in: aff9dd7ca3 user: rkeene tags: trunk, 0.5.18

22:03
CACKey 0.5.17 check-in: 45a6d087db user: rkeene tags: trunk, 0.5.17
21:58
Updated to call SCardDisconnect if we detect a previously connected slot -- this fixes a regression in the previous commit where a smartcard would not function after being inserted, removed, and reinserted check-in: 84aaf35a0e user: rkeene tags: trunk
Changes

Modified configure.ac from [1ed71809e2] to [c22b165344].

1
2
3
4
5
6
7
8
AC_INIT(cackey, 0.5.16) 
AC_CONFIG_HEADERS(config.h)

dnl Locate standard tools
AC_PROG_CC
AC_PROG_MAKE_SET
AC_PROG_INSTALL
AC_AIX
|







1
2
3
4
5
6
7
8
AC_INIT(cackey, 0.5.17) 
AC_CONFIG_HEADERS(config.h)

dnl Locate standard tools
AC_PROG_CC
AC_PROG_MAKE_SET
AC_PROG_INSTALL
AC_AIX