Re: [Firebird-devel] Plugin registration name

2016-05-12 Thread Alex Peshkoff
On 05/11/2016 07:17 PM, Dimitry Sibiryakov wrote: > Hello, All. > > Is subj case sensitive? > If I call registerPluginFactory() with name "MyPlugin", will it be > accessible as > "myplugin" later? > PathName rules -

Re: [Firebird-devel] FB 3 source code analisys

2016-05-12 Thread Alex Peshkoff
On 05/11/2016 06:26 PM, Adriano dos Santos Fernandes wrote: > On 11/05/2016 10:49, Carlos H. Cantu wrote: >> FYI: >> http://www.viva64.com/en/b/0396/ >> >> > On this code: > > THREAD_ENTRY_DECLARE Service::run(THREAD_ENTRY_PARAM arg) > { > int exit_code = -1; > try > { > Ser

Re: [Firebird-devel] Plugin registration name

2016-05-12 Thread Dimitry Sibiryakov
12.05.2016 10:21, Alex Peshkoff wrote: >> If I call registerPluginFactory() with name "MyPlugin", will it be >> accessible as >> >"myplugin" later? >> > > PathName rules Are you sure? In the case of wire encryption plugin (and may be auth and base encryption) this name is traveling acro

Re: [Firebird-devel] Plugin registration name

2016-05-12 Thread Alex Peshkoff
On 05/12/2016 12:47 PM, Dimitry Sibiryakov wrote: > 12.05.2016 10:21, Alex Peshkoff wrote: >>> If I call registerPluginFactory() with name "MyPlugin", will it be >>> accessible as "myplugin" later? >> PathName rules > Are you sure? In the case of wire encryption plugin (and may

Re: [Firebird-devel] Plugin registration name

2016-05-12 Thread Dimitry Sibiryakov
12.05.2016 11:54, Alex Peshkoff wrote: > Registered name - no, it does not. Travels configured plugin name. In common case former is used as later. -- WBR, SD. -- Mobile security can be enabling, not merely restri

Re: [Firebird-devel] Plugin registration name

2016-05-12 Thread Dimitry Sibiryakov
12.05.2016 10:21, Alex Peshkoff wrote: > PathName rules Ok. Could you add it to API manual? -- WBR, SD. -- Mobile security can be enabling, not merely restricting. Employees who bring their own devices (BYOD) to w

Re: [Firebird-devel] Plugin registration name

2016-05-12 Thread Alex Peshkoff
On 05/12/2016 01:07 PM, Dimitry Sibiryakov wrote: > 12.05.2016 10:21, Alex Peshkoff wrote: >> PathName rules > Ok. Could you add it to API manual? > Please read here http://www.firebirdsql.org/rlsnotesh/config-fb-conf.html Pay attention that plugins are widely used in configuration files. What

Re: [Firebird-devel] Plugin registration name

2016-05-12 Thread Dimitry Sibiryakov
12.05.2016 15:17, Alex Peshkoff wrote: > Please read here > http://www.firebirdsql.org/rlsnotesh/config-fb-conf.html > Pay attention that plugins are widely used in configuration files. At first, this manual has no mention of plugins at all. They are briefly described in README.Plugins.html,