asfernandes
e707efaa1d
Misc
2009-04-16 01:09:12 +00:00
robocop
dea57e9099
Get rid of SCO.
2009-04-15 06:29:00 +00:00
asfernandes
f6f364da49
Trim trailling spaces
2009-04-04 16:39:31 +00:00
alexpeshkoff
2c270ab9db
Fixed set/drop admins mapping in security2.fdb
2009-03-04 12:44:25 +00:00
asfernandes
b204a1e54f
Misc
2009-02-21 17:43:07 +00:00
alexpeshkoff
2ea767b2d1
Ignore exceptions in catch() block - to be reviewed by Vlad
2009-02-19 18:09:01 +00:00
alexpeshkoff
f49f37d700
always uppercase service user name - should make trace happy
2009-02-19 15:41:08 +00:00
alexpeshkoff
0d99a0d6c4
Implemented CORE-2322: added gsec and services support to control SYSDBA-like access of windows domain administrators to security database
2009-02-13 13:05:50 +00:00
robocop
05feaac2d9
Frontport fix for CORE-2313.
2009-02-09 12:22:04 +00:00
asfernandes
628eb5b557
Misc
2009-02-09 01:43:49 +00:00
robocop
a18dc0519f
Misc, style, fixing dangerous warnings, constness, etc.
2009-02-08 11:23:46 +00:00
hvlad
a656b92d1d
Fixed mistake, noted by Claudio
2009-02-04 13:07:09 +00:00
asfernandes
612c108e3e
Misc
2009-02-02 03:35:52 +00:00
hvlad
115602ff06
Trace services support
2009-02-01 22:10:12 +00:00
hvlad
cc26c104f4
Fixed few small glitches
2009-02-01 21:53:58 +00:00
asfernandes
f532f6975e
Misc
2009-01-21 15:42:45 +00:00
robocop
3689f15321
Style.
2009-01-20 08:33:59 +00:00
asfernandes
cd010ff939
Misc
2009-01-17 19:07:07 +00:00
robocop
6eba92022d
Misc.
2009-01-17 10:33:35 +00:00
alexpeshkoff
f5214489e7
Fixed server shutdown when reading firebird.log
2009-01-16 16:29:12 +00:00
alexpeshkoff
1156d574e0
Optimized services performance when transfering big amounts of data to user
2009-01-16 15:42:33 +00:00
alexpeshkoff
bd680bcb47
Solaris port
2008-12-28 15:26:05 +00:00
asfernandes
5a85277726
Misc
2008-12-25 14:25:01 +00:00
robocop
762d7e1392
Style.
2008-12-25 06:09:37 +00:00
robocop
2fadc0e456
Style.
2008-12-22 09:00:05 +00:00
asfernandes
8fbf0e8e8c
Remove trailing spaces (.cpp files)
2008-12-05 01:20:14 +00:00
alexpeshkoff
b3a854629c
more checks - thanks to Claudio
2008-11-23 14:04:41 +00:00
alexpeshkoff
0c47a1c508
cleanup
2008-11-20 17:23:06 +00:00
asfernandes
2a757281c6
Misc
2008-10-31 00:02:49 +00:00
alexpeshkoff
cdc4458dec
Fixed CORE-2158: AV in client/embedded library when unloading it
2008-10-29 17:05:22 +00:00
alexpeshkoff
9b69175326
Improvement CORE-1107: Services API extension for new (single, full) shutdown modes
2008-09-16 14:19:09 +00:00
asfernandes
7a5b0121d8
Misc
2008-09-14 23:17:58 +00:00
robocop
180916807d
Misc.
2008-09-12 11:05:35 +00:00
alexpeshkoff
c0614a1bbc
Use more carefull way to merge vectors - never have partially-copied arguments
2008-09-11 13:08:01 +00:00
alexpeshkoff
a3c947ea76
Renamed Service's methods according to Claudio's request to reflect data movement direction
2008-09-11 11:51:25 +00:00
alexpeshkoff
370ed679ec
Refactored services code
2008-09-11 09:03:08 +00:00
asfernandes
f49c1afd8f
Warning
2008-09-08 15:16:52 +00:00
alexpeshkoff
6e7c4db680
fixed shutdown using fbmgr
2008-09-08 14:07:19 +00:00
asfernandes
0f387a9bee
Misc
2008-09-06 18:42:55 +00:00
alexpeshkoff
de1cc4f41a
Fixed broken by me this week use of status vector in services - thanks to D.Kovalenko
2008-09-05 11:41:00 +00:00
robocop
b36b4dc179
Misc.
2008-08-31 06:24:24 +00:00
alexpeshkoff
13a15d4bfe
1. Final fix for CORE-1964 - finished vararg cleanup in jrd.
...
2. Generic cleanup of error reporting functions all around engine.
2008-08-27 12:20:47 +00:00
asfernandes
4aa6ecbaf1
Misc
2008-07-06 18:08:23 +00:00
alexpeshkoff
5ac5869661
CORE-1964 - stop vararg mess when reporting errors. Use special class for it. More (ERR_post cleanup) to come.
2008-07-03 12:02:54 +00:00
alexpeshkoff
a2e416210b
Fixed CORE-1964: Use of 0 instead of isc_arg_end to terminate list of ERR_post's (and cousines) arguments is invalid.
...
Also cleaned up use of gds__log() in a few places.
2008-06-26 09:47:59 +00:00
robocop
6a439b2866
Solved CORE-1911 in a simple albeit not very clever way.
...
svc.cpp only needs to read the gbak switches table, but burp.cpp needs to toggle the in_sw_state field, hence I made the global instance a constant and copied it to a local array inside burp.cpp's "gbak" function.
2008-05-23 13:05:35 +00:00
alexpeshkoff
796e02d2a5
1. Cleanup - use constants ISC_USER/ISC_PASSWORD instead of always repeated string constants.
...
2. Let services uses environment and OS auth when run embedded.
2008-05-19 13:58:37 +00:00
alexpeshkoff
990c259373
Fixed CORE-1843: gbak with service manager don't allow path with space
2008-05-16 14:08:45 +00:00
alexpeshkoff
86cd8cb6b3
1. Added parameter 'shutdown reason' to fb_shutdown() API call. It's passed to shutdown
...
callback function, and helps to take correct action in it. This fixes CORE-1827: Win32
Embedded Server should pass control to application before calling exit(3).
2. Removed unneeded any more flag in isql and qli, used earlier to distinguish between
kinds of shutdown.
2008-05-16 11:31:57 +00:00
alexpeshkoff
7ff8e4d2be
Fixed CORE-1879: Server uses wrong authentication method
2008-05-04 13:38:02 +00:00