Commit Graph

605 Commits

Author SHA1 Message Date
dsandersoremutah
bf4e1236f9 Added support for more SQL statements.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@623 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-30 21:46:27 +00:00
dsandersoremutah
44b49ffdeb Added support for more SQL statements.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@622 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-30 21:46:17 +00:00
dsandersoremutah
fce94ee1f0 Initial revision
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@621 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-30 21:45:39 +00:00
dsandersoremutah
8c0b2ce402 Modified to include stdarg.h to get va_xxx functionality - on all platforms except for Netware ring 0.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@620 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-30 20:30:37 +00:00
dsandersoremutah
1001afe772 Added various SQL statements: create database, create table, create index. Did some code reshuffling.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@619 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-28 20:40:19 +00:00
dsandersoremutah
3b7f239230 Updates to *.changes files
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@618 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-28 17:45:25 +00:00
dsandersoremutah
9ffedb03ef srcdist needs to have a flaimtk.h overwritten with ftk.h
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@617 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-27 20:26:29 +00:00
dsandersoremutah
789b4d5806 srcdist needs to have a xflaimtk.h overwritten with ftk.h
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@616 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-27 20:26:04 +00:00
dsandersoremutah
c843dd7fb7 Some typedefs are no longer in F_FixedAlloc class.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@615 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-27 16:03:03 +00:00
dsandersoremutah
5f91337220 Moved some typedefs out of the private area of the F_FixedAlloc class. Some compilers can't deal with that.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@614 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-27 15:55:42 +00:00
dsandersoremutah
a0c9a38c30 Changed to use java2-devel-packages instead of java2.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@613 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-23 21:34:07 +00:00
dsandersoremutah
58d6cbdace Sync up with latest common toolkit changes.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@612 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-23 21:26:53 +00:00
dsandersoremutah
e60875e316 Latest changes logged.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@611 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-22 22:36:10 +00:00
dsandersoremutah
ad70dc1a3c Modified so that we don't copy the xxx.changes file to the spec directory.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@610 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-22 22:27:47 +00:00
dsandersoremutah
55368e5d43 Moved libflaim.changes and libxflaim.changes up one level - so that they won't affect the generated subversion number for our tarballs when we do them for flaim and xflaim.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@609 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-22 22:25:09 +00:00
dsandersoremutah
731a08d443 Modified to use toolkit f_logXXX functions for doing formatted logging.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@608 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-22 21:56:05 +00:00
dsandersoremutah
c4b4f2ac48 Changed to use new defines for colors in sprintf format string.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@607 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-22 21:28:20 +00:00
dsandersoremutah
b8c853ae20 Modified to use new F_Printf object to do f_sprintf and logging.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@606 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-22 21:27:38 +00:00
dsandersoremutah
02786f16e7 Got rid of printf formatter routines that are no longer used.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@605 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-22 21:20:25 +00:00
dsandersoremutah
8d69473eb6 Changed strings for embedding colors in printf() format strings. Added F_Printf class.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@604 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-22 21:19:53 +00:00
dsandersoremutah
846f0a5693 Changed version to 5.1
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@603 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-22 21:19:04 +00:00
dsandersoremutah
b7878b2e81 Changed version to 4.9
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@602 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-22 21:18:24 +00:00
ahodgkinson
f5e5aad86b Needed to pass --nodeps to rpmbuild when executing the rpms target.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@601 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-22 18:47:56 +00:00
ahodgkinson
5db5c6aa93 Changed java2-devel-packages to java2 in the BuildRequires section of the XFLAIM spec file.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@600 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-21 22:37:09 +00:00
dsandersoremutah
46ce15849b Changed back to java2-devel-packages in build requires in .spec.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@599 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-21 16:45:43 +00:00
dsandersoremutah
4bb3f3530a Latest changes.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@598 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-21 16:14:04 +00:00
ahodgkinson
a272911655 Added j2sdk to the BuildRequires tag.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@597 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-20 22:33:16 +00:00
ahodgkinson
2587e19e4e Fixed compile errors.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@596 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-20 22:04:21 +00:00
dsandersoremutah
1aea353f19 Needed to make sure that the bufferStream object did not get deconstructed before the B64Decoder object.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@595 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-20 19:35:47 +00:00
dsandersoremutah
720fd25e8c Added prototypes and functions to initialize the logger client and associated mutex.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@594 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-20 18:32:08 +00:00
dsandersoremutah
fb5945653d Modified to set the logger client in the toolkit.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@593 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-20 18:31:40 +00:00
dsandersoremutah
9b505a7a45 Should not have been calling f_endLogMessage.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@592 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-20 18:31:17 +00:00
dsandersoremutah
0a3fb74248 Base 64 decoder should have returned success instead of eof hit.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@591 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-20 18:30:51 +00:00
ahodgkinson
40a0813e9e Fixed OS X compile warnings.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@590 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-20 17:12:28 +00:00
ahodgkinson
4da76e02e8 Added call to fflush in f_printf().
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@589 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-20 15:36:32 +00:00
ahodgkinson
b15d0a0694 Added nlm.xdc.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@588 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-20 15:10:35 +00:00
ahodgkinson
44f3c67458 Fixed NetWare build issues.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@587 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-20 15:09:42 +00:00
ahodgkinson
b6a7ffc76d Needed to lock/unlock the random generator mutex when getting a random number via f_getRandomUINT32.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@586 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-20 15:09:28 +00:00
dsandersoremutah
15aee67ddf Fixed compiler warning on linux.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@585 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-19 21:03:16 +00:00
dsandersoremutah
86ad415772 Latest changes.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@584 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-19 15:06:01 +00:00
dsandersoremutah
c52f05f953 Changed FLMBYTE * to char *
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@583 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-16 16:27:08 +00:00
dsandersoremutah
f8a758f7f2 Changed _HPP to _H
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@582 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-16 16:26:55 +00:00
dsandersoremutah
c4ebf12e01 Modified to use f_new
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@581 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-16 16:26:42 +00:00
dsandersoremutah
d93aaf4943 Modified to use f_new
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@580 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-16 16:26:25 +00:00
dsandersoremutah
2d6addb969 Modified to use F_Pool and new FTX functions.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@579 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-16 16:26:08 +00:00
dsandersoremutah
9ec37fcd03 Changed inline to FINLINE
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@578 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-16 16:25:17 +00:00
dsandersoremutah
b9268e985e Added SynchronizeStart
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@577 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-16 16:12:04 +00:00
dsandersoremutah
cd3612fbf5 Made Ring 0 the default mode for compiling and building on Netware. Added "const" in one prototype.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@576 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-16 16:11:43 +00:00
ahodgkinson
2fabd31c06 Moved the super-file handle into FTK and fixed various memory leaks in the FLAIM/XFLAIM unit tests.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@575 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-15 17:05:55 +00:00
ahodgkinson
9f7ca8edd3 XFLAIM changes for building ring 0 NLMs.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@574 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-14 19:41:55 +00:00