cntlm icon indicating copy to clipboard operation
cntlm copied to clipboard

PLEASE NOTE THAT THIS FORK IS NOT MAINTAINED! For the maintained fork please refer to https://github.com/versat/cntlm. Cntlm is an NTLM / NTLM Session Response / NTLMv2 authenticating HTTP proxy inten...

Results 13 cntlm issues
Sort by recently updated
recently updated
newest added

Add -Z option to non-interactively generate json output ``` [ {"PassLM" : {"hash" : ""}}, {"PassNT" : {"hash" : ""}}, {"PassNTLMv2" : { "hash":"", "user":"", "domain":"" } } ] ```

in my configuration, the parent proxy is a http/https proxy, and I configured SOCKS5Proxy in the /etc/cntlm.conf. now I want to use this socks5 proxy for git client to clone...

user_@DESKTOP-4K2H1C1 ~/cntlm > $ ./configure > ./configure: line 12: $'\r': command not found > ./configure: line 14: $'\r': command not found > ./configure: line 18: syntax error near unexpected token...

On newer Linux distributions, `/var/run` links to `/run` which is a tmpfs directory cleared on each restart. This means that the `/var/run/cntlm` is deleted on reboot. When the machine restarts,...

Not able to add auth headers using CNTLM

* Add a useful .gitignore * Corrects the install target of the Makefile to work correctly for Mac OS X 10.11

Hello! I'm working in the environment with smartcard logon and ntlmv2/Kerberos enforced. Cntlm with NTLMSSPI is not an option (probally need NTLMv2 SSPI which is not implemented at this moment)...

Hello, could you please provide a pre-compiled release for this project? My team is very interested in this, however I can't seem to stand up an environment that can build...

I've been working on a patch to integrate cntlm with PAM. It uses shared memory for process communication and checks user's uid in /proc/net/tcp (and, eventually, /proc/net/tcp6) for authenticity (only...