zivillian

Results 15 issues of zivillian

- add CancellationToken to IHttpContext - pass cancellationToken to async Framework methods This is a *breaking change*

Internally this is a HY02B05MB, but the PCB is different from the picture in #162. The DPs also differ from the number documentend in this issue. I've added a picture...

This ignores ntp responses with a 0 epoch (which is returned with a [stratum 0 as KissOfDeath](https://de.wikipedia.org/wiki/Kiss-of-death_Packet)) and prevents the date to jump to 2036. This should be fixed upstream,...

Today I've seen multiple errors in my go-carbon.log file: > INFO [carbonlink] reply error {"peer": "127.0.0.1:40971", "error": "Frame too large for buffer size"} which seems to be caused by: https://github.com/go-graphite/go-carbon/blob/72fbe671c244718452557d06975d2c28d59029f4/cache/carbonlink.go#L324-L326...

This PR moves all interop calls to nested `NativeMethods` to prevent the runtime from trying to load the `kernel32.dll` on non windows systems and also adds a few Platform checks...

I started to [prepare the library for trmming according to documentation](https://learn.microsoft.com/en-us/dotnet/core/deploying/trimming/prepare-libraries-for-trimming). My goal was to be able to publish my project (which uses YamlDotNet) trimmed without getting a warning. I...

I am using this task to pseudolocalize our project with the task at https://github.com/ahdde/Psuedoizer/blob/dd872ad784f451db0dcf739aeee34eb444f44ed2/build/Pseudoizer.targets and the build fails within VS2017 15.7.6 with MSBuild 15.7.180.61344 when netstandard.dll is not in GAC....

I started to look into the protocol and stumbled upon the undetermined XOR algorithm - so I decided to dig deeper. Instead of looking at PCAPs or the responses from...

This allows the certificate to be used for other purposes such as RDS or AD FS. I found this issue on our DC which already had valid certificates for RDS....