Aaron Kaiser rixxc
rixxc synced commits to group-sync at rixxc/keepassxc from mirror 2025-11-06 15:18:57 +01:00
27a50d8fa5 Complete overhaul of the implementation
bd05bf05fc Complete code and test sat
f7d3c678cc Translations and code format
cf882c66f2 ui: added checkbox and associated logic for recursing into groups
f62ba02721 Implemented group sync
Compare 79 commits »
rixxc synced commits to fix/yk-race at rixxc/keepassxc from mirror 2025-11-06 15:18:57 +01:00
579afe7a3e Fix error in hardware key detection code on Windows
a53756d6a0 Prevent interface lockups during startup with multiple tabs
592d553ff8 Add URL double-click action option to Settings (#12322)
a709f14cf3 Fix KeeShare entries with references not updating (#11809)
9031cb530e Allow read-only native message files (#12236)
Compare 73 commits »
rixxc synced commits to feature/remember-quickunlock at rixxc/keepassxc from mirror 2025-11-06 15:18:57 +01:00
f15ba49fc6 WIP: Enable centralized secret storage
67b550bb6e Address PR comments
4e2c06b943 Add safeguard to using Argon2 function
656e0c71a3 Add Pin Quick Unlock option
d2ad2a95fe Add support to remember quick unlock on Windows and macOS
Compare 51 commits »
rixxc synced commits to develop at rixxc/keepassxc from mirror 2025-11-06 15:18:57 +01:00
592d553ff8 Add URL double-click action option to Settings (#12322)
a709f14cf3 Fix KeeShare entries with references not updating (#11809)
9031cb530e Allow read-only native message files (#12236)
ebf0676661 Fix Auto-Type Empty Window Behavior
6130a64be5 Add Window menu for macOS and specify Help menu to AppKit (#12357)
Compare 11 commits »
rixxc pushed to x25519-agent at rixxc/agent_lib 2025-10-30 14:10:15 +01:00
00afc7130b use relative path for shared_memory_dependency
830dc9671c add default value for NUM_AGENTS
Compare 2 commits »
rixxc pushed to x25519-agent at rixxc/agent_lib 2025-10-27 13:53:25 +01:00
af0d286549 hardcode path
rixxc created branch x25519-agent in rixxc/agent_lib 2025-10-27 13:53:25 +01:00
rixxc pushed to main at rixxc/agent_lib 2025-10-27 10:16:01 +01:00
6b60e04513 don't seal sync_mem
rixxc pushed to main at rixxc/agent_lib 2025-10-23 18:20:52 +02:00
b72ea11712 get shared_memory_heap from git repository
rixxc pushed to main at rixxc/shared_memory_heap 2025-10-23 18:18:13 +02:00
ef9bcc94fb remove unnecessary features
rixxc pushed to main at rixxc/agent_lib 2025-10-23 18:14:02 +02:00
ebb738445b Make number of spawned ed25519 agent configurable through environment variables
0f16f071b4 Revert last three commits
0bb5c528ee use memfd_secret for sync memory
c61fb504c6 remove seal from shared memory page
a97adf188b change synchronization with agent
Compare 7 commits »
rixxc pushed to main at rixxc/mlkem-native-rs-test 2025-03-19 11:43:57 +01:00
f1a5641b20 update
rixxc pushed to main at rixxc/mlkem-native-rs 2025-03-19 11:42:54 +01:00
182a147a8f fix: add dummy randombytes implementation
rixxc pushed to main at rixxc/mlkem-native-rs 2025-03-19 11:23:18 +01:00
8ce3b3fd0e fix: block randomized functions due to missing randombytes implementation
rixxc pushed to main at rixxc/mlkem-native-rs 2025-03-19 11:07:57 +01:00
7d0667d1c0 feat: add bindings for level 2 and 4; generate randomness from provided CSRNG
rixxc pushed to main at rixxc/mlkem-native-rs-test 2025-03-17 11:12:09 +01:00
35ef6504e3 initial commit
rixxc created branch main in rixxc/mlkem-native-rs-test 2025-03-17 11:12:09 +01:00
rixxc created repository rixxc/mlkem-native-rs-test 2025-03-17 11:11:45 +01:00
rixxc pushed to main at rixxc/mlkem-native-rs 2025-03-17 11:10:29 +01:00
6f3e5163b6 feat: add PartialEq trait to custom types
rixxc pushed to main at rixxc/mlkem-native-rs 2025-03-17 11:07:56 +01:00
99a581e98f feat: add Debug trait to wrapper types