Projekt

Allgemein

Profil

Revision:

Revisionen

# Datum Autor Kommentar
a5b3aae7 16.03.2006 16:59 aquamaniac

fixed a typo

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

5bd23abe 16.03.2006 16:58 aquamaniac

- fixed a bug in IPC request manager

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

db46a166 15.03.2006 16:47 aquamaniac

- fixed a bug in keyspec.c: Was not initialising list structures

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

1037642e 15.03.2006 12:22 aquamaniac

- reverted source-incompatible change in xml.h

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

6022c333 15.03.2006 11:03 aquamaniac

- clarified documentation of list1.h

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

99cb671b 15.03.2006 10:46 cstim

Improve documentation

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

3aeee181 15.03.2006 02:08 aquamaniac

- replaced old GWEN_LIST stuff by new code: These new lists are a drop-in
replacement for the old lists (source-compatible) and are double-linked.
In addition to storing the first element these lists now also store a
pointer to the last element. This makes browsing of the list when adding...

245abeb1 04.03.2006 01:30 aquamaniac

minor changes (I guess?)

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

914d6d75 03.03.2006 12:54 cstim

2006-03-03 Christian Stimming <>

  • src/io/bufferedio.h: Make some simple accessor functions const
    because they don't modify the object.
    Also, improve documentation quite a bit.

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

09e8fe8b 02.03.2006 15:07 aquamaniac

- fixed a bug in waitcallback code

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

4dc611fe 27.02.2006 21:49 aquamaniac

prepared release of 2.0.0

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

9160558b 24.02.2006 03:27 aquamaniac

- mklistdoc now recognizes const list macros as well

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

a26d3315 17.02.2006 12:00 cstim

2006-02-17 Christian Stimming <>

  • configure.ac: Use AC_CONFIG_HEADERS, not HEADER, in according to
    autoconf docs.

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

053104ea 16.02.2006 14:56 cstim

Let test2 run for smaller number of tests so that 'make check' doesnt take longer than a few seconds.

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

93bbd557 15.02.2006 03:05 aquamaniac

- added functions GWEN_CryptToken_GetMatchingContexts() and
GWEN_CryptToken_FindContextInList(). This very much simplifies working with
crypt tokens.
- adapted "ohbci" crypt token context description to the latest changes

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

e7af7a25 14.02.2006 03:10 aquamaniac

- removed debug messages in ct_file.c

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

6bbb87f8 10.02.2006 11:57 cstim

2006-02-10 Christian Stimming <>

  • src/base/buffer.h, list.h: Improved documentation.

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

52ba1d9b 10.02.2006 04:17 aquamaniac

- added function GWEN_NetLayer_WaitForStatus()
- fixed two bugs in PKCS1 padding
- finally fixed the spurious signature bug which sometimes caused HBCI
signatures to be invalid

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

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...

(2251-2275/3208) Pro Seite: 25, 50, 100

Auch abrufbar als: Atom