etcd/auth
Jason E. Aten ef1ef0ba16 auth: fix range handling bugs.
Test 15, counting from zero, in TestGetMergedPerms
in etcd/auth/range_perm_cache_test.go, was trying
incorrectly assert that [a, b) merged with [b, "")
should be [a, b). Added a test specifically for
this. This patch fixes the incorrect larger test
and the bugs in the code that it was hiding.

Fixes #6359
2016-09-12 09:23:19 -05:00
..
authpb *: regenerate proto with latest grpc-gateway 2016-07-27 13:21:03 -07:00
doc.go *: add missing godoc package descriptions 2016-05-27 15:15:26 -07:00
range_perm_cache.go auth: fix range handling bugs. 2016-09-12 09:23:19 -05:00
range_perm_cache_test.go auth: fix range handling bugs. 2016-09-12 09:23:19 -05:00
simple_token.go auth, etcdserver: introduce revision of authStore for avoiding TOCTOU problem 2016-07-20 14:39:04 +09:00
store.go auth, e2e, clientv3: the root role should be granted access to every key 2016-09-06 16:10:28 +09:00
store_test.go auth: set bcrypt cost to minimum for test cases 2016-07-06 23:35:06 -07:00