Re: [Firebird-devel] usage privileges

2015-03-29 Thread Dimitry Sibiryakov
29.03.2015 16:31, Alex Peshkoff wrote: The main problem I see in current code is that we already have a command: grant usage on sequence gen_name to some_user; but it does not affect user rights to access gen_name - generators may be access with this command or without it (i.e. as it was

Re: [Firebird-devel] usage privileges

2015-03-29 Thread Alex Peshkoff
On 03/29/15 17:19, Ann Harrison wrote: On Mar 29, 2015, at 8:58 AM, Alex Peshkoff peshk...@mail.ru wrote: Currently access to sequences/generators and exceptions is not limited, i.e. user not granted explicitly any rights can access sequences and exceptions. I wonder - who added that

Re: [Firebird-devel] usage privileges

2015-03-29 Thread Alex Peshkoff
On 03/29/15 17:35, Dimitry Sibiryakov wrote: 29.03.2015 16:31, Alex Peshkoff wrote: The main problem I see in current code is that we already have a command: grant usage on sequence gen_name to some_user; but it does not affect user rights to access gen_name - generators may be access with

Re: [Firebird-devel] usage privileges

2015-03-29 Thread Ann Harrison
On Mar 29, 2015, at 8:58 AM, Alex Peshkoff peshk...@mail.ru wrote: Currently access to sequences/generators and exceptions is not limited, i.e. user not granted explicitly any rights can access sequences and exceptions. I wonder - who added that privileges in such way? Is it WIP or a

Re: [Firebird-devel] Build Firebird on Mac OSX Yosemite with CMake

2015-03-29 Thread Egor Pugin
Hi, Actually I didn't try to run Firebird on OS X before, but... I ran fbserver from Xcode and the standard socket() function cannot create socket. remote/inet.cpp:3060 fd = ::socket(domain, type | O_CLOEXEC, protocol); (The execution does not go into the next if statement. It seems errno has