Projekt

Allgemein

Profil

Aktivität

von 15.07.2023 bis 13.08.2023

11.08.2023

21:32 AqDatabase Revision a7a324e2 (aqdatabase): Fixed pkgconfig file.
admin
17:30 Gwenhywfar Revision 8a483d12 (gwenhywfar): fixed a typo.
admin
17:29 Gwenhywfar Revision bef4d655 (gwenhywfar): Modified toObject/fromObject functions for "double" type.
Those templates are only used in projects using AqDatabase. Those
projects will need the latest git version of AqData...
admin
17:15 AqDatabase Revision dda21c29 (aqdatabase): added AQDB_Object_SetFieldDouble() and AQDB_Object_GetFieldDouble().
admin

10.08.2023

22:23 AqBanking Revision 72829178 (aqbanking): adjusted Makefile.am to changes
primarily developed using gwbuild, but changes need to be followed by the
autotool based build system, too.
admin
12:26 Gwenhywfar Revision a906897a (gwenhywfar): gwbuild: added some "static"s.
admin
12:26 Gwenhywfar Revision a45e441c (gwenhywfar): gwbuild: no longer try to install symlinks for sharedlibs.
Those symlinks are needed when running freshly built binaries from within
the build folder without installing them. B...
admin
12:05 Gwenhywfar Revision 91b47225 (gwenhywfar): gwbuild: added comment for <alias> element inside <option>.
admin
12:04 Gwenhywfar Revision 3500c31c (gwenhywfar): gwbuild: simplify <dep> element
- <dep> can now use "prefix" as alternative to "id" to specify
the prefix for generated variables.
- if neither is g...
admin
01:55 Gwenhywfar Revision f768e34c (gwenhywfar): stringlist: added function GWEN_StringList_StringAsIntAt().
admin

09.08.2023

16:07 Gwenhywfar Revision 036546dc (gwenhywfar): mutex: fixed a memory leak.
admin
12:55 Gwenhywfar Revision 46844d88 (gwenhywfar): Added a personal Makefile target to build with testcode enabled.
admin
12:55 Gwenhywfar Revision ef9fc6a3 (gwenhywfar): implemented tests for GWEN_TIMESTAMP class. Improved usage output of gwentest.
Added a note about how to use GWEN's TestFramework. admin
12:54 Gwenhywfar Revision c036e09f (gwenhywfar): Added function GWEN_Timestamp_toTimeT().
admin

07.08.2023

13:25 AqBanking Revision 4411de5d (aqbanking): aqhbci: moved encrypt function for pintan into separate source file.
admin

05.08.2023

14:03 AqBanking Revision b3e68bb8 (aqbanking): aqhbci: move pintan_sign function into its own source file.
admin
12:54 AqBanking Revision c146bd11 (aqbanking): aqhbci: unified signature verification (pintan, rxh)
The cleanup of the msgcrypt code lead to more code sharing which in the long
run will very much improve maintainability.
admin
12:26 AqBanking Revision c739b1e4 (aqbanking): aqhbci: Simplify AH_Msg_VerifyPinTan() to reuse code
Re-use code we already use in AH_Msg_VerifyRxh() admin
12:17 AqBanking Revision 1ef35696 (aqbanking): aqhbci: Moved AH_Msg_VerifyPinTan() into separate source file.
admin
01:47 AqBanking Revision be6e73ac (aqbanking): aqebics: fixed a compiler warning.
admin
01:43 AqBanking Revision 42e1e877 (aqbanking): Fixed compiler warnings in dialogs.
admin
01:42 AqBanking Revision 1efba0bd (aqbanking): aqhbci: Started cleanup of AH_Msg_VerifyRxh.
This has become quite a huge function :-/ admin

04.08.2023

22:41 AqBanking Revision 0f631877 (aqbanking): aqhbci: compile msgcrypt_pintan on its own.
admin
21:58 AqBanking Revision 1628e8a6 (aqbanking): Increased crypto-related verbosity
If AQHBCI_LOGLEVEL is INFO or higher the message key is dumped to
GWEN's log handler:
- raw key
- padded key
- padded...
admin
21:54 AqBanking Revision 65cc2c90 (aqbanking): Increased build version.
admin
21:43 AqBanking Revision 5c383374 (aqbanking): Incremented build version.
admin
21:42 AqBanking Revision c8a89f21 (aqbanking): aqhbci: adapted automake files to latest changes.
admin
21:39 AqBanking Revision a757970e (aqbanking): aqhbci: more cleanup of spaghetti code
- moved RxH encrypt functions into its own source file
- compile msgcrypt_rxh_common.c, msgcrypt_rxh_encrypt.c and
...
admin

27.07.2023

23:50 Gwenhywfar Revision ff8af26b (gwenhywfar): Prepared release 5.10.2.
admin
23:48 Gwenhywfar Revision d1448ac4 (gwenhywfar): Fixed a typo which caused APOBANK to reject a HTTP request (thanks to Anselm!!!)
admin
23:48 Gwenhywfar Revision 2245bd66 (gwenhywfar): Remove duplicate hostname check
The hostname in the certificate is checked already a few lines above by calling
gnutls_x509_crt_check_hostname(). No ...
mlenk
23:47 Gwenhywfar Revision 0b5d1910 (gwenhywfar): Detect and report certificate signature failures
ipwizard
23:43 Gwenhywfar Revision 8540e1f2 (gwenhywfar): inherit: added macro GWEN_INHERIT_REF
admin

19.07.2023

12:30 Gwenhywfar Revision af89e6fa (gwenhywfar): msgio: log more info on error.
admin
12:29 Gwenhywfar Revision 4c959543 (gwenhywfar): os: add support for thread conditional variables
- implemented for POSIX and Windows systems (latter not tested, yet)
- add system-dependent header files to allow for...
admin

18.07.2023

20:17 AqDatabase Revision f452d14d (aqdatabase): increased version.
admin
20:16 AqDatabase Revision f67c0a43 (aqdatabase): iologged: moved conditional code into conditional block.
admin
20:16 AqDatabase Revision 6859998e (aqdatabase): 0BUILD: fixed build files to include missing files and removed non-existing one.
admin
10:33 Gwenhywfar Revision 29e5eb60 (gwenhywfar): msgio: added dbParsedInfo to GWEN_MSG
The endpoint code for a protocol needs to parse the data anyway (e.g.
the MQTT or the HTTP endpoint), so this parsed ...
admin
10:31 Gwenhywfar Revision 2833b873 (gwenhywfar): msgio: increased verbosity.
admin
10:31 Gwenhywfar Revision 7227abcc (gwenhywfar): msgio: fixed a memory leak.
admin
 

Auch abrufbar als: Atom