robocop
9fafc348bf
const correctness
...
vars in scope
minimal interface cleanup
small bug fixes
2003-11-28 06:48:34 +00:00
brodsom
88a2611ed1
-Removing some unneeded headers (WIN_NT) or explaining why are needed
2003-11-16 16:17:38 +00:00
brodsom
535d1fde37
-Make dba_full compile
2003-11-16 15:42:31 +00:00
brodsom
27cbcdd73e
-Removing some unneeded headers (WIN_NT) or explaining why are needed
2003-11-16 12:57:23 +00:00
brodsom
9b7994233c
-Undo gds__vax_integer to isc_vax_integer and gds__event_* to isc_event_* changes
2003-11-16 01:52:44 +00:00
brodsom
c5253ae8a5
-Replace gds__ constants with isc_ contants
...
-Replace codes.h with iberror.h (or remove)
-Move gds__vax_integer and gds__event_block* to alt.cpp and isc_ to gds.cpp
-Use ISC_QUAD internally
-Use isc_vax_integer internally
2003-11-11 12:19:20 +00:00
robocop
f55c6f6f8c
const correctness and cleanup
2003-11-10 09:16:38 +00:00
brodsom
4285bc623c
Removing gdsold.h and gds.h
2003-11-08 16:40:17 +00:00
epocman
fa98c3822f
Minor synch details with 1.5 branch. Absolutely no interface nor functional changes, except correction of remote service name which was incorrect in HEAD branch.
2003-11-07 11:12:59 +00:00
brodsom
77472d28d9
Warning fixes
2003-11-06 17:57:22 +00:00
robocop
35396625f5
const correctness
...
function signatures
variables in local scope
BOOLEAN -> bool
TEXT[32] as SqlIdentifier for DYN
Stop random garbage in firebird.msg's bytes 8 to 11
some cleanup
2003-11-05 09:02:33 +00:00
brodsom
ff070a16a8
Replacing assert with fb_assert
2003-11-03 23:59:24 +00:00
robocop
cda707bd36
const correctness and other related changes
2003-11-01 10:26:43 +00:00
skidder
8a3ccb032c
Return engine to buildable state on Linux after Alex bugfix
2003-10-30 22:18:52 +00:00
alexpeshkoff
1479423722
Forward - port:
...
Fixed non-registered bug - buggy application might add user with name,
containing non-printable characters, which couldn't be modified/deleted
using standard tools like gsec.
2003-10-30 16:46:08 +00:00
robocop
9ead7a37b4
const correctness
...
placed some variables in context
fixed some function signatures
closed a few possible buffer overruns
sorry to the platform maintainers, I can't verify what I did for non-Win32 builds
2003-10-29 10:53:47 +00:00
robocop
d338f9c373
Style; vars in scope
2003-10-20 10:35:38 +00:00
epocman
8552c104b5
Win32 HKLM and service name change as per recent discussion in fbdevel. Added more complete cleanup of registry keys when 'instreg remove'.
2003-10-12 11:48:33 +00:00
epocman
df60ff7b60
Win32 - Syncing with the recent FB 1.5 branch installation changes.
2003-10-08 09:42:23 +00:00
dimitr
4217ca2c49
Corrected gstat version info output.
2003-10-03 12:34:54 +00:00
brodsom
8dce5790c6
extern cleaning
...
removing underscores in macros
2003-10-03 01:01:40 +00:00
aafemt
76eac2d80d
Move MSVC-related hack of vsnprintf to MSVC header because it crashed MinGW build
2003-10-02 10:17:40 +00:00
robocop
c931a674c2
Cleanup.
...
Hopefully harmless
It should fix the issue introduced with constness in gds__interprete for current applications.
2003-09-29 12:43:14 +00:00
robocop
484c6ec372
Cleanup, const correctness, variables in scope, etc.
...
Having done my best to merge everyone else's changes, I hope the tree can be build with whatever other tools != MSVC6.
2003-09-25 11:49:12 +00:00
arnobrinkman
3e3c789053
Remove IGNORE_NULL_IDX_KEY define
2003-09-17 09:53:47 +00:00
robocop
fe6f929d54
Too trivial change
2003-09-16 08:34:08 +00:00
brodsom
5e1b673b5a
-Although not compiled fix unused warning (Thanks to Claudio)
2003-09-16 08:18:22 +00:00
brodsom
29716469b2
-Add two empty lines at the end.
2003-09-16 08:00:22 +00:00
brodsom
2ef1e00dfd
-Remove msvc unused var warning.
2003-09-15 16:31:21 +00:00
brodsom
5ebd7c192a
no message
2003-09-15 16:23:23 +00:00
brodsom
735c961ae6
Remove msvc unused variable warning.
2003-09-15 14:49:57 +00:00
brodsom
bdac17190c
Clean a bit services interface
...
- Include service entrypoint in each proto file and remove from it the private function common to service and standalone. (burp, alice and gsec)
- Replace functions output_svc/output_thread/output_netware with SVC_output callback common for all. (burp, alice and gsec)
- Create typedef pfn_svc_output common for all svc, and correct SVC_read_ib_log and thread_test to be compatible with pfn_svc_output typedef. (svc.cpp)
- Put inside an ifdef code for '-svc_re' switch (in all sources).
2003-09-15 13:13:45 +00:00
skidder
5b5321050d
Added credits to NBACKUP usage info
2003-09-15 10:14:22 +00:00
epocman
62f7a69575
Win32 instreg / instsvc now returns FINI_ERROR instead of FINI_OK when usage() function is called. This helps external automated tools to detect mistakes in parameters.
2003-09-13 13:36:41 +00:00
brodsom
08ef0025ea
-Remove GDS_VAL and GDS_REF
2003-09-12 16:49:38 +00:00
brodsom
7c7c2758dc
BOOLEAN cleaning
2003-09-10 17:52:12 +00:00
epocman
8f13798cdf
When run as a specific user, stopping engine service stops guardian, like with FB 1.0x LocalSystem.
2003-09-10 13:26:33 +00:00
skidder
aeea27cf1d
Fix engine breakage on Win32 caused by my commits.
2003-09-09 16:47:26 +00:00
skidder
77b17de987
NBACKUP-related changes and some clean-up
2003-09-08 20:23:46 +00:00
brodsom
8db51e6eba
Remove unneeded extern C
2003-09-08 01:51:41 +00:00
epocman
bd0e11a7e4
Win32 - 'instsvc install -guardian -login user' now also sets the
...
Guardian to run as 'user'.
This is achieved by giving appropriate security rights to 'user'
on the firebird service object (instsvc utility) and fixing some
wrong security flags in the Guardian code itself.
2003-09-07 19:11:59 +00:00
epocman
e1a4fa023f
Never sets NT services as 'Interactive'. Fights 'Shatter'-kind attacks.
...
http://www.idefense.com/idpapers/Shatter_Redux.pdf
This blocks 'local' protocol from working, but is not an issue as new XNET will replace it for FB > 1.5.
2003-09-06 10:55:56 +00:00
brodsom
2ced467c50
Move stats.epp to utilities
2003-09-04 13:47:49 +00:00
dimitr
58e25b9e8f
Fixed gstat crach reported by Phil Shrimpton.
2003-09-03 07:39:03 +00:00
brodsom
8624a7c209
-Use NULL instead 0 for null pointers
...
-Remove unneeded casts
2003-09-01 07:58:04 +00:00
epocman
61b470557d
OEM/Ansi conversions, command-line password, other minor updates.
2003-08-30 13:54:56 +00:00
brodsom
e2a0b36dbf
-Remove GDS_VAL and GDS_REF
2003-08-30 01:35:29 +00:00
epocman
c2e97bdd1c
Merged recent FB 1.5 instsvc / instreg changes to head branch.
2003-08-29 17:25:36 +00:00
brodsom
70c6a819ee
-Remove BOOLEAN, TRUE and FALSE
2003-08-29 00:37:25 +00:00
brodsom
3b3302735b
Remove BOOLEAN, TRUE and FALSE macros
2003-08-26 18:46:31 +00:00