Re: [Firebird-devel] isc_database_info() and unknown info items

2020-02-11 Thread Dimitry Sibiryakov
11.02.2020 18:18, Alex Peshkoff via Firebird-devel wrote: Return isc_info_error. One funny thing there is with this item: in IB API it is always named to be a single-byte tag the same as isc_info_end and isc_info_truncated while everywhere in code it is used as an ordinary info item with

Re: [Firebird-devel] isc_database_info() and unknown info items

2020-02-11 Thread Alex Peshkoff via Firebird-devel
On 2020-02-11 19:22, Dimitry Sibiryakov wrote: Hello, All.   In my own provider is it ok to silently ignore info items that are not applicable to the provider or isc_info_error must be returned? Return isc_info_error. Looks like client's code should be able to at least it. Something like

[Firebird-devel] isc_database_info() and unknown info items

2020-02-11 Thread Dimitry Sibiryakov
Hello, All. In my own provider is it ok to silently ignore info items that are not applicable to the provider or isc_info_error must be returned? -- WBR, SD. Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listinfo/firebird-devel

Re: [Firebird-devel] No Firebird 4.0 snapshots

2020-02-11 Thread Dimitry Sibiryakov
11.02.2020 15:28, Adriano dos Santos Fernandes wrote: Git Version: 2.24.0 Environment: PATH: contains location of git.exe So, the posix utilities should not be on the path. 7zip Version: 19.00 So 7zip is installed and can be used. -- WBR, SD. Firebird-Devel mailing list, web

Re: [Firebird-devel] No Firebird 4.0 snapshots

2020-02-11 Thread Dimitry Sibiryakov
11.02.2020 15:03, Dmitry Yemanov wrote: The only question for me is whether it's going to work for automated GitHub builds on Windows. Do you have a shell access to that system? What is results of "where git" and "where unzip" commands? -- WBR, SD. Firebird-Devel mailing list, web

Re: [Firebird-devel] No Firebird 4.0 snapshots

2020-02-11 Thread Adriano dos Santos Fernandes
On 11/02/2020 11:03, Dmitry Yemanov wrote: > > The only question for me is whether it's going to work for automated > GitHub builds on Windows. Do they have GitTools on the PATH and if not > whether such a dependency can be setup there. > >

Re: [Firebird-devel] No Firebird 4.0 snapshots

2020-02-11 Thread Dmitry Yemanov
Adriano et al, Adriano, could you please take a look whether it can be improved.First it would be good if the project decides if unzip should bedeclared as a new dependency and could be used or not.Personally, I don't like the argument about Git (along with GitTools) being a mandatory dependency.

Re: [Firebird-devel] No Firebird 4.0 snapshots

2020-02-11 Thread Adriano dos Santos Fernandes
On 11/02/2020 07:36, Dmitry Yemanov wrote: > > > Adriano, could you please take a look whether it can be improved. > First it would be good if the project decides if unzip should be declared as a new dependency and could be used or not. Adriano Firebird-Devel mailing list, web interface at

Re: [Firebird-devel] No Firebird 4.0 snapshots

2020-02-11 Thread Dmitry Yemanov
10.02.2020 15:09, Mark Rotteveel wrote: Apparently the Linux snapshots were repaired, but there are still no snapshots under Windows. Is there any progress? The Windows snapshots are still broken. Fixed and uploaded, thanks for reminding. It appears that make_icu->zipjs path invokes

Re: [Firebird-devel] Key size of ChaCha20 implementation and interoperability with standard implementations

2020-02-11 Thread Mark Rotteveel
On 10-02-2020 17:19, Alex Peshkoff via Firebird-devel wrote: On 2020-01-26 16:01, Mark Rotteveel wrote: [..] Maybe instead the key should be stretched to 256 bit (eg using SHA256) instead? This would ensure that a 256 bit key is always used, and allows interoperability with implementations