open-vault/logical
Jeff Mitchell 6bf871995b Don't use time.Time in responses. (#1912)
This fixes #1911 but not directly; it doesn't address the cause of the
panic. However, it turns out that this is the correct fix anyways,
because it ensures that the value being logged is RFC3339 format, which
is what the time turns into in JSON but not the normal time string
value, so what we audit log (and HMAC) matches what we are returning.
2016-09-23 12:32:07 -04:00
..
framework Support for 1 and 2 char names in GenericNameRegex 2016-08-30 19:37:52 +02:00
testing Add support for PGP encrypting the initial root token. (#1883) 2016-09-13 18:42:24 -04:00
auth.go AppRole authentication backend 2016-07-26 09:32:41 -04:00
connection.go logical: add credential info to logical backend structures 2015-03-30 14:23:32 -07:00
error.go gofmt 2016-08-19 16:48:32 -04:00
lease.go Remove Unix() invocations on 'time.Time' objects and removed conversion of time to UTC 2016-07-08 18:30:18 -04:00
lease_test.go Remove Unix() invocations on 'time.Time' objects and removed conversion of time to UTC 2016-07-08 18:30:18 -04:00
logical.go Convert to logxi 2016-08-21 18:13:37 -04:00
request.go initial local commit 2016-07-23 21:46:28 -04:00
response.go Ensure response data not nil in IsError 2016-08-02 14:54:34 -04:00
sanitize.go Don't use time.Time in responses. (#1912) 2016-09-23 12:32:07 -04:00
secret.go Remove grace periods 2016-01-31 19:33:16 -05:00
storage.go Added JSON Decode and Encode helpers. 2016-07-06 12:25:40 -04:00
storage_inmem.go Make logical.InmemStorage a wrapper around physical.InmemBackend. 2016-06-06 12:03:08 -04:00
storage_inmem_test.go vault: Passthrough backend uses logical.Backend 2015-03-15 14:27:06 -07:00
system_view.go Make a non-caching but still locking variant of transit for when caches are disabled 2016-05-02 22:36:44 -04:00
testing.go Convert to logxi 2016-08-21 18:13:37 -04:00