[Firebird-devel] [FB-Tracker] Created: (CORE-4993) Cannot open FDB file when folder path includes character code of 0x5c.

2015-11-06 Thread Tatsuya Saito (JIRA)
Cannot open FDB file when folder path includes character code of 0x5c. -- Key: CORE-4993 URL: http://tracker.firebirdsql.org/browse/CORE-4993 Project: Firebird Core Issue Ty

Re: [Firebird-devel] Sending db encryption key from application

2015-11-06 Thread Alex Peshkoff
On 11/06/2015 06:26 PM, Jim Starkey wrote: > A client side key really needs to be sent over an encrypted connection, > but establishing a session key is more than a little tricky. SSL, for > examples, uses public key encryption to pass random session keys where > the public key is on a certificate

Re: [Firebird-devel] Sending db encryption key from application

2015-11-06 Thread Jim Starkey
A client side key really needs to be sent over an encrypted connection, but establishing a session key is more than a little tricky. SSL, for examples, uses public key encryption to pass random session keys where the public key is on a certificate signed by recognized authority. Requiring cer

[Firebird-devel] [FB-Tracker] Created: (CORE-4992) regression of CORE-847 -- computed field can't be changed to non-computed using 'alter table alter column type xy'

2015-11-06 Thread Reginald Poyau (JIRA)
regression of CORE-847 -- computed field can't be changed to non-computed using 'alter table alter column type xy' -- Key: CORE-4992 URL: http://tracke

Re: [Firebird-devel] Sending db encryption key from application

2015-11-06 Thread Alex Peshkoff
On 11/06/2015 05:59 PM, Dimitry Sibiryakov wrote: > Hello, All. > > Example application works for embedded database access, but not for > remote. Is it as > expected? > It worked for me in remote connections when I was checking it. Will recheck in the beginning of next week. --

[Firebird-devel] Sending db encryption key from application

2015-11-06 Thread Dimitry Sibiryakov
Hello, All. Example application works for embedded database access, but not for remote. Is it as expected? -- WBR, SD. -- Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/lis

Re: [Firebird-devel] Exit from isql logs INET error on Windows after unsuccessful connection attempts

2015-11-06 Thread Alex Peshkoff
On 11/06/2015 04:42 PM, Dimitry Sibiryakov wrote: > 06.11.2015 14:39, Alex Peshkoff wrote: >> On linux I do not reproduce this: > One or more unsuccessful attempts AND then a successful one is a > requirement. > Tried to reproduce exactly - no luck. On linux I get no records in firebird.log.

Re: [Firebird-devel] Exit from isql logs INET error on Windows after unsuccessful connection attempts

2015-11-06 Thread Dimitry Sibiryakov
06.11.2015 14:39, Alex Peshkoff wrote: > On linux I do not reproduce this: One or more unsuccessful attempts AND then a successful one is a requirement. -- WBR, SD. -- Firebird-Devel mailing list, web interface at

Re: [Firebird-devel] Exit from isql logs INET error on Windows after unsuccessful connection attempts

2015-11-06 Thread Alex Peshkoff
On 11/06/2015 04:26 PM, Dimitry Sibiryakov wrote: > Hello, All. > > Something must be wrong with recent network changes because after > executing following > script I'm getting in firebird.log number of "INET/inet_error: read errno = > 10054" errors > equal to number of unsuccessful conne

[Firebird-devel] Exit from isql logs INET error on Windows after unsuccessful connection attempts

2015-11-06 Thread Dimitry Sibiryakov
Hello, All. Something must be wrong with recent network changes because after executing following script I'm getting in firebird.log number of "INET/inet_error: read errno = 10054" errors equal to number of unsuccessful connection attempts. connect localhost:test user sysdba password wr

Re: [Firebird-devel] Client-side key holders

2015-11-06 Thread Alex Peshkoff
On 11/06/2015 02:18 PM, Dimitry Sibiryakov wrote: > 06.11.2015 9:34, Alex Peshkoff wrote: >> On 11/05/2015 06:59 PM, Dimitry Sibiryakov wrote: >>> Is configuration when DB encryption key is provided by key holder >>> configured in >>> firebird.conf on client side supposed to work at all? >>

Re: [Firebird-devel] Client-side key holders

2015-11-06 Thread Dimitry Sibiryakov
06.11.2015 9:34, Alex Peshkoff wrote: > On 11/05/2015 06:59 PM, Dimitry Sibiryakov wrote: >> Is configuration when DB encryption key is provided by key holder >> configured in >> firebird.conf on client side supposed to work at all? > > No. Are there some theoretical/practical objections

Re: [Firebird-devel] git repo not updated since 25/10

2015-11-06 Thread Adriano dos Santos Fernandes
On 06/11/2015 06:57, Treeve Jelbert wrote: > the most recent update is 62417 > > > Author: hvlad > Date: Sun Oct 25 13:54:39 2015 + > > Fixed bug CORE-4968 : fbtrace.conf in FB30-HOME: missing equality > sign ('=') between parameter "log_errors" and its default values > ("false") >

[Firebird-devel] git repo not updated since 25/10

2015-11-06 Thread Treeve Jelbert
the most recent update is 62417 Author: hvlad Date: Sun Oct 25 13:54:39 2015 + Fixed bug CORE-4968 : fbtrace.conf in FB30-HOME: missing equality sign ('=') between parameter "log_errors" and its default values ("false") https://github.com/FirebirdSQL/core.git --

Re: [Firebird-devel] Client-side key holders

2015-11-06 Thread Alex Peshkoff
On 11/05/2015 06:59 PM, Dimitry Sibiryakov wrote: > Hello, All. > > Is configuration when DB encryption key is provided by key holder > configured in > firebird.conf on client side supposed to work at all? > No. ---