Projekt

Allgemein

Profil

Revision:

Revisionen

# Datum Autor Kommentar
2659eb23 24.03.2006 17:10 cstim

Add scripts for building on Sourceforge compile farm.

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

757b71cb 24.03.2006 16:49 cstim

2006-03-24 Christian Stimming <>

  • src/os/posix/fslock.c: Cast the result of getpid() to
    int. Necessary for sparc-solaris.

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

25b71025 24.03.2006 15:43 cstim

2006-03-24 Christian Stimming <>

  • src/base/memory.c, plugins/dbio/olddb/olddb.c: Fix format args
    for amd64 platform.

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

86458dd4 22.03.2006 02:06 aquamaniac

- nl_hbci.c: Also print code and text when logging error response

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

acb83434 21.03.2006 04:29 aquamaniac

released

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

626c4d9b 20.03.2006 22:35 aquamaniac

fixed last commit

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

35381389 20.03.2006 21:31 aquamaniac

- added flags to NetLayer_Log which allow to choose what data to log
(incoming and/or outgoing data)

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

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

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

Auch abrufbar als: Atom