8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 19:23:03 +01:00
Commit Graph

78 Commits

Author SHA1 Message Date
hvlad
3e057e10ca Merge branch 'master' into read_consistency 2018-05-27 17:32:54 +03:00
Artyom Smirnov
21b42b2e8f Allow to redirect server's stdout and stderr to file (#143)
Before these changes guardian and server binary closed
stdin/stdout/stderr/... and server can reuse those
descriptors when opening files or using shmem for
example. So some stray stdout can introduce
unwanted data or even crash server. Server do not
emit any stdout/stderr in release build but
UDRs or external libraries can print to stdout.

After these changes stdout/stderr will be kept opened
and user have options to redirect it to /dev/null (by default)
or other file by choise or just allow server to print.

New config option OutputRedirectionFile was introduced to
allow user control server behavior.
2018-03-21 14:47:20 +03:00
hvlad
fdecfd1319 Merge branch 'master' into read_consistency 2018-02-20 13:50:04 +02:00
AlexPeshkoff
38fcc6e48e Enhanced docs 2018-01-29 19:45:32 +03:00
Dmitry Yemanov
eaa0df55cd CORE-5718: Make TempCacheLimit setting database-wise 2018-01-21 12:11:11 +03:00
hvlad
ccbf5c724a Merge branch 'master' into read_consistency 2017-12-29 10:55:31 +02:00
b9c17656e9 Fixed CORE-5657: Various UDF-related security vulnerabilities 2017-11-09 13:15:00 +03:00
nikolay.samofatov
e31dec1a44 Fix comment 2017-04-03 16:08:10 +03:00
hvlad
2a2a991fe0 Merge branch 'master' into read_consistency 2017-04-03 12:01:56 +03:00
a0d9690d1c Fixed typo 2017-03-21 12:36:18 +03:00
ab2e4ea31b Completed renaming parameter from CORE-5472 2017-03-16 16:16:17 +03:00
hvlad
2c49e6fcf2 New feature CORE-5488 : Timeouts for running SQL statements and idle connections 2017-02-22 14:30:57 +02:00
hvlad
aff780ca94 Merge branch 'master' into read_consistency 2017-01-31 23:59:31 +02:00
4da3997b49 Fixed CORE-5472: Problems with dbcrypt key transfer 2017-01-31 17:38:53 +03:00
b247a5c0c0 Changed on Helen's request 2016-07-05 12:50:25 +03:00
Adriano dos Santos Fernandes
91a2a3c78f Complements CORE-749 with configuration options. 2016-06-14 17:05:36 +00:00
Dmitry Yemanov
f07281c9af Adjust library name to match the new ODS version. 2016-06-01 11:40:49 +03:00
hvlad
8f311f3c27 Merge branch 'master' into read_consistency
# Conflicts:
#	src/include/fb_types.h
#	src/jrd/Database.cpp
#	src/jrd/tpc.cpp
#	src/jrd/tra.cpp
#	src/jrd/vio_proto.h
2016-05-21 21:17:31 +03:00
Dmitry Yemanov
aee1e9417e Misc. 2016-04-19 21:33:19 +03:00
hvlad
3c62d90518 Merge branch 'master' into read_consistency 2016-03-24 11:58:13 +02:00
Roman Simakov
f3fd2d7cb5 Initial apply patch of Nikolay 2016-03-22 17:43:58 +03:00
dimitr
7b69e1f195 Renamed security3.fdb -> security4.fdb. 2016-03-06 08:32:18 +00:00
alexpeshkoff
24394e6481 comments 2015-12-14 12:57:16 +00:00
dimitr
ae3b91aef3 Added version info to the conf file. 2015-10-18 12:14:10 +00:00
dimitr
a5201dca14 Misc corrections by Helen. 2015-10-18 12:03:47 +00:00
paul_reeves
f83caee140 Roll back previous spelling correction and clarify the original meaning. (I hope.)
Document that WireCrypt on server should be set to enabled if legacy authentication is chosen.
2015-09-18 14:58:23 +00:00
paul_reeves
08e6dd9b35 spelling 2015-09-18 13:32:30 +00:00
asfernandes
e973c86bc6 Misc. 2015-07-12 20:10:49 +00:00
alexpeshkoff
e420019cd4 Fixed CORE-4871: Merge SharedDatabase/SharedCache into single parameter ServerMode, affecting the way how server is started 2015-07-10 13:41:10 +00:00
alexpeshkoff
517ac9638e Completed fix for CORE-4605: Rename CryptPlugin parameter in config file 2014-12-29 16:39:06 +00:00
alexpeshkoff
e65a5e3b3b Implemented CORE-733: Compress Data over the Network 2014-11-25 13:24:10 +00:00
mkubecek
7f6ddabd3c Fix IPv6V6Only comment in firebird.conf 2014-11-17 12:02:38 +00:00
mkubecek
ae4f286c1a Improvement CORE-3226: IPv6 support (8/9) add config directive for IPV6_V6ONLY socket option 2014-11-12 17:31:01 +00:00
paul_reeves
4519f5409b Clearly mark the beginning of the architecture configuration section. 2014-10-31 16:16:55 +00:00
asfernandes
cc70d60eff Adjust for the change in the code. 2014-03-04 01:55:26 +00:00
alexpeshkoff
ca4df415ca Misc enhancements in .conf parser and *.conf.in files 2014-01-31 14:43:25 +00:00
alexpeshkoff
896ca316bb Fixed CORE-4154: Firebird.conf should list names of (standard) authentication + usermanager plugins 2013-11-22 08:10:50 +00:00
alexpeshkoff
912e3698dd Inline docs 2013-11-05 07:59:22 +00:00
alexpeshkoff
8c546c2362 Fixed CORE-4241: Empty password will pass login 2013-10-30 12:46:35 +00:00
alexpeshkoff
9d31e79477 Cleanup - "Authentication" parameter from firebird.conf is overriden by "AuthServer" 2013-10-30 12:23:45 +00:00
paul_reeves
6b6dd86718 spelling 2013-07-05 09:39:19 +00:00
alexpeshkoff
bb2700ea27 Fixed parameter description - thanks to Mark 2013-06-21 16:17:49 +00:00
asfernandes
f2b24d02ca Misc. 2013-04-21 02:09:45 +00:00
alexpeshkoff
5fec042c74 Documented configuration file changes in distributed .conf files 2013-04-15 12:10:10 +00:00
alexpeshkoff
b3c33aeeb6 Renamed aliases.conf to databases.conf as suggested by Dmitry 2013-04-08 16:28:05 +00:00
asfernandes
68ca82d894 Misc. 2013-04-07 23:48:14 +00:00
alexpeshkoff
8780552b94 Added support for changing configuration (client and embedded) from API 2013-04-04 13:17:57 +00:00
alexpeshkoff
f538f69cc0 Make default firebird.conf better readable. No need in conversion tables any more. 2013-03-28 13:55:16 +00:00
dimitr
99b2e7da98 Misc cleanup. 2012-11-01 02:02:07 +00:00
dimitr
19eaa2f355 Wiped out the legacy compatibility option. 2012-07-11 12:54:08 +00:00