paul_reeves
8ad025c41a
Use more refined test to compare existing gds32 installed with candidate version.
2006-08-03 09:13:02 +00:00
asfernandes
8b12fe6ef7
Move separation of app_name and switches to better place
2006-04-21 02:52:41 +00:00
dimitr
ccc620e334
A bunch of changes targeted to support multi-instancing on win32.
2006-04-20 10:35:44 +00:00
robocop
1e6d89ebfc
Comment excessive dependencies on license.h.
2006-01-07 00:31:37 +00:00
dimitr
c38d27d58a
Added -i switch to instsvc, as agreed with Olivier and Alex times ago.
2005-09-19 10:43:01 +00:00
robocop
fcb0e10fcb
Misc.
2005-04-02 02:57:31 +00:00
robocop
94e04d3768
Misc.
2005-03-20 04:26:10 +00:00
paul_reeves
89d3373beb
forward port service descriptions from fb 1.5
2005-03-18 09:20:22 +00:00
robocop
2814294027
Misc.
2004-12-16 03:03:13 +00:00
robocop
014d90ff59
Misc.
2004-12-08 04:12:26 +00:00
robocop
509ce1135a
Misc.
2004-11-30 06:20:32 +00:00
robocop
2ec848a3b9
Treat string literals and string constants with more respect.
2004-11-08 05:38:42 +00:00
robocop
7dcb66a250
When you call va_start, call va_end, don't assume it does nothing because some platforms don't have code for it!
...
Changed some sprintf to SNPRINTF. Work in progress WRT wrapper for this function.
2004-09-25 10:28:09 +00:00
brodsom
7593638007
Fix non initialized variables
2004-08-26 18:49:49 +00:00
brodsom
1aa7b9452c
Looking for extra ; at namespace declaration end
2004-06-13 23:45:02 +00:00
robocop
1332d98618
Literal strings should be treated as const char*
2004-06-05 09:37:18 +00:00
brodsom
75a0483d75
-Comment some common.h unused macros
...
-Replace VA_START macro with va_start function (it was already some places where it is not used)
2004-05-23 23:28:06 +00:00
robocop
441817bd82
1.- Misc changes
...
2.- Style
3.- Recover dsc_ttype in dsc after Blas' cleanup as a synonym for dsc_sub_type in text types
2004-05-21 06:16:17 +00:00
brodsom
afc2164523
Style
2004-05-19 15:21:15 +00:00
brodsom
59f342d2f8
Correction
2004-05-19 15:19:03 +00:00
brodsom
36d6d40469
Macro cleaning
2004-05-17 10:22:34 +00:00
brodsom
05d56d278e
Macro cleaning
2004-05-17 00:52:26 +00:00
brodsom
0daa189563
Removing ib_stdio.h
2004-04-28 22:36:29 +00:00
paul_reeves
06e6a28f13
Fix comparison typo so that we no longer overwrite newer versions of gds32.dll in <sys>.
2004-04-21 10:30:14 +00:00
aafemt
4b99822fc9
Right headers include sequence
2004-03-24 11:06:22 +00:00
robocop
06a4df3708
A requiem for JOURNAL and WAL.
...
Instructions in the list.
2004-01-06 10:33:18 +00:00
epocman
a75b48c6a8
Win32 HEAD porting of 1.5 branch RC8 latest updates, to keep HEAD in synch with about to be released 1.5.
...
Please someone check and adjust MSVC7 compile, cause I only have MSVC6.
2004-01-03 12:20:08 +00:00
robocop
9fafc348bf
const correctness
...
vars in scope
minimal interface cleanup
small bug fixes
2003-11-28 06:48:34 +00:00
robocop
f55c6f6f8c
const correctness and cleanup
2003-11-10 09:16:38 +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
brodsom
ff070a16a8
Replacing assert with fb_assert
2003-11-03 23:59:24 +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
brodsom
8dce5790c6
extern cleaning
...
removing underscores in macros
2003-10-03 01:01:40 +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
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
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
epocman
61b470557d
OEM/Ansi conversions, command-line password, other minor updates.
2003-08-30 13:54:56 +00:00
epocman
c2e97bdd1c
Merged recent FB 1.5 instsvc / instreg changes to head branch.
2003-08-29 17:25:36 +00:00
brodsom
c610785e97
Remove BOOLEAN, TRUE and FALSE macros
2003-08-26 10:42:46 +00:00
robocop
e08864ed8e
kill warning
2003-08-12 10:01:21 +00:00
brodsom
499337fda5
Split utilities dir
2003-07-15 02:43:36 +00:00