Share

Cntlm Authentication Proxy

Code

Programming Languages: C

License: GNU General Public License (GPL)

Repositories

browse code

See http://cntlm.sourceforge.net/svn.html

Show:

What's happening?

  • Comment: Support for WWW-Authenticate

    I created a working patch following these ideas and put it up under https://sourceforge.net/tracker/?func=detail&aid=2923411&group_id=197861&atid=963164.

    2009-12-30 09:54:09 UTC by schlomoschapiro

  • use cntlm to authenticate against NTLM protected webserver

    This is an ugly hack to modify cntlm to authenticate against a webserver instead of a proxy. ntlmaps does this but is very slow and not multithreaded and I needed a faster alternative. I took the ideas mentioned in https://sourceforge.net/tracker/?func=detail&aid=2640714&group_id=197861&atid=963165 and created a working patch for cntlm 0.35.1. ATTENTION! This patch changes cntlm so that it...

    2009-12-30 09:53:25 UTC by schlomoschapiro

  • Followup: RE: problem with firefox

    Hi francisdb, sorry, no. Think this has something to do with "white list" pages, that do not need auth, where these pages load then stuff from sources that are not white listed. not sure, just a thought.

    2009-12-29 12:23:54 UTC by jimmik

  • Followup: RE: problem with firefox

    I have the same problem, were you able to fix this?.

    2009-12-29 09:43:52 UTC by francisdb

  • rpmbuil fails as non-root

    Hi, rpmbuild --rebuild cntlm*.src.rpm fails unless called as root. This is due to the Makefile installing files as root.system: install: $(NAME) # AIX? if [ -f /usr/bin/oslevel ]; then \ install -O root -G system -M 755 -S -f $(BINDIR) $(NAME); \ install -O root -G system -M 644 -f $(MANDIR)/man1 doc/$(NAME).1; \ install...

    2009-12-21 15:17:10 UTC by schlomoschapiro

  • problem with firefox

    cntlm is working great. After some time firefox pop up a window with "authentication needed" And there as many boxes as "browser tabs" are used. If I have 5 Tabs, I need to accept 5 times this authentication. Then nearly 5 min later, nothing done or clicked, the boxes come again and I need to enter authentication. What can cause this trouble ? And does anybody have an...

    2009-10-30 13:22:26 UTC by jimmik

  • Patch to implement PAM support

    I've developed a patch to integrate cntlm with PAM. It uses shared memory for process communication and checks user's uid in /proc/net/tcp for authenticity (only works in linux). It's very simple: first user logs in, then my pam module generates all ntlm's hashes and saves it in the shared memory; second: cntlm is started (with a new flag: -Z) and looks for user's uid in /proc/net/tcp (through...

    2009-10-26 14:14:26 UTC by https://www.google.com/accounts

Our Numbers