summaryrefslogtreecommitdiffstats
path: root/src/lib/Proxy.py
Commit message (Expand)AuthorAgeFilesLines
* fixed total think-o in ProxyErrorChris St. Pierre2012-05-041-1/+1
* catch more errors to avoid tracebacksChris St. Pierre2012-01-171-4/+4
* avoid traceback for socket.error during proxyChris St. Pierre2012-01-131-6/+3
* properly construct ProxyError to avoid occasional errors on Python 2.6Chris St. Pierre2012-01-101-6/+8
* made error handling from bcfg2 client more consistent; avoid someChris St. Pierre2011-11-231-4/+35
* Proxy: Provide proper error message for misconfigured CA (#1059)Sol Jerome2011-10-131-0/+3
* scrub password from error messagesChris St. Pierre2011-07-191-4/+3
* bcfg2: Catch tracebacks (Tickets #1016 and #1017)Sol Jerome2011-06-211-7/+4
* Proxy: Catch traceback when name resolution fails (#1012)Sol Jerome2011-06-041-1/+7
* guarantee that timeout is a floatChris St. Pierre2011-06-011-1/+1
* Fix a typo in an SSL error messageHolger Weiß2011-05-111-2/+2
* Fix regressions with new py3k codeSol Jerome2011-05-031-1/+1
* Common: Add full PY3K compatibilitySol Jerome2011-04-271-13/+15
* PY3K + PEP8 fixes for remaining filesSol Jerome2011-04-071-13/+25
* Proxy: Fix for Python 2.7 xmlrpclib Transport class (Patch from Gordon Messmer)Sol Jerome2011-04-031-6/+12
* Updated files to match PEP 257Fabian Affolter2010-06-071-7/+9
* Proxy: transport errors more gracefully (Fixes #803, at least on the client s...Narayan Desai2009-12-201-2/+1
* Proxy: better error handling (Resolves Ticket #810)Narayan Desai2009-12-091-1/+16
* Proxy: handle case where err has no errno attribute (Resolves Ticket #769)Narayan Desai2009-10-271-1/+1
* Proxy: improve error message for SSL key issues (Resolves Ticket #682)Narayan Desai2009-10-241-0/+3
* Proxy: handle case where server disallows connection with an error message an...Narayan Desai2009-10-241-0/+3
* Proxy: patch version checking code to work on releases with strings in the na...Narayan Desai2009-10-121-1/+1
* Implement support for M2Crypto on the bcfg2 client.Mike McCallister2009-10-081-18/+132
* Pylint/PEP 8 Code cleanupsSol Jerome2009-10-071-7/+6
* Proxy: Implement tunable socket timeoutsNarayan Desai2009-09-151-6/+7
* SSL: Implement protocol selection in bcfg2.confNarayan Desai2009-06-241-2/+11
* SSL: Implememt client-side server cN verificationNarayan Desai2009-05-191-5/+22
* pylint fixesNarayan Desai2009-05-151-4/+4
* SSL: Fix Transport constructor call on python2.4 (Patch from Tim Laszlo)Narayan Desai2009-05-111-1/+2
* SSL: client side read based on server-provided content length (allows gracefu...Narayan Desai2009-05-111-0/+39
* SSL Proxy: only use timeout parm with py2.6+ (patch from Torsten Rehn) (Resol...Narayan Desai2009-05-071-2/+11
* SSL Proxy: pass through key/cert/ca args to transportNarayan Desai2009-05-061-3/+2
* Proxy support for keys/certs/casNarayan Desai2009-05-061-5/+23
* clean up handshake stuffNarayan Desai2009-05-061-2/+1
* Implement basic proxy based on 2.6 sslNarayan Desai2009-05-061-22/+26
* Remove unused imports for pylintSol Jerome2009-04-171-4/+7
* Implement ssl certificate split, in preparation for SSL client cert authNarayan Desai2009-04-081-3/+17
* Fix TLS error path (Reported by kisielk) (Resolves Ticket #621) [bugfix]Narayan Desai2008-12-031-2/+1
* Print ProtocolError messages (patch from Kamil Kisiel)Sol Jerome2008-09-271-2/+3
* Improve error messages in client metadata resolution failure path (Resolves T...Narayan Desai2008-06-121-0/+2
* Fix error path (Reported by jcollie on irc)Narayan Desai2008-06-031-3/+3
* multi-fingerprint support (mainly from Ben Ritcey)Narayan Desai2008-04-011-4/+1
* Handle checksum problems properlyNarayan Desai2008-01-161-0/+3
* Simplify proxy code. We don't need a multi-component infrastructure or local ...Narayan Desai2008-01-091-128/+6
* Replace bcfg2 proxy code with simplified code from CobaltNarayan Desai2008-01-091-0/+188