Check-in [c97d596fa2]
Overview
Comment:CACKey 0.5.5
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk | 0.5.5
Files: files | file ages | folders
SHA1: c97d596fa2206b8c88e9c7f36b45c5fef9213941
User & Date: rkeene on 2010-05-21 15:44:29
Other Links: manifest | tags
Context
2010-05-21
17:25
Fixed issue with C_Sign updating buffer twice when buffer is too small. check-in: 56e8c0ae09 user: rkeene tags: trunk
15:44
CACKey 0.5.5 check-in: c97d596fa2 user: rkeene tags: trunk, 0.5.5
15:43
Worked around bug in GDM (619297) that rejects a slotid of 0 check-in: 78b2c8546f user: rkeene tags: trunk
Changes

Modified configure.ac from [d44f2b39c0] to [e16a9a4f89].

1
2
3
4
5
6
7
8
AC_INIT(cackey, 0.5.4) 
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.5) 
AC_CONFIG_HEADERS(config.h)

dnl Locate standard tools
AC_PROG_CC
AC_PROG_MAKE_SET
AC_PROG_INSTALL
AC_AIX