1. 25 Feb, 2019 1 commit
  2. 21 Feb, 2019 1 commit
  3. 13 Feb, 2019 2 commits
    • 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
  4. 12 Feb, 2019 1 commit
  5. 11 Feb, 2019 1 commit
  6. 07 Feb, 2019 1 commit
  7. 05 Feb, 2019 1 commit
  8. 04 Feb, 2019 1 commit
  9. 23 Jan, 2019 4 commits
  10. 22 Jan, 2019 4 commits
  11. 21 Jan, 2019 1 commit
  12. 18 Jan, 2019 1 commit
  13. 17 Jan, 2019 2 commits
  14. 16 Jan, 2019 1 commit
  15. 15 Jan, 2019 3 commits
  16. 14 Jan, 2019 2 commits
  17. 11 Jan, 2019 2 commits
  18. 10 Jan, 2019 1 commit
  19. 09 Jan, 2019 10 commits