Cntlm Subversion repository resides at http://svn.awk.cz/cntlm
You can stay up to date with stable release cycle using this RSS feed:
http://www.awk.cz/svn/rss.php?path=/tags
and to download any particular release, use:
$ svn co http://svn.awk.cz/cntlm/tags/release-$VERSION cntlm-$VERSION
If you are lazy (or a script, for that matter:), you can use the following, rather clumsy, one-liner to get the latest version automagically:
$ u=http://svn.awk.cz/cntlm/tags; v=`svn ls $u | tail -1`; svn co $u/$v `echo $v | sed 's/release/cntlm/'`
Please note that for short periods of time, the trunk (development) version might not work properly or not even compile; still, if you know what you are doing, use:
$ svn co http://svn.awk.cz/cntlm/trunk cntlm
You can also get a specific revision of the repository:
$ svn -r <rev_num> co http://svn.awk.cz/cntlm/trunk cntlm
To keep up with the lightning fast development :o), there's an RSS feed with the trunk changelog:
http://www.awk.cz/svn/rss.php?path=/trunk