Austin

Results 5 issues of Austin

Changed the initial remote process allocation type to RW instead of RWX and added a VirtualProtectEx() call to change it to RX once it has been re-written. This will bypass...

PyJWT had the ability to register new Algorithms. I highly recommend that this be added as I would like to add additional algorithms. One primary example is implementing BLAKE2 which...

There is no member entry for DNS in the `Config` type in the `wgtypes` module and consequently no way of dealing with nameservers. **PLEASE** note that the DNS field can...

Even though this is a zero-knowledge protocol (seems very similar to Schnorr's protocol), there is still a possibility of performing an offline dictionary attack against the ledger. Given the registration...

There should be some RESTful way to return the version of headscale running (ideally identical to the github tag) of the server. Since there are versions which use different endpoints...

enhancement