Projekt

Allgemein

Profil

Aktivität

von 19.11.2003 bis 18.12.2003

18.12.2003

17:06 Revision 5e4b541e (gwenhywfar): - improved XML parser: Added some functions for tree navigation and for
locating tags inside the XML tree (GWEN_XMLNode_FindFirstTag() etc)
git-svn-id: https://devel.aqbanking.de/svn/gwen...
aquamaniac
16:06 Revision 8cf170a7 (gwenhywfar): - improved XML parser: It can now read the XML files of Simthetic
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@138 70169cfe-8b10-0410-8925-dcb4b91034d8 aquamaniac
05:56 Revision 9c6d0ef7 (gwenhywfar): - added a function that creates keydata from a password by hashing it
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@137 70169cfe-8b10-0410-8925-dcb4b91034d8 aquamaniac
03:23 Revision d0a7d885 (gwenhywfar): - GWEN_CryptKey_{G,S}etKeyData: These are now only defined if the macro
"GWEN_EXTEND_CRYPTKEY" is defined. This prevents an application from
carelessly using these functions.
- added a co...
aquamaniac
02:50 Revision d8574a5c (gwenhywfar): - added MD algorithm: MD5
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@135 70169cfe-8b10-0410-8925-dcb4b91034d8 aquamaniac

17.12.2003

14:46 Revision a33c5009 (gwenhywfar): Make error message even more verbose.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@134 70169cfe-8b10-0410-8925-dcb4b91034d8 cstim
14:44 Revision 79bd9bae (gwenhywfar): Fix make dist target.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@133 70169cfe-8b10-0410-8925-dcb4b91034d8 cstim

15.12.2003

10:22 Revision 1ad56b1a (gwenhywfar): Add to default gwen path searchlist.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@132 70169cfe-8b10-0410-8925-dcb4b91034d8 cstim
09:48 Revision 11a70086 (gwenhywfar): If Gwenhywfar is not found by configure, exit with error.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@131 70169cfe-8b10-0410-8925-dcb4b91034d8 cstim
07:24 Revision 7917c278 (gwenhywfar): marked latest releases
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@130 70169cfe-8b10-0410-8925-dcb4b91034d8 aquamaniac
07:03 Revision bcc3c707 (gwenhywfar): fixed a bug in win32 target
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@129 70169cfe-8b10-0410-8925-dcb4b91034d8 aquamaniac
06:56 Revision 8955919a (gwenhywfar): fixed a bug in LibLoader
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@128 70169cfe-8b10-0410-8925-dcb4b91034d8 aquamaniac
05:58 Revision a5bb3a37 (gwenhywfar): minor changes
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@127 70169cfe-8b10-0410-8925-dcb4b91034d8 aquamaniac
02:39 Revision d2017f81 (gwenhywfar): - added string functions to base/buffer module
- improved library loader
- added code for DLL init
- Gwen now initializes itself upon loading
- added README.W32 for...
aquamaniac

11.12.2003

05:43 Revision 84394cc5 (gwenhywfar): first release for Win32
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@125 70169cfe-8b10-0410-8925-dcb4b91034d8 aquamaniac
01:58 Revision 3bfc7e77 (gwenhywfar): - started porting Gwen to Windoze
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@124 70169cfe-8b10-0410-8925-dcb4b91034d8 aquamaniac

10.12.2003

20:25 Revision ec9c10f6 (gwenhywfar): updated version info
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@123 70169cfe-8b10-0410-8925-dcb4b91034d8 aquamaniac
20:25 Revision 6a36b18a (gwenhywfar): - started porting Gwen to Windoze
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@122 70169cfe-8b10-0410-8925-dcb4b91034d8 aquamaniac

06.12.2003

11:41 Revision bc23b941 (gwenhywfar): prepared release
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@121 70169cfe-8b10-0410-8925-dcb4b91034d8 aquamaniac

04.12.2003

00:29 Revision 793860b4 (gwenhywfar): - removed IPC stuff from Gwenhywfar. You can find the IPC stuff in
the same CVS repository as Gwenhywfar. The module name is "gwenipc".
- finally fixed last typos regarding Gwen's name...
aquamaniac

02.12.2003

23:20 Revision ec40abda (gwenhywfar): - removed usage of libefence from test program
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@119 70169cfe-8b10-0410-8925-dcb4b91034d8 aquamaniac

01.12.2003

21:17 Revision ce8ee768 (gwenhywfar): - fixed some serious bugs in list code (this class seemed to be so simple,
but it is in fact quite complicated ;-)
- nearly completed IPC code:
- added session management
- keys are no lon...
aquamaniac

30.11.2003

19:38 Revision a292b1b9 (gwenhywfar): improved APIDOC for IPCXML
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@117 70169cfe-8b10-0410-8925-dcb4b91034d8 aquamaniac
19:14 Revision dcd96714 (gwenhywfar): - fixed a bug in list
- IPC is now ready for deeper testing
- added some new test files
git-svn-id: https://devel.aqbanking.de/svn/gwenhy...
aquamaniac

29.11.2003

20:21 Revision 5b866adb (gwenhywfar): - XML module: added special handling for tags named "include": If such
a tag is encountered it will be replaced by the content of the file
pointed to by the tag's data
git-svn-id: http...
aquamaniac
13:11 Revision 4660e549 (gwenhywfar): added release mark
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@114 70169cfe-8b10-0410-8925-dcb4b91034d8 aquamaniac
12:59 Revision be9b4fdf (gwenhywfar): - fixed a bug in msgengine.c: Did not correctly iterate through multiple
groups when writing a group multiple times to a message (like in group
"result" in HBCI segment "SegResult": The gr...
aquamaniac

28.11.2003

06:59 Revision 49d4eba4 (gwenhywfar): - more work on IPC stuff
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@112 70169cfe-8b10-0410-8925-dcb4b91034d8 aquamaniac

26.11.2003

16:09 Revision 0ccf3b9f (gwenhywfar): 2003-11-26 Christian Stimming <stimming@tuhh.de>
* src/crypt/ossl/cryptssl_des.c: Fix compatibility code to
openssl-0.9.6i which had a different declaration o...
cstim
08:35 Revision 95c8c928 (gwenhywfar): - more work on IPC:
- added some basic IPC requests/responses (such as segment results)
- added a test which sends a getkey request and...
aquamaniac

25.11.2003

18:45 Revision c9d69e5c (gwenhywfar): added missing file
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@109 70169cfe-8b10-0410-8925-dcb4b91034d8 aquamaniac
08:09 Revision a29c41fe (gwenhywfar): worked on APIDOC
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@108 70169cfe-8b10-0410-8925-dcb4b91034d8 aquamaniac
07:35 Revision fd1fb6a5 (gwenhywfar): - added a module with handlers for some often needed IPC requests
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@107 70169cfe-8b10-0410-8925-dcb4b91034d8 aquamaniac
01:03 Revision e3229da9 (gwenhywfar): - fixed a bug in DB: Could not write longer binary values because of
the size of static buffers. I will have to think about storing binary
data anyway, because a 1024 bytes big binary ...
aquamaniac

24.11.2003

23:27 Revision c765d3ee (gwenhywfar): - removed unnecessary files, improved APIDOC
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@105 70169cfe-8b10-0410-8925-dcb4b91034d8 aquamaniac
21:21 Revision 9e4f9784 (gwenhywfar): - IPC: added some callbacks for applications to keep track of
connections
- replaced COPYING file with one that includes the LGPL instead of the GPL
- added license exception to s...
aquamaniac
08:51 Revision d37b6e48 (gwenhywfar): Fix signed/unsigned warnings.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@103 70169cfe-8b10-0410-8925-dcb4b91034d8 cstim
07:15 Revision 1ae39319 (gwenhywfar): modified testdata
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@102 70169cfe-8b10-0410-8925-dcb4b91034d8 aquamaniac
06:50 Revision c343976e (gwenhywfar): minor fixes
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@101 70169cfe-8b10-0410-8925-dcb4b91034d8 aquamaniac
06:13 Revision 79e23261 (gwenhywfar): - added some testdata to continuously check IPC stuff ("test/testdata")
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@100 70169cfe-8b10-0410-8925-dcb4b91034d8 aquamaniac

23.11.2003

23:27 Revision b63d7810 (gwenhywfar): - added "src/os/directory_all.c" which contains some usefull functions (well,
ONE at this moment)
- improved APIDOC of some "classes"
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk...
aquamaniac
19:28 Revision 5176e1ad (gwenhywfar): - added Doxyfile.in, started working on API documentation
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@98 70169cfe-8b10-0410-8925-dcb4b91034d8 aquamaniac
06:31 Revision cd2076d0 (gwenhywfar): - IPC: added check for the correct key version when decrypting or verifying
a signature
- removed some of Christian's FIXMEs in README, since he got it all
perfectly right ;-)
git-svn-id: h...
aquamaniac
05:54 Revision 786c2117 (gwenhywfar): - more work on IPC. I think I now have found the best method ;-)
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@96 70169cfe-8b10-0410-8925-dcb4b91034d8 aquamaniac

22.11.2003

21:47 Revision 332969a6 (gwenhywfar): removed some warnings
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@95 70169cfe-8b10-0410-8925-dcb4b91034d8 aquamaniac
21:22 Revision c7d1b331 (gwenhywfar): added author tag to gwenspell.sh
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@94 70169cfe-8b10-0410-8925-dcb4b91034d8 aquamaniac
20:50 Revision aff73a4e (gwenhywfar): Fix compiler warnings about unused variables
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@93 70169cfe-8b10-0410-8925-dcb4b91034d8 cstim
20:19 Revision 1f8f1970 (gwenhywfar): - finally corrected spelling of Gwenhywfar ;-)
Thanks to Thomas Viehmann for providing a nice conversion script ;-)
git-svn-id: https://devel.aqbanking.de/svn/gwe...
aquamaniac
19:53 Revision f2db342a (gwenhywfar): - fixed a severe bug in "list"
- more work on IPC
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@91 70169cfe-8b10-0410-8925-dcb4b91034d8
aquamaniac
08:53 Revision 52bbb3da (gwenhywfar): - 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 cod...
aquamaniac

21.11.2003

12:06 Revision a31191f0 (gwenhywfar): 2003-11-21 Christian Stimming <stimming@tuhh.de>
* README: Add some explanation of this package. Martin's
proofreading still needed.
* configure.ac: ...
cstim
02:36 Revision d8cd3356 (gwenhywfar): release fixes
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@88 70169cfe-8b10-0410-8925-dcb4b91034d8 aquamaniac
02:30 Revision 1f867dd2 (gwenhywfar): prepared RELEASE
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@87 70169cfe-8b10-0410-8925-dcb4b91034d8 aquamaniac
02:21 Revision a98432e3 (gwenhywfar): added missing files
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@86 70169cfe-8b10-0410-8925-dcb4b91034d8 aquamaniac
02:13 Revision c7b52c58 (gwenhywfar): - fixed some compiler warnings
- more work on IPC
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@85 70169cfe-8b10-0410-8925-dcb4b91034d8
aquamaniac

19.11.2003

13:14 Revision c20f7dad (gwenhywfar): Add new file to EXTRA_DIST.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@84 70169cfe-8b10-0410-8925-dcb4b91034d8 cstim
13:13 Revision e3059868 (gwenhywfar): Add cvsignore.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@83 70169cfe-8b10-0410-8925-dcb4b91034d8 cstim
13:09 Revision 28e49e74 (gwenhywfar): Fix compiler warnings about signed/unsigned.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@82 70169cfe-8b10-0410-8925-dcb4b91034d8 cstim
13:08 Revision b70ccb9b (gwenhywfar): Remove auto-generated file from CVS
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@81 70169cfe-8b10-0410-8925-dcb4b91034d8 cstim
13:08 Revision 9601d646 (gwenhywfar): 2003-11-19 Christian Stimming <stimming@tuhh.de>
* configure.ac: Add compilation debug argument macro.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@8...
cstim
12:51 Revision 2137138d (gwenhywfar): Fix compiler warnings about signed/unsigned.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@79 70169cfe-8b10-0410-8925-dcb4b91034d8 cstim
 

Auch abrufbar als: Atom