- Jul 10, 2014
-
-
Roman Tsisyk authored
-
- Jun 27, 2014
-
-
bigbes authored
-
- Jun 26, 2014
-
-
Konstantin Osipov authored
Add provisioning for user type. Support user type in alter. Do not return roles in user_by_name(). Make it possible to grant privileges on roles ('execute').
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
- Jun 25, 2014
-
-
Konstantin Osipov authored
Add a owner for a user, use owner privileges to check whether or not it's possible to drop a user. Rebuild empty.snap, it can be used as bootstrap.snap to fill the schema from scratch. Update bootstrap.snap with an index on _user[2] (second field in _user).
-
Konstantin Osipov authored
-
bigbes authored
t chec # On branch stable
-
Eugine Blikh authored
-
- Jun 23, 2014
-
-
Eugine Blikh authored
-
- Jun 20, 2014
-
-
bigbes authored
-
- Jun 19, 2014
-
-
Konstantin Osipov authored
-
- Jun 17, 2014
-
-
Eugine Blikh authored
-
bigbes authored
-
- Jun 13, 2014
- Jun 12, 2014
- Jun 11, 2014
-
-
bigbes authored
-
bigbes authored
* Move building of modules into Lua (in rpmspec) * Remove tarantool.cfg and init.d/tarantool_box from SCL spec (bug in cmake28-epel-6-x86_64) * Merge two specs (for EL and other RPM linuxes) * Add Fedora's Mock specifications
-
bigbes authored
* extra/rpm/tarantool-scl.rpm.spec - SCL spec for 1.5 * extra/rpm/tarantool-el.rpm.spec.in - Enetrprise Linux 5/6 Specification * extra/rpm/tarantool.rpm.spec.in - Specification for other Linuxs - Build (tarantool-el.rpm.spec and tarantool.rpm.spec) with `--define 'scl 15'`for SCL build. - Preserve old spec (for compatibility) - Add dependencies into Specifications, two specs for Mock. - Create configuration files for Mock builds for EL-{5,6}-{i386,x86_64} Working with Mock: cmake . make new_rpm{_el,}_src mock -r <config> --init mock -r <config> --rebuild <path_to_srpm> Merging commits
-
- Jun 04, 2014
-
-
bigbes authored
-
- May 28, 2014
-
-
bigbes authored
-
- May 26, 2014
-
-
bigbes authored
* New brewspec, that gives ability to build latest stable (for latest master you need to pass '--devel' flag) * All dependencies are inside this spec * We can now test Tarantool (you need to pass '--with-tests' flag to 'brew') * We can build Tarantool with -DCMAKE_BUILD_TYPE=Debug (default is 'Release') * Fix for name of pypi module - ('python-daemon', not 'daemon') * Fix README for MacOSX
-
- May 15, 2014
-
-
bigbes authored
-
- Apr 24, 2014
-
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
- Apr 23, 2014
-
-
Roman Tsisyk authored
-
- Apr 14, 2014
- Apr 11, 2014
-
-
Dmitry Simonenko authored
-
Dmitry Simonenko authored
-
- Apr 10, 2014
-
-
Konstantin Osipov authored
Update mans, docs. A lot of resources still need to be updated (build scripts, etc).
-
Konstantin Osipov authored
-
- Mar 25, 2014
-
-
Roman Tsisyk authored
-
- Mar 20, 2014
-
-
Roman Tsisyk authored
* Install *.lua modules into ${DATADIR}/tarantool/1.5 and *.so modules into ${LIBDIR}/tarantool/1.5 * Fix default package.path and package.cpath * Install Lua headers to ${INCLUDE_DIR}/tarantool/1.5 * Install config.h to ${INCLUDE_DIR}/tarantool/1.5 * Add a new package - tarantool-dev (server development headers) * Use RPM Macroses in rpm.spec * Fix tarball generation for Debian * Use GNUInstallDirs.cmake to setup directories
-
- Mar 13, 2014
-
-
Dmitry Simonenko authored
-
- Mar 11, 2014
-
-
Konstantin Osipov authored
Add new system spaces _user and _priv to store users, their passwords and their privileges. Implement an authentication request in iproto protocol Add a system space _func to store presistent information about Lua functions. A function is now a subject to ownership and privilege control. Use MySQL-style sha1-double-hashing authentication by default. Implement new Lua functions: box.session.su() box.session.uid() box.schema.user.create() box.schema.user.drop() box.schema.user.grant() box.schema.user.revoke() box.schema.func.create() box.schema.func.drop() Store space creator in space definition. What this patch doesn't implement: - privilege checks in replication - authentication of replication slaves - exhaustive test coverage
-