- Nov 29, 2014
-
-
Domingo Alvarez Duarte authored
This code didn't worked on ARM, changing the table and parameters to int seems to work fine on any platform.
-
- Nov 27, 2014
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Track granted roles. Represent roles granted to a user with a bitmap. Disallow loops in role grants. Add tests for box.schema.user.grant('username', 'rolename') Add basic tests for loops in grant sequences. Rewrite largely buggy code in authentication token lookup. Do not waste space on authentication token bitmap, correctly check for overflow of the bitmap.
-
Roman Tsisyk authored
-
Dmitry Simonenko authored
-
Dmitry Simonenko authored
-
ocelot-inc authored
-
- Nov 26, 2014
-
-
Dmitry Simonenko authored
-
Alexandr authored
- Nov 25, 2014
-
-
ocelot-inc authored
-
Konstantin Osipov authored
A few renames.
-
Roman Tsisyk authored
-
- Nov 24, 2014
-
-
bigbes authored
-
bigbes authored
-
bigbes authored
-
bigbes authored
-
bigbes authored
Rewritten
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Write a function which can be used to check whether a user exists or not. Fixes gh-632.
-
Alexandr authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
- Nov 22, 2014
-
-
Roman Tsisyk authored
Users should be able to specify some flags in CC or CXX variables instead of putting it to to C/CXXFLAGS (e.g. CC="cc --sysroot=xx -m32"). We faced with this problem on Intel Edison/Galileo SDK.
-
Roman Tsisyk authored
-
- Nov 21, 2014
-
-
Alexandr authored
added comments to rtree, added more misc tests for rtree, moved key validation from index to key_def, added NUMBER key type
-
Dmitry Simonenko authored
-
Dmitry Simonenko authored
-
Dmitry Simonenko authored
-
- Nov 20, 2014
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
If no password is set for GUEST user, the authentication request must not contain auth data, only user name.
-
Konstantin Osipov authored
If no password is set for GUEST user, allow a client to authenticate to GUEST. For all other users, no password means that it's only possible to become such user with session.su() or inside a setuid function. The exception for GUEST user is useful for connection pooling, where we would like to "reset" a connection to its default, non-authenticated state, when returning it to the pool.
-
- Nov 19, 2014
-
-
ocelot-inc authored
-