Mitchell Hashimoto
|
798689fb8d
|
api: sys methods
|
2015-03-11 17:46:41 -05:00 |
Armon Dadgar
|
c6009345d1
|
vault: Testing mount table setup
|
2015-03-11 15:33:25 -07:00 |
Armon Dadgar
|
f54e4e0f6a
|
vault: Loading mount tables on start
|
2015-03-11 15:19:41 -07:00 |
Armon Dadgar
|
370693ebb4
|
vault: Adding UUID method
|
2015-03-11 15:13:07 -07:00 |
Armon Dadgar
|
fdad9e9ce3
|
vault: Test routing while sealed
|
2015-03-11 14:31:55 -07:00 |
Armon Dadgar
|
c7a7d04122
|
shamir: Remove debug statements
|
2015-03-11 14:28:56 -07:00 |
Armon Dadgar
|
a6508b4010
|
vault: Testing core unseal
|
2015-03-11 14:25:16 -07:00 |
Armon Dadgar
|
faa337dcbe
|
vault: Testing initialization
|
2015-03-11 11:57:05 -07:00 |
Armon Dadgar
|
8fdac427a7
|
vault: Test initialization simple
|
2015-03-11 11:52:01 -07:00 |
Armon Dadgar
|
6794e59e2b
|
vault: First pass at Unseal
|
2015-03-11 11:43:36 -07:00 |
Armon Dadgar
|
8c49152c78
|
vault: Support secret sharing
|
2015-03-11 11:34:08 -07:00 |
Armon Dadgar
|
bc7f1a43af
|
shamir: First pass at Shamir secret sharing
|
2015-03-11 11:18:51 -07:00 |
Armon Dadgar
|
53b4e3281a
|
vault: First pass at initialization
|
2015-03-09 17:45:34 -07:00 |
Armon Dadgar
|
da34cbb39a
|
vault: Adding core skeleton
|
2015-03-09 16:33:27 -07:00 |
Armon Dadgar
|
ff5834ddb4
|
vault: Adding mount type
|
2015-03-09 16:12:07 -07:00 |
Mitchell Hashimoto
|
8ec69eae81
|
api: start the groundwork API stuff
|
2015-03-09 11:38:50 -07:00 |
Armon Dadgar
|
a453d8fbf8
|
vault: Adding router
|
2015-03-05 17:23:56 -08:00 |
Armon Dadgar
|
51cc19e92f
|
logical: Adding generic backend
|
2015-03-05 16:35:09 -08:00 |
Armon Dadgar
|
e997fd31ea
|
vault: more logical details
|
2015-03-05 15:31:40 -08:00 |
Armon Dadgar
|
0de1ac001f
|
vault: Skeleton logical backend interface
|
2015-03-05 15:24:00 -08:00 |
Armon Dadgar
|
a249149329
|
vault: Adding a barrier view
|
2015-03-05 14:34:05 -08:00 |
Armon Dadgar
|
9d2d0298ea
|
vault: Basic test for barrier confidentiality and integrity
|
2015-03-05 14:03:00 -08:00 |
Armon Dadgar
|
ea7f4a45e6
|
vault: Structure the barrier init file
|
2015-03-05 13:57:45 -08:00 |
Armon Dadgar
|
455291671e
|
physical: Expose the Inmem implementation
|
2015-03-05 13:57:30 -08:00 |
Armon Dadgar
|
001bf70c68
|
physical: Factory constructor style for backends
|
2015-03-05 13:47:10 -08:00 |
Armon Dadgar
|
7326959d25
|
vault: Double Unseal should be a no-op
|
2015-03-05 13:29:23 -08:00 |
Armon Dadgar
|
e8abe8b0cd
|
vault: First pass at a barrier
|
2015-03-05 13:27:35 -08:00 |
Armon Dadgar
|
0cac63234a
|
vault: Adding utility methods
|
2015-03-05 11:44:03 -08:00 |
Mitchell Hashimoto
|
c995ec1452
|
api: update spec
|
2015-03-04 15:41:21 -08:00 |
Mitchell Hashimoto
|
859a99c96c
|
api: SPEC
|
2015-03-04 15:03:06 -08:00 |
Mitchell Hashimoto
|
342f4e7e30
|
api: update SPEC
|
2015-03-04 13:17:12 -08:00 |
Mitchell Hashimoto
|
80f8ba6b88
|
api: spec
|
2015-03-04 13:10:10 -08:00 |
Mitchell Hashimoto
|
853e21defb
|
command/get,put
|
2015-03-04 11:08:13 -08:00 |
Mitchell Hashimoto
|
86d593a8f9
|
command/seal
|
2015-03-04 08:56:10 -08:00 |
Mitchell Hashimoto
|
115fd9c30d
|
command/unseal: forward error along
|
2015-03-04 00:35:02 -08:00 |
Mitchell Hashimoto
|
a524ef6537
|
helper/password: for reading passwords securely
|
2015-03-04 00:31:35 -08:00 |
Mitchell Hashimoto
|
2cb4c63208
|
command/unseal
|
2015-03-03 23:57:23 -08:00 |
Mitchell Hashimoto
|
cedeb056df
|
command/auth: document the serer options
|
2015-03-03 23:52:54 -08:00 |
Mitchell Hashimoto
|
38bfea80cc
|
command/meta: server options
|
2015-03-03 23:49:37 -08:00 |
Mitchell Hashimoto
|
32e640c8d0
|
command/auth
|
2015-03-03 23:34:32 -08:00 |
Mitchell Hashimoto
|
fdc3368ac0
|
command: version test
|
2015-03-03 23:14:54 -08:00 |
Mitchell Hashimoto
|
ba870b8fd2
|
scripts
|
2015-03-03 23:14:18 -08:00 |
Mitchell Hashimoto
|
adbae744fb
|
basic main boilerplate stuff
|
2015-03-03 23:03:24 -08:00 |
Armon Dadgar
|
4060860194
|
physical: Adding interface, in-mem implementation, and skeleton for Consul/File
|
2015-03-02 10:48:53 -08:00 |
Armon Dadgar
|
cf2ff56d69
|
Initial commit
|
2015-02-24 16:15:59 -08:00 |