[Firebird-devel] ADO.NET provider 5.0.5.0

2016-05-23 Thread Jiří Činčura
More info: http://blog.cincura.net/233562-ado-net-provider-5-0-5-0-for-firebird-is-ready/ . -- Mgr. Jiří Činčura Independent IT Specialist -- Mobile security can be enabling, not merely restricting. Employees who bring t

Re: [Firebird-devel] FB/Java embedded connections - proposed solution for Firebird and Jaybird

2016-05-23 Thread Alex Peshkoff
On 05/23/2016 05:50 PM, Adriano dos Santos Fernandes wrote: > On 22/05/2016 15:16, alex wrote: >> 20.05.2016 15:47, Adriano dos Santos Fernandes wrote: >>> On 20/05/2016 09:06, Alex Peshkoff wrote: >>> So if engine does not verify it, we should create a service specific for >>> that: verify

Re: [Firebird-devel] FB/Java embedded connections - proposed solution for Firebird and Jaybird

2016-05-23 Thread Adriano dos Santos Fernandes
On 22/05/2016 15:16, alex wrote: > > 20.05.2016 15:47, Adriano dos Santos Fernandes wrote: >> On 20/05/2016 09:06, Alex Peshkoff wrote: >> So if engine does not verify it, we should create a service specific for >> that: verify user names and passwords. Looks bad solution than initial >

[Firebird-devel] [FB-Tracker] Created: (CORE-5249) Incorrect use of readlink() system call

2016-05-23 Thread Alexander Peshkov (JIRA)
Incorrect use of readlink() system call --- Key: CORE-5249 URL: http://tracker.firebirdsql.org/browse/CORE-5249 Project: Firebird Core Issue Type: Bug Components: Engine Affects Versions: 3.0

Re: [Firebird-devel] Null-termination of file link

2016-05-23 Thread Alex Peshkoff
On 05/21/2016 05:05 PM, Dimitry Sibiryakov wrote: > Hello, All. > > In config_file.cpp I see following piece of code: > >> if (PathUtils::isSymLink(tempPath)) >> { >> // If $(this) is a symlink, expand it. >> TEXT temp[MAXP