Projekt

Allgemein

Profil

Revision:

Revisionen

# Datum Autor Kommentar
279838bf 29.07.2008 16:30 martin

- removed Carbon stuff

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

ba806569 29.07.2008 16:10 martin

- added module GWEN_SEMAPHORE (as needed by one of my projects)
The MacOSX part needs some checking (what library needs to be linked in
to get MP* functions?)

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

3bc37c7a 28.07.2008 23:35 martin

- improved documentation in src/gui/cgui.h

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

d6772a78 28.07.2008 13:09 martin

- removed unneeded entry in gwenhywfar.pc.in

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

6cc7206e 23.07.2008 00:30 martin

- include config.h in test executables as well
- some build system fixes
- replace -omit-version by -avoid-version for plugins

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

891edeef 22.07.2008 15:26 martin

- added options for libgcrypt/gnutls on WIN32 platforms to Makefile.cvs
- added mutex*.* files for WIN32 platforms to Makefile.am

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

dd183467 15.07.2008 19:07 martin

- added missing functions

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

0085186a 15.07.2008 19:05 martin

- added modules GWEN_MUTEX and GWEN_MEMCACHE

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

4d6ef4f8 11.07.2008 17:58 martin

- added function GWEN_MsgEngine_FindNodeByPropertyStrictProto() which
requires strict protocol matching when searching for a node. This function
is needed to make sure that only the node for the current protocol is
returned.

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

a13be6fa 11.07.2008 17:58 martin

- prepared release

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

ae64b6ee 11.07.2008 17:57 martin

- prepared release

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

55f2413a 03.07.2008 15:24 martin

- added check for default hard limit of GWEN_BUFFERs

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

9bacb0f2 24.06.2008 01:24 martin

- src/gui/cgui.*: added missing functions
- src/gui/gui.c: implemented declared but missing function GWEN_Gui_GetGui()

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

d3a721d0 12.06.2008 11:49 christian

Add cast in debug message to avoid warnings about %d format specifier not matching a 64-bit size_t.

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

25774ff5 11.06.2008 22:35 martin

- prepared release

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

1383942e 11.06.2008 11:09 martin

- always ask for the pin if the CONFIRM flag is set

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

0ad33c1f 10.06.2008 17:25 martin

- added function GWEN_CryptKeyRsa_GetSecretExponent()
- removed unneeded code from src/crypt3/padd.c
- added gct-tool command "changepin"

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

3ea70386 09.06.2008 15:54 martin

- prepared release

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

a053052a 09.06.2008 15:39 martin

- fixed a bug in CSV exporter (note: GWEN_FASTBUFFER_WRITEBYTES only writes
as many bytes as possible, use GWEN_FASTBUFFER_WRITEFORCED if you want
all bytes to be written)

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

8d10e610 08.06.2008 00:40 martin

- added check for EBICS plugin (used when statically linking plugins)
- added init call for EBICS plugin if requested
- ignore check for nscanned when reading an MPI from a binary format (these
checks aren't performed by other libs and in fact with older versions of...

06f7559e 07.06.2008 00:43 martin

- disabled TLS logging

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

9e3c88ac 07.06.2008 00:43 martin

-prepared release 3.3.3

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

4dcca1a0 06.06.2008 15:18 martin

- decreased severity of message which asks the user to insert a card

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

8c845f38 06.06.2008 14:42 martin

- changed the way the crypttoken password name is generated.
It now creates the same names as AqHBCI.

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

3e712217 30.05.2008 19:05 martin

- fixed a bug in io_http.c (was waiting until timeout with a special
EBICS server)

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

(2051-2075/3215) Pro Seite: 25, 50, 100

Auch abrufbar als: Atom