"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "src/common/config/config.cpp" between
Firebird-3.0.2.32703-0.tar.bz2 and Firebird-3.0.4.33054-0.tar.bz2

About: Firebird is a relational database offering many ANSI SQL standard features.

config.cpp  (Firebird-3.0.2.32703-0.tar.bz2):config.cpp  (Firebird-3.0.4.33054-0.tar.bz2)
skipping to change at line 182 skipping to change at line 182
{TYPE_BOOLEAN, "Redirection", (ConfigVa lue) false}, {TYPE_BOOLEAN, "Redirection", (ConfigVa lue) false},
{TYPE_INTEGER, "DatabaseGrowthIncrement", (ConfigValue) 128 * 1048576}, // bytes {TYPE_INTEGER, "DatabaseGrowthIncrement", (ConfigValue) 128 * 1048576}, // bytes
{TYPE_INTEGER, "FileSystemCacheThreshold", (ConfigValue) 655 36}, // page buffers {TYPE_INTEGER, "FileSystemCacheThreshold", (ConfigValue) 655 36}, // page buffers
{TYPE_BOOLEAN, "RelaxedAliasChecking", (ConfigValue) fal se}, // if true relax strict alias checking rules in DSQL a bit {TYPE_BOOLEAN, "RelaxedAliasChecking", (ConfigValue) fal se}, // if true relax strict alias checking rules in DSQL a bit
{TYPE_STRING, "AuditTraceConfigFile", (ConfigValue) ""} , // location of audit trace configuration file {TYPE_STRING, "AuditTraceConfigFile", (ConfigValue) ""} , // location of audit trace configuration file
{TYPE_INTEGER, "MaxUserTraceLogSize", (ConfigValue) 10} , // maximum size of user session trace log {TYPE_INTEGER, "MaxUserTraceLogSize", (ConfigValue) 10} , // maximum size of user session trace log
{TYPE_INTEGER, "FileSystemCacheSize", (ConfigValue) 0}, // percent {TYPE_INTEGER, "FileSystemCacheSize", (ConfigValue) 0}, // percent
{TYPE_STRING, "Providers", (ConfigVa lue) "Remote, " CURRENT_ENGINE ", Loopback"}, {TYPE_STRING, "Providers", (ConfigVa lue) "Remote, " CURRENT_ENGINE ", Loopback"},
{TYPE_STRING, "AuthServer", (ConfigVa lue) "Srp"}, {TYPE_STRING, "AuthServer", (ConfigVa lue) "Srp"},
#ifdef WIN_NT #ifdef WIN_NT
{TYPE_STRING, "AuthClient", (ConfigVa lue) "Srp, Win_Sspi, Legacy_Auth"}, {TYPE_STRING, "AuthClient", (ConfigVa lue) "Srp, Srp256, Win_Sspi, Legacy_Auth"},
#else #else
{TYPE_STRING, "AuthClient", (ConfigVa lue) "Srp, Legacy_Auth"}, {TYPE_STRING, "AuthClient", (ConfigVa lue) "Srp, Srp256, Legacy_Auth"},
#endif #endif
{TYPE_STRING, "UserManager", (ConfigVa lue) "Srp"}, {TYPE_STRING, "UserManager", (ConfigVa lue) "Srp"},
{TYPE_STRING, "TracePlugin", (ConfigVa lue) "fbtrace"}, {TYPE_STRING, "TracePlugin", (ConfigVa lue) "fbtrace"},
{TYPE_STRING, "SecurityDatabase", (ConfigVa lue) "$(dir_secDb)/security3.fdb"}, // security database name {TYPE_STRING, "SecurityDatabase", (ConfigVa lue) "$(dir_secDb)/security3.fdb"}, // security database name
{TYPE_STRING, "ServerMode", (ConfigVa lue) "Super"}, {TYPE_STRING, "ServerMode", (ConfigVa lue) "Super"},
{TYPE_STRING, "WireCrypt", (ConfigVa lue) NULL}, {TYPE_STRING, "WireCrypt", (ConfigVa lue) NULL},
{TYPE_STRING, "WireCryptPlugin", (ConfigVa lue) "Arc4"}, {TYPE_STRING, "WireCryptPlugin", (ConfigVa lue) "Arc4"},
{TYPE_STRING, "KeyHolderPlugin", (ConfigVa lue) ""}, {TYPE_STRING, "KeyHolderPlugin", (ConfigVa lue) ""},
{TYPE_BOOLEAN, "RemoteAccess", (ConfigVa lue) true}, {TYPE_BOOLEAN, "RemoteAccess", (ConfigVa lue) true},
{TYPE_BOOLEAN, "IPv6V6Only", (ConfigVa lue) false}, {TYPE_BOOLEAN, "IPv6V6Only", (ConfigVa lue) false},
 End of changes. 2 change blocks. 
2 lines changed or deleted 2 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)