- ipc/ipc: fixed a bug (did not take node id into account when assigning a response to a request)
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@392 70169cfe-8b10-0410-8925-dcb4b91034d8
- base/idlist.c: fixed another stupid bug
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@391 70169cfe-8b10-0410-8925-dcb4b91034d8
minor fixes
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@390 70169cfe-8b10-0410-8925-dcb4b91034d8
even more work on SSL ;-)
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@389 70169cfe-8b10-0410-8925-dcb4b91034d8
more fixes on SSL code
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@388 70169cfe-8b10-0410-8925-dcb4b91034d8
added function which checks whether an SSL connection is secure
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@387 70169cfe-8b10-0410-8925-dcb4b91034d8
- os/gwentime: added function to retrieve the time in milliseconds- base/idlist: fixed two severe bugs- crypt/ossl/nettransportssl: added functions to retrieve the peer certificate
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@386 70169cfe-8b10-0410-8925-dcb4b91034d8
- crypt/ossl/cryptssl_rsa: fixed a severe bug which caused signing to fail
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@385 70169cfe-8b10-0410-8925-dcb4b91034d8
- parser/text: GWEN_Text_FromHexBuffer now ignores blanks- parser/msgengine: added property "storedAs" which indicates the storage type when reading bin-values from within the data of a tag
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@384 70169cfe-8b10-0410-8925-dcb4b91034d8
- parser/msgengine.c: - added ELEM property "size" which indicates that an element should have a fixed size (as needed for Libchipcard) - added ELEM property "filler" which is used to fill an fixed-size element with a given byte- parser/text: added functions for BCD reading and writing...
changed tag back to cvs
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@382 70169cfe-8b10-0410-8925-dcb4b91034d8
- Gwen now compiles on Solaris (tested with R220)- fixed some M4 macros (e.g. "find" on Solaris is not as powerfull as it is on Linux)
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@380 70169cfe-8b10-0410-8925-dcb4b91034d8
- fixed a bug in NetTransportSSL
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@379 70169cfe-8b10-0410-8925-dcb4b91034d8
- fixed a bug in MsgEngine (strchr doens't like if the character searched for is \0, which is a valid character when reading binary data such as bytes, words, dwords etc which are used by Libchipcard2)
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@378 70169cfe-8b10-0410-8925-dcb4b91034d8
- parser/msgengine.c: fixed a bug which occurred if "maxnum" was zero in XML files
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@377 70169cfe-8b10-0410-8925-dcb4b91034d8
- parser/text: added function GWEN_Text_FromHexBuffer
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@376 70169cfe-8b10-0410-8925-dcb4b91034d8
- base/logger.c: fixed a severe bug (trapped into endless loop when log level was "debug")
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@375 70169cfe-8b10-0410-8925-dcb4b91034d8
- parser/xml: added a usage counter and some functions around it to be used by an application (not used internally, but they allow marking and detection of unused nodes)
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@374 70169cfe-8b10-0410-8925-dcb4b91034d8
- parser/msgengine: switched inherit code to new gwenhywfar/inherit type- parser/text: added function GWEN_Text_ToHexBuffer
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@373 70169cfe-8b10-0410-8925-dcb4b91034d8
- parser/text: added functions to log a string- base/logger: improved logging, fixed some bugs- ipc/ipc: more fixes- removed some debug messages
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@372 70169cfe-8b10-0410-8925-dcb4b91034d8
- base/logger.c: fixed a buffer overflow bug- ipc/ipc.c: more fixes and minor modifications
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@371 70169cfe-8b10-0410-8925-dcb4b91034d8
fixed some more bugs in IPC code
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@370 70169cfe-8b10-0410-8925-dcb4b91034d8
- ipc/ipc.{c,h}: fixed some bugs
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@369 70169cfe-8b10-0410-8925-dcb4b91034d8
added TODO file (was always there but not in CVS)
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@368 70169cfe-8b10-0410-8925-dcb4b91034d8
- ipc/ipc.{c,h}: - added functions GWEN_IPCManager_SetUpFn and GWEN_IPCManager_SetDownFn to allow keeping track of connection states - added function GWEN_IPCManager_Disconnect to actively disconnect a given client/server
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@367 70169cfe-8b10-0410-8925-dcb4b91034d8
Auch abrufbar als: Atom