summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ACL: add masteruser configuration for replicationzhaozhao.zz2019-02-123-1/+16
* Merge pull request #5831 from lamby/x32-warningsSalvatore Sanfilippo2019-02-111-2/+2
|\
| * Don't assume the __x86_64__ pointer size to avoid warnings on x32.Chris Lamb2019-02-111-2/+2
|/
* ACL: ACLFreeUserAndKillClients(): free user later.antirez2019-02-111-1/+1
* ACL: kill the old users clients after load aclfilezhaozhao.zz2019-02-111-22/+26
* ACL: add command fingerprint for CAT subcommand.antirez2019-02-081-1/+5
* ACL: add arity check in ACL command where missing.antirez2019-02-081-2/+2
* ACL: ignore modules commands when adding categories.antirez2019-02-081-0/+1
* ACL: some documentation inside redis.conf.antirez2019-02-081-0/+88
* ACL: load ACL file at startup. Prevent silly configurations.antirez2019-02-073-5/+35
* ACL: ACLLoadFromFile(): several errors fixed to make it work.antirez2019-02-071-9/+13
* ACL: ACLLoadFromFile(), restore DefaultUser global.antirez2019-02-071-0/+2
* ACL: fix fgets wrong buffer size.antirez2019-02-071-1/+1
* ACL: add assertion and fix comment typo.antirez2019-02-071-1/+2
* ACL: fix a few ACLLoadFromFile() errors and finish ACLFreeUsersSet().antirez2019-02-071-2/+3
* ACL: WIP: preserve the old config on loading errors.antirez2019-02-071-2/+66
* ACL: implement LOAD subcommand plus some minor rafactoring.antirez2019-02-071-5/+24
* ACL: fix and complete ACLLoadFromFile() loading step.antirez2019-02-071-4/+23
* ACL: now ACLLoadFromFile() validates against fake user.antirez2019-02-061-5/+34
* ACL: refactoring creation of unlinked users.antirez2019-02-061-5/+18
* ACL: initial design for ACLLoadFromFile() function.antirez2019-02-061-0/+79
* ACL: redis.conf: mark old ACL-alike stuff as deprecated.antirez2019-02-051-9/+28
* ACL: ability to configure an external ACL file.antirez2019-02-051-0/+5
* ACL: change behavior of redefined user. Last line counts.antirez2019-02-051-5/+5
* ACL: implement rewriting of users in redis.conf.antirez2019-02-053-0/+39
* ACL: fix user/rule inverted error message.antirez2019-02-041-1/+1
* ACL: load the defined users at server startup.antirez2019-02-041-0/+5
* ACL: implement ACLLoadConfiguredUsers().antirez2019-02-042-0/+41
* ACL: better error reporting in users configuration errors.antirez2019-02-042-1/+6
* ACL: make ACLAppendUserForLoading() able to report bad argument.antirez2019-02-043-5/+14
* ACL: initial appending of users in user loading list.antirez2019-02-043-3/+17
* ACL: implement ACLAppendUserForLoading().antirez2019-02-011-0/+18
* ACL: skeleton and first ideas for postponed user loading.antirez2019-02-011-4/+35
* ACL: set modules help clients to the root user.antirez2019-02-011-0/+2
* ACL: assign ACL command ID to modules commands.antirez2019-02-011-0/+1
* ACL: implement DELUSER.antirez2019-01-311-0/+49
* ACL: check arity of LIST / USERS subcommand.antirez2019-01-311-1/+3
* ACL: don't emit useless flags in ACLDescribeUser().antirez2019-01-311-0/+4
* ACL: implement LIST and USERS subcommands.antirez2019-01-311-9/+32
* ACL: flags refactoring, function to describe user.antirez2019-01-312-24/+74
* ACL: add function to return ACLSetUser() string errors.antirez2019-01-301-14/+21
* ACL: don't allow patterns after the * pattern.antirez2019-01-301-0/+11
* ACL: implement keys field in ACL GETUSER.antirez2019-01-301-1/+17
* Acl: Test: check command rules synthesis.antirez2019-01-301-0/+22
* ACL: free memory leak when freeing subcommands array.antirez2019-01-301-2/+7
* ACL: return error when adding subcommands of fully added commands.antirez2019-01-301-1/+17
* ACL: remove leak in ACLSetUser().antirez2019-01-301-0/+1
* ACL: ACLDescribeUserCommandRules(): emit subcommands.antirez2019-01-301-0/+13
* ACL: clear the subcommands array when setting category bits.antirez2019-01-301-1/+6
* ACL: finish/fix ACLDescribeUserCommandRules() first version.antirez2019-01-291-6/+23