Commit Graph

109 Commits

Author SHA1 Message Date
Dain Nilsson
f66005266e Support secrets longer than 64 bytes. 2015-06-10 16:41:59 +02:00
Dain Nilsson
60494a1db0 Use yubicommon from Github. 2015-06-10 16:41:59 +02:00
Dain Nilsson
dfc92537bf Allow delete without Credential reference. 2015-06-10 16:41:59 +02:00
Dain Nilsson
4a3d1dc52b Added support for touch and hotp codes. 2015-06-10 16:41:58 +02:00
Dain Nilsson
48d5a0715c Extract credential reading logic. 2015-06-10 16:41:52 +02:00
Dain Nilsson
53ca56346d Use libloader from yubicommon. 2015-05-19 10:42:56 +02:00
Dain Nilsson
78ccc99ca4 Use relative imports. Cleanups. 2015-05-19 10:02:39 +02:00
Dain Nilsson
71e24fe5c3 Removed unused files. 2015-05-19 10:01:25 +02:00
Dain Nilsson
4136999d5d Vendor yubicommon. 2015-05-16 14:25:32 +02:00
Dain Nilsson
fa2df9baae Added CLI script. 2015-04-30 17:08:35 +02:00
Dain Nilsson
4cc94c8fe7 Finished core API. 2015-04-29 13:44:09 +02:00
Dain Nilsson
6e52c4c7c6 Added support for legacy OATH over CCID. 2015-04-29 12:23:11 +02:00
Dain Nilsson
bdc2a4a976 Fixed parse_truncated. 2015-04-28 16:42:51 +02:00
Dain Nilsson
4c173f6920 Started work on legacy TOTP support. 2015-04-28 16:42:35 +02:00
Dain Nilsson
098b83c805 Completed device API. 2015-04-28 14:55:04 +02:00
Dain Nilsson
d970f3e853 Added calculate functionality. 2015-04-28 13:44:26 +02:00
Dain Nilsson
3d8991ffa0 Started working on core library. 2015-04-27 15:18:16 +02:00
Dain Nilsson
c3c0d22948 Added boilerplate. 2015-04-24 16:07:28 +02:00
Dain Nilsson
84e4f8c2ee Remove old module. 2015-04-24 15:58:39 +02:00
Tom
5f013a75a8 Merge pull request #20 from lukegb/patch-1
Correctly support 8 digit TOTP
2015-03-30 07:55:45 +02:00
Luke GB
9b8c40b12e Correctly support 8 digit TOTP
This is necessary to allow supporting 8 digit TOTPs (hello, Blizzard Authenticator)
2015-03-28 14:29:58 +00:00
tom
cdb1b42ff5 minor fix 2015-02-05 13:55:22 +01:00
Tom
acc7cfb382 Merge pull request #18 from dwmw2/master
Fix non-ASCII password compatibility with pre-KitKit Android
2015-02-05 12:48:05 +01:00
David Woodhouse
f07f8501a4 Fix non-ASCII password compatibility with pre-KitKit Android
The PBKDF2 function in Android used to use only the low 8 bits of each
character. So if we have a non-ASCII (well, non-ISO8859-1) password and
it doesn't work, try mangling it the same way.

See http://forum.yubico.com/viewtopic.php?f=26&t=1601#p6807 for details.
2015-02-05 11:29:35 +00:00
tom
ffe7a98107 minor fix 2015-02-05 11:32:09 +01:00
tom
dda52e621e fixed app name 2015-02-05 11:29:34 +01:00
tom
1487d14f56 fix systray bug 2015-02-05 11:16:37 +01:00
tom
574642a0e7 fix utf-8 account names 2014-11-24 11:35:29 +01:00
tom
f39a9d65eb version bump 2014-11-24 08:59:46 +01:00
tom
0eae6a1fd3 fixed utf-8 password 2014-11-24 08:58:19 +01:00
tom
f1313d321e minor 2014-09-09 14:44:50 +02:00
tom
2efd2e4024 updated diffs files 2014-09-03 11:41:42 +02:00
tom
d9ed6bba3b updated diff with u2f 2014-09-03 11:41:02 +02:00
tom
fa92c4fc6d renamed project files to yubico_authenticator.py 2014-05-08 11:42:06 +02:00
tom
ecc3faf251 renaming project files 2014-05-08 11:37:24 +02:00
tom
a115ac4ab8 fixed README 2014-05-08 11:17:50 +02:00
tom
6909fc4f98 minor fix 2014-05-08 11:16:33 +02:00
tom
d40328174d added man 2014-05-08 11:11:52 +02:00
tom
b9cb5b2ed9 Resolves #4 and Resolves #9 - Closes #7 2014-05-08 11:05:24 +02:00
tom
49ffe5b627 added --disbale-systray mode 2014-05-08 10:48:24 +02:00
tom
7b863dfe3e Merge branch 'master' of github.com:Yubico/yubioath-desktop 2014-05-08 10:45:36 +02:00
tom
0a0046300f added --disable-systray mode 2014-05-08 10:45:11 +02:00
Simon Josefsson
e5e17e6a31 Clarify license. Closes #11. 2014-05-04 10:16:01 +02:00
Simon Josefsson
ef7650c55c Merge pull request #10 from kmpm/ubuntu
Better instructions for ubuntu
2014-05-03 12:38:23 +02:00
kmpm
6d3f49a0e4 Better instructions for ubuntu
Fixes issue #5 and #7
2014-05-03 11:48:09 +02:00
Tom
2dfbf3763d NEWS 2014-04-25 11:02:05 +02:00
tom
ac2878c6de release 0.1.1
* fix password protection bug
2014-04-25 10:35:03 +02:00
tom
00401d7f02 fix spec 2014-04-09 13:14:18 +02:00
tom
2b94cd3017 minor fix 2014-04-08 13:08:22 +02:00
tom
309aab01f2 Merge branch 'master' of github.com:Yubico/yubioath-desktop 2014-04-02 14:20:21 +02:00