Re: [Firebird-devel] Firebird 3 - Embedded deployment - Secure database login

2015-10-19 Thread Thomas Steinmaurer
Hello Dmitry, > 20.10.2015 00:18, Thomas Steinmaurer wrote: >> >> with Firebird 3, what are the capabilities to disallow unwanted users to >> open my database? >> >> I thought perhaps preparing a database pointing to itself as security >> database might be an option (MON$DATABASE.MON$SEC_DATABASE=

Re: [Firebird-devel] Firebird 3 - Embedded deployment - Secure database login

2015-10-19 Thread Dmitry Yemanov
20.10.2015 00:18, Thomas Steinmaurer wrote: > > with Firebird 3, what are the capabilities to disallow unwanted users to > open my database? > > I thought perhaps preparing a database pointing to itself as security > database might be an option (MON$DATABASE.MON$SEC_DATABASE=Self), but > this datab

[Firebird-devel] Firebird 3 - Embedded deployment - Secure database login

2015-10-19 Thread Thomas Steinmaurer
Hello, with Firebird 3, what are the capabilities to disallow unwanted users to open my database? I thought perhaps preparing a database pointing to itself as security database might be an option (MON$DATABASE.MON$SEC_DATABASE=Self), but this database then still can be opened by an embedded co

[Firebird-devel] Firebird 2.5.4 - Trace API - CREATE TRIGGER not captured including RDB$GET_CONTEXT

2015-10-19 Thread Thomas Steinmaurer
Hello, I'm using Firebird 2.5.4 x86 on Windows 7. A simple table: CREATE TABLE T1 ( ID INTEGER NOT NULL, CONSTRAINT PK_T1 PRIMARY KEY (ID) ); The following trace configuration: enabled true log_connections true log_transactions true log_statement_finish true print_plan true

[Firebird-devel] [FB-Tracker] Created: (CORE-4967) Replace all messages related to database file (path) existense with ENGLISH text

2015-10-19 Thread Pavel Zotov (JIRA)
Replace all messages related to database file (path) existense with ENGLISH text Key: CORE-4967 URL: http://tracker.firebirdsql.org/browse/CORE-4967 Project: Firebird Cor

Re: [Firebird-devel] Dump call stack

2015-10-19 Thread Vlad Khorsun
19.10.2015 17:30, Dimitry Sibiryakov wrote: > 19.10.2015 16:03, Vlad Khorsun wrote: >>It is bad idea, believe me. Better idea is to provide dump of process >> memory: > > Taing into account that "MiniDumpWriteDump may not produce a valid stack > trace for the > calling thread", it is bett

Re: [Firebird-devel] Dump call stack

2015-10-19 Thread Dimitry Sibiryakov
19.10.2015 16:03, Vlad Khorsun wrote: > It is bad idea, believe me. Better idea is to provide dump of process > memory: Taing into account that "MiniDumpWriteDump may not produce a valid stack trace for the calling thread", it is better to use both. -- WBR, SD. --

Re: [Firebird-devel] FB3 installation Windows Server 2012 RC2

2015-10-19 Thread Mark Rotteveel
On 17-10-2015 16:26, JS-Ohjelmointi (J Sariola) wrote: > Problem with Firebird 3.0.x.x in Windows Server 2012 RC2. > > How can I input Administrator when install haven't any effect to > security3.fdb and when trying to connect to database with isql comes error: > > isql -user sysdba employee > Stat

Re: [Firebird-devel] Dump call stack

2015-10-19 Thread Vlad Khorsun
18.10.2015 18:39, Dimitry Sibiryakov wrote: > Hello, All. > > Is there a method to dump call stack on Windows into firebird log in some > useful form > to find out how a routine got called? It is bad idea, believe me. Better idea is to provide dump of process memory: https://msdn.

[Firebird-devel] [FB-Tracker] Created: (CORE-4966) Firebird installer fails on El Capitan (MacOSX 10.11)

2015-10-19 Thread Paul Beach (JIRA)
Firebird installer fails on El Capitan (MacOSX 10.11) - Key: CORE-4966 URL: http://tracker.firebirdsql.org/browse/CORE-4966 Project: Firebird Core Issue Type: Bug Components: Inst