authelia/internal/ntp
James Elliott b815521384
fix(ntp): version 4 encoded incorrectly (#4773)
This fixes an issue where version 4 was actually serialized as version 5 due to some binary math issues. It also fixes the fact the leap value was incorrect, it should have been set to unknown.
2023-01-17 22:54:17 +11:00
..
const.go fix(ntp): version 4 encoded incorrectly (#4773) 2023-01-17 22:54:17 +11:00
ntp.go fix(ntp): version 4 encoded incorrectly (#4773) 2023-01-17 22:54:17 +11:00
ntp_test.go test(ntp): add missing tests (#4693) 2023-01-04 09:12:19 +11:00
types.go feat(storage): primary key for all tables and general qol refactoring (#2431) 2021-11-23 20:45:38 +11:00
util.go fix(ntp): version 4 encoded incorrectly (#4773) 2023-01-17 22:54:17 +11:00
util_test.go fix(ntp): version 4 encoded incorrectly (#4773) 2023-01-17 22:54:17 +11:00