summaryrefslogtreecommitdiff
path: root/tests/unit/acl.tcl
Commit message (Expand)AuthorAgeFilesLines
* Disconnect pub-sub subscribers when revoking `allchannels` permission (#11992)Slava Koyfman2023-04-021-0/+14
* Custom authentication for Modules (#11659)KarthikSubbarao2023-03-151-0/+25
* Add reply_schema to command json files (internal for now) (#10273)guybe72023-03-111-0/+4
* Cleanup around script_caller, fix tracking of scripts and ACL logging for RM_...Oran Agra2023-02-161-0/+3
* Fix timing issue in new ACL log test (#11781)Binbin2023-02-031-0/+1
* Added fields to ACL LOG error entries for precise time logging (#11477)Roshan Khatri2023-02-021-0/+22
* Retain ACL categories used to generate ACL for displaying them later (#11224)Madelyn Olson2022-11-031-2/+52
* Unify ACL failure error messaging. (#11160)Shaya Potter2022-10-161-10/+10
* Added authentication failure and access denied metrics (#11288)aradz442022-10-071-0/+65
* ACL default newly created user set USER_FLAG_SANITIZE_PAYLOAD flag (#11279)Binbin2022-09-221-1/+22
* Fix acl tests to support `--singledb` flag (#11077)Valentino Geron2022-08-031-3/+5
* Fix bugs in CONFIG REWRITE, omitting rename-command and include lines, and in...zhugezy2022-06-021-0/+10
* Add readonly flag to EVAL_RO, EVALSHA_RO and FCALL_RO (#10728)Madelyn Olson2022-05-291-0/+7
* Fix regression not aborting transaction on error, and re-edit some error resp...guybe72022-04-251-1/+1
* Add tests for ACL command error cases (#10183)Wen Hui2022-02-061-0/+22
* Set default channel permission to resetchannels for 7.0 (#10181)Harkrishn Patro2022-01-301-20/+55
* sub-command support for ACL CAT and COMMAND LIST. redisCommand always stores ...Binbin2022-01-231-1/+21
* Improved handling of subcommands (don't allow ACL on first-arg of a sub-comma...guybe72022-01-221-8/+19
* ACL V2 - Selectors and key based permissions (#9974)Madelyn Olson2022-01-201-6/+6
* Show subcommand full name in error log / ACL LOG (#10105)Binbin2022-01-121-36/+40
* Sharded pubsub implementation (#8621)Harkrishn Patro2022-01-021-2/+52
* Treat subcommands as commands (#9504)guybe72021-10-201-1/+106
* Remove redundant validation and prevent duplicate users during ACL load (#9330)Madelyn Olson2021-09-091-0/+50
* Improve test suite to handle external servers better. (#9033)Yossi Gottlieb2021-06-091-5/+5
* ACL channels permission handling for save/load scenario. (#8794)Harkrishn Patro2021-04-191-0/+95
* Fix "default" and overwritten / reset users will not have pubsub channels per...Huang Zhw2021-04-051-3/+43
* make processCommand check publish channel permissions. (#8534)Huang Zhw2021-03-261-0/+16
* Process hello command even if the default user has no permissions. (#8633)Harkrishn Patro2021-03-101-0/+8
* Remove acl subcommand validation if fully added command exists. (#8483)Harkrishn Patro2021-02-221-0/+19
* Fix ACL Pub/Sub test timings (#8122)Itamar Haber2020-12-021-0/+10
* Adds pub/sub channel patterns to ACL (#7993)Itamar Haber2020-12-011-0/+104
* Further improved ACL algorithm for picking categoriesMadelyn Olson2020-10-281-9/+15
* Fixed excessive categories being displayed from acls (#7889)Madelyn Olson2020-10-071-0/+14
* Don't write replies if close the client ASAP (#7202)Wang Yuan2020-09-241-0/+17
* Tests: Add aclfile load and save tests (#7765)杨博东2020-09-091-0/+39
* Fix command help for unexpected options (#7476)WuYunlong2020-07-151-0/+5
* Regression test for #7011.antirez2020-03-201-0/+7
* ACL LOG: make max log entries configurable.acl-logantirez2020-02-041-0/+11
* ACL LOG: test for AUTH reason.antirez2020-02-041-0/+9
* ACL LOG: implement a few basic tests.antirez2020-01-301-0/+87
* ACLs: change hashed passwords opcode to also remove them.hashed-pass-opcodeantirez2019-09-301-0/+6
* Allowed passing in of password hash and fixed config rewriteMadelyn Olson2019-09-301-1/+21
* ACL: Fix memory leak in ACLResetSubcommandsForCommand().antirez2019-04-081-1/+1
* ACL: regression test for #5998.antirez2019-04-081-0/+7
* Acl: Test: check command rules synthesis.antirez2019-01-301-0/+22
* ACL: Test: check subcommands (test fails).antirez2019-01-281-0/+9
* 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
* ACL: Test: check passwords validity and removal.antirez2019-01-281-2/+19
* ACL: Test: enabled/disabled user.antirez2019-01-281-0/+15