Olli Janatuinen

Results 38 issues of Olli Janatuinen

Very nice project. Do you have any plans to update it to support Rancher 2.0?

~Implements suggestion in https://github.com/longhorn/longhorn/issues/4415#issuecomment-1214885963 and disable CGO here too like it was done in longhorn-manager by https://github.com/longhorn/longhorn-manager/pull/61~ Looks that longhorn-engine needs CGO so switched to alternative solution proposed in https://github.com/longhorn/longhorn/issues/1768#issuecomment-690778513

## Current Behavior Currently it is possible [Bring your own CNI to AKS](https://docs.microsoft.com/en-us/azure/aks/use-byo-cni?tabs=azure-cli) and instruction for that is available in [this](https://projectcalico.docs.tigera.io/getting-started/kubernetes/managed-public-cloud/aks) Calico document. However that same document says that "Windows...

kind/enhancement
area/windows

Currently using CSI driver with Nutanix Volumes requires full cluster admin credentials :grimacing: That generates huge security issue on environments where same Nutanix cluster is used to provide Kubernetes clusters...

## NOTE I found that MinIO has added support for [SFTP](https://min.io/docs/minio/linux/developers/file-transfer-protocol.html) however with quick testing with [ssh-audit](https://github.com/jtesta/ssh-audit) told me that SHA-1 hash algorithm looks be enabled by default and I...

community
bugfix
needs-investigation

Thanks for publishing digitally signed version of minifilter driver while keeping its code in open source. However, I noticed that you have same bug which exists even original code RansomWatch...

bug

Without this change building 32-bit binaries fails to error: ``` # github.com/tomatome/grdp/plugin ..\..\..\..\pkg\mod\github.com\olljanat\[email protected]\plugin\channel.go:182:28: cannot use CHANNEL_OPTION_INITIALIZED | CHANNEL_OPTION_ENCRYPT_RDP | CHANNEL_OPTION_COMPRESS_RDP | CHANNEL_OPTION_SHOW_PROTOCOL (untyped int constant 3231711232) as int value in...

This looks to be randomly crashing when connecting legacy Windows Server 2008 R2 to error like this (I'm using my custom version with #26 but same issue is on code...

Picked from #20 in case you want have this separately. Allows build with `CGO_ENABLED=0`

As this looks to be only pure Go library which implements RDP protocol, I wonder that if it would be possible to license it under MIT, Apache 2 or BSD...