summaryrefslogtreecommitdiff
path: root/src/acl.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2020-02-061-0/+2
|\
| * add SAVE subcommand to ACL HELP and top commentOran Agra2020-02-061-0/+2
* | ACL LOG: make max log entries configurable.acl-logantirez2020-02-041-0/+6
* | ACL LOG: log failed auth attempts.antirez2020-02-041-8/+29
* | ACL LOG: implement LOG RESET.antirez2020-01-291-2/+6
* | ACL LOG: group similar entries in a given time delta.antirez2020-01-291-3/+58
* | ACL LOG: actually emit entries.antirez2020-01-281-4/+30
* | ACL LOG: implement ACL LOG subcommadn skeleton.antirez2020-01-281-0/+37
* | ACL LOG: data structures and initial functions.antirez2020-01-271-1/+50
|/
* typo fix in acl.chwware2020-01-071-2/+2
* Add module APIs for custom authenticationMadelyn Olson2019-12-171-0/+1
* ACLs: change hashed passwords opcode to also remove them.hashed-pass-opcodeantirez2019-09-301-10/+22
* Allowed passing in of password hash and fixed config rewriteMadelyn Olson2019-09-301-5/+38
* ACL: store hashed passwords in memory.antirez2019-09-121-7/+17
* ACL: SHA256 based password hashing function implemented.antirez2019-09-121-0/+20
* Fixed some spelling issues in ACL codepath including user facing errorMadelyn Olson2019-06-071-11/+11
* ACL: Fix memory leak in ACLResetSubcommandsForCommand().antirez2019-04-081-0/+2
* ACL: GENPASS subcommand.antirez2019-03-051-0/+7
* Make PR #5872 more compatible with Redis coding style.antirez2019-02-271-7/+5
* Merge pull request #5872 from madolson/dev-unstable-acl-setuser-fixSalvatore Sanfilippo2019-02-271-3/+18
|\
| * Updated acl setuser to be all or nothingMadelyn Olson2019-02-261-3/+18
* | ACL: authCommand() refactored into ACLAuthenticateUser().antirez2019-02-251-3/+17
* | ACL: move AUTH implementation in acl.c.antirez2019-02-251-0/+46
|/
* ACL: fix ACLSaveToFile() return value.antirez2019-02-221-1/+1