brian m. carlson

Results 51 issues of brian m. carlson

# Please describe your issue ### Is this a bug, an improvement, a proposal or something else? Describe it. This is a bug. The `Printf` function used to format strings...

bug

On Android 6.0 on my Google Nexus 5X, the link(2) system call is disabled; it always fails with EACCES [(link)](https://stackoverflow.com/questions/32365690/is-android-m-not-allowing-hard-links). dpkg requires the ability to hard link in order to...

In some cases, we will not want to authenticate a user, only get their groups, such as when performing access control for a user authenticated elsewhere. In such a case,...

**Describe the bug** libssh2 does not implement `[email protected]`. **To Reproduce** libssh2 does not connect to a server implementing only `[email protected]`. **Expected behavior** libssh2 should support `[email protected]`. **Version (please complete the...

enhancement
feature-request

**Describe the bug** libssh2 does not implement `[email protected]` or `[email protected]`. **To Reproduce** Attempt to connect to a server which offers only the AES-GCM cipher suites, and verify that it doesn't...

**Describe the bug** libssh2 does not implement the `[email protected]` or `[email protected]` algorithms. **To Reproduce** Attempt to connect to a server supporting only those algorithms as MACs and notice it fails....

In Opal 0.9.2, performing any sort of string operation returns a string that uses the default encoding (UTF-16LE): ``` sh vauxhall ok % ruby -e '%w(UTF-8 UTF-16LE).each { |e| a...

encoding

**Describe the bug** When invoked as `nvim-gtk --no-fork`, running the `:cq` command exits successfully. The documentation for `:cq` specifies that it's supposed to cause Neovim to exit with an error...

libgit2 provides support for reading and iterating over reflogs. However, git2go doesn't seem to provide this support. Is it possible this support could be added? My particular use case, if...

up for grabs

The documentation for the v3 and v4 password formats specifies that the HMAC is computed over the plaintext data. This leads to two issues. First, the random padding is not...