Projekt

Allgemein

Profil

Revision:

Revisionen

# Datum Autor Kommentar
69c1f2a3 07.02.2006 10:18 cstim

Add cvsignore. Improve makefile - make check will call ./testlib

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

f33ca014 07.02.2006 08:08 aquamaniac

released

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

454b687a 06.02.2006 18:51 aquamaniac

- added a test executable (for now only checks base64 code)

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

02548f41 06.02.2006 14:35 cstim

2006-02-06 Christian Stimming <>

  • src/os/{posix,windows}/fslock.c: Free strdup'd string to fix a
    memory leak.

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

aa4c169a 06.02.2006 13:41 cstim

Remove my old, now unused, rule which was broken for some time anyway

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

f5054c92 04.02.2006 02:47 aquamaniac

- fixed a bug in GWEN_InetSocket_Accept_Wait (was waiting for writeability,
should rahter wait for readability)
- fixed another bug in GWEN_InetSocket_Accept_Wait(): Was closing socket
even wif the error simply was a timeout
- now saves new auth keys...

83a6b1d0 03.02.2006 18:41 aquamaniac

- OpenHBCI CryptToken:
- now supports keylength of up to 2048 bits
- now accepts key ids up to 6 (including the new auth keys)
- CryptToken: Context functions now return non-const pointers, because
otherweise we would also have to copy all that stuff even for objects...

336521d8 01.02.2006 09:38 cstim

Add workaround for libssl on Mac OS

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

a094b6e8 31.01.2006 11:47 aquamaniac

released

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

417b1f81 31.01.2006 11:39 cstim

2006-01-31 Christian Stimming <>

  • src/types.h.in: Fix bad include order between gwenhywfarapi.h
    and this file.

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

a8b4a2d7 30.01.2006 23:41 aquamaniac

- OpenHBCI CryptToken now signals a bad pin to the CryptManager (UI, which
is implemented e.g. in AqBanking). Now when entering a bad pin in a
AqBanking environment leads to the expected behaviour.

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

6221b718 27.01.2006 10:06 aquamaniac

jajajaja

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

856bb7ca 25.01.2006 19:12 aquamaniac

- fixed a bug in GWEN_Url_toString (was not writing an unchanged string)

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

2e2e6fac 25.01.2006 13:46 aquamaniac

- fixed a bug in GWEN_Url_toString (was not writing an unchanged string)

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

32c90ad3 25.01.2006 13:42 aquamaniac

- fixed a bug in GWEN_Url_toString (was not writing an unchanged string)

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

25b616fb 23.01.2006 18:01 aquamaniac

fixed a bug in HTTP code

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

a066e6df 23.01.2006 06:11 aquamaniac

- work on CryptToken-API:
- added virtual function GWEN_CryptManager_SetPinStatus()
This function is now used by some crypttokens (mainly chipcards) and
intercepted by AqBanking's CryptManager. This is another step in making
working with crypttokens safer....

51c1f035 19.01.2006 15:54 cstim

2006-01-19 Christian Stimming <>

  • src/gwenhywfarapi.h: Add #define GWENHYWFARAPI_H to avoid
    errorneous circular inclusion from types.h; remove '#' lines with
    comments but no preprocessor directives, might choke some compiler
    some day....
ebd00336 18.01.2006 16:34 aquamaniac

release

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

83888521 14.01.2006 11:46 aquamaniac

- bump up GCC version needed for visibility (use version 4, don't know which
version started to support it, but I'm sure 4.0 does)

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

775760a4 13.01.2006 13:30 aquamaniac

- GWEN_WaitCallback_Enter_u() now immediately calls the checkAbort function.
This allows instantiated callbacks to check whether a widget is to be
shown immediately.

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

640c3288 12.01.2006 00:19 aquamaniac

- fixed a bug in gct-tool
- added yet another missing GWENHYWFAR_API in requestmgr.h

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

2b1f7be5 04.01.2006 00:13 aquamaniac

- added missing GWENHYWFAR_API in requestmgr.h

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

22e30804 30.12.2005 08:23 aquamaniac

- worked on typemaker:
- fixed some bugs (e.g. missing DOMAIN before List_dup-functions)
- added "c-headers", "pre-headers" and "post-headers"
- added some struct-properties
- constructor-name
- constructor-access
- fromdb-access
- dup-access...

6f59db09 23.12.2005 11:43 cstim

Ifdef static variable to avoid unused variable warning

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

(2276-2300/3215) Pro Seite: 25, 50, 100

Auch abrufbar als: Atom