alexpeshkoff
e488a74875
Fixed CORE-1680: gsec display only shows some first users when there are many users (>50) in security database
2008-01-09 09:21:47 +00:00
alexpeshkoff
8df71d2d89
Better fix for a problem, reported by Roman
2007-12-27 09:20:36 +00:00
dimitr
c1e9e0b792
Fixed (hopefully) CORE-1565.
2007-11-29 09:33:27 +00:00
alexpeshkoff
2fcdfd5029
Make output better human-readable, keeping at the same time script-readable
2007-11-26 13:36:58 +00:00
hvlad
8e52da6e14
Make instreg independent from common
2007-11-26 12:32:23 +00:00
alexpeshkoff
3e0d8ebc5b
Fixed CORE-1603: Possible buffer overflow with long user name
2007-11-19 16:18:59 +00:00
robocop
2d2b8cf718
Misc.
2007-11-17 10:18:10 +00:00
asfernandes
54b36766c0
Misc
2007-11-17 00:38:16 +00:00
alexpeshkoff
a1f3f10493
1. Renamed info parameter.
...
2. Clearly separated PIP logic and IO, as was requested by Vlad.
2007-11-12 17:24:22 +00:00
paulbeach
c823619e92
HPUX Port
2007-11-12 15:18:49 +00:00
paulbeach
7602a29b94
HPUX Port
2007-11-12 14:26:44 +00:00
asfernandes
ddbeb54fc1
Misc
2007-11-10 18:20:13 +00:00
alexpeshkoff
0bbb3fd34c
Fix for CORE-1581: Support for doing physical backups when database is located on raw device.
2007-11-09 15:47:48 +00:00
alexpeshkoff
2dbb598a2c
restored correct processing of QUIT command - thanks to Adriano
2007-10-22 09:09:07 +00:00
alexpeshkoff
957144131f
removed unneeded code - thanks to Adriano
2007-10-11 11:17:08 +00:00
paul_reeves
efdae98634
Include dynamically generated version numbers, instead of hard coded strings.
2007-10-10 13:03:19 +00:00
asfernandes
4161dc725c
Misc
2007-10-10 02:06:20 +00:00
alexpeshkoff
7a26058087
Do not exit from gsec on errors in interactive mode
2007-10-08 13:42:09 +00:00
robocop
fad860c6fb
Misc.
2007-10-03 09:33:16 +00:00
hvlad
26a34b2d12
Avoid using Firebird::string in WinNT services installation code to allow static linkage of CPL applet
2007-10-02 19:14:59 +00:00
hvlad
8ba5a8cae0
1. Use Firebird::string to avoid BOFs in NT services installation code
...
2. Move fake gds__log from install_svc into services to please control panel applet
3. Quote service .exe and instance names when it contains space
4. Configure installed services to restart after fail automatically
2007-09-30 14:03:40 +00:00
alexpeshkoff
ad13f1c22e
Restored diagnostics from firebird pre-2.0
2007-09-26 17:54:53 +00:00
paul_reeves
c586b4ed7d
instclient now looks for fbclient in its current working directory, instead of ..\bin
2007-09-18 15:06:05 +00:00
robocop
5667d54b84
Archeology.
2007-08-29 10:35:16 +00:00
robocop
3a7d93f658
Misc tweaks with Firebird::string.
2007-08-26 09:53:08 +00:00
asfernandes
44edd60d07
Misc
2007-08-10 01:28:21 +00:00
robocop
7da5c35b5d
Misc.
2007-08-07 10:28:24 +00:00
dimitr
bc7145e622
Fixed CORE-1398, CORE-1399, CORE-1400.
2007-08-03 05:21:53 +00:00
asfernandes
613faffafb
Misc
2007-08-02 02:00:37 +00:00
robocop
06529cacc3
More C++ style code.
...
Fixed a memory leak.
We still allocate much more memory than needed inside svc_query_ex().
2007-08-01 10:13:02 +00:00
paul_reeves
797f83efa2
List all installed service instances with instsvc query
2007-07-31 08:18:49 +00:00
paul_reeves
d1f5482882
Be consistent in usage of FB_DEFAULT_INSTANCE.
2007-07-26 09:58:32 +00:00
paul_reeves
92b983962a
Use constant instead of hard-coded string
2007-07-25 13:04:19 +00:00
asfernandes
f75c4f33ef
Remove warning
2007-06-14 15:14:55 +00:00
alexpeshkoff
3192ebc390
Do not use GNU specific sighandler_t
2007-06-06 07:12:50 +00:00
alexpeshkoff
07b7d249e9
misc
2007-05-21 12:10:48 +00:00
alexpeshkoff
4487203f21
Fixed CORE-1263 - gsec incorrectly processes some switches
2007-05-21 12:06:44 +00:00
asfernandes
97843da8a3
Misc
2007-05-20 03:25:52 +00:00
alexpeshkoff
d73fd1edc7
Added missing SPB parameter
2007-05-17 12:40:58 +00:00
alexpeshkoff
235395f950
Fixed assertion in DEV_BUILD
2007-05-14 09:27:10 +00:00
alexpeshkoff
95c09394b1
misc
2007-05-11 16:34:50 +00:00
alexpeshkoff
8aba4a1ea1
Added fbsvcmgr, utility to access services manager
2007-05-03 11:25:05 +00:00
alexpeshkoff
4407a805f8
misc
2007-04-28 07:01:27 +00:00
asfernandes
41f715871d
Misc
2007-04-28 03:10:05 +00:00
alexpeshkoff
6a5ba244bb
Now works with all services v2, present in firebird
2007-04-27 15:09:09 +00:00
alexpeshkoff
e26228270f
1. avoid code duplication defining arg_string
...
2. fix posix build
2007-04-27 09:20:17 +00:00
skidder
91fa2c7080
Fix MSVC8/Win32 build. IMO, these things where not nice:
...
- Target-dependent global typedefs
- Target-dependent stuff in COMMON .cpp files
2007-04-26 19:30:15 +00:00
alexpeshkoff
e8f40413a0
support some more actions - work in progress
2007-04-26 16:16:45 +00:00
hvlad
31af74fbf6
Fixed bug CORE-1228 : Database often became corrupted after an out of disk space condition
2007-04-25 20:45:03 +00:00
alexpeshkoff
8274d3213d
Fixed CORE-867 - all utilities now hide password from "ps" as soon as possible
2007-04-25 14:10:47 +00:00