extras-buildsys ChangeLog,1.10,1.11

Daniel Williams (dcbw) fedora-extras-commits at redhat.com
Tue Jun 14 13:37:43 UTC 2005


Author: dcbw

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

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

    * server/CONFIG.py
        - New options "ssl_frontend" and "ssl_buildclients".  Only ssl_frontend is
            used at this time.  Setting it to True requires use of SSL to submit
            build jobs and get server status.  Setting it to False allows use of
            xmlrpclib connections over HTTP, no certificates involved.

    * server/User.py
        - Add guest member to User class

    * server/buildserver.py
        - Move UserInterface class to UserInterface.py
        - Re-enable the non-SSL XMLRPC server code
        - Switch XMLRPC servers between SSL/non-SSL depending on CONFIG's
            ssl_frontend value
        - VerifiableSSLXMLRPCServer -> AuthenticatedSSLXMLRPCServer

    * server/UserInterface.py
        - Generalize UserInterface into a base class
        - Implement UserInterfaceSSLAuth to handle SSL authenticated requests
        - Implement UserInterfaceNoAuth to handle non-SSL requests




Index: ChangeLog
===================================================================
RCS file: /cvs/fedora/extras-buildsys/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	14 Jun 2005 01:16:29 -0000	1.10
+++ ChangeLog	14 Jun 2005 13:37:41 -0000	1.11
@@ -1,3 +1,27 @@
+2005-06-14  Dan Williams <dcbw at redhat.com>
+
+    * server/CONFIG.py
+        - New options "ssl_frontend" and "ssl_buildclients".  Only ssl_frontend is
+            used at this time.  Setting it to True requires use of SSL to submit
+            build jobs and get server status.  Setting it to False allows use of
+            xmlrpclib connections over HTTP, no certificates involved.
+
+    * server/User.py
+        - Add guest member to User class
+
+    * server/buildserver.py
+        - Move UserInterface class to UserInterface.py
+        - Re-enable the non-SSL XMLRPC server code
+        - Switch XMLRPC servers between SSL/non-SSL depending on CONFIG's
+            ssl_frontend value
+        - VerifiableSSLXMLRPCServer -> AuthenticatedSSLXMLRPCServer
+
+    * server/UserInterface.py
+        - Generalize UserInterface into a base class
+        - Implement UserInterfaceSSLAuth to handle SSL authenticated requests
+        - Implement UserInterfaceNoAuth to handle non-SSL requests
+
+
 2005-06-13  Dan Williams <dcbw at redhat.com>
 
     * client/buildclient.py




More information about the fedora-extras-commits mailing list