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
Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it.
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
State Changed From-To: open->closed New port added, with minor changes. Thanks!
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"