Revision 52bbb3da
Von aquamaniac vor mehr als 21 Jahren hinzugefügt
src/ipc/ipc.h | ||
---|---|---|
#define GWEN_IPC_ERROR_UNKNOWN_MSG 12
|
||
#define GWEN_IPC_ERROR_INVALID 13
|
||
#define GWEN_IPC_ERROR_GENERIC 14
|
||
#define GWEN_IPC_ERROR_INQUEUE_EMPTY 15
|
||
#define GWEN_IPC_ERROR_SOME_FAILED 16
|
||
|
||
|
||
#ifdef __cplusplus
|
Auch abrufbar als: Unified diff
- fixed a bug in DB concerning loading of binary data
- added a warning to DB when an unknown type specifier is found (which
defaults to "char")
- fixed a bug in RSA code concerning loading of keys from a DB
- first successful test of client/server IPC ;-)
Now it basically works. I also fixed many bugs in the code which is not
used by programs, since it is under heavy development.
- reading keys from a file and writing then to a file now works
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@90 70169cfe-8b10-0410-8925-dcb4b91034d8