vanrein

Results 42 issues of vanrein

I love the design and actual use of `acmetool` but would like to include it into our ports tree by building from source. That would also help us cross-compile for...

Would you consider adding PKCS #11 support to `acmetool`? Though it would be possible to import the generated keys afterwards, it beats the purpose of using this private-key-protective API. Apache...

I am automating [seamless DANE support](https://gitlab.com/arpa2/mkroot/-/tree/master/internetwide/tower#certificate-operations) after `acmetool`, and this process triggers a sequence of simple [atomic and idempotent actions](https://gitlab.com/arpa2/mkroot/-/tree/master/internetwide/tower/usr/bin) with its own timing. This raises concerns about atomicity of...

I installed on a disk (actually, in a `DESTDIR`) without `/usr/local/bin` directory. In that case, `acmetool` installs itself as an executable program named `/usr/local/bin` :-) Easily remedied, but perhaps good...

The output of the filter is quite different from what is browsed within pager mode. This is not always necessary. * Spaces at the start of a line add layout,...

Is it a strange idea to support ZMODEM passthrough via a service in the event interface? I still think of it as a highly useful protocol, but it is ancient......

enhancement

TWIN works great in [ttyd](https://github.com/tsl0922/ttyd) and really adds value there; for TWDM there was a need to add a one-shot option, as a resource is not freed otherwise. See PR...

Twin is nice :) I installed it with `--prefix=/opt/twin` and found only one problem: the `twin` wrapper does not find `twin_server` because it insists on `/usr/local/bin/twin_server`. This is caused by...

bug

I am building a demo environment with TWIN. To that end, I am creating windows from menu items and found two ways this could be improved. (1) Is there a...

enhancement

Manually reran bison (bypassing the bootstrapping code): In server/ ran "bison --no-lines --defines -o rcparse_tab.c rcparse.y"