Ryan Steinmetz

Results 9 comments of Ryan Steinmetz

You wouldn't actually manage any records in a slave zone. You would simply display them, read-only, in the UI. The use case for this is two fold: 1. Being able...

No rush. These are easy to set in the calling cookbook, so this is more of a "make this nicer" than a blocker for use.

Can confirm this resolves the error. Please merge.

I ran into this and this solution would actually work for me. This issue happens on a macbook with no external displays. Alternatively, being able to specify a dead zone...

Existing code tries to blindly create a TRString. If username is null, this results in a crash. Move the creation of the TRString to after the null check.

It does if you use the FreeBSD port/package I created [here](https://www.freshports.org/security/duo_openvpn/)

No patches are required for it to build. The port takes care of everything for the end user. I did add two build options to the port (USERNAME and METHOD)...

Thanks for the tip! I've added an additional commit to break out the procfs support further. While FreeBSD does still have a way to mount procfs, it isn't enabled by...

> It's super fascinating to see how pueue is packaged :D I'm ususally not involved into any packaging work at all, but there's quite a lot of stuff going on...