open-vault/audit
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
..
audit.go Speling police 2016-05-15 09:58:36 -07:00
format.go Don't use time.Time in responses. (#1912) 2016-09-23 12:32:07 -04:00
format_json.go Transit and audit enhancements 2016-09-21 10:49:26 -04:00
format_json_test.go Transit and audit enhancements 2016-09-21 10:49:26 -04:00
format_jsonx.go Transit and audit enhancements 2016-09-21 10:49:26 -04:00
format_jsonx_test.go Transit and audit enhancements 2016-09-21 10:49:26 -04:00
formatter.go Transit and audit enhancements 2016-09-21 10:49:26 -04:00
hashstructure.go Add token accessor to wrap information if one exists 2016-06-13 23:58:17 +00:00
hashstructure_test.go Remove Unix() invocations on 'time.Time' objects and removed conversion of time to UTC 2016-07-08 18:30:18 -04:00