Projekt

Allgemein

Profil

Revision:

Revisionen

# Datum Autor Kommentar
13431591 31.07.2005 12:25 cstim

2005-07-31 Christian Stimming <>

  • gwenhywfar.spec.in: Move /etc/*.crt from -devel rpm to binary
    rpm. While missing, Pin/Tan connections were impossible.

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

6f1042a9 29.07.2005 19:06 aquamaniac

- no longer enter or leave waitcallbacks in netconnection.c (because we are
working with milliseconds here)

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

a82e3fbc 29.07.2005 04:17 aquamaniac

- redefined GWEN_WAITCALLBACK_PROGRESS_NONE as "-1". FIXME: Does this result
in 0xffffffffffffffff ??

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

684381cc 29.07.2005 04:03 aquamaniac

- GWEN_WAITCALLBACK:
- added text field to waitcallback
- added function/macro GWEN_WaitCallback_EnterWithText
- fixed GWEN_WaitCallback: If any previously activated callback returns
GWEN_WaitCallbackResult_Abort then all following callbacks will return...

3f3991d0 28.07.2005 13:42 cstim

2005-07-28 Christian Stimming <>

  • configure.ac: Fix AC_CHECK_LIB usage -- it must have a
    ACTION_IF_FOUND or otherwise the -lLIB command is added to LIBS
    automatically.

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

54b8e542 28.07.2005 11:40 cstim

Fix potentially uninitialized rv variable

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

32762214 28.07.2005 11:36 cstim

Add return value in unused functions to fix compiler warnings

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

5fa6eabc 27.07.2005 20:28 aquamaniac

fixed a typo

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

cae3bcff 27.07.2005 20:26 aquamaniac

- improved structure of new OHBCI keyfiles:
c3 xx xx 16 00 05 "OHBCI" VMAJOR VMINOR CRYPT
-> new tags:
GWEN_CRYPTTOKEN_OHBCI_TAG_MEDIUM 0xc3
GWEN_CRYPTTOKEN_OHBCI_TAG_CRYPT_INVALID 0xc1 (was old DES)
(GWEN_CRYPTTOKEN_OHBCI_TAG_CRYPT_DES) 0xc2...

bda3506c 27.07.2005 17:54 cstim

2005-07-27 Christian Stimming <>

  • plugins/crypttoken/ohbci/ohbci.c: Fix more signedness warnings:
    When using GWEN_CryptManager_GetPin, the password is returned in a
    'unsigned char*' buffer but has to be used in a 'char*' buffer...
680fbda7 27.07.2005 15:44 cstim

2005-07-27 Christian Stimming <>

  • gwenui/tablewidget.c, textwidget.c, widget.c: Fix gcc4 warnings
    about different pointer signedness by adapting char* and unsigned
    char* pointers to the actual function prototypes....
9e01c73d 27.07.2005 11:23 aquamaniac

- GWEN_MsgEngine: removed '"' from list of characters to escape

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

9f81c1fb 27.07.2005 11:19 aquamaniac

- GWEN_BufferedIO_ReadRawForced() now returns an error (not a warning) when
only partial data has been read
- GWEN_MsgEngine: removed '"' from list of default delimiters

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

79e10009 27.07.2005 04:02 aquamaniac

- GWEN_Error_GetSimpleCode() now reacts on warnings, too

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

0227f508 27.07.2005 03:49 aquamaniac

- bufferedio: Now uses severity "error" instead of "warn" in some places
- fixed a bug in error.c

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

65c25929 27.07.2005 03:26 aquamaniac

- changed behaviour of GWEN_Error_GetSimpleCode(): It now only returns
success only if the error code was "0" (thus disregarding severity)

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

151aefb7 27.07.2005 02:01 aquamaniac

- added gct-tool command "changepin"

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

88238140 26.07.2005 19:07 aquamaniac

minor changes

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

756ca96e 26.07.2005 18:57 aquamaniac

- function GWEN_PluginDescription_GetLongDescrByFormat() now tries to find
the localized version of the long description

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

36a8862f 26.07.2005 18:13 aquamaniac

- added function GWEN_CryptKey_SetKeySpec()
- added gct-tool command "readkey"
- added blowfish encryption/decryption when using OpenSSL

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

c042f99f 25.07.2005 21:01 cstim

Fix dist target and rpm building

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

5893b701 24.07.2005 22:12 cstim

Add cvsignores

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

35ce2dfd 23.07.2005 11:39 aquamaniac

- added tool "gct-tool" for administration of ctypt tokens

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

013e5e4e 23.07.2005 11:32 aquamaniac

- added function GWEN_TLV_create()
- added function GWEN_TLV_toBuffer()
- added function GWEN_TLV_DirectlyToBuffer()
- added function GWEN_PluginDescription_dup()
- added function GWEN_PluginManager_GetPluginDescr()
- csv-plugin: Now returns GWEN_DBIO_CheckFileResultUnknown instead of...

c3ce14d7 20.07.2005 09:46 cstim

Spelling fixes as suggested by Thomas Viehmann

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

(2426-2450/3208) Pro Seite: 25, 50, 100

Auch abrufbar als: Atom