Nathan Beals

Results 38 comments of Nathan Beals

This problem is the same (I think) as #18, It's actually been on my radar for a bit, this bumps the priority

ISO 8601 time formatting has been added, use `--iso8601` to enable it. See version 2.0: https://github.com/ndbeals/keep-exporter/releases/tag/2.0

Thanks for the report, I'd like to look into this, can you provide any further info? What platform are you using? Can you give an example of a note that...

Thanks for the examples, I did get them. My goal was not to get you to share private information, If in the future you find yourself in a similar situation,...

Hello, I'm the author of winssh-pageant. My tool should be able to support this (or anything your ssh-agent does) All it does is listen for a message from one place,...

There's no Pageant protocol to implement, it's just the ssh-agent protocol being communicated over a win32 api `WM_COPYDATA` window event instead of a named pipe. The only thing my tool...

Yes, your guess appears to be correct. I have fixed that bug in my application but from your end you should consider adding a timeout to that `SendMessageA` call because...

Looking more into what the Pageant integration in KeePassXC does, I believe using the keepassxc pageant integration with winssh-pageant is redundant. KeePassXC can already directly talk to the Microsoft OpenSSH...