Projekt

Allgemein

Profil

Revision:

Revisionen

# Datum Autor Kommentar
47e457ad 08.07.2014 14:32 martin

Added CMake package configuration files

May not work on Mac OSX or Windows because library extensision .so is
hard coded.

From: Christian Dávid <>

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2334 70169cfe-8b10-0410-8925-dcb4b91034d8

cacd9912 04.07.2014 14:33 martin

Export a function which I need in AqRadBase.

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2333 70169cfe-8b10-0410-8925-dcb4b91034d8

15be13b8 03.07.2014 13:40 martin

Fixed my latest changes.

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2332 70169cfe-8b10-0410-8925-dcb4b91034d8

49636128 03.07.2014 13:40 martin

Removed work-in-progress from normal compiling.

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2331 70169cfe-8b10-0410-8925-dcb4b91034d8

02e76078 03.07.2014 13:40 martin

Added built files to EXTRA_DIST.

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2330 70169cfe-8b10-0410-8925-dcb4b91034d8

9f63582d 03.07.2014 13:32 martin

Fix 3rsa test.

From: Elias Oltmanns <>

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2329 70169cfe-8b10-0410-8925-dcb4b91034d8

d96c3068 03.07.2014 13:32 martin

Only generate RSA keys whose modulus length in bits is a multiple of 8

According to the documentation of Libgcrypt, the length in bits
specified when generating key pairs should always be a multiple of 8.
Hence, the usage of GWEN_Crypt_KeyRsa_GeneratePair2() is deprecated....

19068cf1 03.07.2014 13:32 martin

Be careful about sign issues when cropping buffers.

From: Elias Oltmanns <>

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2327 70169cfe-8b10-0410-8925-dcb4b91034d8

6b32545b 03.07.2014 13:32 martin

Fix potential overrun in GWEN_Buffer_RemoveRoom()

Also reported and a similar patch provided by
G. Paul Ziemba <>.

From: Elias Oltmanns <>

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2326 70169cfe-8b10-0410-8925-dcb4b91034d8

2f804994 03.07.2014 13:32 martin

Rely on GWEN_Buffer_AllocRoom() to get things right

Checks for overflow and provision for an extra null character are
taken care of in one place and the caller should rely on that.

From: Elias Oltmanns <>

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2325 70169cfe-8b10-0410-8925-dcb4b91034d8

91cf95d1 03.07.2014 13:32 martin

Address some confusion about the terminating null character on buffer resize.

From: Elias Oltmanns <>

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2324 70169cfe-8b10-0410-8925-dcb4b91034d8

05547121 03.07.2014 13:32 martin

Fix enforcement of read-only attribute in operations on Gwen buffers.

From: Elias Oltmanns <>

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2323 70169cfe-8b10-0410-8925-dcb4b91034d8

7385b47c 03.07.2014 13:31 martin

Make sure that GWEN_Memory_malloc() never returns NULL.

From: Elias Oltmanns <>

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2322 70169cfe-8b10-0410-8925-dcb4b91034d8

1bea68b5 03.07.2014 13:28 martin

Typemaker2: Improved generating of APIDOC.

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2321 70169cfe-8b10-0410-8925-dcb4b91034d8

aa1f368b 03.07.2014 13:28 martin

Added functions GWEN_SyncIo_Helper_PartiallyReadFile() and GWEN_SyncIo_Helper_ReadFile()

Partially or completely reading a file is quite often needed, so we now have
functions for that in GWEN.

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2320 70169cfe-8b10-0410-8925-dcb4b91034d8

6bc20791 03.07.2014 13:27 martin

Fixed the description of GWEN_Text_NumToString() and GWEN_Text_StringToDouble()

Actually, we use the locale "C" for number conversion, so the komma is
represented as a decimal point ("."), not as a komma.

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2319 70169cfe-8b10-0410-8925-dcb4b91034d8

9de35428 03.07.2014 13:27 martin

Added functions GWEN_StringListEntry_SetData() and GWEN_StringList_FindStringEntry()

Actually, GWEN_StringListEntry_SetData() already was declared but not
implemented.

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2318 70169cfe-8b10-0410-8925-dcb4b91034d8

973adeb6 30.05.2014 21:27 martin

Typemaker2: Fixed a bug in virtual function creator.

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2317 70169cfe-8b10-0410-8925-dcb4b91034d8

c4cc67a6 21.05.2014 20:41 martin

Elias Oltmanns: Use the right key size when the modulus of RSA keys is not divisible by 8.

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2316 70169cfe-8b10-0410-8925-dcb4b91034d8

cd00ae59 24.04.2014 21:53 christian

Add first initial checking of the "destFolder" argument

The cmdline argument was added in r1684, but never read so far.
Even though it is now read for writing the .tm2 files, it
is not yet regarded for the actual .h/.c files.

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2315 70169cfe-8b10-0410-8925-dcb4b91034d8

b0e45a48 20.04.2014 00:41 martin

Added .gitignore for new parser folder.

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2314 70169cfe-8b10-0410-8925-dcb4b91034d8

ce19203f 20.04.2014 00:41 martin

Simplified code for new parser.

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2313 70169cfe-8b10-0410-8925-dcb4b91034d8

3ee5f9a7 20.04.2014 00:40 martin

Started working on a generic parser.

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2312 70169cfe-8b10-0410-8925-dcb4b91034d8

02cbe567 17.04.2014 23:16 martin

"des_" API is deprecated, changed to "DES_".

Thanks to Henning Brauer from BS Web Services GmbH.

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2311 70169cfe-8b10-0410-8925-dcb4b91034d8

87bca016 17.04.2014 23:15 martin

Prepared release 4.12.0beta.

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2310 70169cfe-8b10-0410-8925-dcb4b91034d8

(1176-1200/3215) Pro Seite: 25, 50, 100

Auch abrufbar als: Atom