Sam Uong
Sam Uong
Currently, the PAC URL is read from the system settings before downloading the PAC file. This is done by calling out to a subprocess (`gsettings` or `networksetup` on Linux and...
When Alpaca receives a 407 from an upstream proxy, it just assumes that it's an NTLM proxy and starts to do an NTLM handshake. In the last few months, I...
**Steps to reproduce:** 1. On a Windows machine, open up Git Bash 2. Launch Alpaca using `/path/to/alpaca -d mydomain` **Expected behaviour:** Alpaca should prompt for the user's password and use...
The PAC "[standard](https://developer.mozilla.org/en-US/docs/Web/HTTP/Proxy_servers_and_tunneling/Proxy_Auto-Configuration_(PAC)_file)" as defined by Netscape includes a few functions that assume IPv4, so Alpaca currently only supports IPv4. Microsoft has a few [extensions](http://blogs.msdn.com/b/wndp/archive/2006/07/13/ipv6-pac-extensions-v0-9.aspx) which work better for IPv6...
Alpaca monitors the host's IP addresses to determine whether to use the PAC file, or proxy requests directly. For example, if a user moves from a corporate network to their...