Projekt

Allgemein

Profil

Revision:

Revisionen

# Datum Autor Kommentar
ec40abda 02.12.2003 23:20 aquamaniac

- removed usage of libefence from test program

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

ce8ee768 01.12.2003 21:17 aquamaniac

- fixed some serious bugs in list code (this class seemed to be so simple,
but it is in fact quite complicated ;-)
- nearly completed IPC code:
- added session management
- keys are no longer stored inside context files
- added AnonymousOpen function...

a292b1b9 30.11.2003 19:38 aquamaniac

improved APIDOC for IPCXML

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

dcd96714 30.11.2003 19:14 aquamaniac

- fixed a bug in list
- IPC is now ready for deeper testing
- added some new test files

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

5b866adb 29.11.2003 20:21 aquamaniac

- XML module: added special handling for tags named "include": If such
a tag is encountered it will be replaced by the content of the file
pointed to by the tag's data

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

4660e549 29.11.2003 13:11 aquamaniac

added release mark

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

be9b4fdf 29.11.2003 12:59 aquamaniac

- fixed a bug in msgengine.c: Did not correctly iterate through multiple
groups when writing a group multiple times to a message (like in group
"result" in HBCI segment "SegResult": The group "result" may appear up
to 99 times, and for each appearance msgengine should use the next group,...

49d4eba4 28.11.2003 06:59 aquamaniac

- more work on IPC stuff

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

0ccf3b9f 26.11.2003 16:09 cstim

2003-11-26 Christian Stimming <>

  • src/crypt/ossl/cryptssl_des.c: Fix compatibility code to
    openssl-0.9.6i which had a different declaration of the type
    des_key_schedule. The respective change is mentioned in OpenSSL's...
95c8c928 26.11.2003 08:35 aquamaniac

- more work on IPC:
- added some basic IPC requests/responses (such as segment results)
- added a test which sends a getkey request and shows the reply
- fixed some bugs

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

c9d69e5c 25.11.2003 18:45 aquamaniac

added missing file

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

a29c41fe 25.11.2003 08:09 aquamaniac

worked on APIDOC

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

fd1fb6a5 25.11.2003 07:35 aquamaniac

- added a module with handlers for some often needed IPC requests

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

e3229da9 25.11.2003 01:03 aquamaniac

- fixed a bug in DB: Could not write longer binary values because of
the size of static buffers. I will have to think about storing binary
data anyway, because a 1024 bytes big binary is not easy to store within
a single line ;-)

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

c765d3ee 24.11.2003 23:27 aquamaniac

- removed unnecessary files, improved APIDOC

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

9e4f9784 24.11.2003 21:21 aquamaniac

- IPC: added some callbacks for applications to keep track of
connections
- replaced COPYING file with one that includes the LGPL instead of the GPL
- added license exception to satisfy Debian needs (the old OpenSSL problem)

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

d37b6e48 24.11.2003 08:51 cstim

Fix signed/unsigned warnings.

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

1ae39319 24.11.2003 07:15 aquamaniac

modified testdata

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

c343976e 24.11.2003 06:50 aquamaniac

minor fixes

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

79e23261 24.11.2003 06:13 aquamaniac

- added some testdata to continuously check IPC stuff ("test/testdata")

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

b63d7810 23.11.2003 23:27 aquamaniac

- added "src/os/directory_all.c" which contains some usefull functions (well,
ONE at this moment)
- improved APIDOC of some "classes"

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

5176e1ad 23.11.2003 19:28 aquamaniac

- added Doxyfile.in, started working on API documentation

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

cd2076d0 23.11.2003 06:31 aquamaniac

- IPC: added check for the correct key version when decrypting or verifying
a signature
- removed some of Christian's FIXMEs in README, since he got it all
perfectly right ;-)

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

786c2117 23.11.2003 05:54 aquamaniac

- more work on IPC. I think I now have found the best method ;-)

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

332969a6 22.11.2003 21:47 aquamaniac

removed some warnings

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

(3101-3125/3214) Pro Seite: 25, 50, 100

Auch abrufbar als: Atom