Denys Vitali

Results 49 issues of Denys Vitali

This commit adds partial support for the Microsoft SQL "Always Encrypted" feature (basically, E2E encryption). The current implementation is to be consider a __preview__ since it might not be perfectly...

- add ed25519-sha256 support - refactor a lot of code to improve multi-algorithm handling - improve CLI tools - add Makefile - improve README Feel free to merge the changes...

Hello everyone! Is anyone trying to support the Surface Pro X (SQ2)? I'm trying to do a port on https://github.com/denysvitali/surface-pro-x-linux based on the work of @Sonicadvance1 (https://github.com/Sonicadvance1/linux, https://github.com/Sonicadvance1/linux/issues/27) but probably...

This commit adds support for the `HTTPS_PROXY` environment variable. At the moment the `NO_PROXY` environment variable is ignored, please be aware of that! This should close #166 On top of...

With this edit I enabled administrators (from group ID 1) to manage any DNS domain, even if not owned by himself. I did this change because using the "shadowing" feature...

bug

Add the possibility to disable AutoEscaping

If you want to use the UI module in another project, Go will not allow you to import the package because the ui protobuf package is missing. We have to...