public inbox for git@vger.kernel.org 
 help / color / mirror / Atom feed
* [PATCH v3 0/4] Support http proxy authentication
@ 2012-03-05 15:14 Nelson Benitez Leon
  0 siblings, 0 replies; only message in thread
From: Nelson Benitez Leon @ 2012-03-05 15:14 UTC (permalink / raw)
  To: git; +Cc: peff, sam

Hi, here is a new version of patch-set for supporting proxy
authentication on git, now doing proactive auth if the flag
is set and the proxy url has username, and also handling 407
error code by asking credentials (if necessary) and re-trying.

Patches 1/4 and 2/4 are same as previous version but with ammended
commit messages.

Please comment, thank you!

Nelson Benitez Leon (4):
  http: support proxies that needs authentication
  http: try http_proxy env var when http.proxy config option is not set
  http: handle proxy proactive authentication
  http: handle proxy authentication failure (error 407)

 http.c |   39 ++++++++++++++++++++++++++++++++++++++-
 1 files changed, 38 insertions(+), 1 deletions(-)

-- 
1.7.7.6

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-03-05 14:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-05 15:14 [PATCH v3 0/4] Support http proxy authentication Nelson Benitez Leon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox