dimitr
4fcf82f147
Rehabilitation day. Yet another bugfix for my old mistakes. Arrrgh!!!
2003-04-28 16:44:38 +00:00
skidder
228ee3e98f
Make database stats Service work for Posix CS builds
2003-04-13 19:52:38 +00:00
aafemt
19bb54f2a8
STATUS -> ISC_STATUS
2003-04-10 06:49:16 +00:00
alexpeshkoff
86e6b77b50
1. Fixed potential buffer overflow in gds__prefix* family of functions.
...
2. Changed second parameter declaration to be const.
2003-04-06 11:40:29 +00:00
brodsom
82baa67399
- Ifdef unused or conditioned code
...
- Remove intermediate macro
2003-04-03 10:09:59 +00:00
brodsom
5dd9c54ae1
- Avoid some not defined/not used warnings.
2003-04-02 14:31:37 +00:00
arnobrinkman
2f62030d2f
bugfix: A good bugfix with the database statistics problem which also exists in FB1.0. Thanks to Claudio Valderrama which pointed to problems in the previous commited fix.
2003-03-30 16:55:59 +00:00
dimitr
c18c6f17bd
Allowed Services API for win32 CS (gbak/gfix only). gstat/gsec are not supported yet.
2003-03-29 15:49:38 +00:00
arnobrinkman
530bf9060b
bugfix on service API, reported by Martijn Tonies in fb-devel.
...
This bug exists already since FB1.0.
Due bad validate-checking on returned value this even causes a server-crash !!!!
2003-03-20 22:43:40 +00:00
skidder
5813d31b89
Enable Services API on all platforms
2003-03-09 21:13:24 +00:00
skidder
4489b3013d
Enable Services API on all platforms
2003-03-09 21:08:33 +00:00
brodsom
4ae3719544
Remove gcc warning partially bracketed initializer.
2003-03-02 01:03:34 +00:00
alexpeshkoff
a12435f701
Fixed macro redefinition warnings - changed order of include files
2003-03-01 16:10:43 +00:00
brodsom
01681a01dc
Move function definition from header to cpp and remove inline.
2003-02-16 00:20:30 +00:00
bellardo
08a1d7447f
Renamed two header files that conflicted with Darwin (and presumably other *nix ) system headers: pwd.h and math.h
2003-02-13 22:38:04 +00:00
dimitr
67749f906b
Fixed exception handling.
2003-02-13 13:33:57 +00:00
dimitr
b096a2593d
CONST -> const
2003-02-13 10:11:35 +00:00
dimitr
32ef458dcf
Damn, my own typo caused another one. The extension should be "fdb".
2003-02-10 11:48:25 +00:00
eku
1a9a258234
Renamed isc4.gdb to security.gdb (POSIX builds)
2003-02-10 11:01:23 +00:00
dimitr
e7289b02b2
1. Re-designed PWD interface.
...
2. Implemented cached isc4 connection.
3. Cleanup.
2003-02-03 13:34:16 +00:00
dimitr
f91445e207
Cleanup by Dimitry Sibiryakov.
2003-01-20 13:51:35 +00:00
skidder
ba5e11b15c
Integrate new memory manager into the engine
2003-01-16 17:47:10 +00:00
alexpeshkoff
80f2592983
1. Don't include internals of struct why_hndl where it is nit required.
...
2. CONST fixup in why.cpp & flu.cpp.
2003-01-03 12:49:59 +00:00
alexpeshkoff
dbfef25568
Rename all links to why.cpp handle to struct why_hndl * (or FRBRD *)
...
Fixed bug #625899 - bugcheck 291
2002-12-16 16:25:10 +00:00
dimitr
35ebc38c46
no message
2002-12-11 09:41:49 +00:00
eku
34e9391a97
Use the new macro FB_NELEM to calculate the number of elements in an array.
2002-12-02 09:45:52 +00:00
dimitr
b4a2cf36ae
Compatibility mode for my previous fix.
2002-11-23 12:19:56 +00:00
dimitr
65bfa31081
The type of service invokation never must be specified by the client tool. It should be defined by the server only.
2002-11-23 11:39:43 +00:00
dimitr
5f61e44ddc
Global names change:
...
FBOK=>FB_SUCCESS
FAILURE=>FB_FAILURE
xxx_FBOK=>xxx_SUCCESS
2002-11-14 08:33:08 +00:00
kkuznetsov
6887f405ab
Renaming all occurences of SUCCESS to FBOK
2002-11-13 15:01:21 +00:00
eku
507b9c86c8
Do not redefine MAXPATHLEN. Always use the value supplied by the operating
...
system (header files).
2002-11-06 07:08:49 +00:00
eku
9342d36baa
Arrays that hold filenames must be at least MAXPATHLEN long.
2002-11-04 11:19:21 +00:00
seanleyne
0b82f4aa07
Removed obsolete "Netware" port
2002-10-30 06:40:58 +00:00
tamlin
fb3cfa85da
const correctness etc
2002-10-29 16:27:47 +00:00
dimitr
871fafeab2
Cleanup.
2002-10-29 13:46:48 +00:00
seanleyne
05a126730b
Completed removal of obsolete "IMP" port
2002-10-28 03:52:09 +00:00
seanleyne
829d6d32d5
Completed removal of obsolete "DELTA" port
2002-10-28 03:47:47 +00:00
eku
0c1b55dd08
Code cleanup:
...
Since we already have the define ISC_STATUS_LENGTH for the the length of
the status vector, we should use it! Replaced 'status[20]' with
'status[ISC_STATUS_LENGTH]'.
Replaced the different symbolic names for the maximum length of a path
(MAX_PATH, MAX_PATH_LENGTH, MAXPATHLEN) with one uniq symbol MAXPATHLEN.
2002-10-24 09:01:44 +00:00
dimitr
c5da10058f
Made the codebase ready for the win32 classic builds.
2002-10-12 11:07:04 +00:00
eku
8b6ac67c92
Service API:
...
o fixed SVC_TRMNTR parsing
o fixed -svc/-svc_thd argument passing
o re-enabled API on CS (SINIX-Z)
2002-10-07 13:33:45 +00:00
bellardo
0eaf588b49
renamed header files jrd/math.h and jrd/time.h to jrd/jrd_math.h and
...
jrd/jrd_time.h.
2002-09-27 00:20:12 +00:00
eku
0189c970f0
Fixed compiler warnings.
2002-09-26 09:26:40 +00:00
skidder
6d64014e57
Changed engine to store source file name/line number information for EVERY allocation when DEBUG_GDS_ALLOC is defined. All allocation should be done using FB_NEW or FB_NEW_RPT macros instead of keyword new since now
2002-09-25 17:12:16 +00:00
eku
ef2ff91438
Autoconf cleanup:
...
o use predefined macros to test for sys/wait.h, time.h and sys/time.h
o search strcasecmp in libresolv only if strcasecmp and stricmp are not in libc
o use predefined macro AC_SYS_LARGEFILE to determine 64Bit I/O
o determine the alignment of long and double (ALIGNMENT,DOUBLE_ALIGN),
still need to write a test for FB_ALIGN!
2002-09-18 12:50:13 +00:00
eku
da93f6697f
Autoconf enhancements:
...
o autoconf v2.53 and later is now required to generate configure
(sorry, but it makes many tasks easier)
o improved tests for mmap, socklen_t and offt_64
o added tests for atexit, on_exit, (v)fork, set(p)grp, setpgid and flock
o added test for the keyword 'volatile'
o fixed errors in configure.in
o updated config.h.in and autoconfig_msvc.h (the latter may be incorrect)
o replaced VOLATILE by volatile
o removed SETPGRP and ATEXIT
o replaced NO_FLOCK by HAVE_FLOCK
o SIG_FPTR cleanup
o vfork cleanup
2002-09-11 11:30:50 +00:00
eku
9d76c78d4c
Fixed a typo that was introduced with the strcasecmp/stricmp changes.
2002-09-04 13:34:17 +00:00
eku
661d16f298
Another autoconf cleanup:
...
o check for the existence of the function strcasecmp and stricmp
o replaced STRICMP
2002-08-28 06:50:33 +00:00
dimitr
a8640152d7
Added missing #endif.
2002-08-24 09:40:38 +00:00
eku
56b9633d5b
Another autoconf cleanup:
...
o check for the existence of the function sigaction
o replaced SIGACTION_SUPPORTED with HAVE_SIGACTION
2002-08-22 10:48:26 +00:00
eku
076de37a9f
Huge 'gettimeofday' cleanup:
...
o check for the availability in configure
o check for the number of arguments in configure
o synchronised config.h.in and MSVC pendant
NOTE: If you have problems on your system, don't change the source.
Extend the tests in configure.in!!!
2002-08-14 11:14:01 +00:00