Orgad Shaneh

Results 140 issues of Orgad Shaneh

I'm using rmlint on CentOS 7, with LDAP authentication. ``` $ rmlint --version version 2.10.1 compiled: Jun 20 2020 at [14:37:22] "Ludicrous Lemur" (rev unknown) $ id uid=10166(orgads) gid=10011(linuxusers) groups=10011(linuxusers)...

bug

I'm trying to revive the gitblit plugin for Gerrit 3.5. [I built it successfully](https://gerrit-review.googlesource.com/c/plugins/gitblit/+/333180), but when I'm trying to load it, I get the following exception: ``` com.google.gerrit.server.plugins.PluginInstallException: Unable to...

Status-Done
:cat: Question

It has to be in the same directory for the executable to use it.

cmake
Windows

On Windows (at least with CMake), the default prefix is `C:/Program Files (x86)/CURL`.

script

Covers the following PRs: - #9066 - #9247 - #9248

_getpid is Windows API. On Cygwin variants it should remain getpid. Fixes #8220.

build

This includes them in the project tree for IDEs.

cmake

If netrc entry has password with empty login, use it for any username. Example: .netrc: machine example.com password 123456 curl -vn http://[email protected]/ Fix it by initializing state_our_login to TRUE, and...

If the user is specified as part of the URL, and the same user exists in .netrc, Authorization header was not sent at all. The user and password fields were...