ntlmaps 0.9.9.0.1-11.3ubuntu1 source package in Ubuntu

Changelog

ntlmaps (0.9.9.0.1-11.3ubuntu1) saucy; urgency=low

  * Merge from Debian unstable. Remaining changes:
    - Made debconf ask questions about domain and proxy port during postinst.
    - Set SO_REUSEADDR on server socket, allowing for a quick restart.

ntlmaps (0.9.9.0.1-11.3) unstable; urgency=low

  * Non-maintainer upload.
  * Drop useless dh_python call (Closes: #715301).
 -- Logan Rosen <email address hidden>   Sat, 20 Jul 2013 12:01:05 -0400

Upload details

Uploaded by:
Logan Rosen
Uploaded to:
Saucy
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
web
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe web

Builds

Saucy: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
ntlmaps_0.9.9.0.1.orig.tar.gz 54.6 KiB 6f041d87b07f1608ac77866536b5b520d7b8515d3e9ad12317bcc811f458b1b8
ntlmaps_0.9.9.0.1-11.3ubuntu1.diff.gz 24.6 KiB ef52c746e073256b4d0373097de963743b39b003ba6435d8ed62f34681d42eff
ntlmaps_0.9.9.0.1-11.3ubuntu1.dsc 1.5 KiB d04c2ac949db32daf66341e29e1003b688cd0d057bdcd2825ca566dd8e69f974

View changes file

Binary packages built by this source

ntlmaps: NTLM Authorization Proxy Server

 'NTLM Authorization Proxy Server' (APS) is a proxy software that
 allows you to authenticate via an MS Proxy Server (e.g. ISA server)
 using the proprietary NTLM protocol. Since version 0.9.5 APS has an
 ability to behave as a standalone proxy server and authenticate http
 clients at web servers using NTLM method. It can change arbitrary
 values in your client's request header so that those requests will
 look like they were created by MS IE. It is written in Python v1.5.2
 language.
 .
 Main features:
    * supports NTLM authentication via parent proxy server
      (Error 407 Proxy Authentication Required)
    * supports NTLM authentication at web servers
      (Error 401 Access Denied/Unauthorized)
    * supports translation of NTLM scheme to standard "Basic"
      authentication scheme
    * supports the HTTPS 'CONNECT' method for transparent tunnelling
      through parent proxy server
    * has ability to change arbitrary values in client's request headers;
    * supports unlimited number of client connections
    * supports connections from external hosts
    * supports HTTP 1.1 persistent connections
    * stores user's credentials in config file or requests
      password from a console during the start time