aboutsummaryrefslogtreecommitdiff
path: root/www/cntlm
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.92.3Wen Heping2012-12-292-12/+15
| | | | | | | | | | | | - Add LICENSE - Update COMMENT - Pass maintainership to submitter PR: 174789 Submitted by: nemysis <nemysis@gmx.ch> Notes: svn path=/head/; revision=309612
* - Reassign to the heap at maintainer's requestThomas Abthorpe2012-10-181-6/+2
| | | | | | | | Feature safe: yes Redports: ignore Notes: svn path=/head/; revision=306069
* - Upgrade to 0.92.2Michael Scheidell2012-06-163-4/+4
| | | | | | | | | | | - 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) Notes: svn path=/head/; revision=299394
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=289156
* Remove painful examples of foo="", with particular prejudice againstDoug Barton2011-05-151-1/+0
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=274133
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-1/+1
| | | | | | | starting with W Notes: svn path=/head/; revision=240077
* Cntlm is an NTLM/NTLMv2 authenticating HTTP proxy. It takes the address of yourMartin Wilke2009-07-275-0/+94
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> Notes: svn path=/head/; revision=238461