summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | ACL: ACLDescribeUserCommandRules(): add final commands.antirez2019-01-291-0/+14
* | ACL: initial design for ACLDescribeUserCommandRules() and helpers.antirez2019-01-291-0/+88
* | ACL: enforce ACLs in Lua scripts as well.antirez2019-01-291-0/+16
* | ACL: refactoring and fix of adding subcommands to users.antirez2019-01-281-19/+34
* | ACL: Test: check subcommands (test fails).antirez2019-01-281-0/+9
* | ACL: reset the subcommands table on +@all / -@all.antirez2019-01-281-0/+13
* | ACL: fix crash when checking for subcommands.antirez2019-01-281-1/+6
* | ACL: Test: nopass user flag, commands/groups +/- rules.antirez2019-01-281-0/+23
* | ACL: Test: check default behavior and keys ACLs.antirez2019-01-281-0/+20
* | Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2019-01-281-1/+2
|\ \
| * \ Merge pull request #5808 from ArkayZheng/ArkayWorkSalvatore Sanfilippo2019-01-271-1/+2
| |\ \
| | * | Fix the output bug in rename exceptions.ArkayZheng2019-01-251-1/+2
* | | | ACL: Test: add the acl tests as default unit.antirez2019-01-281-0/+1
* | | | ACL: remove leak when removing passwords/patterns.antirez2019-01-281-0/+7
* | | | ACL: Test: check passwords validity and removal.antirez2019-01-281-2/+19
* | | | ACL: Test: enabled/disabled user.antirez2019-01-281-0/+15
* | | | ACL: create unit test.antirez2019-01-281-0/+5
|/ / /
* | | ACL: fix command bit check.antirez2019-01-261-3/+3
* | | ACL: remove the ALLCOMMANDS user flag at a safer place.antirez2019-01-251-2/+4
* | | ACL: fix command ID assignment off by one error.antirez2019-01-251-1/+2
* | | ACL: remove useless NULL check.antirez2019-01-251-1/+1
* | | Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2019-01-251-3/+6
|\ \ \
| * \ \ Merge pull request #5806 from soloestoy/bugfix-acl-check-key-patternSalvatore Sanfilippo2019-01-251-3/+6
| |\ \ \
| | * | | ACL: fix memory leak when key patterns no matchzhaozhao.zz2019-01-251-2/+5
| | * | | ACL: check patterns instead of passwords in ACLCheckCommandPermzhaozhao.zz2019-01-251-1/+1
* | | | | Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2019-01-251-13/+8
|\ \ \ \ \ | |/ / / /
| * | | | Merge pull request #5804 from artix75/devSalvatore Sanfilippo2019-01-251-13/+8
| |\ \ \ \ | | |/ / / | |/| | |