Projekt

Allgemein

Profil

Revision:

Revisionen

# Datum Autor Kommentar
c3033e03 04.08.2005 07:28 aquamaniac

fixed some bugs

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

330241b8 04.08.2005 06:56 aquamaniac

added missing files

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

5f2dac1b 04.08.2005 06:55 aquamaniac

- more work on crypttoken
- added crypttoken flag GWEN_CRYPTTOKEN_FLAGS_FORCE_PIN_ENTRY
- added getpin flag GWEN_CRYPTTOKEN_GETPIN_FLAGS_ALLOW_DEFAULT

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

9e9776e6 02.08.2005 16:37 cstim

Update gettext input files. Update German translation.

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

698dc718 02.08.2005 16:16 cstim

Update German translation

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

2c4ea4da 02.08.2005 09:54 aquamaniac

- added virtual function GWEN_CryptToken_GetTokenIdData()
- fixed some bugs in OpenHBCI keyfile code

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

53d58c5d 01.08.2005 20:41 aquamaniac

- added function GWEN_KeySpec_toDb()
- added function GWEN_KeySpec_fromDb()
- fixed a bug in PluginDescr loading code
- fixed a bug in GWEN_Buffer_dup()
- added GWEN_CryptManager_CheckToken()
- added the command "checktoken" to gct-tool (checks whether a given token...

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

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

Auch abrufbar als: Atom