summaryrefslogtreecommitdiff
path: root/src/acl.c
Commit message (Expand)AuthorAgeFilesLines
* Sharded pubsub implementation (#8621)Harkrishn Patro2022-01-021-3/+17
* Auto-generate the command table from JSON files (#9656)guybe72021-12-151-26/+28
* Redact ACL SETUSER arguments if the user has spaces (#9935)Madelyn Olson2021-12-131-6/+6
* Redis Functions - Introduce script unit.meir@redislabs.com2021-12-011-1/+1
* Redis Functions - Move Lua related variable into luaCtx structmeir@redislabs.com2021-12-011-1/+1
* Fix sentinel commands, ACL dictIter leak (#9661)guybe72021-10-211-0/+1
* Treat subcommands as commands (#9504)guybe72021-10-201-115/+173
* Adding ACL support for modules (#9309)YaacovHazan2021-09-231-70/+78
* A better approach for COMMAND INFO for movablekeys commands (#8324)guybe72021-09-151-1/+1
* Remove redundant validation and prevent duplicate users during ACL load (#9330)Madelyn Olson2021-09-091-44/+52
* Fix ACL category for SELECT, WAIT, ROLE, LASTSAVE, READONLY, READWRITE, ASKIN...Oran Agra2021-07-201-1/+1
* Fixed some typos, add a spell check ci and others minor fix (#8890)Binbin2021-06-101-3/+3
* Hide migrate command from slowlog if they include auth (#8859)Madelyn Olson2021-05-191-4/+9
* ACL channels permission handling for save/load scenario. (#8794)Harkrishn Patro2021-04-191-0/+1
* Fix "default" and overwritten / reset users will not have pubsub channels per...Huang Zhw2021-04-051-1/+3
* make processCommand check publish channel permissions. (#8534)Huang Zhw2021-03-261-0/+16
* Redact slowlog entries for config with sensitive data. (#8584)Madelyn Olson2021-03-151-0/+4
* Process hello command even if the default user has no permissions. (#8633)Harkrishn Patro2021-03-101-3/+3
* Moved requirepass and querybuf length to generic configs (#8557)Madelyn Olson2021-02-251-1/+12
* Remove acl subcommand validation if fully added command exists. (#8483)Harkrishn Patro2021-02-221-19/+3
* Moved most static strings into the shared structure (#8411)Madelyn Olson2021-02-091-5/+1
* Better error message const correctness. (#8348)Yossi Gottlieb2021-01-211-5/+5
* HELP subcommand, continued (#5531)Itamar Haber2021-01-041-16/+28
* Flow through the error handling path for most errors (#8226)Madelyn Olson2020-12-231-1/+1
* Sanitize dump payload: ziplist, listpack, zipmap, intset, streamOran Agra2020-12-061-0/+10
* Adds pub/sub channel patterns to ACL (#7993)Itamar Haber2020-12-011-15/+212
* Typo fix: entires -> entries (#8031)sundb2020-11-081-1/+1
* White space tweaks and skip categories already appliedMadelyn Olson2020-10-281-3/+12
* Further improved ACL algorithm for picking categoriesMadelyn Olson2020-10-281-22/+47
* Support ACL for Sentinel Mode (#7888)Wen Hui2020-10-191-5/+14
* Introduce getKeysResult for getKeysFromCommand.Yossi Gottlieb2020-10-111-4/+5
* Fixed excessive categories being displayed from acls (#7889)Madelyn Olson2020-10-071-2/+15
* Don't write replies if close the client ASAP (#7202)Wang Yuan2020-09-241-1/+7
* Squash merging 125 typo/grammar/comment/doc PRs (#7773)Oran Agra2020-09-101-1/+1
* edit auth failed message (#7648)Wen Hui2020-08-181-1/+1
* fix memory leak in ACLLoadFromFile error handling (#7623)Wen Hui2020-08-081-0/+1
* Fix command help for unexpected options (#7476)WuYunlong2020-07-151-1/+1
* Fix handling of special chars in ACL LOAD.antirez2020-05-291-4/+8
* fix clear USER_FLAG_ALLCOMMANDS flag in aclhujie2020-05-191-4/+5
* Converge hash validation for adding and removingMadelyn Olson2020-05-141-14/+21
* ACL: re-enable command execution of disabled users.antirez2020-04-231-4/+0
* ACL GENPASS: take number of bits as argument.antirez2020-04-231-6/+21
* ACL GENPASS: emit 256 bits instead of 128.antirez2020-04-231-1/+1
* ACL: deny commands execution of disabled users.antirez2020-04-221-0/+4
* Don't allow empty spaces in ACL usernames.antirez2020-04-151-8/+36
* Don't allow empty spaces in ACL key patterns.antirez2020-04-151-1/+12
* fix spelling in acl.chwware2020-04-141-2/+2
* Fix ACL HELP table missing comma.antirez2020-04-081-12/+12
* ACL: Make Redis 6 more backward compatible with requirepass.antirez2020-03-161-10/+1
* Avoid compiler warningsShooterIT2020-02-291-0/+1