Obtaining the source code

The source of ctrlproxy can be downloaded from the ctrlproxy homepage. The source files available there can be unpacked using tar and gzip:

$ tar xvgz ctrlproxy-3.0.tar.gz
ctrlproxy-3.0/AUTHORS
...

If you wish to use the bleeding-edge version of ctrlproxy, you can download the sources from Bazaar.

Downloading from Bazaar

Ctrlproxy Bazaar can be accessed by running:

					$ bzr get http://people.samba.org/bzr/jelmer/ctrlproxy/trunk ctrlproxy-trunk
...

Make sure you run the autogen.sh in the source directory so that the configure script is generated correctly.