Commit History

Author SHA1 Message Date
  Hitoshi Mitake fdf433024f etcdserver: linearizable password checking at the API layer 9 years ago
  Hitoshi Mitake 39e9b1f75a auth, etcdserver: check password at API layer 9 years ago
  Gyu-Ho Lee 65ac718a11 etcdserver: use 'TTL()' on lease.Lease 9 years ago
  Xiang Li ea0c65797a etcdserver: use linearizableReadNotify for txn 9 years ago
  fanmin shi 8ef6687018 etcdserver: fix a node panic bug caused LeaseTimeToLive call on a nonexistent lease 9 years ago
  Xiang Li e3e3993022 etcdserver: support read index 9 years ago
  Anthony Romano 3866e78c26 etcdserver: tighten up goroutine management 9 years ago
  Gyu-Ho Lee 63b0cd470d etcdserver: implement 'LeaseTimeToLive' 9 years ago
  Anthony Romano 254c0ea814 etcdserver: use request timeout defined by ServerConfig for v3 requests 9 years ago
  Xiang Li 83de13e4a8 etcdserver: support apply wait 9 years ago
  Gyu-Ho Lee 4d3b281369 etcdserver: fix spell errors 9 years ago
  Anthony Romano 06da46c4ee etcdserver: apply serialized requests outside auth apply lock 9 years ago
  Hitoshi Mitake ef6b74411c auth, etcdserver: introduce revision of authStore for avoiding TOCTOU problem 9 years ago
  Xiang Li 27b03f0ed5 *: deny proposals when there is a huge gap between apply/commit 9 years ago
  Xiang Li c853704ac9 *: support get-old-kv in watch 9 years ago
  Gyu-Ho Lee df9a52e53f Merge pull request #5702 from gyuho/vet 9 years ago
  Gyu-Ho Lee caffcb7fbb *: go vet fix in go tip 9 years ago
  Anthony Romano 30cfa30490 etcdserver: make serialized txns auth-aware 9 years ago
  Xiang Li 598fa7a10e *: add pending/failed proposal metrics 9 years ago
  Hitoshi Mitake 18253e2723 *: support getting all users and roles in auth v3 9 years ago
  Anthony Romano 16db9e68a2 auth, etcdserver: separate auth checking apply from core apply 9 years ago
  Gyu-Ho Lee 5d6af0b51f etcdserver: key, rangeEnd in []byte for auth 9 years ago
  Hitoshi Mitake ead5096fa9 auth, etcdserver: make auth tokens consistent for all nodes 9 years ago
  Anthony Romano b3a0b0502c etcdserver: respect auth on serialized Range 9 years ago
  Xiang Li cc1155c93b etcdserver: make usernameFromCtx more go style 9 years ago
  Xiang Li 83ce1051ff auth: make naming consistent 9 years ago
  Hitoshi Mitake 94f22e8a07 *: rename RPCs and structs related to revoking 9 years ago
  Hitoshi Mitake c7a1423d45 *: support deleting a role in auth v3 9 years ago
  Hitoshi Mitake 0cb1343109 *: support revoking a key from a role in auth v3 9 years ago
  Hitoshi Mitake 957b07c408 *: support revoking a role from a user in auth v3 9 years ago