0
I Use This!
Inactive

Commits : Listings

Analyzed 4 days ago. based on code collected 5 days ago.
Jun 10, 2023 — Jun 10, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fixed a typo More... almost 19 years ago
- improved structure of new OHBCI keyfiles: c3 xx xx 16 00 05 "OHBCI" VMAJOR VMINOR CRYPT -> new tags: GWEN_CRYPTTOKEN_OHBCI_TAG_MEDIUM 0xc3 GWEN_CRYPTTOKEN_OHBCI_TAG_CRYPT_INVALID 0xc1 (was old DES) (GWEN_CRYPTTOKEN_OHBCI_TAG_CRYPT_DES) 0xc2 GWEN_CRYPTTOKEN_OHBCI_TAG_CRYPT_BF 0xc3 The plugin should still read old files and write them as they have been read, but new files will be in the new format. More... almost 19 years ago
2005-07-27 Christian Stimming <[email protected]> More... almost 19 years ago
2005-07-27 Christian Stimming <[email protected]> More... almost 19 years ago
- GWEN_MsgEngine: removed '"' from list of characters to escape More... almost 19 years ago
- GWEN_BufferedIO_ReadRawForced() now returns an error (not a warning) when only partial data has been read - GWEN_MsgEngine: removed '"' from list of default delimiters More... almost 19 years ago
- GWEN_Error_GetSimpleCode() now reacts on warnings, too More... almost 19 years ago
- bufferedio: Now uses severity "error" instead of "warn" in some places - fixed a bug in error.c More... almost 19 years ago
- changed behaviour of GWEN_Error_GetSimpleCode(): It now only returns success only if the error code was "0" (thus disregarding severity) More... almost 19 years ago
- added gct-tool command "changepin" More... almost 19 years ago
minor changes More... almost 19 years ago
- function GWEN_PluginDescription_GetLongDescrByFormat() now tries to find the localized version of the long description More... almost 19 years ago
- added function GWEN_CryptKey_SetKeySpec() - added gct-tool command "readkey" - added blowfish encryption/decryption when using OpenSSL More... almost 19 years ago
Fix dist target and rpm building More... almost 19 years ago
Add cvsignores More... almost 19 years ago
- added tool "gct-tool" for administration of ctypt tokens More... almost 19 years ago
- added function GWEN_TLV_create() - added function GWEN_TLV_toBuffer() - added function GWEN_TLV_DirectlyToBuffer() - added function GWEN_PluginDescription_dup() - added function GWEN_PluginManager_GetPluginDescr() - csv-plugin: Now returns GWEN_DBIO_CheckFileResultUnknown instead of GWEN_DBIO_CheckFileResultOk. This will allow AqBanking to also present other plugins when searching for importers - added crypttoken plugin for OpenHBCI key files - continued work on crypt token - added function GWEN_GetInstallPath() - added function GWEN_GetPluginPath() - stuff from crypt2 is now included into the main lib More... almost 19 years ago
Spelling fixes as suggested by Thomas Viehmann More... almost 19 years ago
releases More... almost 19 years ago
- added function GWEN_Time_DiffSeconds() - introduced sortMode param (GWEN_STRINGLIST_SORT_MODE) for stringlist sort function More... almost 19 years ago
2005-07-09 Christian Stimming <[email protected]> More... almost 19 years ago
added note to ChangeLog about SO_AGE More... almost 19 years ago
- added function GWEN_StringList_Sort() More... almost 19 years ago
Oops, fix iss setup file More... almost 19 years ago
Upgrade to Inno Setup 5 More... almost 19 years ago
- added configure-switch "--enable-gwenui" (defaults to yes) This is needed for OpenZaurus (will disable GWENUI there). More... almost 19 years ago
prepared release More... about 19 years ago
- args.c: Removed use of flag GWEN_PATH_FLAGS_CREATE_VAR More... about 19 years ago
- replaced "&>" by "2>" in configure.ac (should fix problems with BSD shell reported by Sam Lawrance) More... about 19 years ago
- fixed a bug in GWEN_Buffer_InsertRoom: Was not adjusting usedBytes field - fixed a bug in GWEN_Buffer_AllocRoom: Was not adding +1 for trailing NULL byte More... about 19 years ago