Added argument "guiid" to all ConfigMgr functions.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1481 70169cfe-8b10-0410-8925-dcb4b91034d8
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
Added ConfigManager plugins to static plugin framework.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1479 70169cfe-8b10-0410-8925-dcb4b91034d8
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
Fixed APIDOC of GWEN_ConfigMgr_Factory().
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1477 70169cfe-8b10-0410-8925-dcb4b91034d8
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
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
Fix missing comma.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1474 70169cfe-8b10-0410-8925-dcb4b91034d8
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
Fixed release version.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1472 70169cfe-8b10-0410-8925-dcb4b91034d8
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
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...
- 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
Prepared release 3.4.0.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1468 70169cfe-8b10-0410-8925-dcb4b91034d8
Started working on a configuration manager (soon to be used by AqBanking).The abstract declaration has been completed, first implementations willfollow soon.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1467 70169cfe-8b10-0410-8925-dcb4b91034d8
- 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
- protect against too-many-known-ca problem
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1465 70169cfe-8b10-0410-8925-dcb4b91034d8
- 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
- removed Carbon stuff
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1463 70169cfe-8b10-0410-8925-dcb4b91034d8
- 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
- improved documentation in src/gui/cgui.h
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1461 70169cfe-8b10-0410-8925-dcb4b91034d8
- removed unneeded entry in gwenhywfar.pc.in
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1460 70169cfe-8b10-0410-8925-dcb4b91034d8
- 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
- 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
- added missing functions
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1457 70169cfe-8b10-0410-8925-dcb4b91034d8
Auch abrufbar als: Atom