Projekt

Allgemein

Profil

Revision:

Revisionen

# Datum Autor Kommentar
3c13b232 04.04.2005 10:58 aquamaniac

- fixed a memory leak in typemaker generated code (spotted by Andreas Degert)

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

ad6e2a44 30.03.2005 14:09 cstim

Improve debug message

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

730275e4 29.03.2005 23:10 aquamaniac

- fixed a bug in WaitCallback (type mismatch)

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

efb2ccf5 29.03.2005 16:30 cstim

Further improvements for win32-setup generation

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

b4d773db 29.03.2005 15:33 cstim

2005-03-29 Christian Stimming <>

  • src/base/plugin.h: Add PluginManager_AddPathFromWinReg() which
    reads a path from the windows registry.

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

de3744dd 29.03.2005 11:32 cstim

2005-03-29 Christian Stimming <>

  • src/crypt/crypt.c: Add function GWEN_Random() which uses an
    internal RNG state. This was, the application's RNG state is left
    untouched.

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

07574b3d 29.03.2005 11:12 cstim

2005-03-29 Christian Stimming <>

  • configure.ac, src/crypt/padd.c, crypt.c: If random()/srandom()
    is not available, use rand()/srand(). Necessary for
    e.g. windows/mingw32.

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

acc5aaec 29.03.2005 04:20 aquamaniac

final prerelease fixes

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

5df797cd 29.03.2005 03:55 aquamaniac

final prerelease fixes

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

4d783311 28.03.2005 21:05 aquamaniac

prepared release

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

201be17f 28.03.2005 12:14 aquamaniac

fixed a newly introduced bug

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

80d3379e 26.03.2005 14:14 aquamaniac

more debugging

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

b03b8ab8 26.03.2005 07:39 aquamaniac

- added environment variable "GWEN_SSL_DEBUG"
- reworked parts of GWEN_NetConnectionHTTP, GWEN_NetConnection and
GWEN_NetTransportSSL. This should work now with more banks.
- added functions to retrieve CryptToken data from XML (needed by
Libchipcard2)...

6c7be755 25.03.2005 18:35 aquamaniac

- added message digest SHA1
- simplified GWEN_Buffer functions for inserting bytes
- added functions
- GWEN_Buffer_InsertRoom()
- GWEN_Buffer_FillLeftWithBytes()
- GWEN_MD_HashToBuffer()
- GWEN_Padd_PaddWithPkcs1Bt1()
- GWEN_Padd_UnpaddWithPkcs1Bt1()...

4c19ffd9 15.03.2005 21:36 aquamaniac

- GWEN_Netconnection_Walk() now returns a timeout rather than an error when
select() has been interrupted by a signal.

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

c7df94e8 14.03.2005 12:29 aquamaniac

- GWEN_NetTransportSSL_StartConnect() no returns
GWEN_NetTransportResultWantRead instead of GWEN_NetTransportResultOk when
the connect is in progress.
- same with GWEN_NetTransportSocket_StartConnect()
- GWEN_WaitCallback() now checks all currently entered callbacks...

fc46ea02 11.03.2005 21:07 cstim

Improve rule for quickly building from CVS

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

0c898b2a 10.03.2005 06:31 aquamaniac

fixed a bug in SSL detection macros

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

d5b76147 09.03.2005 12:34 aquamaniac

- added flags to GWEN_CRYPTKEY which will be used to influence the behaviour
of some functions (namely the sign function of RSA keys)
- introduced flag GWEN_CRYPT_FLAG_DISABLE_SMALLER_SIGNATURE which will disable
selecting the smaller signature when signing data (might help solve a...

1c310f49 08.03.2005 01:00 aquamaniac

- added flags to GWEN_CRYPTKEY which will be used to influence the behaviour
of some functions (namely the sign function of RSA keys)
- introduced flag GWEN_CRYPT_FLAG_DISABLE_SMALLER_SIGNATURE which will disable
selecting the smaller signature when signing data (might help solve a...

44fc216c 07.03.2005 11:35 cstim

2005-03-07 Christian Stimming <>

  • src/parser/xml.c (GWEN_XML__ReadWordBuf): Rearrange some checks
    to improve performance. I tried to improve some flags-checks by
    introducing extra variables, but that gave no improvements....
c66860f4 04.03.2005 23:06 aquamaniac

fixed some newly introduced bugs

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

5204e2e7 04.03.2005 21:25 aquamaniac

- started optimisations of my own:
- GWEN_Buffer:
- ReadChar() no longer calls PeekChar()
- _new(): Now allocate size+1 (less reallocs, in a test from over
700 to 4)
- GWEN_BufferedIO: same here
- GWEN_XML:
- ReadWordBuf now doesn't call CheckEOF, since the return value...

3c145e16 04.03.2005 17:51 aquamaniac

well, not completely

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

50441429 04.03.2005 17:51 aquamaniac

- took back my latest change (argh, we need to discuss those changes)

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

(2501-2525/3215) Pro Seite: 25, 50, 100

Auch abrufbar als: Atom