Re: [Firebird-devel] Struggling with authentication

2015-11-21 Thread Mark Rotteveel
On 21-11-2015 15:18, Mark Rotteveel wrote: > On 18-11-2015 19:38, Alex Peshkoff wrote: >> On 11/18/2015 07:59 PM, Mark Rotteveel wrote: >>> Because most java developers don't want native dependencies, as they are >>> annoying when your application is deployed on systems with different >>> archite

Re: [Firebird-devel] Struggling with authentication

2015-11-21 Thread Mark Rotteveel
On 18-11-2015 19:38, Alex Peshkoff wrote: > On 11/18/2015 07:59 PM, Mark Rotteveel wrote: >> Because most java developers don't want native dependencies, as they are >> annoying when your application is deployed on systems with different >> architectures, it has a performance overhead, bugs in na

Re: [Firebird-devel] Struggling with authentication

2015-11-18 Thread Alex Peshkoff
On 11/18/2015 07:59 PM, Mark Rotteveel wrote: > Because most java developers don't want native dependencies, as they are > annoying when your application is deployed on systems with different > architectures, it has a performance overhead, bugs in native dependencies can > crash the jvm. > I rea

Re: [Firebird-devel] Struggling with authentication

2015-11-18 Thread Mark Rotteveel
d Developers" Onderwerp: [Firebird-devel] Struggling with authentication Datum: wo, nov. 18, 2015 17:04 18.11.2015 16:48, Mark Rotteveel wrote: > You don't seem to realise how hard it is to implement a protocol if you > only have hard to follow source code available in a language you are

Re: [Firebird-devel] Struggling with authentication

2015-11-18 Thread Alex Peshkoff
On 11/18/2015 07:04 PM, Dimitry Sibiryakov wrote: > 18.11.2015 16:48, Mark Rotteveel wrote: >> You don't seem to realise how hard it is to implement a protocol if you >> only have hard to follow source code available in a language you are not >> fluent in, and when some cases seem to work and other

Re: [Firebird-devel] Struggling with authentication

2015-11-18 Thread marius adrian popa
fbclient.dll is a dependency that we try to avoid in pure drivers : Java , .Net , python , javascript , golang ... we need a clear spec for the protocol so it can be implemented in other languages like pascal ... On Wed, Nov 18, 2015 at 6:04 PM, Dimitry Sibiryakov wrote: > 18.11.2015 16:48, Mar

Re: [Firebird-devel] Struggling with authentication

2015-11-18 Thread Dimitry Sibiryakov
18.11.2015 16:48, Mark Rotteveel wrote: > You don't seem to realise how hard it is to implement a protocol if you > only have hard to follow source code available in a language you are not > fluent in, and when some cases seem to work and others don't. I am > seriously considering to quit developin

Re: [Firebird-devel] Struggling with authentication

2015-11-18 Thread Mark Rotteveel
On 18-11-2015 16:35, Alex Peshkoff wrote: > On 11/18/2015 02:09 PM, Mark Rotteveel wrote: >> I am still working with implementing the authentication for Firebird 3. >> And I want some one to document and describe the exact exchange of >> messages to me **without referring to the C++ code**, especia

Re: [Firebird-devel] Struggling with authentication

2015-11-18 Thread Alex Peshkoff
On 11/18/2015 02:09 PM, Mark Rotteveel wrote: > I am still working with implementing the authentication for Firebird 3. > And I want some one to document and describe the exact exchange of > messages to me **without referring to the C++ code**, especially with > regard to multiple authentication pl

[Firebird-devel] Struggling with authentication

2015-11-18 Thread Mark Rotteveel
I am still working with implementing the authentication for Firebird 3. And I want some one to document and describe the exact exchange of messages to me **without referring to the C++ code**, especially with regard to multiple authentication plugins and acceptance or reject of the authenticati