Bug 137016 - New port: www/cntlm An NTLM/NTLM Session Response/NTLMv2 authenticating HTTP proxy
Summary: New port: www/cntlm An NTLM/NTLM Session Response/NTLMv2 authenticating HTTP ...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-23 00:20 UTC by Antony Mawer
Modified: 2009-07-27 23:40 UTC (History)
1 user (show)

See Also:


Attachments
cntlm.shar (4.32 KB, text/plain)
2009-07-23 00:20 UTC, Antony Mawer
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Antony Mawer 2009-07-23 00:20:01 UTC
The following shar file adds a port for the cntlm http proxy, which provides a
standard unauthenticated loop-back proxy which is then tunnelled across an
NTLM-only proxy server. This can be useful in Windows enviroments where only
NTLM authenticated access is permitted to the Internet, as many UNIX-based
applications do not support NTLM natively.

How-To-Repeat: N/A
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2009-07-23 13:19:58 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 Antony Mawer 2009-07-24 04:19:56 UTC
One minor correction to the patch -- in files/cntlm.in, the default 
value of cntlm_config should be %%PREFIX%%/etc/cntlm.conf, rather than 
being hard-coded to /usr/local/

Cheers
Antony
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2009-07-27 23:30:21 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2009-07-27 23:30:47 UTC
miwi        2009-07-27 22:30:32 UTC

  FreeBSD ports repository

  Modified files:
    www                  Makefile 
  Added files:
    www/cntlm            Makefile distinfo pkg-descr pkg-plist 
    www/cntlm/files      cntlm.in 
  Log:
  Cntlm is an NTLM/NTLMv2 authenticating HTTP proxy. It takes the address of your
  proxy or proxies (host1..N and port1..N) and opens a listening socket,
  forwarding each request to the parent proxy (moving in a circular list if the
  active parent stops working). Along the way, a connection to the parent is
  created anew and authenticated or, if available, previously cached connection
  is reused to achieve higher efficiency and faster responses. When the chain is
  set up, cntlm should be used as a proxy in your applications. Cntlm also
  integrates transparent TCP/IP port forwarding (tunneling) through the parent
  (incl. authentication).
  
  WWW: http://cntlm.sourceforge.net/
  
  PR:             ports/137016
  Submitted by:   Antony Mawer <ports at mawer.org>
  
  Revision  Changes    Path
  1.2409    +1 -0      ports/www/Makefile
  1.1       +37 -0     ports/www/cntlm/Makefile (new)
  1.1       +3 -0      ports/www/cntlm/distinfo (new)
  1.1       +39 -0     ports/www/cntlm/files/cntlm.in (new)
  1.1       +11 -0     ports/www/cntlm/pkg-descr (new)
  1.1       +4 -0      ports/www/cntlm/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"