Aktivität
von 26.08.2021 bis 24.09.2021
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.
18.09.2021
- 16:44 Revision 96964cc7 (libchipcard): Base: Simplify _updateReaderStates.
- 15:04 Revision 7883ce23 (libchipcard): Base: Finished basic cleanup.
- - removed all non-needed declarations from private client_p.h so that it can be
included by other c-files
- compile... - 14:28 Revision 3bc47a2d (libchipcard): Base: More cleanup of client*.{c,h}. Make more functions private.
- 14:27 Revision ac0ca6b7 (libchipcard): Base: Removed lc_client__config and LC_CLIENT::dbConfig.
- 14:25 Revision 5d3ede6b (libchipcard): Base: Added missing include.
- 14:09 Revision 4fd84177 (libchipcard): Base: Added client_xml.h
- 13:59 Revision 681cf674 (libchipcard): Base: Added file client_xml.h
- 13:56 Revision 2b9bf10b (libchipcard): Base: Moved public functions up in file.
- 13:35 Revision b3207ad4 (libchipcard): Base: Moved/renamed more functions in client*.{c,h}.
- - LC_Client_GetReaderAndDriverType
- LC_Client_FindCommandInCardFamily
- LC_Client_FindCommandInCardTypes
- LC_Client... - 13:03 Revision f73e30ac (libchipcard): Base: Moved/renamed functions in client*.{c,h}
- - LC_Client__FindCommandInCardNode
- LC_Client_FindCommandInCardNode - 13:02 Revision 630e9607 (libchipcard): Base: Updated/added copyright header.
- 12:15 Revision 2404464f (libchipcard): Base: Started cleaning up header and source files.
- - remove and rename LC_Client__SampleXmlFiles
- remove and rename LC_Client_MergeXMLDefs
17.09.2021
11.09.2021
- 18:09 Revision abfd2e61 (libchipcard): chiptanusb ct plugin: Use correct log domain. Removed _p.h file, add *.h file.
- 18:08 Revision a9792906 (libchipcard): chiptanusb CT plugin: Create correct plugin object (fixes #213).
- The crypt token functions inside gwen expect the plugin to be derived
from GWEN_Crypt_Token_Plugin.
Auch abrufbar als: Atom