Projekt

Allgemein

Profil

Revision:

Revisionen

# Datum Autor Kommentar
c90643a1 01.03.2014 20:12 martin

CGui: Always allow the user to abort an input dialog (Elias Oltmanns)

This patch simply rearranges some code in GWEN_Gui_CGui__input()
mainly in order to move the handler for user initiated abortion
outside the buffer-not-full condition. Not a single line of new code...

f7117ea8 01.03.2014 20:12 martin

CGui: Add character conversion to the inputBox() routine (Elias Oltmanns)

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

8b4e9f31 01.03.2014 20:12 martin

Added patches/ folder to .gitignore.

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

418c91d2 01.03.2014 20:12 martin

Partially undid last commit.

We don't want to incompatibly change the API just yet.

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

f8379eeb 01.03.2014 20:12 martin

Apply character conversion during command line argument parsing (Elias Oltmanns)

In actual fact, character conversion will only be applied if
GWEN_Args_Check() is called after the gui has been properly
initialised. This means that the arguments parsed beforehand (e.g. in...

f12fd6e1 01.03.2014 20:12 martin

Gui: Adopt a more consistent approach to character conversion (Elias Oltmanns)

Ideally, all direct output to and input from the standard streams
should be handled consistently with regard to character conversion.
This patch manages to achieve this goal for all output through the...

2af75994 01.03.2014 20:12 martin

Make GWEN_StringList_Sort() compliant with the documented behaviour (Elias Oltmanns)

Contrary to the documentation in stringlist.h, GWEN_StringList_Sort()
used to sort in ascending order when the argument ascending was not
set, and vice versa. This bug has been (partially) masked by the fact,...

1d02a6dc 01.03.2014 20:11 martin

Fix various hiccups in stringlist handling (Elias Oltmanns)

- Do the right book keeping when inserting new entries or clearing the
list.
- Remove an erroneous assertion in GWEN_StringList_RemoveString().
- Make integer sorting functions actually fit for qsort()....

3ae1e631 01.03.2014 20:11 martin

Fix assertions in syncio_file.c (Elias Oltmanns)

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

80650527 01.03.2014 20:11 martin

Safe guard against invalid argument to GWEN_Date_GetThisMonthEnd() (Elias Oltmanns)

The compiler warns about the use of a possibly uninitialised variable.
Since this function is part of the public API, sane arguments can,
indeed, not be taken for granted and precautionary steps are in order....

2e865782 01.03.2014 20:11 martin

Fix several memory leaks (Elias Oltmanns)

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

8688ca1e 01.03.2014 20:11 martin

Make GWEN_Memory_realloc() robust in the case of shrinking (Elias Oltmanns)

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

09331a40 01.03.2014 20:10 martin

Fix memory handling when allocating fastbuffers.

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

3d3e7fa1 01.03.2014 19:51 martin

Remove an instance of a double free.

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

730579d0 26.01.2014 15:29 martin

Prepared release 4.10.0beta.

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

0019d1c6 26.01.2014 15:29 martin

Added functions GWEN_PathManager_InsertRelPath() and GWEN_PluginManager_InsertRelPath()

These functions insert relative paths for plugins. We need this for the
latest change in AqBanking to allow for separation of plugins per library.

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

7fc844c0 26.01.2014 15:28 martin

Added a clarifying remark.

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

70a20248 24.01.2014 20:17 mlenk

Reverting previous revision 2284

... preparing another approach.

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

4eb38a5a 19.01.2014 21:19 mlenk

Add function GWEN_Register_App_Plugin_Dir()

This function allows the calling application to register an explicit
directory that is scanned for plugins before all other (default)
locations when GWEN_Init() is called.

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

36abd6d9 12.01.2014 22:41 christian

Minor decrease of verbosity: Display the 'plugin has no i18n domain' text as notice, not as warning, to avoid distractions here

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

b17d1721 07.01.2014 22:38 martin

SSL: Disabled new cipher selection code for now, needs further testing.

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

d2454af9 29.12.2013 22:48 martin

Prepared 4.9.0beta.

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

18e6038d 30.11.2013 21:07 martin

TLS: Added flags to force unsafe ciphers.

Unfortunately it is necessary to offer only "SECURE128" ciphers to the
Netbank server, otherwise it chooses a safe cipher but fails when something
is actually sent via the connection.

This needs to be added to AqHBCI as well....

b53ae3a5 30.11.2013 18:42 martin

TLS: Improved cipher handling

The environment variable "GWEN_TLS_CIPHER_PRIORITIES" is now used as is.
Only if this var is not set a default handling is used.

This allows connecting to Netbank/Sparda servers.

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

95253240 27.11.2013 00:54 martin

TLS: Fixed another problem.

The string
"SECURE256:SECURE128:-ARCFOUR-128:-AES-128-CBC:-CAMELLIA-128-CBC:-3DES-CBC"
makes it impossible to connect to postbank.de. For whatever reason Postbank
tries to enforce ARCFOUR-128 when given the opportunity to use a 128 bit...

(1201-1225/3208) Pro Seite: 25, 50, 100

Auch abrufbar als: Atom