[Firebird-devel] usage privileges

2015-03-29 Thread Alex Peshkoff
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 bug that requires fixing? --

Re: [Firebird-devel] usage privileges

2015-03-29 Thread Ann Harrison
> On Mar 29, 2015, at 8:58 AM, Alex Peshkoff 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 bug that requ

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 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 s

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 be

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

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

2015-03-29 Thread Nils
However today I tried to actually use it on my Mac. And I guess the schemes in Xcode are not ready to simply start it from the ide. So in the build directory I tried to start it using fbguard: sudo bin/fbguard -daemon Which failed with the following entries in the Firebird.log file: macbook.local

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 othe