aboutsummaryrefslogtreecommitdiffstats
path: root/www/cntlm
Commit message (Collapse)AuthorAgeFilesLines
* Convert LICENSE= "GPLxx # or later" to "GPLxx+"amdmi32016-01-131-1/+1
| | | | Approved by: portmgr blanket
* - Clarify LICENSEamdmi32015-09-042-4/+3
| | | | | - Add LICENSE_FILE - Switch to @sample
* Fix build on -currentpawel2013-12-261-7/+22
| | | | | PR: ports/184902 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Send www/cntlm back to the pool, since I no longer use itnemysis2013-10-112-14/+8
| | | | | | | - USES gmake - Support STAGEDIR Approved by: wg (mentor)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | www)
* - Update to 0.92.3wen2012-12-292-12/+15
| | | | | | | | | - Add LICENSE - Update COMMENT - Pass maintainership to submitter PR: 174789 Submitted by: nemysis <nemysis@gmx.ch>
* - Reassign to the heap at maintainer's requesttabthorpe2012-10-181-6/+2
| | | | | Feature safe: yes Redports: ignore
* - Upgrade to 0.92.2scheidell2012-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)
* In the rc.d scripts, change assignments to rcvar to use thedougb2012-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.
* Remove painful examples of foo="", with particular prejudice againstdougb2011-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
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
|
* Begin the process of deprecating sysutils/rc_subr bydougb2010-03-271-1/+1
| | | | s#. %%RC_SUBR%%#. /etc/rc.subr#
* - Switch SourceForge ports to the new File Release System: categories ↵amdmi32009-08-221-1/+1
| | | | starting with W
* Cntlm is an NTLM/NTLMv2 authenticating HTTP proxy. It takes the address of yourmiwi2009-07-285-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>