- 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...
- 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...
- added environment variable "GWEN_SSL_DEBUG" - reworked parts of GWEN_NetConnectionHTTP, GWEN_NetConnection and GWEN_NetTransportSSL. This should work now with more banks.- added functions to retrieve CryptToken data from XML (needed by Libchipcard2)...
- fslock.c: added fallback mechanism for file systems which do not support the link() function. Use open() with O_EXCL flag on those systems instead. This should also work with FAT or other file systems which do not support link().
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@621 70169cfe-8b10-0410-8925-dcb4b91034d8
- implemented FSLock at least for POSIX the way "man 2 open" suggests. This should now also work on NFS shares.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@616 70169cfe-8b10-0410-8925-dcb4b91034d8