Commit Graph

339 Commits

Author SHA1 Message Date
Dain Nilsson
cd025fb529 Remove unused file. 2015-06-10 16:42:00 +02:00
Dain Nilsson
c441021902 Implemented delete. 2015-06-10 16:42:00 +02:00
Dain Nilsson
6c3c61f7c0 Fix error when unsetting a password. 2015-06-10 16:42:00 +02:00
Dain Nilsson
06ae21ef49 Only allow add/change pasword when key is present. 2015-06-10 16:42:00 +02:00
Dain Nilsson
e0e671750e Fix lock release on exception. 2015-06-10 16:42:00 +02:00
Dain Nilsson
08319db977 Correct window titles. 2015-06-10 16:42:00 +02:00
Dain Nilsson
7a7dec5538 Implemented password changing. 2015-06-10 16:41:59 +02:00
Dain Nilsson
4e12dadfab Implemented add_cred dialog. 2015-06-10 16:41:59 +02:00
Dain Nilsson
3b67d81ff5 Fix deadlock when waiting for password entry. 2015-06-10 16:41:59 +02:00
Dain Nilsson
e801678295 Fix keystore deleting passwords. 2015-06-10 16:41:59 +02:00
Dain Nilsson
0c1b6d08ad Center label. 2015-06-10 16:41:59 +02:00
Dain Nilsson
4ac577d6f0 Add line between codes. 2015-06-10 16:41:59 +02:00
Dain Nilsson
b30ac787d3 Better touch dialog. 2015-06-10 16:41:59 +02:00
Dain Nilsson
5285d96cc9 Add right-click menu to codes. 2015-06-10 16:41:59 +02:00
Dain Nilsson
1a6ef346d1 Sort results. 2015-06-10 16:41:59 +02:00
Dain Nilsson
944c570a5d Refresh on settings change. 2015-06-10 16:41:59 +02:00
Dain Nilsson
f05b044225 Use settings. 2015-06-10 16:41:59 +02:00
Dain Nilsson
ebab226185 Better scrolling. 2015-06-10 16:41:59 +02:00
Dain Nilsson
054c8e9666 Copy to clipboard. 2015-06-10 16:41:59 +02:00
Dain Nilsson
91967a86ae Updated README. 2015-06-10 16:41:59 +02:00
Dain Nilsson
669fbeeab9 Added calculate and copy icons. 2015-06-10 16:41:59 +02:00
Dain Nilsson
0e2cab218c Added SettingsDialog. 2015-06-10 16:41:59 +02:00
Dain Nilsson
adbe810df8 Show correct widget on startup. 2015-06-10 16:41:59 +02:00
Dain Nilsson
921923a869 Store settings. 2015-06-10 16:41:59 +02:00
Dain Nilsson
69ee3b9128 Save passwords to disk. 2015-06-10 16:41:59 +02:00
Dain Nilsson
d489cc79e8 Fix startup with device requiring key. 2015-06-10 16:41:59 +02:00
Dain Nilsson
8f154045b3 Show ykpers lib version. 2015-06-10 16:41:59 +02:00
Dain Nilsson
f05ec6ed9e Added locking and better device detection. 2015-06-10 16:41:59 +02:00
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
Tom
fda0be93ed Merge pull request #23 from DarkDimius/patch-1
Update `Usage` section to include helpful option for scdaemon
2015-05-05 08:56:53 +02:00
Dmitry Petrashko
48306cd22d Update Usage section to include helpful option for scdaemon
It seems that Neo cannot be used by both gpg and Authenticator at the same time.
The problem is more severe, as gpg-agent and scdaemon by default tend to leave connection to card open indefinitely.
This makes opening Authenticator after any usage of gpg fail with error:
```
No Yubikey NEO found. Please plugin your Yubikey NEO in one of your USB port
```
2015-05-04 17:15:59 +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