open-vault/logical/framework
Jeff Mitchell f9fb20bbe4 Make SanitizeTTL treat an empty string the same as a "0" string.
This causes a 0 TTL to be returned for the value, which is a clue to
other parts of Vault to use appropriate defaults. However, this makes
the defaults be used at lease allocation or extension time instead of
when parsing parameters.
2016-02-18 16:51:36 -05:00
..
backend.go Make SanitizeTTL treat an empty string the same as a "0" string. 2016-02-18 16:51:36 -05:00
backend_test.go Adjust framework unit tests for new LeaseExtend 2016-01-29 19:31:37 -05:00
field_data.go Fix up per-backend timing logic; also fix error in TypeDurationSecond in 2015-09-21 09:55:03 -04:00
field_data_test.go logical/framework: handle nil duration value. Fixes #408 2015-07-08 16:55:52 -06:00
field_type.go logical/framework: adding a new duration type to convert to seconds 2015-06-17 15:56:26 -07:00
lease.go invert logic to prefer client increment 2016-01-29 20:02:15 -05:00
lease_test.go invert logic to prefer client increment 2016-01-29 20:02:15 -05:00
path.go Create more granular ACL capabilities. 2016-01-08 13:05:14 -05:00
path_map.go Create more granular ACL capabilities. 2016-01-08 13:05:14 -05:00
path_map_test.go WriteOperation -> UpdateOperation 2016-01-08 13:03:03 -05:00
path_struct.go Create more granular ACL capabilities. 2016-01-08 13:05:14 -05:00
path_struct_test.go WriteOperation -> UpdateOperation 2016-01-08 13:03:03 -05:00
policy_map.go logical/framework: more flexible Pathmap and PolicyMap 2015-04-17 09:35:49 -07:00
policy_map_test.go logical/framework: more flexible Pathmap and PolicyMap 2015-04-17 09:35:49 -07:00
secret.go Remove grace periods 2016-01-31 19:33:16 -05:00
secret_test.go
template.go logical/framework: make help look nicer 2015-04-03 21:00:23 -07:00
testing.go logical/framework: PathMap allows hyphens in keys [GH-119] 2015-05-02 13:17:42 -07:00
wal.go
wal_test.go