53e6 FreshPorts -- www/cntlm
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
cntlm 0.92.3 www on this many watch lists=1 search for ports that depend on this port
NTLM / NTLM Session Response / NTLMv2 authenticating HTTP proxy
Maintained by: nemysis@gmx.ch search for ports maintained by this maintainer
Port Added: 27 Jul 2009 22:30:55
License: GPLv2


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/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. devel/gmake
There are no ports dependent upon this port

To install the port: cd /usr/ports/www/cntlm/ && make install clean
To add the package: pkg_add -r cntlm


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://aarnet.dl.sourceforge.net/project/cntlm/cntlm/cntlm%200.92.3/
  3. http://freefr.dl.sourceforge.net/project/cntlm/cntlm/cntlm%200.92.3/
  4. http://garr.dl.sourceforge.net/project/cntlm/cntlm/cntlm%200.92.3/
  5. http://heanet.dl.sourceforge.net/project/cntlm/cntlm/cntlm%200.92.3/
  6. http://hivelocity.dl.sourceforge.net/project/cntlm/cntlm/cntlm%200.92.3/
  7. http://ignum.dl.sourceforge.net/project/cntlm/cntlm/cntlm%200.92.3/
  8. http://internode.dl.sourceforge.net/project/cntlm/cntlm/cntlm%200.92.3/
  9. http://iweb.dl.sourceforge.net/project/cntlm/cntlm/cntlm%200.92.3/
  10. http://jaist.dl.sourceforge.net/project/cntlm/cntlm/cntlm%200.92.3/
  11. http://nchc.dl.sourceforge.net/project/cntlm/cntlm/cntlm%200.92.3/
  12. http://ncu.dl.sourceforge.net/project/cntlm/cntlm/cntlm%200.92.3/
  13. http://netcologne.dl.sourceforge.net/project/cntlm/cntlm/cntlm%200.92.3/
  14. http://osdn.dl.sourceforge.net/project/cntlm/cntlm/cntlm%200.92.3/
  15. http://space.dl.sourceforge.net/project/cntlm/cntlm/cntlm%200.92.3/
  16. http://sunet.dl.sourceforge.net/project/cntlm/cntlm/cntlm%200.92.3/
  17. http://superb-dca3.dl.sourceforge.net/project/cntlm/cntlm/cntlm%200.92.3/
  18. http://switch.dl.sourceforge.net/project/cntlm/cntlm/cntlm%200.92.3/
  19. http://tenet.dl.sourceforge.net/project/cntlm/cntlm/cntlm%200.92.3/
  20. http://ufpr.dl.sourceforge.net/project/cntlm/cntlm/cntlm%200.92.3/
  21. http://waix.dl.sourceforge.net/project/cntlm/cntlm/cntlm%200.92.3/

Number of commits found: 9

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
29 Dec 2012 06:46:19
Original commit files touched by this commit  0.92.3
wen search for other commits by this committer
- Update to 0.92.3
- Add LICENSE
- Update COMMENT
- Pass maintainership to submitter

PR:		174789
Submitted by:	nemysis <nemysis@gmx.ch>
18 Oct 2012 13:06:32
Original commit files touched by this commit  0.92.2
tabthorpe search for other commits by this committer
- Reassign to the heap at maintainer's request

Feature safe:	yes
Redports:	ignore
16 Jun 2012 09:52:39
Original commit files touched by this commit  0.92.2
scheidell search for other commits by this committer
- Upgrade to 0.92.2
- Fix cntlm_config line in rc script

PR:             ports/168484
Submitted by:   Brandon Gooch <jamesbrandongooch@gmail.com>
Approved by:    Antony Mawer <lists@mawer.org> (maintainer)
14 Jan 2012 08:57:23
Original commit files touched by this commit  0.35.1
dougb search for other commits by this committer
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
15 May 2011 02:49:17
Original commit files touched by this commit  0.35.1
dougb search for other commits by this committer
Remove painful examples of foo="", with particular prejudice against
constructions that parse out to [ -z "$foo" ] && foo=""

These are bad examples that get copied and pasted into new code, so the
hope is that with less bad examples there will be less need for me to
bring this up in review.

In a few of these files all that were changed were comments so that next
time I search for these patterns I won't trip on the file for no reason.

In a few places, add $FreeBSD$

No functional changes, so no PORTREVISION bumps
19 Mar 2011 12:38:54
Original commit files touched by this commit  0.35.1
miwi search for other commits by this committer
- Get Rid MD5 support
27 Mar 2010 00:15:24
Original commit files touched by this commit  0.35.1
dougb search for other commits by this committer
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
22 Aug 2009 00:38:34
Original commit files touched by this commit  0.35.1
amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with W
27 Jul 2009 22:30:32
Original commit files touched by this commit  0.35.1
miwi search for other commits by this committer
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>

Number of commits found: 9

2828
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
plibMay 19
plibMay 19
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15
firefox35May 15
firefox36May 15

5 vulnerabilities affecting 20 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24528
Broken 216
Deprecated 473
Ignore 635
Forbidden 3
Restricted 292
No CDROM 109
Vulnerable 27
Expired 132
Set to expire 511
Interactive 33
new 24 hours 6
new 48 hours12
new 7 days29
new fortnight58
new month215

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0