Steffen Kieß

Results 12 issues of Steffen Kieß

This is similar to #12, but for the C version. The C version uses sin() and cos() and constants (for pi) which are not accurate enough for long double. In...

This requires krb5 >= 1.19 because otherwise channel bindings won't be forwarded through SPNEGO.

TLS
needs-votes

Currently ssh -W will parse Unix socket arguments correctly, but will then fail to set up a tunnel because parse_forward() sets listen_path instead of listen_host. Choose the correct value for...

`SetFilePointer` requires the upper 32 bit of the position to be passed separately, which the code did not do, causing the position to be interpreted as a 32-bit value. Use...

Starting with commit 5e8ad61d0a79eb7f7b8ae0863e2ee19387f734f0 a table cell keeps track of its index. When creating a table cell with `cmark_node_new_with_ext()`, the `cell_index` value is not initialized anywhere. This will cause functions...

I think this change is broken: When `MessageWriter.Write(object)` is called, a variant should be written (see also the comment above the method). If the object is an array, a variant...

Currently, when the connection to dbus is lost (e.g. because the dbus sever is killed), Connection.Iterate() will return without setting Connection.IsConnected to false. A program using dbus-sharp then will call...

This commit allows replacing cl::Error with a custom type (can be useful e.g. for custom error messages or for providing stacktraces).

Add the require_fast option which will cause the authentication to fail if FAST is not available. This is useful to prevent KDC reply spoofing and to prevent an attacker from...

## Description Add support for making connections over unix domain sockets. The protocol used for the unix domain sockets is the same as the TCP protocol. The primary advantage of...

stale