minfrin
minfrin
Testing [v9.5.0.0p1-Beta](https://github.com/PowerShell/Win32-OpenSSH/releases/tag/v9.5.0.0p1-Beta) ssh-add -s [path-to-opensc] works. When an attempt is made to connect with missing smartcard, I get "agent refused operation" rather than a sensible error message, but I suspect...
I have a need for a systemd plugin, was about to write one and found this pull request :) What I am after specifically is to get notifications of when...
fatal error: could not open autotrust file for writing, /root.key.10018-0-16059b0: Permission denied
Running through strace, we see getpid() in an infinite loop. ``` getpid() = 10035 getpid() = 10035 getpid() = 10035 getpid() = 10035 getpid() = 10035 getpid() = 10035 getpid()...
> In the meantime, I would suggest referring to the Windows app developer documentation for help on updating the registry on install. It seems like this article might help., if...
One observation - there is a json encoder and decoder in apr-util that is Apache licensed. https://github.com/apache/apr-util/blob/1.7.x/json/apr_json_encode.c It is not released yet, and it's reasonable not to have to wait...
> so, i'm not sure what to do now, the code for utf-8 parsing was initially propsed by @ylavic > > should I rewrite to use above apr_json_encode.c which is...
In the test, the following got logged, which is a win: ``` {"remoteAddr":"127.0.0.1","size":"236","logicalUserName":"","request":"GET / HTTP/1.1","statusCode":"404","time":"[17/Dec/2023:19:52:58 +0000]","user":""} ``` In the test there was no "logicalUserName" or "user", but these were returned...
> But the question remains: should we add NULL or empty string values to the resulting JSON? I would leave out the whole kv pair completely, no need to take...
> > But the question remains: should we add NULL or empty string values to the resulting JSON? > > I think the empty values should be `""` and the...
As an aside, I added support for JSON escaping to APR, which I plan to backport to v1.x: https://github.com/apache/apr/commit/3646493027dbf0dcc1523d1ebf182a5792aa70a3