Re: [Firebird-devel] op_crypt_key_callback response

2017-08-03 Thread Jiří Činčura
BTW can I rely on the order of callbacks? First for database and the other for security (or maybe vice versa, I don't have the code in front of me now). -- Mgr. Jiří Činčura https://www.tabsoverspaces.com/ -- Check out t

Re: [Firebird-devel] op_crypt_key_callback response

2017-06-24 Thread Jiří Činčura
>Yes. When keyholder is configured in global configuration, a key is >requested for any > database, no matter if it is encrypted or not. Weird, but I suppose there's a reason. Thanks. -- Mgr. Jiří Činčura https://www.tabsoverspaces.com/ -

Re: [Firebird-devel] op_crypt_key_callback response

2017-06-24 Thread Jiří Činčura
On Sat, Jun 24, 2017, at 18:10, Dimitry Sibiryakov wrote: >One key more for security database. Even when the security database is not encrypted? -- Mgr. Jiří Činčura https://www.tabsoverspaces.com/ -- Check out the v

[Firebird-devel] op_crypt_key_callback response

2017-06-24 Thread Jiří Činčura
Hi *, is there a reason why after first op_attach to the freshly started server I'm getting op_crypt_key_callback twice while rest of the time only once (as expected)? On first run: -> op_attach <- op_crypt_key_callback -> op_crypt_key_callback <- op_crypt_key_callback -> op_crypt_key_callback <-