Re: [Firebird-devel] Parsing fbtrace.conf

2015-07-28 Thread Dmitry Yemanov
28.07.2015 20:12, Paul Reeves wrote: > > Of course, there is another related question - what is the correct behaviour? > I know a lot of config file parsers are written to parse to the end and > whichever values are set last are the values used. For example postfix is > specifically designed to all

Re: [Firebird-devel] Parsing fbtrace.conf

2015-07-28 Thread Vlad Khorsun
28.07.2015 20:12, Paul Reeves wrote: > > I managed to accidentally create this pseudo config file today: > > > enabled false > blah blah > > > > enabled true > blah blah > > > and was very surprised to find no trace output for mydb. After a lot of head > scratching I finally worked it o

[Firebird-devel] Parsing fbtrace.conf

2015-07-28 Thread Paul Reeves
I managed to accidentally create this pseudo config file today:  enabled false  blah blah  enabled true  blah blah and was very surprised to find no trace output for mydb. After a lot of head scratching I finally worked it out. It looks as if the parser stops on the first match of mydb, r

[Firebird-devel] [FB-Tracker] Created: (CORE-4889) FBSVCMGR with `action_trace_start` prevents in 3.0 SuperServer from connecting using local protocol (in particularly, prevents from doing NBACKUP)

2015-07-28 Thread Pavel Zotov (JIRA)
FBSVCMGR with `action_trace_start` prevents in 3.0 SuperServer from connecting using local protocol (in particularly, prevents from doing NBACKUP) --

[Firebird-devel] [FB-Tracker] Created: (CORE-4887) AFTER CREATE/ALTER PACKAGE DDL triggers runs in incorrectly moment

2015-07-28 Thread Adriano dos Santos Fernandes (JIRA)
AFTER CREATE/ALTER PACKAGE DDL triggers runs in incorrectly moment -- Key: CORE-4887 URL: http://tracker.firebirdsql.org/browse/CORE-4887 Project: Firebird Core Issue Type: Bug

Re: [Firebird-devel] Insecure hashing and encryption in Firebird 3

2015-07-28 Thread Dmitry Yemanov
27.07.2015 17:07, Jim Starkey wrote: > Question: Does Firebird detect, report, and shutdown repetitive attacks > on passwords? Yes, it does (in single-process architectures). Dmitry -- Firebird-Devel mailing list, we

Re: [Firebird-devel] Insecure hashing and encryption in Firebird 3

2015-07-28 Thread James Starkey
On Monday, July 27, 2015, Alex Peshkoff wrote: > On 07/26/2015 10:00 PM, Ivan Arabadzhiev wrote: > > Personally, I've recently started using (mostly for kicks) things like > > https://en.wikipedia.org/wiki/Scrypt > > https://en.wikipedia.org/wiki/Bcrypt > > https://en.wikipedia.org/wiki/PBKDF2 >