Projekt

Allgemein

Profil

Revision:

Revisionen

# Datum Autor Kommentar
f1b0224d 03.10.2008 23:09 martin

Added argument "guiid" to all ConfigMgr functions.

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

93545bc2 03.10.2008 17:18 martin

Fixed a few bugs in new ConfigMgr code.
- added GWEN_DB_FLAGS_ALLOW_EMPTY_STREAM
- GWEN_Directory functions now return correct error values instead of "1"

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

20602e1a 27.09.2008 16:50 martin

Added ConfigManager plugins to static plugin framework.

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

974ea337 27.09.2008 16:50 martin

Started working on ConfigManager plugins.
- added ./configure option "--with-plugins-cfgmgr"
- added ConfigManager plugin "dir" (uses a folder to store data)

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

956fa60e 27.09.2008 16:50 martin

Fixed APIDOC of GWEN_ConfigMgr_Factory().

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

70b3f36b 27.09.2008 16:50 martin

Added list definitions and _Attach() function to module GWEN_FSLOCK
- added GWEN_LIST definitions
- added GWEN_LIST2 definitions
- added function GWEN_FSLock_Attach()
- added function GWEN_FSLock_GetName()

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

385ba47a 27.09.2008 16:50 martin

Added convenience functions to module GWEN_DIRECTORY:
- GWEN_Directory_GetAllEntries()
- GWEN_Directory_GetAllEntriesWithType()
- GWEN_Directory_GetFileEntries()
- GWEN_Directory_GetDirEntries()

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

892bf46c 01.09.2008 22:31 christian

Fix missing comma.

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

eb176f58 28.08.2008 00:58 martin

Improved error message when a non-matching version of libgcrypt was found.
Patch provided by M'Micha Lenk.

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

f684bd0b 16.08.2008 14:09 martin

Fixed release version.

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

d51622a8 16.08.2008 14:07 martin

Prepared release 3.4.1, started using git-log for ChangeLog generation.

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

ea229a65 14.08.2008 18:15 martin

Fixed CryptToken OHBCI, added command to gct-tool.
- plugin OHBCI now always adds the flags HASKEYNUMBER and HASKEYVERSION
- added command "setkey" to gct-tool; this allows for settings some
parameters of a key (for now: signature counter, key version, key...

c6efe4af 12.08.2008 14:35 martin

- fixed a problem when reading packets (like with HTTP)

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

0a085dc8 11.08.2008 14:49 martin

Prepared release 3.4.0.

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

3245070c 11.08.2008 14:31 martin

Started working on a configuration manager (soon to be used by AqBanking).
The abstract declaration has been completed, first implementations will
follow soon.

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

b70101ca 11.08.2008 14:31 martin

- fixed a problem in SSL connections (should also fix David's problem)
- relaxed check for SSL connections (ignore error on disconnect because
some servers already have the connection closed at the time the test
tool tries to)

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

97f66b2b 11.08.2008 09:38 martin

- protect against too-many-known-ca problem

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

3b1f3806 11.08.2008 09:38 martin

- added function GWEN_Directory_GetPrefixDirectory()
- use that function in GWEN_PathManager_AddRelPath()

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

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

(2026-2050/3208) Pro Seite: 25, 50, 100

Auch abrufbar als: Atom