Projekt

Allgemein

Profil

Revision:

Revisionen

# Datum Autor Kommentar
68c78597 03.11.2005 09:44 cstim

Remove auto-generated file from CVS

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

e60bcbf1 03.11.2005 05:25 aquamaniac

fixed some bugs in HTTP code

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

e43961fb 03.11.2005 01:20 aquamaniac

- started on Gwenhywfar2:
- src/ipc/*:
- removed netconnectionhttp*.{c,h}
- renamed all function GWEN_IPCxxx to GWEN_IpcXxx (according to coding
style of GWEN)
- removed src/net
This has now been replaced by src/net2.
- removed ui/...

e69a74fe 02.11.2005 10:45 cstim

Improve linker flags for win32 preparation

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

9683d828 02.11.2005 02:16 aquamaniac

- added nl_packets.{c,h}: This is a simple layer which enqueues incoming and
outgoing packets.

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

4e58f6c3 01.11.2005 17:30 cstim

Windows linker flags improvements

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

f6e4f806 01.11.2005 14:43 aquamaniac

- removed a fprintf() from netlayer.c

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

5dc67b27 01.11.2005 10:24 cstim

Comment out/remove unused variables

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

65f46a13 01.11.2005 02:51 aquamaniac

- added functions to GWEN_NetLayer:
- GWEN_NetLayer_RecvPacket()
- GWEN_NetLayer_SendPacket()
- GWEN_NetLayer_RecvPacketBio()
- GWEN_NetLayer_SendPacketBio() (this is now used for HTTP requests)
- fixed a bug in nl_http.c (error in handling of chunked transfers)...

fb7f6302 30.10.2005 22:35 aquamaniac

- added GWEN_NetLayerHbci:
This is to be used by AqHBCI. It determines the size of incoming messages
and also encodes/decodes them to/from BASE64 if requested.
This layer only handles the transport of HBCI messages, it neither parses
nor generates HBCI messages....

eec05132 29.10.2005 04:30 aquamaniac

- typemaker: added property "out" to "header" element (if value is "source"
then the corresponding include will be written to the created source file,
otherwise it will be written to the created header files).
Possible values: "header", "source"
- implemented GWEN_NetLayerSsl (will replace GWEN_NetTransportSSL)...

f90d201a 28.10.2005 01:54 aquamaniac

synced

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

83c54581 28.10.2005 01:45 aquamaniac

- started rewriting network code
- db.{h,c}:
- when writing a db with GWEN_DB_FLAGS_USE_COLON then insert a space
after the colon
- added functions:
- GWEN_DB_ReadFromString()
- GWEN_DB_WriteToBuffer()
- added flag GWEN_DB_FLAGS_DOSMODE
- modified GWEN_DB_FLAGS_HTTP:...

c3f1bed0 26.10.2005 17:11 cstim

Fix missing dllexport declarations

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

b812ea92 25.10.2005 17:37 aquamaniac

- worked on GWEN_HttpSession: Now requesting a document works (including
diversion and authorization)
- added description and example for GWEN_INHERIT code

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

d808605f 25.10.2005 12:11 cstim

2005-10-25 Christian Stimming <>

  • configure.ac, plugins/*/Makefile.am: Clean up linker arguments
    by specifying one libname in configure.ac and reusing this
    throughout the project.

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

22b1fa97 24.10.2005 11:06 cstim

2005-10-24 Christian Stimming <>

  • gwenpp/Makefile.am, plugins/dbio/olddb/Makefile.am,
    plugins/dbio/csv/Makefile.am,
    plugins/crypttoken/ohbci/Makefile.am: Fix broken win32 linker
    arguments in last LIBADD change.

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

d6e98fc4 22.10.2005 17:10 aquamaniac

prepared release

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

2e950a9a 13.10.2005 07:22 aquamaniac

- worked on typemaker:
- write_code_fromdbArg_c() no longer handles volatile elements
- now defining virtual functions is allowed. Typemaker declares the
type and getter/setter/exec functions (see src/ipc/request/request.xml)
- worked on IPC:
- undid the latest changes (do not export the internal GWEN_IPCREQUEST...

99c00c83 05.10.2005 11:34 cstim

Temporary comment out static declaration of __GetConnection to prevent annoying compiler warning, explained in the comment.

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

f85f5254 04.10.2005 19:17 aquamaniac

- worked on a timing problem in network code

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

c841632c 01.10.2005 16:21 cstim

Decrease verbosity after Martins successful bugfix (congrats)

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

23f3ab23 29.09.2005 05:21 aquamaniac

- fixed ohbci-crypttoken: Can now work even if the key length is smaller than
96 bytes: Uses the result of GWEN_CryptKey_GetChunkSize() instead of the
fixed size given in the CryptToken-Context.

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

c8ee4363 28.09.2005 23:23 aquamaniac

- probably fixed ohbci-crypttoken: When reading modulus and some other key
values expand them to 96 bytes if they are shorter

=======================================================================
WARNING: PLEASE MAKE BACKUPS OF YOUR KEYFILES BEFORE TRYING THIS !!!...
bda57b3d 28.09.2005 21:10 aquamaniac

- added function GWEN_IPCManager_GetClientForConnection()
- added some more debugging to cryptssl_rsa.c

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

(2351-2375/3208) Pro Seite: 25, 50, 100

Auch abrufbar als: Atom