Commit Graph

129 Commits

Author SHA1 Message Date
Token2
895824a861 Update gui1.py 2026-01-08 19:30:18 +01:00
Token2
2913f5c20a Create gui1.py 2026-01-08 19:27:12 +01:00
Token2
62ef1dd590 Merge pull request #34 from janbaum/patch-gui
Enhance python GUI
2025-12-15 11:13:26 +01:00
janbaum
46844c6f92 set initial PIN, show device info without PIN, change PIN button texts, show minimal PIN length if violated 2025-12-12 13:48:44 +01:00
Token2
f0291ce0d9 Fix markdown formatting in README for macOS 2025-11-23 20:22:43 +01:00
Token2
e7d6f5f1ca Update link format in README for macOS 2025-11-23 20:22:31 +01:00
Token2
18596c81b3 Update README.MACOS.md 2025-11-23 20:21:59 +01:00
Token2
602c6df371 Update README.MACOS.md 2025-11-23 20:21:40 +01:00
Token2
f9cc7b8327 Update README to simplify CLI availability note
Removed a note about the CLI being the only available interface for the FIDO2-Manage Script.
2025-11-23 20:20:53 +01:00
Token2
79902a2403 Update build_dmg.md 2025-11-23 20:20:10 +01:00
Token2
35e3a39272 Add files via upload 2025-11-23 20:19:45 +01:00
Token2
1a3f693652 Update window title for macOS version 2025-11-23 17:45:14 +01:00
Token2
40194075b8 Add files via upload 2025-11-23 17:35:16 +01:00
Token2
f3956edbc6 Update error handling with fingerprint management UI 2025-11-23 12:08:47 +01:00
Token2
fd99ef43e8 Update fido2-manage.sh 2025-11-11 08:25:25 +01:00
Token2
4d65a199e6 Merge pull request #29 from Ferenc-/fix-device-listing-regex
Simplify and fix device name extraction
2025-11-06 17:20:53 +01:00
Ferenc Géczi
6287dc1941 Simplify and fix device name extraction
* Correclty handles when the device name ends with `)`
* Drops superfluous `sed`

Before:

```
./fido2-manage.sh -list
Device [1] : TOKEN2 FIDO2 Security Key(0016
```

After:

```
./fido2-manage.sh -list
Device [1] : TOKEN2 FIDO2 Security Key(0016)
```

Signed-off-by: Ferenc Géczi <ferenc.gm@gmail.com>
2025-11-06 00:00:00 +00:00
Token2
df21a878c7 Merge pull request #27 from sdellenb/patch-1
Fix MacOS build script
2025-09-23 12:53:07 +02:00
Simon Dellenbach
e7c6f1fef5 Fix MacOS build script
It must return to the root directory before continuing.
2025-09-23 12:51:10 +02:00
Token2
57a4dce9b6 Update gui-mac.py 2025-09-06 21:12:15 +02:00
Token2
baa2521f31 Update gui-mac.py 2025-09-06 20:42:58 +02:00
Token2
19b3b25c77 Update gui-mac.py 2025-09-06 19:39:11 +02:00
Token2
ed024567bf Update fido2-manage-mac.sh 2025-09-06 19:22:58 +02:00
Token2
5e475bab18 Update credman.c 2025-08-27 11:44:48 +02:00
Token2
fe26347134 Update gui.py 2025-08-17 10:01:28 +02:00
Token2
679b85b405 Update README.md 2025-07-24 22:34:53 +02:00
Token2
79472e3006 Update gui-mac.py 2025-07-20 21:53:33 +02:00
Token2
6265c6ced3 Update gui-mac.py 2025-07-16 15:27:54 +02:00
Token2
f3595389be Update gui-mac.py 2025-07-16 15:01:43 +02:00
Token2
2f52554045 Update README.MACOS.md 2025-07-10 10:58:03 +02:00
Token2
73746cda8c Update README.MACOS.md 2025-07-10 10:57:20 +02:00
Token2
fffebc662a Previous version (pre DMG-ready script)
Use if main script fails
2025-07-08 11:16:53 +02:00
Token2
f99b0bd2d7 Update README.MACOS.md 2025-07-08 11:14:07 +02:00
Token2
acd4e05af3 Update README.MACOS.md 2025-07-08 09:00:13 +02:00
Token2
92a37a3b33 Update gui-mac.py 2025-07-08 08:59:02 +02:00
Token2
34f3525d6f Update fido2-manage-mac.sh 2025-07-08 08:58:29 +02:00
Token2
35f63410e9 Update gui-mac.py 2025-07-08 08:51:57 +02:00
Token2
bb94614f32 Update fido2-manage-mac.sh 2025-07-08 08:51:00 +02:00
Token2
36008ecae7 for DMG files for MacOS distribution
helper scripts to produce DMG files for MacOS distribution
2025-07-07 10:12:38 +02:00
Token2
79ce68ab2f Merge pull request #21 from 0x6e7a6f/dev
Modification on the Arch Linux installation guide
2025-07-04 19:13:58 +02:00
Nzo
ed5dc48b99 Modifications done on the Arch Linux installation guide :
- Deleted a command to install a package on a Debian based distro.

- Added package required to build and run properly the app (libfido2, cmake, libcbor).

- Unified pacman command to install package in the same line.
2025-07-04 18:54:55 +02:00
Token2
4fc6a4e0d9 Merge pull request #20 from MBSck/feature/distro-terminal-support
Add support for more linux distros for `gui.py`
2025-06-06 19:07:01 +02:00
M. B. Scheuck
737e0c961d Add terminal support for other than x-terminal-emulator
This gets the terminal from which `gui.py` is executed and saves it into
the global `TERM` variable. Defaults to `x-terminal-emulator`.
Also autoformats the imports and code via black.
2025-06-05 21:49:44 +02:00
M. B. Scheuck
4e8426c8bb Create .gitignore 2025-06-05 21:46:29 +02:00
Token2
67e7f07031 Merge pull request #19 from bern-spl/main
Added support for PIN retrieval from FIDO2_PIN environment variable
2025-06-05 13:54:18 +02:00
Bernard Blundell
b39b6ac6b9 Added support for PIN retrieval from FIDO2_PIN environment variable 2025-06-05 12:49:29 +01:00
Token2
d738ff31e1 Update README.MACOS.md 2025-02-22 10:23:49 +01:00
Token2
bed2c1f00d Update README.md 2025-01-07 11:08:17 +01:00
Token2
e8929a4caa Update README.md 2025-01-07 11:07:56 +01:00
Token2
692f13b976 Update README.md 2025-01-07 11:05:58 +01:00