| Commit message (Expand) | Author | Age | Files | Lines |
* | Add new RM_Call flags for script mode, no writes, and error replies. (#10372) | Meir Shpilraien (Spielrein) | 2022-03-22 | 1 | -0/+18 |
* | make sort/ro commands validate external keys access patterns (#10106) (#10340) | ranshid | 2022-03-15 | 1 | -0/+64 |
* | ACL DRYRUN does not validate the verified command args. (#10405) | ranshid | 2022-03-10 | 1 | -0/+7 |
* | remove a piece of redundant comment (#10392) | zhugezy | 2022-03-08 | 1 | -4/+1 |
* | Fix acl dryrun to return the tested common permission error. (#10359) | Harkrishn Patro | 2022-02-28 | 1 | -1/+1 |
* | Implemented module getchannels api and renamed channel keyspec (#10299) | Madelyn Olson | 2022-02-22 | 1 | -53/+34 |
* | Use object size then pointer size when malloc (#10201) (#10202) | weiguo | 2022-01-29 | 1 | -1/+1 |
* | sub-command support for ACL CAT and COMMAND LIST. redisCommand always stores ... | Binbin | 2022-01-23 | 1 | -26/+35 |
* | Improved handling of subcommands (don't allow ACL on first-arg of a sub-comma... | guybe7 | 2022-01-22 | 1 | -8/+16 |
* | ACL V2 - Selectors and key based permissions (#9974) | Madelyn Olson | 2022-01-20 | 1 | -473/+1010 |
* | Show subcommand full name in error log / ACL LOG (#10105) | Binbin | 2022-01-12 | 1 | -1/+1 |
* | Sharded pubsub implementation (#8621) | Harkrishn Patro | 2022-01-02 | 1 | -3/+17 |
* | Auto-generate the command table from JSON files (#9656) | guybe7 | 2021-12-15 | 1 | -26/+28 |
* | Redact ACL SETUSER arguments if the user has spaces (#9935) | Madelyn Olson | 2021-12-13 | 1 | -6/+6 |
* | Redis Functions - Introduce script unit. | meir@redislabs.com | 2021-12-01 | 1 | -1/+1 |
* | Redis Functions - Move Lua related variable into luaCtx struct | meir@redislabs.com | 2021-12-01 | 1 | -1/+1 |
* | Fix sentinel commands, ACL dictIter leak (#9661) | guybe7 | 2021-10-21 | 1 | -0/+1 |
* | Treat subcommands as commands (#9504) | guybe7 | 2021-10-20 | 1 | -115/+173 |
* | Adding ACL support for modules (#9309) | YaacovHazan | 2021-09-23 | 1 | -70/+78 |
* | A better approach for COMMAND INFO for movablekeys commands (#8324) | guybe7 | 2021-09-15 | 1 | -1/+1 |
* | Remove redundant validation and prevent duplicate users during ACL load (#9330) | Madelyn Olson | 2021-09-09 | 1 | -44/+52 |
* | Fix ACL category for SELECT, WAIT, ROLE, LASTSAVE, READONLY, READWRITE, ASKIN... | Oran Agra | 2021-07-20 | 1 | -1/+1 |
* | Fixed some typos, add a spell check ci and others minor fix (#8890) | Binbin | 2021-06-10 | 1 | -3/+3 |
* | Hide migrate command from slowlog if they include auth (#8859) | Madelyn Olson | 2021-05-19 | 1 | -4/+9 |
* | ACL channels permission handling for save/load scenario. (#8794) | Harkrishn Patro | 2021-04-19 | 1 | -0/+1 |
* | Fix "default" and overwritten / reset users will not have pubsub channels per... | Huang Zhw | 2021-04-05 | 1 | -1/+3 |
* | make processCommand check publish channel permissions. (#8534) | Huang Zhw | 2021-03-26 | 1 | -0/+16 |
* | Redact slowlog entries for config with sensitive data. (#8584) | Madelyn Olson | 2021-03-15 | 1 | -0/+4 |
* | Process hello command even if the default user has no permissions. (#8633) | Harkrishn Patro | 2021-03-10 | 1 | -3/+3 |
* | Moved requirepass and querybuf length to generic configs (#8557) | Madelyn Olson | 2021-02-25 | 1 | -1/+12 |
* | Remove acl subcommand validation if fully added command exists. (#8483) | Harkrishn Patro | 2021-02-22 | 1 | -19/+3 |
* | Moved most static strings into the shared structure (#8411) | Madelyn Olson | 2021-02-09 | 1 | -5/+1 |
* | Better error message const correctness. (#8348) | Yossi Gottlieb | 2021-01-21 | 1 | -5/+5 |
* | HELP subcommand, continued (#5531) | Itamar Haber | 2021-01-04 | 1 | -16/+28 |
* | Flow through the error handling path for most errors (#8226) | Madelyn Olson | 2020-12-23 | 1 | -1/+1 |
* | Sanitize dump payload: ziplist, listpack, zipmap, intset, stream | Oran Agra | 2020-12-06 | 1 | -0/+10 |
* | Adds pub/sub channel patterns to ACL (#7993) | Itamar Haber | 2020-12-01 | 1 | -15/+212 |
* | Typo fix: entires -> entries (#8031) | sundb | 2020-11-08 | 1 | -1/+1 |
* | White space tweaks and skip categories already applied | Madelyn Olson | 2020-10-28 | 1 | -3/+12 |
* | Further improved ACL algorithm for picking categories | Madelyn Olson | 2020-10-28 | 1 | -22/+47 |
* | Support ACL for Sentinel Mode (#7888) | Wen Hui | 2020-10-19 | 1 | -5/+14 |
* | Introduce getKeysResult for getKeysFromCommand. | Yossi Gottlieb | 2020-10-11 | 1 | -4/+5 |
* | Fixed excessive categories being displayed from acls (#7889) | Madelyn Olson | 2020-10-07 | 1 | -2/+15 |
* | Don't write replies if close the client ASAP (#7202) | Wang Yuan | 2020-09-24 | 1 | -1/+7 |
* | Squash merging 125 typo/grammar/comment/doc PRs (#7773) | Oran Agra | 2020-09-10 | 1 | -1/+1 |
* | edit auth failed message (#7648) | Wen Hui | 2020-08-18 | 1 | -1/+1 |
* | fix memory leak in ACLLoadFromFile error handling (#7623) | Wen Hui | 2020-08-08 | 1 | -0/+1 |
* | Fix command help for unexpected options (#7476) | WuYunlong | 2020-07-15 | 1 | -1/+1 |
* | Fix handling of special chars in ACL LOAD. | antirez | 2020-05-29 | 1 | -4/+8 |
* | fix clear USER_FLAG_ALLCOMMANDS flag in acl | hujie | 2020-05-19 | 1 | -4/+5 |