1
0
mirror of https://github.com/Yubico/yubikey-val.git synced 2024-11-29 09:24:12 +01:00
Commit Graph

292 Commits

Author SHA1 Message Date
Simon Josefsson
a4e37a20be Fix release rule. 2011-08-18 12:20:14 +00:00
Simon Josefsson
fb506d0238 Don't echo (unsanitized) OTP/NONCE values back to client when
sending error codes.  Reported by Paul van Empelen.
2011-08-18 12:19:15 +00:00
Simon Josefsson
3d9722d1d4 Fix OpenPGP key. 2011-05-09 14:31:54 +00:00
Simon Josefsson
7d8df324bc Support multiple IP authorizations in ykval-revoke.php. 2011-05-09 14:31:10 +00:00
Simon Josefsson
966d2b57fe Version 2.8. 2011-01-06 21:39:35 +00:00
Simon Josefsson
e9d86a6125 Simplify more. 2010-11-15 10:49:10 +00:00
Simon Josefsson
26e4c45800 Simplify. 2010-11-15 10:48:52 +00:00
Simon Josefsson
cc121fb2d3 Add. 2010-11-15 10:41:49 +00:00
Simon Josefsson
a827f3a02e Install ykval-munin-vallatency. 2010-11-15 10:33:01 +00:00
Simon Josefsson
3aaf776220 Add. 2010-11-15 10:32:32 +00:00
Simon Josefsson
016313a1e3 Support YubiKey OTPs filtered through a US Dvorak keyboard layout. 2010-09-21 08:13:36 +00:00
Simon Josefsson
192b3c77a2 Fix version. 2010-09-12 10:45:27 +00:00
Simon Josefsson
382616e1d0 Version 2.7. 2010-09-12 10:44:33 +00:00
Simon Josefsson
dd9f472e77 Fix typo. 2010-09-12 10:42:32 +00:00
Simon Josefsson
6dbae564e8 Add. 2010-09-12 10:39:57 +00:00
Simon Josefsson
8ea97ab0fb Sanity check OTP variable before trusting it.
Reported by Ricky Zhou <ricky@fedoraproject.org>.
2010-09-12 10:39:23 +00:00
Simon Josefsson
c9f58a83c7 Log HTTPS status. 2010-08-22 14:38:26 +00:00
Simon Josefsson
369a6e0fbc Timestamp responses. 2010-08-22 13:41:21 +00:00
Simon Josefsson
069092fd6b Timestamp requests. 2010-08-22 13:27:46 +00:00
Simon Josefsson
81255ecf24 Bump versions. 2010-08-02 14:22:07 +00:00
Simon Josefsson
149c605708 Version 2.6. 2010-08-02 14:17:45 +00:00
Simon Josefsson
e0925216b0 Mention queuelength plugin. 2010-08-02 14:02:40 +00:00
Simon Josefsson
7363cb54c3 Add ykval-munin-queuelength.php. 2010-08-02 13:49:34 +00:00
Simon Josefsson
e8713d873e Add. 2010-06-22 20:22:12 +00:00
Simon Josefsson
8b51b69600 Reduce max-time. 2010-06-22 20:18:38 +00:00
Simon Josefsson
6f381febb4 Fix auto markers. 2010-06-22 16:11:57 +00:00
Simon Josefsson
0d9a014add Add auto markers. 2010-06-22 16:10:30 +00:00
Simon Josefsson
9f0555c52c Fix munin plugin name. 2010-06-22 16:05:39 +00:00
Simon Josefsson
36ce9ecc26 Better install name. 2010-06-22 16:04:34 +00:00
Simon Josefsson
9846078544 Fix typo. 2010-06-22 16:01:39 +00:00
Simon Josefsson
5df3b578dd Support autoconf. 2010-06-22 15:59:25 +00:00
Simon Josefsson
10cb0331dd Install munin plugin. 2010-06-22 15:57:24 +00:00
Simon Josefsson
132479d5f0 Add munin checker. 2010-06-22 15:55:52 +00:00
Simon Josefsson
3c9612f923 MySQL does not parse 'TRUE' as a true boolean, use '1' instead. 2010-06-10 10:01:23 +00:00
Simon Josefsson
f1fbc3e955 Bump version. 2010-06-01 07:57:21 +00:00
Simon Josefsson
f0b3581d26 Add. 2010-06-01 07:56:45 +00:00
Simon Josefsson
c9b47f4cd9 Don't use rowCount, it is broken. 2010-06-01 07:43:32 +00:00
Simon Josefsson
4d7cd1c5c7 Use yubico google account. 2010-05-17 13:27:53 +00:00
Simon Josefsson
667287927b Version 2.5 2010-05-17 13:24:10 +00:00
Simon Josefsson
393ef0c44e Don't use PDO rowCount function to get number of rows returned
because that isn't portable.  Patch from arte42.ripe in issue #7
(yubikey-val-2.1-php-rowcount.patch).
2010-05-17 13:20:49 +00:00
Simon Josefsson
cc2ade0b3b Fix. 2010-05-17 13:13:36 +00:00
Simon Josefsson
c94affd1d9 When there is only one KSM, use more portable code without async.
Patch from arte42.ripe in issue #7.
2010-05-17 13:08:48 +00:00
Simon Josefsson
7b18b50ee7 When number of sync servers equals zero, set sync result to success.
Patch from arte42.ripe in issue #7.
2010-05-17 13:06:06 +00:00
Simon Josefsson
2f099df58c Don't reject on nonce error for v1.x requests. 2010-04-23 21:44:25 +00:00
Simon Josefsson
522c301dae Permit somewhat longer nonces (think SHA1 hex). 2010-04-23 20:33:45 +00:00
Simon Josefsson
4ac054f9cd Improve error checking of nonce. 2010-04-23 20:32:39 +00:00
Simon Josefsson
1c7b2430cd Remove, see wiki pages instead. 2010-04-23 19:35:26 +00:00
Simon Josefsson
f835ab3d9b Add. 2010-04-23 18:08:16 +00:00
Simon Josefsson
287a111d0c Distribute COPYING file. 2010-04-23 18:07:38 +00:00
Simon Josefsson
b9be3d2941 Simplify license headers. 2010-04-23 18:07:10 +00:00