Skip to content
Snippets Groups Projects
  1. Sep 04, 2014
  2. Sep 02, 2014
  3. Sep 01, 2014
  4. Aug 31, 2014
    • bigbes's avatar
      Small fixes · 5c4cad62
      bigbes authored
      5c4cad62
    • bigbes's avatar
      Add systemd specs and following remarks: · 87812978
      bigbes authored
      * In RPM/DEB we introduce new utility - tarantool_ctl (extra/dist/dist.lua)
      * /var/pid -> /var/run
      * Fix extra/dist/dist.lua
      * /extra/dist/tarantool.init and /extra/dist/tarantool.service now
        are regenerated by cmake (paths to `dist.lua`)
      * Systemd service (Uses sysv-init script)
      * RPM Supports both systemd and init (by using '--with systemd' in
        rpmbuild flags)
      87812978
  5. Aug 29, 2014
  6. Aug 27, 2014
  7. Aug 20, 2014
    • Konstantin Osipov's avatar
      Roles · e5862c38
      Konstantin Osipov authored
      Split effective and granted access.
      Add "role exists", "role doesn't exist" errors.
      Test role create and drop.
      
      Rename space_check_access() to access_check_space()
      to follow the convention.
      box.session.su('role') is not allowed
      
      Implement box.schema.user.info() which print user's grants
      e5862c38
  8. Aug 15, 2014
  9. Aug 12, 2014
  10. Aug 06, 2014
  11. Aug 04, 2014
    • Konstantin Osipov's avatar
      A fix and a test case for gh-409 · 0cb32dbb
      Konstantin Osipov authored
      gh-409: connect followed by session.su causes privilege error
      
      The problem was in the order of access checks
      for functions:
          if a user has no universal access,
              find function
              check if a user has rights to execute the function
      
      There were no pre-created function object for
      'dostring', so access check for this function failed.
      
      The fix is to give universal access to ADMIN user
      right in bootstrap.snap and remove check for ADMIN uid
      as a special case from access checks.
      This avoids a functio lookup which would still find nothing.
      
      The fix revealed a race condition in replica bootstrap
      (see changed replication tests):
      replica begins accepting requets before fully recovering.
      Add a manual check for full replica recovery to make
      the tests pass.
      0cb32dbb
  12. Jul 30, 2014
  13. Jul 22, 2014
  14. Jul 21, 2014
    • bigbes's avatar
      Changes: · ea7e6e2c
      bigbes authored
      1) Backport `path_find`
      2) Disable debuginfo in RPM
      3) Disable failing part of BSDSocket test
      ea7e6e2c
  15. Jul 14, 2014
  16. Jul 10, 2014
  17. Jun 27, 2014
  18. Jun 26, 2014
  19. Jun 25, 2014
  20. Jun 23, 2014
  21. Jun 20, 2014
  22. Jun 19, 2014
  23. Jun 17, 2014
  24. Jun 13, 2014
Loading