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
/
src
/
acl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix clear USER_FLAG_ALLCOMMANDS flag in acl
hujie
2020-05-22
1
-4
/
+5
*
Converge hash validation for adding and removing
Madelyn Olson
2020-05-22
1
-14
/
+21
*
ACL: re-enable command execution of disabled users.
antirez
2020-04-24
1
-4
/
+0
*
ACL GENPASS: take number of bits as argument.
antirez
2020-04-24
1
-6
/
+21
*
ACL GENPASS: emit 256 bits instead of 128.
antirez
2020-04-24
1
-1
/
+1
*
ACL: deny commands execution of disabled users.
antirez
2020-04-24
1
-0
/
+4
*
Don't allow empty spaces in ACL usernames.
antirez
2020-04-15
1
-8
/
+36
*
Don't allow empty spaces in ACL key patterns.
antirez
2020-04-15
1
-1
/
+12
*
fix spelling in acl.c
hwware
2020-04-15
1
-2
/
+2
*
Fix ACL HELP table missing comma.
antirez
2020-04-08
1
-12
/
+12
*
ACL: Make Redis 6 more backward compatible with requirepass.
antirez
2020-03-25
1
-10
/
+1
*
Avoid compiler warnings
ShooterIT
2020-03-05
1
-0
/
+1
*
add SAVE subcommand to ACL HELP and top comment
Oran Agra
2020-02-12
1
-0
/
+2
*
ACL LOG: make max log entries configurable.
antirez
2020-02-12
1
-0
/
+6
*
ACL LOG: log failed auth attempts.
antirez
2020-02-12
1
-8
/
+29
*
ACL LOG: implement LOG RESET.
antirez
2020-02-12
1
-2
/
+6
*
ACL LOG: group similar entries in a given time delta.
antirez
2020-02-12
1
-3
/
+58
*
ACL LOG: actually emit entries.
antirez
2020-02-12
1
-4
/
+30
*
ACL LOG: implement ACL LOG subcommadn skeleton.
antirez
2020-02-12
1
-0
/
+37
*
ACL LOG: data structures and initial functions.
antirez
2020-02-12
1
-1
/
+50
*
typo fix in acl.c
hwware
2020-01-10
1
-2
/
+2
*
Add module APIs for custom authentication
Madelyn Olson
2019-12-17
1
-0
/
+1
*
ACLs: change hashed passwords opcode to also remove them.
hashed-pass-opcode
antirez
2019-09-30
1
-10
/
+22
*
Allowed passing in of password hash and fixed config rewrite
Madelyn Olson
2019-09-30
1
-5
/
+38
*
ACL: store hashed passwords in memory.
antirez
2019-09-12
1
-7
/
+17
*
ACL: SHA256 based password hashing function implemented.
antirez
2019-09-12
1
-0
/
+20
*
Fixed some spelling issues in ACL codepath including user facing error
Madelyn Olson
2019-06-07
1
-11
/
+11
*
ACL: Fix memory leak in ACLResetSubcommandsForCommand().
antirez
2019-04-08
1
-0
/
+2
*
ACL: GENPASS subcommand.
antirez
2019-03-05
1
-0
/
+7
*
Make PR #5872 more compatible with Redis coding style.
antirez
2019-02-27
1
-7
/
+5
*
Merge pull request #5872 from madolson/dev-unstable-acl-setuser-fix
Salvatore Sanfilippo
2019-02-27
1
-3
/
+18
|
\
|
*
Updated acl setuser to be all or nothing
Madelyn Olson
2019-02-26
1
-3
/
+18
*
|
ACL: authCommand() refactored into ACLAuthenticateUser().
antirez
2019-02-25
1
-3
/
+17
*
|
ACL: move AUTH implementation in acl.c.
antirez
2019-02-25
1
-0
/
+46
|
/
*
ACL: fix ACLSaveToFile() return value.
antirez
2019-02-22
1
-1
/
+1
*
ACL: less error prone error handling in ACLSaveToFile().
antirez
2019-02-22
1
-15
/
+14
*
Merge pull request #5858 from madolson/dev-unstable-acl-deluser
Salvatore Sanfilippo
2019-02-22
1
-2
/
+6
|
\
|
*
Making deleting users better defined and update documentation
Madelyn Olson
2019-02-21
1
-2
/
+6
*
|
ACL: remove leak in ACLLoadFromFile().
antirez
2019-02-21
1
-0
/
+1
*
|
ACL: implement ACL SAVE.
antirez
2019-02-21
1
-10
/
+18
*
|
ACL: ACLSaveToFile() implemented.
antirez
2019-02-21
1
-0
/
+66
*
|
ACL: add LOAD subcommand to ACL HELP.
antirez
2019-02-21
1
-0
/
+2
|
/
*
ACL: show categories in COMMAND reply
zhaozhao.zz
2019-02-14
1
-0
/
+12
*
ACL: fix cat type format warning
zhaozhao.zz
2019-02-13
1
-1
/
+1
*
ACL: CAT subcommand implemented.
antirez
2019-02-12
1
-0
/
+26
*
ACL: return error when removing a non existing password.
antirez
2019-02-11
1
-1
/
+10
*
ACL: ACLFreeUserAndKillClients(): free user later.
antirez
2019-02-11
1
-1
/
+1
*
ACL: kill the old users clients after load aclfile
zhaozhao.zz
2019-02-11
1
-22
/
+26
*
ACL: add command fingerprint for CAT subcommand.
antirez
2019-02-08
1
-1
/
+5
*
ACL: add arity check in ACL command where missing.
antirez
2019-02-08
1
-2
/
+2
[next]