extras-buildsys ChangeLog,1.8,1.9

Daniel Williams (dcbw) fedora-extras-commits at redhat.com
Mon Jun 13 05:12:11 UTC 2005


Author: dcbw

Update of /cvs/fedora/extras-buildsys
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24524

Modified Files:
	ChangeLog 
Log Message:
2005-06-13  Dan Williams <dcbw at redhat.com>

    * common/HTTPSURLopener.py
      common/SSLXMLRPCServerProxy.py
      common/SimpleHTTPSServer.py
      common/SimpleSSLXMLRPCServer.py
      common/SSLCommon.py
        - Refactor _initSSLContext() usage into SSLCommon.py

    * common/SimpleSSLXMLRPCServer.py
        - Route all requests through new class VerifiableSimpleXMLRPCRequestHander
            which has the ability to callback the server for client certificate
            verification.




Index: ChangeLog
===================================================================
RCS file: /cvs/fedora/extras-buildsys/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	12 Jun 2005 08:23:37 -0000	1.8
+++ ChangeLog	13 Jun 2005 05:12:09 -0000	1.9
@@ -1,3 +1,17 @@
+2005-06-13  Dan Williams <dcbw at redhat.com>
+
+    * common/HTTPSURLopener.py
+      common/SSLXMLRPCServerProxy.py
+      common/SimpleHTTPSServer.py
+      common/SimpleSSLXMLRPCServer.py
+      common/SSLCommon.py
+        - Refactor _initSSLContext() usage into SSLCommon.py
+
+    * common/SimpleSSLXMLRPCServer.py
+        - Route all requests through new class VerifiableSimpleXMLRPCRequestHander
+            which has the ability to callback the server for client certificate
+            verification.
+
 2005-06-12  Dan Williams <dcbw at redhat.com>
 
     * Require a "hostname" argument to the build server.  But we get to remove




More information about the fedora-extras-commits mailing list