Projekt

Allgemein

Profil

Revision:

Revisionen

# Datum Autor Kommentar
f4aad09e 20.10.2003 15:57 cstim

2003-10-20 Christian Stimming <>

  • src/parser/msgengine.c: Improve some signed/unsigned compiler
    warnings.

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

ebc880f3 20.10.2003 14:51 aquamaniac

- MessageEngine: fixed a bug in value lookup code

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

056c2921 20.10.2003 00:30 aquamaniac

- fixed a problem in MessageEngine: It now uses the correct path when
looking up a predefined value (it finally works even with the special
HBCI jobs containing <MESSAGE> tags)
- XML: Added type "GWEN_XMLNODE_PATH". This type stores a XML node path. It...

17c55e7c 19.10.2003 20:36 aquamaniac

- added function to XML module which allows copying properties from one
node to another one
- this new function is now used by GWEN_MsgEngine__ListGroup when adding
a node to the list of used nodes

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

1f13d75f 19.10.2003 17:52 aquamaniac

- minor fixes

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

899873b2 18.10.2003 18:20 aquamaniac

- MsgEngine:
- fixed a bug concerning escaping
- MsgEngine now searches for the highest trustLevel

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

cf59a45f 18.10.2003 11:03 cstim

2003-10-18 Christian Stimming <>

  • Makefile.cvs: Add calling libtoolize. Removed more auto-generated
    files.

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

363a50a6 16.10.2003 09:52 cstim

Add cvsignores

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

eab0b83d 16.10.2003 04:26 aquamaniac

- minor fixes here and there

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

0a724728 15.10.2003 22:04 aquamaniac

more fixes...

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

16ea7d7e 15.10.2003 11:54 cstim

Remove auto-generated files from CVS

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

9b741c64 15.10.2003 11:54 cstim

Add cvsignore

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

aad0c3b1 15.10.2003 10:45 aquamaniac

- fixed a whole bunch of bugs
- MessageEngine is now able to list all GROUPS and ELEMents which belong to
a given message. This allows for tools that show the variables needed/set
by different messages (as needed by OpenHBCI).

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

0200e1e7 12.10.2003 23:18 aquamaniac

- fixed a whole bunch of bugs
- MessageEngine is now able to list all GROUPS and ELEMents which belong to
a given message. This allows for tools that show the variables needed/set
by different messages (as needed by OpenHBCI).

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

37530be6 08.10.2003 00:44 aquamaniac

- db module is now able to write a configuration (except binary data)
- fixed some bugs

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

4ecc0776 25.09.2003 06:29 aquamaniac

- many, many fixes, improved DB module etc
- added gwenhywfar-config and gwenhywfar.m4

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

8b945c16 24.09.2003 07:22 aquamaniac

fixed some bugs

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

3ca7a382 24.09.2003 05:00 aquamaniac

- completed simple IPC protocol. Now a client can connect to a server
using a simple greeting exchange. Later the exchange of public and
session keys will be implemented as well.
For now I will not use encryption, this will be implemented as soon as...

6aac6ac3 23.09.2003 02:45 aquamaniac

fixed a bug in msgengine.c

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

3a675eac 23.09.2003 02:34 aquamaniac

- more work on IPC: Receiving messages and parsing them using msgEngine
works ;-) I will have to concentrate on creating a test function for
opening a connection to test writing of messages.

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

be634ea6 22.09.2003 04:35 aquamaniac

- worked on MsgEngine, IPC-CmdLayer
- will start to combine both of them tomorrow

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

23d154a3 21.09.2003 04:18 aquamaniac

- started debugging several modules (mostly IPC and msgEngine)

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

a5556c81 19.09.2003 23:58 aquamaniac

- added cmdlayer to impl/ipc

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

a6a51292 19.09.2003 00:41 aquamaniac

finished for today

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

b4c9d651 18.09.2003 18:29 aquamaniac

- added servicelayer to ipc
- added impl folder for implementations (starting with IPC)

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

(3176-3200/3214) Pro Seite: 25, 50, 100

Auch abrufbar als: Atom