Jan Willem Janssen

Results 65 comments of Jan Willem Janssen

The only thing I can think of why the `read()` "hangs" is that the underlying process is already terminated (perhaps with due to another signal?). I've to think about how...

Could you try to run the following program through your terminal and post me back the results: ``` c++ // compile with: g++ -o isatty isatty.c #include #include #include #include...

No, I meant to run this program through JPty. I'll try to debug JPty myself as well, but time is rather limited at the moment, unfortunately...

> The protocol does not define how the metadata values should be used or interpreted. Typically they will be converted to a string but in theory a server could also...

Thanks for the detailed explanations. I see the value of flexibility and the support of many different use cases, which is why I'm fond of this framework and see many...

Ah wait, I think I got it now: the delegated roles are consulted for those targets whose path match one of the entries in the `delegations.roles.paths` list iff the path...

Maybe I'm overlooking something, but I fail to see how ObjectHash authenticates the data?

IMO, the only freedom you gain from ObjectHash is the format to store the retrieved data in, as long as you are able to convert it to the same ObjectHash...

It seems I've missed the discussion about ASN.1, I only see some excerpts of it being mentioned a few years back. Is this something that is seriously being considered for...

needless to say, I think the cleanest approach would be to use JWKs :)