Isaiah Inuwa
4e7622bcf1
wip: Test SetParent(client_window_handle, plugin_window_handle)
2025-12-03 15:47:03 -06:00
Isaiah Inuwa
7da5c3211b
Merge main into iinuwa/win-passkey-poc
2025-12-03 15:46:57 -06:00
Isaiah Inuwa
93833f743d
Use WebAuthn client window for silent assertions
2025-11-25 10:23:40 -06:00
Isaiah Inuwa
7e251f8abb
Use a string for transaction context everywhere
2025-11-25 10:23:37 -06:00
Isaiah Inuwa
46f990c340
Implement Windows plugin WebAuthn cancellation
2025-11-25 10:23:36 -06:00
Isaiah Inuwa
1c81932d01
Cleanup
2025-11-24 13:45:25 -06:00
Isaiah Inuwa
61745ece41
Provide WebAuthnPlugin::perform_user_verification wrapper
2025-11-24 13:45:23 -06:00
Isaiah Inuwa
978f2ee807
Copy from slice over raw pointer to Vec
2025-11-24 13:45:22 -06:00
Isaiah Inuwa
def7f7c059
Fix some docs
2025-11-24 13:45:21 -06:00
Isaiah Inuwa
b4070e93cb
Add docs and Debug impls
2025-11-24 13:45:20 -06:00
Isaiah Inuwa
6b2ba80d6a
Clean up more COM
2025-11-24 13:45:19 -06:00
Isaiah Inuwa
2f7281eef8
Cleanup some unused COM stuff
2025-11-24 13:45:18 -06:00
Isaiah Inuwa
fa7bb19a4e
squash userid
2025-11-24 13:45:17 -06:00
Isaiah Inuwa
c81957c89d
Move include files
2025-11-24 13:45:16 -06:00
Isaiah Inuwa
4e82028406
Add UserId type
2025-11-24 13:45:15 -06:00
Isaiah Inuwa
df145bab8c
Convert physical to logical pixels
2025-11-24 13:45:14 -06:00
Isaiah Inuwa
89a0f0fd4d
Split win_webauthn into separate lib
2025-11-24 13:45:13 -06:00
Isaiah Inuwa
0a040b1edc
Reorganize modules
2025-11-24 13:45:12 -06:00
Isaiah Inuwa
94997f5472
Prepare to split types module into separate modules
2025-11-24 13:45:11 -06:00
Isaiah Inuwa
8df2669376
Remove old make_credential implementation
2025-11-24 13:45:10 -06:00
Isaiah Inuwa
ab1e92e8da
Implement PluginAuthenticator::make_credential
2025-11-24 13:45:09 -06:00
Isaiah Inuwa
6ce04191ed
Remove old get_assertion implementation
2025-11-24 13:45:07 -06:00
Isaiah Inuwa
1621b28406
Implement PluginAuthenticator::get_assertion
2025-11-24 13:45:06 -06:00
Isaiah Inuwa
a8ec35c83c
lint: Reorganize imports
2025-11-24 13:45:05 -06:00
Isaiah Inuwa
cf728910f2
Add extension method to retrieve center coordinates from window handle
2025-11-24 13:45:04 -06:00
Isaiah Inuwa
f8e8d5fd3f
Add method to construct credential using COM allocator.
2025-11-24 13:45:03 -06:00
Isaiah Inuwa
a5ccb5e25d
Define a framework for implementing plugin authenticator methods.
2025-11-24 13:45:02 -06:00
Isaiah Inuwa
d345896d87
Add types for request and response objects
2025-11-24 13:45:01 -06:00
Isaiah Inuwa
6401fae672
Extract registration functions to separate module
2025-11-24 13:44:59 -06:00
Isaiah Inuwa
e38c057c12
Downgrade to compatible version of windows crates
2025-11-24 13:44:57 -06:00
Isaiah Inuwa
3fe05a8b65
Use windows::core re-export everywhere
2025-11-24 13:44:55 -06:00
renovate[bot]
3a4eec38a1
[deps] Platform: Update Rust crate arboard to v3.6.1 ( #17547 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel James Smith <2670567+djsmith85@users.noreply.github.com >
2025-11-24 15:38:40 +00:00
renovate[bot]
e9f67f4fd6
[deps]: Update Rust crate cc to v1.2.46 ( #17571 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel García <dani-garcia@users.noreply.github.com >
2025-11-21 13:57:31 +01:00
renovate[bot]
87e49c174c
[deps] Platform: Update Rust crate libc to v0.2.177 ( #17549 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel García <dani-garcia@users.noreply.github.com >
2025-11-21 13:56:54 +01:00
renovate[bot]
f6eb0f642e
[deps]: Update Rust crate clap to v4.5.51 ( #17572 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-21 11:52:51 +01:00
renovate[bot]
678e5193ca
[deps]: Update Rust crate async-trait to v0.1.89 ( #17570 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-21 11:32:36 +01:00
neuronull
db16c201b8
Align Desktop Native's Rust CI checks with SDK ( #17261 )
...
* clean crate deps
* update lint workflow
* add rustfmt.toml
* apply rust fmt
* missed one
* fix lint of lint lol
* more deps platform fixes
* fix macos_provider
* some more deps clean
* more cleanup
* add --all-targets
* remove another unused dep
* generate index.d.ts
* fix whitespace
* fix split comment in biometric
* formatting comment in biometric_v2
* apply fmt
2025-11-19 15:07:57 +00:00
aj-bw
413a024e61
removal of freebsd build, upload, release and other references ( #17354 )
2025-11-17 16:33:12 -05:00
neuronull
a2abbd09bf
Desktop Native compile debug builds with debug log level ( #17357 )
...
* Desktop Native compile debug builds with debug log level
* typo in code comment
2025-11-17 09:14:50 -07:00
Daniel James Smith
9586057a32
[PM-26162] [Chromium importer] Add fallback name in case empty when loading browser profiles ( #16664 )
...
* Added a fallback to use a browser profile folder-name in case the name of the profile is empty
2025-11-13 13:14:45 -07:00
Isaiah Inuwa
828c0753df
Clean up some logs and comments
2025-11-13 14:03:48 -06:00
renovate[bot]
9c2da604b1
[deps] Platform: Update Rust crate typenum to v1.19.0 ( #16845 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel García <dani-garcia@users.noreply.github.com >
2025-11-13 18:37:18 +01:00
Isaiah Inuwa
37d87709e0
Add UV to makeCredential
2025-11-12 15:28:08 -06:00
Isaiah Inuwa
441f6540fe
First pass at user verification
2025-11-12 15:28:08 -06:00
Isaiah Inuwa
bf8297cf1e
Clean up some unused stuff
2025-11-12 14:34:14 -06:00
Isaiah Inuwa
4775d113c1
Implement GetLockStatus() for Windows plugin
2025-11-12 14:28:26 -06:00
Isaiah Inuwa
d6db3504e1
Add SVG to Windows plugin
2025-11-10 20:58:06 -06:00
Isaiah Inuwa
bb123c0162
Reset free decoded make credential
2025-11-10 08:02:01 -06:00
Oscar Hinton
ed53ef19d9
[PM-27897] Fix release before use in chromium importer ( #17276 )
...
We ran into some weird issues where the memory was corrupted on certain architectures. It turns out we free'd memory before using it.
This ensures we make a copy of the data before freeing it, and extracts a common function for both crates to use.
2025-11-10 14:15:15 +01:00
Isaiah Inuwa
7c251675fa
Try fixing Windows MakeCredential by retaining cipher cache and explicitly syncing autofill credentials
2025-11-09 21:38:16 -06:00