asfernandes
4161dc725c
Misc
2007-10-10 02:06:20 +00:00
alexpeshkoff
2366a0d64c
Fixed use of isc_spb_dbname in isc_action_svc_display_user
2007-10-08 13:35:54 +00:00
robocop
3a7d93f658
Misc tweaks with Firebird::string.
2007-08-26 09:53:08 +00:00
alexpeshkoff
ea8ba3370d
Cleaned up mutexes - removed MUTX_T and related macros
2007-06-06 12:37:24 +00:00
alexpeshkoff
f3a8b2a9e5
Fixed CORE-1302: Races during service startup
2007-06-05 07:14:01 +00:00
alexpeshkoff
97336639d7
Fixes to gsec-related part of services manager
2007-04-27 15:07:42 +00:00
alexpeshkoff
3a772eaf58
Fixed CORE-1232 - wrong behaviour of services manager during backup/restore operations
2007-04-26 14:59:46 +00:00
alexpeshkoff
e2ab4df819
Fixed CORE-787 - disabled non-SYSDBA use of some parts of API
2007-04-19 07:30:00 +00:00
alexpeshkoff
1932c8f4e7
added switch -trusted to most of firebird utilities
2007-04-07 08:47:58 +00:00
robocop
e71a03261c
This is the full SafeArg implementation for getting rid of the fixed parameter types in the messages db. Alas, the legacy messages (before FB2.1) can't be changed in number of arguments neither the types of arguments sent by callers of the MsgPrint family or the fb_msg_format functions can be changed because old clients know these legacy messages and would crash.
2007-03-28 04:20:36 +00:00
alexpeshkoff
60e06d5c99
Fixes for CORE-1148 and CORE-1149
2007-03-02 09:04:30 +00:00
robocop
409ff041dd
Misc and replaced "IB" by "FB" where it made sense to me.
2007-02-11 09:04:54 +00:00
alexpeshkoff
58c1e0e687
misc
2006-12-10 13:43:31 +00:00
alexpeshkoff
1a4652f01a
Trusted authentication for windows
2006-12-08 18:38:15 +00:00
dimitr
e4fffd425f
1) Updated monitoring implementation.
...
2) Cleanup.
2006-10-30 12:39:08 +00:00
aafemt
e6151fd57f
Warnings
2006-09-01 10:51:57 +00:00
asfernandes
020a4f01a1
Misc
2006-07-28 02:17:11 +00:00
asfernandes
ccbaf55533
Misc
2006-07-28 01:44:36 +00:00
alexpeshkoff
028ab3c597
fixed AV related with SVC_TRMNTR in services
2006-07-27 14:24:09 +00:00
robocop
db5f743685
Misc.
2006-06-16 08:13:20 +00:00
alexpeshkoff
b056a118b5
1. Avoid use of STL
...
2. Reworked exceptions to make status_exception always hold correct status vector
3. Avoid use of RTTI
2006-05-19 15:17:02 +00:00
hvlad
f94b8bd641
Merge B1_5_Remote_LazyPort branch into HEAD
2006-05-01 22:23:31 +00:00
alexpeshkoff
42bee9d066
make service output look the same for both CS and SS
2006-04-06 13:30:49 +00:00
robocop
e5338ba1ed
Only strcmp and strncmp have common names across all plartforms. Cater for differences in strcasecmp/stricmp and strncasecmp/strnicmp.
2006-03-25 07:08:00 +00:00
robocop
1f84bac700
Mark unused data members, discover more code associated to conditional compilation, clean some places, replace custom loops by memcpy and memset when possible, etc.
2006-02-23 05:08:26 +00:00
robocop
97122ee389
Replace jrd_time.h by our timestamp.h, but I left timestamp.h's #includes commented where it *seemed* not necessary.
2006-02-03 08:39:36 +00:00
alexpeshkoff
0f41073304
fixed server properties info using ibExpert
2005-12-19 16:24:55 +00:00
alexpeshkoff
a09a871b83
report error when user requested unknown info
2005-12-11 13:42:50 +00:00
dimitr
2e5993a639
Fixed regressions with SAPI.
2005-12-10 10:15:56 +00:00
robocop
97f9f7b4ca
Misc.
2005-12-09 05:00:32 +00:00
alexpeshkoff
db126f977f
fixed problem with isc_spb_res_access_mode
2005-12-08 15:33:03 +00:00
dimitr
e76dfb0be7
Restored the old code as Alex has already fixed the issue.
2005-12-04 12:30:34 +00:00
dimitr
23f3cc8656
Fixed restore process.
2005-12-03 10:22:58 +00:00
hvlad
c0e41346ae
Allocate strings members of Service from the same pool as Service itself
2005-12-02 22:19:57 +00:00
alexpeshkoff
f5871b1929
fixed problems, caused by my previous commit
2005-12-02 16:54:04 +00:00
alexpeshkoff
ac762cc3b6
removed unneeded assertion
2005-12-01 17:39:12 +00:00
robocop
63720ed37d
Finish incomplete change and comment an assertion that doesn't compile with the new code.
2005-12-01 05:34:18 +00:00
alexpeshkoff
48b2e0baaf
use ClumpletReader in SVC_start
2005-11-30 17:32:11 +00:00
alexpeshkoff
62a24d46e4
1. Moved data structures, written to database file, into ods.h.
...
2. Added new types of clumplets to ClumpletReader and ClupmletWriter.
3. Applied modified ClumpletReader and ClupmletWriter to /remote and partially /jrd.
4. Added active protection from remote brute-force attack to services API.
2005-11-27 20:53:09 +00:00
alexpeshkoff
03c46a13d4
fixed work with embedded service manager
2005-11-20 15:40:54 +00:00
aafemt
d774e43c03
Fix MinGW SS build
2005-10-22 12:35:04 +00:00
alexpeshkoff
46dd9a90d6
1. reanimated -database switch in gsec\n 2. isc_file.cpp should now compile at AIX\n 3.Use PathName to store database name in jrd.cpp during attach/create
2005-09-30 16:16:39 +00:00
alexpeshkoff
5274a7361c
Security fix - temporary disable logins for clients, making too many wrong attempts to login
2005-08-23 06:52:55 +00:00
kkuznetsov
36402e1862
This patch from Dimitry Sibiryakov disables services at boot time.
...
This let me compile on Solaris
2005-08-18 12:33:48 +00:00
dimitr
7a343b8162
Moved the Services API into the engine on threadable platforms.
2005-08-10 14:47:42 +00:00
dimitr
0ce1d52f3e
Slightly changed (mostly cleaned up and fixed) the SS shutdown mechanics.
2005-06-24 11:14:51 +00:00
asfernandes
8265bcb0fd
Fbembed don't use security
2005-06-22 22:26:59 +00:00
alexpeshkoff
808422abaf
fixed windows build
2005-04-14 17:06:14 +00:00
alexpeshkoff
504ec492ab
Shutdown SS without SYSDBA password
2005-04-11 15:33:18 +00:00
hvlad
0fa5783921
Cleanup
2005-04-09 18:48:18 +00:00