summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/SSLServer.py
Commit message (Collapse)AuthorAgeFilesLines
* SSLServer: Decode chunk for python 3Sol Jerome2013-09-011-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* SSLServer: close connections properlyChris St. Pierre2013-08-291-8/+5
|
* SSLServer: Removed decode_request_content callChris St. Pierre2013-08-291-2/+0
| | | | | | | decode_request_content() just adds support for gzipped content, which the Bcfg2 client doesn't support. Given that this feature was only added in Python 2.7, it's unlikely we'll be adding support for gzipped POST content any time soon.
* SSLServer: Poll for POST data correctlyChris St. Pierre2013-08-281-11/+10
| | | | | | | | This updates the do_POST() code to cleave more closely to the code in SimpleXMLRPCHandler.do_POST (plus SSL magic, of course). In doing so, it eliminates a select() call whose timeouts were not handled properly, and which thus left stray idle processes around after incomplete XML-RPC calls.
* SSLServer: name XMLRPC thread for easier debuggingChris St. Pierre2013-05-201-1/+3
|
* SSLServer: Handle socket timeouts gracefullySol Jerome2013-05-171-1/+4
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* SSLServer: fixed typoChris St. Pierre2013-05-071-1/+1
|
* testsuite: fix more testsChris St. Pierre2013-03-271-0/+2
|
* testsuite: more test fixesChris St. Pierre2013-03-261-1/+1
|
* testsuite: more text fixesChris St. Pierre2013-03-261-1/+2
|
* added XML-RPC RMI capabilities to FileMonitor objectsChris St. Pierre2013-03-211-6/+3
|
* documented core implementationsChris St. Pierre2012-10-151-72/+46
|
* improve some error messagesChris St. Pierre2012-10-041-3/+4
|
* SSLServer: check for existing but unreadable cert/key/ca filesChris St. Pierre2012-10-041-57/+58
|
* run pylint for errors on almost everything, full runs on some selected stuffChris St. Pierre2012-09-251-1/+3
|
* renamed Bcfg2Py3k to CompatChris St. Pierre2012-08-271-1/+1
|
* Add IPv6 supportSol Jerome2012-07-081-1/+10
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* fixed return values from toggle_debug xcmdsChris St. Pierre2012-06-011-1/+1
|
* PY3K: Get server code working againSol Jerome2012-05-051-2/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Allow to run directly from a git checkout (#1037)Sol Jerome2012-03-241-0/+461
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>