summaryrefslogtreecommitdiffstats
path: root/src/lib/SSLServer.py
Commit message (Expand)AuthorAgeFilesLines
* SSLServer: Fix traceback in xcmd toggle_debugSol Jerome2011-10-131-1/+2
* * Added support for yum libraries (if available and configured). ThisChris St. Pierre2011-10-071-8/+14
* SSLServer.py: 'bytes' not available in python 2.5Sol Jerome2011-09-161-1/+1
* SSLServer: Fix traceback in bcfg2-admin perf (#1042)Sol Jerome2011-09-151-4/+3
* SSLServer: Fix errors reported by emias on IRCSol Jerome2011-06-151-2/+4
* SSLServer: Fix another syntax error for python 2Sol Jerome2011-06-151-1/+5
* SSLServer: Fix syntax error for python 2Sol Jerome2011-06-151-1/+1
* PY3K: Finish server-side code fixesSol Jerome2011-06-141-4/+14
* bcfg2-server: Add the ability to listen on specific interfaces (#1013)Sol Jerome2011-06-141-8/+17
* Common: Add full PY3K compatibilitySol Jerome2011-04-271-5/+6
* PY3K + PEP8 fixes for remaining filesSol Jerome2011-04-071-14/+27
* SSLServer: Stop raising trapped exceptions from XMLRPCRequestHandler. Causes...Tim Laszlo2011-01-241-1/+3
* SSLServer: handle socket errors on shutdown gracefully (Resolves #907 and #909)Narayan Desai2010-08-111-2/+8
* SSLServer: Retry failed writesTim Laszlo2010-07-301-8/+37
* Set a timeout on sockets accepted by the serverTim Laszlo2010-06-141-0/+2
* Updated files to match PEP 257Fabian Affolter2010-06-071-1/+8
* SSLServer: add in transaction timeoutsNarayan Desai2010-03-131-0/+5
* SSLServer: fix socket shutdown code (compatible across trunk, 1.0.1rc, and 0....Narayan Desai2010-01-121-1/+0
* SSLServer: Add file descriptor leak fix from 1.0.0 stable branchSol Jerome2010-01-081-4/+5
* SSLServer: set socket timeout for client sockets [bugfix]Narayan Desai2010-01-061-0/+1
* SSLServer: fix socket leak reported by Cory and LisaNarayan Desai2009-12-141-0/+2
* Pylint/PEP 8 Code cleanupsSol Jerome2009-10-071-24/+24
* SSLServer: Fix rmi method exportNarayan Desai2009-09-181-1/+1
* SSLServer: don't pass address argument to methods with dotted namesNarayan Desai2009-09-181-1/+2
* SSLServer: Re-implement support for plugin rmi callsNarayan Desai2009-09-151-0/+6
* Improve error handling when key improperly specified on server (Reported by n...Narayan Desai2009-07-131-3/+3
* SSL: Implement protocol selection in bcfg2.confNarayan Desai2009-06-241-4/+11
* Improve server error handlingNarayan Desai2009-06-231-3/+20
* SSLServer: SimpleXMLRPCServer patch for python 2.4 (Patch from Jack Neely)Sol Jerome2009-05-291-44/+46
* Fall back to previous XMLRPCDispatcher calling convention (Resolves Ticket #669)Narayan Desai2009-05-291-1/+4
* Integrate server-side performance statistics infrastructureNarayan Desai2009-05-141-0/+1
* SSL: client side read based on server-provided content length (allows gracefu...Narayan Desai2009-05-111-3/+1
* SSL: revert unwrap change for now (it broke compat with trunk)Narayan Desai2009-05-081-1/+1
* SSL: shut sockets down gracefullyNarayan Desai2009-05-081-3/+7
* SSL Server: handle ctrl-c properlyNarayan Desai2009-05-061-0/+3
* Get basic auth working again with new ssl frameworkNarayan Desai2009-05-061-29/+26
* remove old refnameNarayan Desai2009-05-061-1/+0
* more to python 2.6 sslNarayan Desai2009-05-061-0/+326