index
:
delta/redis.git
1906-merge
2.2
2.4
2.6
2.8
2.8-fastscript
3.0
3.2
4.0
5.0
6.0
6.2
7.0
7.2
ack
acl
acl-api-pr
acl-log
antiaffinity
aofeof
aofrdb
argv-accounting
arm
baserock/3.0
baserock/ps/proto-web-system
better-random-member
bulkaccept-2.8
cgroups
client-unblock
cluster-api-improvements
cluster-data-as-pong
conduct
config-rewrite
cow-pipe
csc2
current-client-fix
dict-clustered-entries
dictc
diskless-short-read
diskless_slave_refresh2
dynamic-hz
expirealgo
faster-info
faster-ll2string
faster-rdb-loading
fasterio
fastscript
fix-double-multi
fix-expires-6537
free_clients_during_loading
freelist
fsync-safety
geo
hashed-pass-opcode
ipv6
issue-1240
issue_2175
latency
lazyfree
lcs
ldb
less-mstime
less-mstime-28
lfu
localtime
lpos
master-replica
meaningful-offset
memopt
memsync
module-block-on-keys
module-blocking-commands
module-hooks
module-io-context
modules-get-client-info-by-id
modules-replication
multi-if
new-keyspace
no-mo-first
no-mo-second
nordb
nosync
o1-bpop
o1-bpop-5.0
onepass-bulk
oran-memory-profiling
precise-timeout
precise-timeout-2
psync-fixes
psync2
psync2-rdb-fixes
psync2-test-improvement
queue-in-multi
rdb-check
rdb-script-aux
rdb9
rdbchanges
resp3
rssmaxmemory
sds
sentinel-32
sharedapi
siphash
slave-diskless
slave-script-timeout
slaves_capa
statemachine
strcompr
stream-propagation-fix
stream-propagation-fix-2
streams
testing
thread-safe-context
threaded-core-commands
threaded-io
tls-conn-errors
tracking-noloop
unstable
unstable_hmset_args
wait-aof
waitpid-fix
zaddnx
ziplist-improvements
zpop
zunion
github.com: antirez/redis.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
unit
/
acl.tcl
Commit message (
Expand
)
Author
Age
Files
Lines
*
Disconnect pub-sub subscribers when revoking `allchannels` permission (#11992)
Slava Koyfman
2023-04-02
1
-0
/
+14
*
Custom authentication for Modules (#11659)
KarthikSubbarao
2023-03-15
1
-0
/
+25
*
Add reply_schema to command json files (internal for now) (#10273)
guybe7
2023-03-11
1
-0
/
+4
*
Cleanup around script_caller, fix tracking of scripts and ACL logging for RM_...
Oran Agra
2023-02-16
1
-0
/
+3
*
Fix timing issue in new ACL log test (#11781)
Binbin
2023-02-03
1
-0
/
+1
*
Added fields to ACL LOG error entries for precise time logging (#11477)
Roshan Khatri
2023-02-02
1
-0
/
+22
*
Retain ACL categories used to generate ACL for displaying them later (#11224)
Madelyn Olson
2022-11-03
1
-2
/
+52
*
Unify ACL failure error messaging. (#11160)
Shaya Potter
2022-10-16
1
-10
/
+10
*
Added authentication failure and access denied metrics (#11288)
aradz44
2022-10-07
1
-0
/
+65
*
ACL default newly created user set USER_FLAG_SANITIZE_PAYLOAD flag (#11279)
Binbin
2022-09-22
1
-1
/
+22
*
Fix acl tests to support `--singledb` flag (#11077)
Valentino Geron
2022-08-03
1
-3
/
+5
*
Fix bugs in CONFIG REWRITE, omitting rename-command and include lines, and in...
zhugezy
2022-06-02
1
-0
/
+10
*
Add readonly flag to EVAL_RO, EVALSHA_RO and FCALL_RO (#10728)
Madelyn Olson
2022-05-29
1
-0
/
+7
*
Fix regression not aborting transaction on error, and re-edit some error resp...
guybe7
2022-04-25
1
-1
/
+1
*
Add tests for ACL command error cases (#10183)
Wen Hui
2022-02-06
1
-0
/
+22
*
Set default channel permission to resetchannels for 7.0 (#10181)
Harkrishn Patro
2022-01-30
1
-20
/
+55
*
sub-command support for ACL CAT and COMMAND LIST. redisCommand always stores ...
Binbin
2022-01-23
1
-1
/
+21
*
Improved handling of subcommands (don't allow ACL on first-arg of a sub-comma...
guybe7
2022-01-22
1
-8
/
+19
*
ACL V2 - Selectors and key based permissions (#9974)
Madelyn Olson
2022-01-20
1
-6
/
+6
*
Show subcommand full name in error log / ACL LOG (#10105)
Binbin
2022-01-12
1
-36
/
+40
*
Sharded pubsub implementation (#8621)
Harkrishn Patro
2022-01-02
1
-2
/
+52
*
Treat subcommands as commands (#9504)
guybe7
2021-10-20
1
-1
/
+106
*
Remove redundant validation and prevent duplicate users during ACL load (#9330)
Madelyn Olson
2021-09-09
1
-0
/
+50
*
Improve test suite to handle external servers better. (#9033)
Yossi Gottlieb
2021-06-09
1
-5
/
+5
*
ACL channels permission handling for save/load scenario. (#8794)
Harkrishn Patro
2021-04-19
1
-0
/
+95
*
Fix "default" and overwritten / reset users will not have pubsub channels per...
Huang Zhw
2021-04-05
1
-3
/
+43
*
make processCommand check publish channel permissions. (#8534)
Huang Zhw
2021-03-26
1
-0
/
+16
*
Process hello command even if the default user has no permissions. (#8633)
Harkrishn Patro
2021-03-10
1
-0
/
+8
*
Remove acl subcommand validation if fully added command exists. (#8483)
Harkrishn Patro
2021-02-22
1
-0
/
+19
*
Fix ACL Pub/Sub test timings (#8122)
Itamar Haber
2020-12-02
1
-0
/
+10
*
Adds pub/sub channel patterns to ACL (#7993)
Itamar Haber
2020-12-01
1
-0
/
+104
*
Further improved ACL algorithm for picking categories
Madelyn Olson
2020-10-28
1
-9
/
+15
*
Fixed excessive categories being displayed from acls (#7889)
Madelyn Olson
2020-10-07
1
-0
/
+14
*
Don't write replies if close the client ASAP (#7202)
Wang Yuan
2020-09-24
1
-0
/
+17
*
Tests: Add aclfile load and save tests (#7765)
杨博东
2020-09-09
1
-0
/
+39
*
Fix command help for unexpected options (#7476)
WuYunlong
2020-07-15
1
-0
/
+5
*
Regression test for #7011.
antirez
2020-03-20
1
-0
/
+7
*
ACL LOG: make max log entries configurable.
acl-log
antirez
2020-02-04
1
-0
/
+11
*
ACL LOG: test for AUTH reason.
antirez
2020-02-04
1
-0
/
+9
*
ACL LOG: implement a few basic tests.
antirez
2020-01-30
1
-0
/
+87
*
ACLs: change hashed passwords opcode to also remove them.
hashed-pass-opcode
antirez
2019-09-30
1
-0
/
+6
*
Allowed passing in of password hash and fixed config rewrite
Madelyn Olson
2019-09-30
1
-1
/
+21
*
ACL: Fix memory leak in ACLResetSubcommandsForCommand().
antirez
2019-04-08
1
-1
/
+1
*
ACL: regression test for #5998.
antirez
2019-04-08
1
-0
/
+7
*
Acl: Test: check command rules synthesis.
antirez
2019-01-30
1
-0
/
+22
*
ACL: Test: check subcommands (test fails).
antirez
2019-01-28
1
-0
/
+9
*
ACL: Test: nopass user flag, commands/groups +/- rules.
antirez
2019-01-28
1
-0
/
+23
*
ACL: Test: check default behavior and keys ACLs.
antirez
2019-01-28
1
-0
/
+20
*
ACL: Test: check passwords validity and removal.
antirez
2019-01-28
1
-2
/
+19
*
ACL: Test: enabled/disabled user.
antirez
2019-01-28
1
-0
/
+15
[next]