Aktivität
von 19.09.2021 bis 18.10.2021
30.09.2021
26.09.2021
25.09.2021
- 20:22 Revision 30252433 (libchipcard): Renamed dir cyberjack_ctapi to cyberjack_pcsc in win32 folder.
- Probably not needed anymore?
- 20:21 Revision 5d3c0843 (libchipcard): Build: Removed non-existing file from 0BUILD.
- 20:21 Revision 3a356374 (libchipcard): Fixed handling of driver files.
- Always distribute the files but only install specific files for the given
target. - 20:19 Revision a0c8e88d (libchipcard): Removed driver files for cyberjack_pcsc on posix systems.
- Those files where empty, anyway, since we no longer use specific files
for cyberjack devices. - 18:53 Revision 16e89235 (libchipcard): Build: Simplified 0BUILD files for crypt token modules.
- 18:53 Revision cac798ae (libchipcard): Build: Fix declaration of OS_TYPE.
- Should be "posix" for non-windows systems.
- 14:29 Revision bb3b4bc5 (libchipcard): Build: Fixed generation of source files from typemaker2 files.
- 14:14 Revision 8dee66d0 (libchipcard): Prepared release 5.99.1-beta.
- 13:38 Revision 2aaf69b6 (libchipcard): Strike one entry from the TODO list.
- 13:38 Revision 08127b7a (libchipcard): Added dependency "pkg-config".
- 13:33 Revision 2435e78c (libchipcard): Build: Fixed a bug introduced by changing gwen-detection to pkg-config.
- 02:57 Revision 97fdc32f (libchipcard): Rewrote OS test.
- autotools are sometimes unnerving: Compiling libchipcard inside my
git repository works, but created tarballs don't w... - 02:18 Revision c590ff93 (libchipcard): Use pkg-config to find gwenhywfar.
- 00:46 Revision 4f33125c (libchipcard): Improved doxygen setup.
- 00:45 Revision df971e55 (libchipcard): Fixed a doxygen tag.
- 00:45 Revision 7a8318d8 (libchipcard): Build: Add visibility flags, export important symbols in modules.
- 00:16 Revision b4e4ebeb (libchipcard): Some doxygen fixes. Change version settings.
- - gwenbuild works from within a build dir, so the paths need to be adjusted
accordingly
- set project version in "v...
24.09.2021
- 18:45 Revision 5378b4d0 (libchipcard): Updated COPYING file.
- 18:43 Revision fc54377a (libchipcard): Removed chipcard-config.in.in.
- 18:42 Revision e05f487a (libchipcard): Removed chipcard.m4.
- 16:30 Revision 80de3633 (libchipcard): Remove chipcard-config and chipcard.m4 (we exclusively use pkgconfig now).
- 16:30 Revision a3fff198 (libchipcard): Fixed a bug in Makefile.am (double definition).
- 16:18 Revision 10952024 (libchipcard): CT: Fixed a bug (don't check pinstatus if you have none).
- 16:18 Revision 9231ec1a (libchipcard): Base: Fixed a bug (was not setting selected dfNode).
- 15:37 Revision 14655b13 (libchipcard): BUILD: "VERSION" needs to be a DEFINE, not a var to maintain compatibility with autotools.
- 15:36 Revision 1791a316 (libchipcard): BUILD: Added current build folder to include list.
- Generated files are always written outside the source tree into subfolders
of the build tree, so the current build di... - 13:32 Revision ac17d9e8 (libchipcard): BUILD: Added missing files to src/libchipcard/0BUILD.
- 01:06 Revision 3542959e (libchipcard): Minor fixes.
- 00:40 Revision bce6f9b0 (libchipcard): BUILD: Fixed version variables.
- 00:28 Revision fb9b0576 (libchipcard): client: No longer search for README file, look for card.xml instead.
- This file should also always be installed, so better use that file to
lookup the correct data path.
Maybe we will la... - 00:21 Revision dbc75e98 (libchipcard): BUILD: Let gwbuild also install driver data.
- 00:03 Revision 3e8a7ea7 (libchipcard): Updated de.po.
- 00:01 Revision 500f5fea (libchipcard): Fixed header install folders.
23.09.2021
- 23:12 Revision 8d04689c (libchipcard): Added chapter about dependencies to README.
- 23:10 Revision fd1cdbc8 (libchipcard): Added some chapters to README, esp. about building from sources.
- 23:04 Revision f7686f50 (libchipcard): BUILD: gwenbuild now build the full project.
- 22:44 Revision b10e76da (libchipcard): BUILD: Cleanup gwbuild files.
- Remove unneeded elements from 0BUILD files.
- 22:32 Revision ec4c19b6 (libchipcard): BUILD: gwenbuild now also builds the crypttoken plugins.
- 22:01 Revision 562e9870 (libchipcard): BUILD: Added targets for gettext and astyle.
- 21:56 Revision ac4ae90a (libchipcard): BUILD: More work on 0BUILD files, now compiles libchipcard.so.
- 21:40 Revision 687b78c0 (libchipcard): Initial setup for gwbuild.
- 19:41 Revision bcc9a2e1 (libchipcard): Removed some unused defines. Minor reformatting.
- 19:33 Revision f0640cf7 (libchipcard): Cleaned up code for pin entry on crypt tokens.
- 19:32 Revision c7498bee (libchipcard): Removed calls to no longer existing LC_Crypt_Token_ResultToError().
- 16:35 Revision 0903acbf (libchipcard): No longer use deprecated functions GWEN_Gui_ShowBox() and GWEN_Gui_HideBox().
- 16:35 Revision b7f7e2e5 (libchipcard): Removed unused reader flags.
- 16:20 Revision 0ba605b6 (libchipcard): Fixed compiler warnings.
- 15:46 Revision beecb9c2 (libchipcard): More cleanup.
- - removed unneeded files
- no longer install files which aren't part of the API
- cut big code files into smaller ones - 14:02 Revision 1fcebe99 (libchipcard): src/libchipcard/Makefile.am: Add missing typedefs and typefiles targets
- 12:11 Revision 2df76cc5 (libchipcard): Removed type LC_CLIENT_RESULT, return GWEN_ERROR codes on error.
- Like with AqBanking there is no need for an extra error code type.
- 00:52 Revision 618d9085 (libchipcard): Removed no longer needed code and defs.
- 00:52 Revision 0cd2d043 (libchipcard): Use GWEN_DATE also LC_KvkCard_ReadCardData() and LC_KvkCard_ReadCardData().
- 00:31 Revision 28d0d2e7 (libchipcard): Updated libtest.c (we now always use PC/SC).
- 00:28 Revision 481e4356 (libchipcard): Updated apidoc.
- 00:26 Revision 0036069f (libchipcard): Removed ancient installation instructions (was referring to libchipcard2).
- 00:20 Revision 6d867ebe (libchipcard): Removed docs we no longer used.
- 00:16 Revision 1d43fafb (libchipcard): Very much simplified README.
- There no longer is a ressource manager, we simply use the pcsc daemon or
service, so most lines of the README no long... - 00:03 Revision 257f6751 (libchipcard): BUILD: Add Makefile targets "typefiles" and "typedefs".
- 00:02 Revision b1e23107 (libchipcard): Removed folder "etc".
22.09.2021
- 23:48 Revision 4b83ccc4 (libchipcard): EGK: Use GWEN_DATE instead of GWEN_TIME when reading dates.
- 23:48 Revision 4d131bd6 (libchipcard): Changed string libchipcard5 to libchipcard6. Remove libchipcard_symlinkdir.
- 23:21 Revision 8fe2fb9b (libchipcard): Added initial language file (no translations, yet).
- 23:17 Revision 3ad2afdb (libchipcard): BUILD: Added I18N commands to Makefile.am and configure.ac.
- 22:47 Revision abf1428c (libchipcard): client: Enable translation code.
- To be able to translate text we need to call GWEN_I18N_BindTextDomain_Dir()
and GWEN_I18N_BindTextDomain_Codeset().
... - 22:44 Revision f151fe76 (libchipcard): client: Enable translation code.
- To be able to translate text we need to call GWEN_I18N_BindTextDomain_Dir()
and GWEN_I18N_BindTextDomain_Codeset().
...
20.09.2021
- 00:49 Revision b1b8b6bc (libchipcard): Added some entries to TODO file, removed others.
- 00:26 Revision deafbce6 (libchipcard): Ported starcos types.xml to typemaker2.
- 00:17 Revision 09c4fc80 (libchipcard): Added missing include.
- 00:17 Revision 5d4016ad (libchipcard): Ported hidata.xml to typemaker2.
- Use GWEN_DATE instead of GWEN_TIME for date fields.
19.09.2021
- 23:32 Revision 5fc8320e (libchipcard): Ported typefiles to typemaker2.
- 23:10 Revision 319887e2 (libchipcard): Added type prefix to all card and app files to facilitate moving them all into one folder later.
- 22:49 Revision 1534e3f4 (libchipcard): Removed no longer needed definitions. Changed LC_LOGDOMAIN string to "libchipcard".
- 22:48 Revision 03b585e5 (libchipcard): Use typemaker2 instead of typemaker for pininfo type.
- 22:47 Revision c4029a40 (libchipcard): BUILD: Added checks for typemaker2 and xmlmerge.
- 22:07 Revision 0e90c4b3 (libchipcard): Initial commit for libchipcard6.
- - changed the structure of libchipcards sources
- no longer use symlink folder - 17:43 Revision 51dc6718 (libchipcard): Removed unneeded files.
- 17:16 Revision 5d3eec7e (libchipcard): Cleanup .gitignores, removed old testdata.
- 16:54 Revision 7eca0f02 (libchipcard): Prepared cleanup of .gitignore.
- 16:54 Revision 10d3dc49 (libchipcard): gource: Increased video size.
Auch abrufbar als: Atom