1. 13 Feb, 2019 4 commits
    • Salvatore Sanfilippo's avatar
      Merge pull request #5836 from soloestoy/fix-acl-warning · fd7484cd
      Salvatore Sanfilippo authored
      ACL: show categories in COMMAND reply
      fd7484cd
    • zhaozhao.zz's avatar
      ACL: show categories in COMMAND reply · 14507457
      zhaozhao.zz authored
      Adding another new filed categories at the end of
      command reply, it's easy to read and distinguish
      flags and categories, also compatible with old format.
      14507457
    • antirez's avatar
      ACL: tag LASTSAVE as dangerous. · e819c2ef
      antirez authored
      That's not REALLY needed, but... right now with LASTSAVE being the only
      command tagged as "admin" but not "dangerous" what happens is that after
      rewrites the rewrite engine will produce from the rules:
      
          user default on +@all ~* -@dangerous nopass
      
      The rewrite:
      
          user default on nopass ~* +@all -@admin -@dangerous +lastsave
      
      Which is correct but will have users wondering about why LASTSAVE has
      something special.
      
      Since LASTSAVE after all also leaks information about the underlying
      server configuration, that may not be great for SAAS vendors, let's tag
      it as dangerous as well and forget about this issue :-)
      e819c2ef
    • zhaozhao.zz's avatar
      ACL: fix cat type format warning · a65094da
      zhaozhao.zz authored
      a65094da
  2. 12 Feb, 2019 9 commits
  3. 11 Feb, 2019 6 commits
  4. 08 Feb, 2019 4 commits
  5. 07 Feb, 2019 9 commits
  6. 06 Feb, 2019 3 commits
  7. 05 Feb, 2019 4 commits
  8. 04 Feb, 2019 1 commit