Changeset 2909
- Timestamp:
- 28/09/07 15:22:21 (13 years ago)
- Location:
- TI12-security/trunk/python
- Files:
-
- 1 added
- 107 edited
Legend:
- Unmodified
- Added
- Removed
-
TI12-security/trunk/python/Makefile
r2900 r2909 6 6 # Make all eggs 7 7 # 8 # @copyright (C) 2007 CCLRC & NERC8 # @copyright: (C) 2007 CCLRC & NERC 9 9 # 10 # @license This software may be distributed under the terms of the Q Public10 # @license: This software may be distributed under the terms of the Q Public 11 11 # License, version 1.0 or later. 12 12 # 13 # $Id :$13 # $Id$ 14 14 EGG_DIRS=ndg.security.common ndg.security.client ndg.security.server \ 15 15 ndg.security.test . … … 38 38 # Convenient alias 39 39 force: replace 40 41 # Generate HTML from embedded epydoc text in source code. 42 EPYDOC=epydoc 43 EPYDOC_OUTDIR=../documentation/epydoc 44 EPYDOC_NAME='NDG Security' 45 EPYDOC_LOGFILE=epydoc.log 46 EPYDOC_FRAMES_OPT=--no-frames 47 48 epydoc: 49 ${EPYDOC} ./ndg.security.*/ndg -o ${EPYDOC_OUTDIR} \ 50 --name ${EPYDOC_NAME} ${EPYDOC_FRAMES_OPT} --include-log --graph all -v \ 51 >& ${EPYDOC_LOGFILE} -
TI12-security/trunk/python/Tests/Echo/wsSecurity.py
r2270 r2909 7 7 P J Kershaw 01/09/06 8 8 9 Copyright (C) 2006 CCLRC & NERC9 Copyright (C) 2006 STFC & NERC 10 10 11 11 This software may be distributed under the terms of the Q Public License, -
TI12-security/trunk/python/Tests/GatekeeperClientTest.py
r1636 r2909 8 8 9 9 10 Copyright (C) 2006 CCLRC & NERC10 Copyright (C) 2006 STFC & NERC 11 11 12 12 This software may be distributed under the terms of the Q Public License, -
TI12-security/trunk/python/Tests/GatekeeperTest.py
r1636 r2909 8 8 9 9 10 Copyright (C) 2006 CCLRC & NERC10 Copyright (C) 2006 STFC & NERC 11 11 12 12 This software may be distributed under the terms of the Q Public License, -
TI12-security/trunk/python/Tests/LogClientTest.py
r1771 r2909 8 8 9 9 10 Copyright (C) 2006 CCLRC & NERC10 Copyright (C) 2006 STFC & NERC 11 11 12 12 This software may be distributed under the terms of the Q Public License, -
TI12-security/trunk/python/Tests/LogTest.py
r1636 r2909 6 6 P J Kershaw 12/05/06 7 7 8 Copyright (C) 2006 CCLRC & NERC8 Copyright (C) 2006 STFC & NERC 9 9 10 10 This software may be distributed under the terms of the Q Public License, -
TI12-security/trunk/python/Tests/MyProxyClient/m2CryptoMyPxClnt.py
r1945 r2909 8 8 @author P J Kershaw 05/12/06 9 9 10 @copyright (C) 2006 CCLRC & NERC10 @copyright (C) 2006 STFC & NERC 11 11 12 12 @license This software may be distributed under the terms of the Q Public -
TI12-security/trunk/python/Tests/SimpleCA/wsSecurity.py
r2270 r2909 7 7 P J Kershaw 01/09/06 8 8 9 Copyright (C) 2006 CCLRC & NERC9 Copyright (C) 2006 STFC & NERC 10 10 11 11 This software may be distributed under the terms of the Q Public License, -
TI12-security/trunk/python/Tests/dewsGatekeeper/wsSecurity.py
r2270 r2909 7 7 P J Kershaw 01/09/06 8 8 9 Copyright (C) 2006 CCLRC & NERC9 Copyright (C) 2006 STFC & NERC 10 10 11 11 This software may be distributed under the terms of the Q Public License, -
TI12-security/trunk/python/Tests/reqAuthorisation.py
r2270 r2909 7 7 P J Kershaw 05/05/05 8 8 9 Copyright (C) 2006 CCLRC & NERC9 Copyright (C) 2006 STFC & NERC 10 10 11 11 This software may be distributed under the terms of the Q Public License, -
TI12-security/trunk/python/Tests/security.py
r1771 r2909 7 7 P J Kershaw 25/05/06 8 8 9 Copyright (C) 2006 CCLRC & NERC9 Copyright (C) 2006 STFC & NERC 10 10 11 11 This software may be distributed under the terms of the Q Public License, -
TI12-security/trunk/python/Tests/xDomainCredsTransfer.py
r1340 r2909 7 7 P J Kershaw 23/05/06 8 8 9 Copyright (C) 2006 CCLRC & NERC9 Copyright (C) 2006 STFC & NERC 10 10 11 11 This software may be distributed under the terms of the Q Public License, -
TI12-security/trunk/python/Tests/xmlsec/WS-Security/wsClient.py
r2270 r2909 7 7 P J Kershaw 01/09/06 8 8 9 Copyright (C) 2006 CCLRC & NERC9 Copyright (C) 2006 STFC & NERC 10 10 11 11 This software may be distributed under the terms of the Q Public License, -
TI12-security/trunk/python/Tests/xmlsec/WS-Security/wsInterface.py
r2270 r2909 5 5 P J Kershaw 01/09/06 6 6 7 Copyright (C) 2006 CCLRC & NERC7 Copyright (C) 2006 STFC & NERC 8 8 9 9 This software may be distributed under the terms of the Q Public License, -
TI12-security/trunk/python/Tests/xmlsec/WS-Security/wsSecurity.py
r2270 r2909 7 7 P J Kershaw 01/09/06 8 8 9 Copyright (C) 2006 CCLRC & NERC9 Copyright (C) 2006 STFC & NERC 10 10 11 11 This software may be distributed under the terms of the Q Public License, -
TI12-security/trunk/python/Tests/xmlsec/WS-Security/wsServer.py
r2270 r2909 7 7 P J Kershaw 01/09/06 8 8 9 Copyright (C) 2006 CCLRC & NERC9 Copyright (C) 2006 STFC & NERC 10 10 11 11 This software may be distributed under the terms of the Q Public License, -
TI12-security/trunk/python/bin/MyProxyAdmin.py
r1636 r2909 6 6 7 7 NERC Data Grid Project 8 9 P J Kershaw 19/05/0610 11 Copyright (C) 2006 CCLRC & NERC12 13 This software may be distributed under the terms of the Q Public License,14 version 1.0 or later.15 8 """ 9 __author__ = "P J Kershaw" 10 __date__ = "19/05/06" 11 __copyright__ = "(C) 2007 STFC & NERC" 12 __license__ = \ 13 """This software may be distributed under the terms of the Q Public 14 License, version 1.0 or later.""" 15 __contact__ = "P.J.Kershaw@rl.ac.uk" 16 __revision__ = "$Id" 16 17 17 18 # Handle socket errors from WS -
TI12-security/trunk/python/bin/initCredReposDb.py
r1639 r2909 1 1 #!/usr/bin/env python 2 3 2 """NDG Security - initialisation script for MySQL Credential Repository 4 3 database … … 7 6 8 7 NERC Data Grid Project 8 """ 9 __author__ = "P J Kershaw" 10 __date__ = "25/04/06" 11 __copyright__ = "(C) 2007 STFC & NERC" 12 __license__ = \ 13 """This software may be distributed under the terms of the Q Public 14 License, version 1.0 or later.""" 15 __contact__ = "P.J.Kershaw@rl.ac.uk" 16 __author__ = "P J Kershaw" 17 __revision__ = "$Id$" 9 18 10 P J Kershaw 25/04/0611 12 Copyright (C) 2006 CCLRC & NERC13 14 This software may be distributed under the terms of the Q Public License,15 version 1.0 or later.16 """17 19 # Command line processing 18 20 import sys -
TI12-security/trunk/python/ndg-security-install.py
r2855 r2909 4 4 5 5 NERC Data Grid Project 6 7 @author P J Kershaw 15/03/078 9 @copyright (C) 2007 CCLRC & NERC10 11 @license This software may be distributed under the terms of the Q Public12 License, version 1.0 or later.13 6 """ 7 __author__ = "P J Kershaw" 8 __date__ = "15/03/07" 9 __copyright__ = "(C) 2007 STFC & NERC" 10 __license__ = \ 11 """This software may be distributed under the terms of the Q Public 12 License, version 1.0 or later.""" 13 __contact__ = "P.J.Kershaw@rl.ac.uk" 14 __revision__ = '$Id$' 15 16 14 17 import os, sys 15 18 import urllib -
TI12-security/trunk/python/ndg.security.client/ez_setup.py
- Property svn:keywords set to Id
-
TI12-security/trunk/python/ndg.security.client/ndg/__init__.py
- Property svn:keywords set to Id
r1701 r2909 1 1 """NERC Data Grid Project 2 3 P J Kershaw 27/10/064 5 Copyright (C) 2006 CCLRC & NERC6 7 This software may be distributed under the terms of the Q Public License,8 version 1.0 or later.9 2 10 3 This is a setuptools namespace_package. DO NOT place any other … … 16 9 ... for details. 17 10 """ 11 __author__ = "P J Kershaw" 12 __date__ = "27/10/06" 13 __copyright__ = "(C) 2007 STFC & NERC" 14 __license__ = \ 15 """This software may be distributed under the terms of the Q Public 16 License, version 1.0 or later.""" 17 __contact__ = "P.J.Kershaw@rl.ac.uk" 18 __revision__ = "$Id$" 18 19 __import__('pkg_resources').declare_namespace(__name__) -
TI12-security/trunk/python/ndg.security.client/ndg/security/__init__.py
- Property svn:keywords set to Id
r1701 r2909 1 1 """NERC Data Grid Project 2 3 P J Kershaw 27/10/064 5 Copyright (C) 2006 CCLRC & NERC6 2 7 3 This software may be distributed under the terms of the Q Public License, … … 16 12 ... for details. 17 13 """ 14 __author__ = "P J Kershaw" 15 __date__ = "27/10/06" 16 __copyright__ = "(C) 2007 STFC & NERC" 17 __license__ = \ 18 """This software may be distributed under the terms of the Q Public 19 License, version 1.0 or later.""" 20 __contact__ = "P.J.Kershaw@rl.ac.uk" 21 __revision__ = "$Id$" 22 18 23 __import__('pkg_resources').declare_namespace(__name__) -
TI12-security/trunk/python/ndg.security.client/ndg/security/client/GatekeeperClient.py
- Property svn:keywords set to Id
r1638 r2909 5 5 NERC Data Grid Project 6 6 7 P J Kershaw 19/05/068 9 Copyright (C) 2006 CCLRC & NERC10 11 7 This software may be distributed under the terms of the Q Public License, 12 8 version 1.0 or later. 13 9 """ 10 __author__ = "P J Kershaw" 11 __date__ = "19/05/06" 12 __copyright__ = "(C) 2007 STFC & NERC" 13 __contact__ = "P.J.Kershaw@rl.ac.uk" 14 14 15 15 from ZSI import ServiceProxy -
TI12-security/trunk/python/ndg.security.client/ndg/security/client/LogClient.py
- Property svn:keywords set to Id
r1771 r2909 5 5 NERC Data Grid Project 6 6 7 P J Kershaw 12/05/068 9 Copyright (C) 2006 CCLRC & NERC10 11 7 This software may be distributed under the terms of the Q Public License, 12 8 version 1.0 or later. 13 9 """ 10 __author__ = "P J Kershaw" 11 __date__ = "12/05/06" 12 __copyright__ = "(C) 2007 STFC & NERC" 13 __license__ = \ 14 """This software may be distributed under the terms of the Q Public 15 License, version 1.0 or later.""" 16 __contact__ = "P.J.Kershaw@rl.ac.uk" 17 __revision__ = "$Id$" 14 18 15 19 from ZSI import ServiceProxy -
TI12-security/trunk/python/ndg.security.client/ndg/security/client/SimpleCAClient.py
- Property svn:keywords changed from Author Date Id Revision to Id
r2515 r2909 2 2 3 3 NERC Data Grid Project 4 5 P J Kershaw 08/08/05 6 7 Copyright (C) 2006 CCLRC & NERC 8 9 This software may be distributed under the terms of the Q Public License, 10 version 1.0 or later."""11 4 """ 5 __author__ = "P J Kershaw" 6 __date__ = "17/11/06" 7 __copyright__ = "(C) 2007 STFC & NERC" 8 __license__ = \ 9 """This software may be distributed under the terms of the Q Public 10 License, version 1.0 or later.""" 11 __contact__ = "P.J.Kershaw@rl.ac.uk" 12 12 __revision__ = '$Id$' 13 13 -
TI12-security/trunk/python/ndg.security.client/ndg/security/client/__init__.py
- Property svn:keywords set to Id
r1719 r2909 1 1 """NERC Data Grid Project 2 3 P J Kershaw 27/10/064 5 Copyright (C) 2006 CCLRC & NERC6 7 This software may be distributed under the terms of the Q Public License,8 version 1.0 or later.9 2 """ 3 __author__ = "P J Kershaw" 4 __date__ = "27/10/06" 5 __copyright__ = "(C) 2007 STFC & NERC" 6 __license__ = \ 7 """This software may be distributed under the terms of the Q Public 8 License, version 1.0 or later.""" 9 __contact__ = "P.J.Kershaw@rl.ac.uk" 10 __revision__ = "$Id$" -
TI12-security/trunk/python/ndg.security.client/ndg/security/client/ndgSessionClient.py
- Property svn:keywords set to Id
r2900 r2909 5 5 6 6 NERC Data Grid Project 7 8 P J Kershaw 08/03/069 10 Copyright (C) 2006 CCLRC & NERC11 7 12 8 This software may be distributed under the terms of the Q Public License, 13 9 version 1.0 or later. 14 10 """ 11 __author__ = "P J Kershaw" 12 __date__ = "08/03/06" 13 __copyright__ = "(C) 2007 STFC & NERC" 14 __license__ = \ 15 """This software may be distributed under the terms of the Q Public 16 License, version 1.0 or later.""" 17 __contact__ = "P.J.Kershaw@rl.ac.uk" 18 __revision__ = "$Id$" 19 15 20 # Command line processing 16 21 import sys -
TI12-security/trunk/python/ndg.security.client/setup.py
- Property svn:keywords set to Id
r2797 r2909 4 4 5 5 NERC Data Grid Project 6 """ 7 __author__ = "P J Kershaw" 8 __date__ = "24/04/06" 9 __copyright__ = "(C) 2007 STFC & NERC" 10 __license__ = \ 11 """This software may be distributed under the terms of the Q Public 12 License, version 1.0 or later.""" 13 __contact__ = "P.J.Kershaw@rl.ac.uk" 14 __revision__ = "$Id$" 6 15 7 P J Kershaw 24/04/068 9 Copyright (C) 2006 CCLRC & NERC10 11 This software may be distributed under the terms of the Q Public License,12 version 1.0 or later.13 """14 16 # Bootstrap setuptools if necessary. 15 17 from ez_setup import use_setuptools -
TI12-security/trunk/python/ndg.security.common/ez_setup.py
- Property svn:keywords set to Id
-
TI12-security/trunk/python/ndg.security.common/ndg/__init__.py
- Property svn:keywords set to Id
r1701 r2909 1 1 """NERC Data Grid Project 2 3 P J Kershaw 27/10/064 5 Copyright (C) 2006 CCLRC & NERC6 7 This software may be distributed under the terms of the Q Public License,8 version 1.0 or later.9 2 10 3 This is a setuptools namespace_package. DO NOT place any other … … 16 9 ... for details. 17 10 """ 11 __author__ = "P J Kershaw" 12 __date__ = "27/10/06" 13 __copyright__ = "(C) 2007 STFC & NERC" 14 __license__ = \ 15 """This software may be distributed under the terms of the Q Public 16 License, version 1.0 or later.""" 17 __contact__ = "P.J.Kershaw@rl.ac.uk" 18 __revision__ = '$Id$' 19 18 20 __import__('pkg_resources').declare_namespace(__name__) -
TI12-security/trunk/python/ndg.security.common/ndg/security/__init__.py
- Property svn:keywords set to Id
r1701 r2909 1 1 """NERC Data Grid Project 2 3 P J Kershaw 27/10/064 5 Copyright (C) 2006 CCLRC & NERC6 7 This software may be distributed under the terms of the Q Public License,8 version 1.0 or later.9 2 10 3 This is a setuptools namespace_package. DO NOT place any other … … 16 9 ... for details. 17 10 """ 11 __author__ = "P J Kershaw" 12 __date__ = "27/10/06" 13 __copyright__ = "(C) 2007 STFC & NERC" 14 __license__ = \ 15 """This software may be distributed under the terms of the Q Public 16 License, version 1.0 or later.""" 17 __contact__ = "P.J.Kershaw@rl.ac.uk" 18 __revision__ = '$Id$' 19 18 20 __import__('pkg_resources').declare_namespace(__name__) -
TI12-security/trunk/python/ndg.security.common/ndg/security/common/AttAuthority/AttAuthority_services.py
- Property svn:keywords set to Id
-
TI12-security/trunk/python/ndg.security.common/ndg/security/common/AttAuthority/AttAuthority_services_types.py
- Property svn:keywords set to Id
-
TI12-security/trunk/python/ndg.security.common/ndg/security/common/AttAuthority/__init__.py
- Property svn:keywords set to Id
r2902 r2909 12 12 13 13 NERC Data Grid Project 14 15 @author P J Kershaw 17/11/0616 17 @copyright (C) 2006 CCLRC & NERC18 19 @license This software may be distributed under the terms of the Q Public20 License, version 1.0 or later.21 14 """ 15 __author__ = "P J Kershaw" 16 __date__ = "17/11/06" 17 __copyright__ = "(C) 2007 STFC & NERC" 18 __contact__ = "P.J.Kershaw@rl.ac.uk" 19 __license__ = \ 20 """This software may be distributed under the terms of the Q Public 21 License, version 1.0 or later.""" 22 __contact__ = "P.J.Kershaw@rl.ac.uk" 23 __revision__ = "$Id$" 24 22 25 __all__ = [ 23 26 'AttAuthority_services', -
TI12-security/trunk/python/ndg.security.common/ndg/security/common/AttCert.py
- Property svn:keywords changed from Author Date Id Revision to Id
r2715 r2909 3 3 NERC Data Grid Project 4 4 5 @author P J Kershaw 05/04/05 6 7 @copyright (C) 2006 CCLRC & NERC 8 9 @license This software may be distributed under the terms of the Q Public 5 """ 6 __author__ = "P J Kershaw" 7 __date__ = "05/04/05" 8 __copyright__ = "(C) 2007 STFC & NERC" 9 __license__ = \ 10 """This software may be distributed under the terms of the Q Public 10 11 License, version 1.0 or later.""" 11 12 __contact__ = "P.J.Kershaw@rl.ac.uk" 12 13 __revision__ = '$Id$' 13 14 … … 107 108 certificate. 108 109 110 @type lifetime: int 109 111 @param lifetime: set the lifetime for the certificate in seconds. 110 112 Defaults to 8 hours. 113 114 @type **xmlSecDocKw: dict 111 115 @param **xmlSecDocKw: see XMLSec.XMLSec class for an explanation. 112 116 Keywords include, filePath for the cert. for reading/writing and -
TI12-security/trunk/python/ndg.security.common/ndg/security/common/CredWallet.py
- Property svn:keywords changed from Author Date Id Revision to Id
r2902 r2909 2 2 3 3 NERC Data Grid Project 4 5 @author P J Kershaw 30/11/056 7 @copyright (C) 2007 CCLRC & NERC8 9 @license This software may be distributed under the terms of the Q Public10 License, version 1.0 or later.11 4 """ 12 5 __author__ = "P J Kershaw" 6 __date__ = "30/11/05" 7 __copyright__ = "(C) 2007 STFC & NERC" 8 __license__ = \ 9 """This software may be distributed under the terms of the Q Public 10 License, version 1.0 or later.""" 11 __contact__ = "P.J.Kershaw@rl.ac.uk" 13 12 __revision__ = '$Id$' 14 13 -
TI12-security/trunk/python/ndg.security.common/ndg/security/common/Gatekeeper/Gatekeeper.py
- Property svn:keywords set to Id
r2715 r2909 3 3 4 4 NERC Data Grid Project 5 6 P J Kershaw 15/05/067 8 Copyright (C) 2006 CCLRC & NERC9 10 This software may be distributed under the terms of the Q Public License,11 version 1.0 or later.12 5 """ 13 __revision__ = '$Id$' 6 __author__ = "P J Kershaw" 7 __date__ = "15/05/06" 8 __copyright__ = "(C) 2007 STFC & NERC" 9 __contact__ = "P.J.Kershaw@rl.ac.uk" 10 __license__ = \ 11 """This software may be distributed under the terms of the Q Public 12 License, version 1.0 or later.""" 13 __contact__ = "P.J.Kershaw@rl.ac.uk" 14 __revision__ = "$Id$" 14 15 15 16 # For parsing of properties file -
TI12-security/trunk/python/ndg.security.common/ndg/security/common/Gatekeeper/TestGatekeeperResrc.py
- Property svn:keywords set to Id
r2270 r2909 2 2 3 3 NERC Data Grid Project 4 5 P J Kershaw 19/05/066 7 Copyright (C) 2006 CCLRC & NERC8 9 This software may be distributed under the terms of the Q Public License,10 version 1.0 or later.11 4 """ 12 __revision__ = '$Id$' 5 __author__ = "P J Kershaw" 6 __date__ = "19/05/06" 7 __copyright__ = "(C) 2007 STFC & NERC" 8 __contact__ = "P.J.Kershaw@rl.ac.uk" 9 __license__ = \ 10 """This software may be distributed under the terms of the Q Public 11 License, version 1.0 or later.""" 12 __contact__ = "P.J.Kershaw@rl.ac.uk" 13 __revision__ = "$Id$" 13 14 14 15 from NDG.Gatekeeper import * -
TI12-security/trunk/python/ndg.security.common/ndg/security/common/Gatekeeper/gatekeeper_services.py
- Property svn:keywords set to Id
-
TI12-security/trunk/python/ndg.security.common/ndg/security/common/Gatekeeper/gatekeeper_services_server.py
- Property svn:keywords set to Id
r2270 r2909 8 8 P J Kershaw 19/05/06 9 9 10 Copyright (C) 2006 CCLRC & NERC10 Copyright (C) 2006 STFC & NERC 11 11 12 12 This software may be distributed under the terms of the Q Public License, -
TI12-security/trunk/python/ndg.security.common/ndg/security/common/Log/log_services.py
- Property svn:keywords set to Id
-
TI12-security/trunk/python/ndg.security.common/ndg/security/common/Log/log_services_server.py
- Property svn:keywords set to Id
r2732 r2909 8 8 P J Kershaw 12/05/06 9 9 10 Copyright (C) 2006 CCLRC & NERC10 Copyright (C) 2006 STFC & NERC 11 11 12 12 This software may be distributed under the terms of the Q Public License, -
TI12-security/trunk/python/ndg.security.common/ndg/security/common/SQLObject.py
- Property svn:keywords set to Id
r2715 r2909 3 3 4 4 NERC Data Grid Project 5 6 P J Kershaw 03/10/067 8 Copyright (C) 2006 CCLRC & NERC9 10 This software may be distributed under the terms of the Q Public License,11 version 1.0 or later.12 5 """ 13 6 __author__ = "P J Kershaw" 7 __date__ = "03/10/06" 8 __copyright__ = "(C) 2007 STFC & NERC" 9 __license__ = \ 10 """This software may be distributed under the terms of the Q Public 11 License, version 1.0 or later.""" 12 __contact__ = "P.J.Kershaw@rl.ac.uk" 14 13 __revision__ = '$Id$' 15 14 -
TI12-security/trunk/python/ndg.security.common/ndg/security/common/SecurityCGI.py
- Property svn:keywords set to Id
r1771 r2909 1 1 #!/usr/bin/env python 2 3 2 """NDG Security CGI Interface between Service Providers and Identiy Providers 4 3 5 4 NERC Data Grid Project 6 7 P J Kershaw 23/05/068 9 Copyright (C) 2006 CCLRC & NERC10 11 This software may be distributed under the terms of the Q Public License,12 version 1.0 or later.13 5 """ 6 __author__ = "P J Kershaw" 7 __date__ = "23/05/06" 8 __copyright__ = "(C) 2007 STFC & NERC" 9 __license__ = \ 10 """This software may be distributed under the terms of the Q Public 11 License, version 1.0 or later.""" 12 __contact__ = "P.J.Kershaw@rl.ac.uk" 13 __revision__ = '$Id$' 14 14 15 from Cookie import SimpleCookie 15 16 -
TI12-security/trunk/python/ndg.security.common/ndg/security/common/SessionCookie.py
- Property svn:keywords set to Id
r2686 r2909 3 3 4 4 NERC Data Grid Project 5 6 P J Kershaw 27/10/067 8 Copyright (C) 2006 CCLRC & NERC9 10 This software may be distributed under the terms of the Q Public License,11 version 1.0 or later.12 5 """ 13 6 __author__ = "P J Kershaw" 7 __date__ = "27/10/06" 8 __copyright__ = "(C) 2007 STFC & NERC" 9 __license__ = \ 10 """This software may be distributed under the terms of the Q Public 11 License, version 1.0 or later.""" 12 __contact__ = "P.J.Kershaw@rl.ac.uk" 14 13 __revision__ = '$Id$' 15 14 -
TI12-security/trunk/python/ndg.security.common/ndg/security/common/SessionMgr/SessionMgr_services.py
- Property svn:keywords changed from Author Date Id Revision to Id
-
TI12-security/trunk/python/ndg.security.common/ndg/security/common/SessionMgr/SessionMgr_services_types.py
- Property svn:keywords set to Id
-
TI12-security/trunk/python/ndg.security.common/ndg/security/common/SessionMgr/__init__.py
- Property svn:keywords changed from Author Date Id Revision to Id
r2902 r2909 5 5 6 6 NERC Data Grid Project 7 8 P J Kershaw 24/04/069 10 Copyright (C) 2006 CCLRC & NERC11 7 12 8 This software may be distributed under the terms of the Q Public License, 13 9 version 1.0 or later. 14 10 """ 11 __author__ = "P J Kershaw" 12 __date__ = "24/04/06" 13 __copyright__ = "(C) 2007 STFC & NERC" 14 __contact__ = "P.J.Kershaw@rl.ac.uk" 15 __revision__ = "$Id$" 15 16 __all__ = ['SessionMgr_services', 'SessionMgr_services_types'] 16 17 -
TI12-security/trunk/python/ndg.security.common/ndg/security/common/X509.py
- Property svn:keywords changed from Author Date Id Revision to Id
r2796 r2909 1 1 """X.509 certificate handling class encapsulates M2Crypto.X509 2 2 3 N ercData Grid Project4 5 P J Kershaw 05/04/05 6 7 Copyright (C) 2006 CCLRC & NERC 8 9 This software may be distributed under the terms of the Q Public License, 10 version 1.0 or later."""11 3 NERC Data Grid Project 4 """ 5 __author__ = "P J Kershaw" 6 __date__ = "05/04/05" 7 __copyright__ = "(C) 2007 STFC & NERC" 8 __license__ = \ 9 """This software may be distributed under the terms of the Q Public 10 License, version 1.0 or later.""" 11 __contact__ = "P.J.Kershaw@rl.ac.uk" 12 12 __revision__ = '$Id$' 13 13 -
TI12-security/trunk/python/ndg.security.common/ndg/security/common/XMLSec.py
- Property svn:keywords changed from Author Date Id Revision to Id
r2746 r2909 2 2 3 3 NERC Data Grid Project 4 5 @author P J Kershaw 05/04/05 6 7 P J Kershaw 03/01/07: Re-write to use M2Crypto, ZSI and DOM instead of 8 pyXMLSec 9 10 @copyright (C) 2007 CCLRC & NERC 11 12 @license This software may be distributed under the terms of the Q Public 4 """ 5 __author__ = "P J Kershaw" 6 __date__ = "05/04/05" 7 __copyright__ = "(C) 2007 STFC & NERC" 8 __license__ = \ 9 """This software may be distributed under the terms of the Q Public 13 10 License, version 1.0 or later.""" 14 11 __contact__ = "P.J.Kershaw@rl.ac.uk" 15 12 __revision__ = '$Id$' 16 13 -
TI12-security/trunk/python/ndg.security.common/ndg/security/common/__init__.py
- Property svn:keywords set to Id
r1718 r2909 1 1 """NERC Data Grid Project 2 """ 3 __author__ = "P J Kershaw" 4 __date__ = "27/10/06" 5 __copyright__ = "(C) 2007 STFC & NERC" 6 __contact__ = "P.J.Kershaw@rl.ac.uk" 7 __license__ = \ 8 """This software may be distributed under the terms of the Q Public 9 License, version 1.0 or later.""" 10 __contact__ = "P.J.Kershaw@rl.ac.uk" 11 __revision__ = "$Id$" 2 12 3 P J Kershaw 27/10/064 5 Copyright (C) 2006 CCLRC & NERC6 7 This software may be distributed under the terms of the Q Public License,8 version 1.0 or later.9 """10 13 __all__ = [ 11 14 'AttCert', -
TI12-security/trunk/python/ndg.security.common/ndg/security/common/ca/CertificateAuthority_services.py
- Property svn:keywords changed from Author Date Id Revision to Id
-
TI12-security/trunk/python/ndg.security.common/ndg/security/common/ca/CertificateAuthority_services_types.py
- Property svn:keywords set to Id
-
TI12-security/trunk/python/ndg.security.common/ndg/security/common/ca/__init__.py
- Property svn:keywords set to Id
r2679 r2909 4 4 5 5 NERC Data Grid Project 6 7 @author P J Kershaw 17/11/068 9 @copyright (C) 2006 CCLRC & NERC10 11 @license This software may be distributed under the terms of the Q Public12 License, version 1.0 or later.13 6 """ 14 __revision__ = '$Id:$' 7 __author__ = "P J Kershaw" 8 __date__ = "17/11/06" 9 __copyright__ = "(C) 2007 STFC & NERC" 10 __contact__ = "P.J.Kershaw@rl.ac.uk" 11 __license__ = \ 12 """This software may be distributed under the terms of the Q Public 13 License, version 1.0 or later.""" 14 __contact__ = "P.J.Kershaw@rl.ac.uk" 15 __revision__ = "$Id$" 15 16 16 17 __all__ = [ -
TI12-security/trunk/python/ndg.security.common/ndg/security/common/m2CryptoSSLUtility.py
- Property svn:keywords set to Id
r2902 r2909 1 """Extend M2Crypto SSL functionality for cert verification and custom 2 timeout settings. 3 4 NERC Data Grid Project""" 5 __author__ = "P J Kershaw" 6 __date__ = "02/07/07" 7 __copyright__ = "(C) 2007 STFC & NERC" 8 __license__ = \ 9 """This software may be distributed under the terms of the Q Public 10 License, version 1.0 or later.""" 11 __contact__ = "P.J.Kershaw@rl.ac.uk" 12 __revision__ = '$Id$' 13 1 14 import httplib 2 15 import socket -
TI12-security/trunk/python/ndg.security.common/ndg/security/common/openssl.py
- Property svn:keywords set to Id
r2827 r2909 3 3 4 4 NERC Data Grid Project 5 6 @author P J Kershaw 08/02/077 8 @copyright (C) 2007 CCLRC & NERC9 10 @license This software may be distributed under the terms of the Q Public11 License, version 1.0 or later.12 5 """ 13 __revision__ = '$Id:$' 6 __author__ = "P J Kershaw" 7 __date__ = "08/02/07" 8 __copyright__ = "(C) 2007 STFC & NERC" 9 __license__ = \ 10 """This software may be distributed under the terms of the Q Public 11 License, version 1.0 or later.""" 12 __contact__ = "P.J.Kershaw@rl.ac.uk" 13 __revision__ = '$Id$' 14 14 15 15 import re, os -
TI12-security/trunk/python/ndg.security.common/ndg/security/common/wsSecurity.py
- Property svn:keywords set to Id
r2855 r2909 1 #!/bin/env python2 1 """WS-Security test class includes digital signature handler 3 2 4 3 NERC Data Grid Project 5 6 @author P J Kershaw 01/09/067 8 @copyright (C) 2006 CCLRC & NERC9 10 @license This software may be distributed under the terms of the Q Public11 License, version 1.0 or later.12 4 """ 13 14 __revision__ = '$Id:$' 5 __author__ = "P J Kershaw" 6 __date__ = "01/09/06" 7 __copyright__ = "(C) 2007 STFC & NERC" 8 __license__ = \ 9 """This software may be distributed under the terms of the Q Public 10 License, version 1.0 or later.""" 11 __contact__ = "P.J.Kershaw@rl.ac.uk" 12 __revision__ = '$Id$' 15 13 16 14 import re -
TI12-security/trunk/python/ndg.security.common/setup.py
- Property svn:keywords set to Id
r2797 r2909 4 4 5 5 NERC Data Grid Project 6 """ 7 __author__ = "P J Kershaw" 8 __date__ = "24/04/06" 9 __copyright__ = "(C) 2007 STFC & NERC" 10 __license__ = \ 11 """This software may be distributed under the terms of the Q Public 12 License, version 1.0 or later.""" 13 __contact__ = "P.J.Kershaw@rl.ac.uk" 14 __revision__ = '$Id$' 6 15 7 P J Kershaw 24/04/068 9 Copyright (C) 2006 CCLRC & NERC10 11 This software may be distributed under the terms of the Q Public License,12 version 1.0 or later.13 """14 16 # Bootstrap setuptools if necessary. 15 17 from ez_setup import use_setuptools … … 20 22 import os, sys 21 23 22 __revision__ = "$Id :$"24 __revision__ = "$Id$" 23 25 24 26 -
TI12-security/trunk/python/ndg.security.server/ez_setup.py
- Property svn:keywords set to Id
-
TI12-security/trunk/python/ndg.security.server/ndg/__init__.py
- Property svn:keywords set to Id
r1701 r2909 1 1 """NERC Data Grid Project 2 3 P J Kershaw 27/10/064 5 Copyright (C) 2006 CCLRC & NERC6 7 This software may be distributed under the terms of the Q Public License,8 version 1.0 or later.9 2 10 3 This is a setuptools namespace_package. DO NOT place any other … … 16 9 ... for details. 17 10 """ 11 __author__ = "P J Kershaw" 12 __date__ = "27/10/06" 13 __copyright__ = "(C) 2007 STFC & NERC" 14 __license__ = \ 15 """This software may be distributed under the terms of the Q Public 16 License, version 1.0 or later.""" 17 __contact__ = "P.J.Kershaw@rl.ac.uk" 18 __revision__ = '$Id$' 19 18 20 __import__('pkg_resources').declare_namespace(__name__) -
TI12-security/trunk/python/ndg.security.server/ndg/security/__init__.py
- Property svn:keywords set to Id
r1711 r2909 1 1 """NERC Data Grid Project 2 3 P J Kershaw 27/10/064 5 Copyright (C) 2006 CCLRC & NERC6 7 This software may be distributed under the terms of the Q Public License,8 version 1.0 or later.9 2 """ 3 __author__ = "P J Kershaw" 4 __date__ = "27/10/06" 5 __copyright__ = "(C) 2007 STFC & NERC" 6 __license__ = \ 7 """This software may be distributed under the terms of the Q Public 8 License, version 1.0 or later.""" 9 __contact__ = "P.J.Kershaw@rl.ac.uk" 10 __revision__ = '$Id$' -
TI12-security/trunk/python/ndg.security.server/ndg/security/server/AttAuthority/AttAuthority_services_server.py
- Property svn:keywords changed from Author Date Id Revision to Id
-
TI12-security/trunk/python/ndg.security.server/ndg/security/server/AttAuthority/__init__.py
- Property svn:keywords changed from Author Date Id Revision to Id
r2902 r2909 2 2 3 3 NERC Data Grid Project 4 5 @author P J Kershaw 15/04/056 7 @copyright (C) 2007 CCLRC & NERC8 9 @license This software may be distributed under the terms of the Q Public10 License, version 1.0 or later.11 4 """ 12 5 __author__ = "P J Kershaw" 6 __date__ = "15/04/05" 7 __copyright__ = "(C) 2007 STFC & NERC" 8 __license__ = \ 9 """This software may be distributed under the terms of the Q Public 10 License, version 1.0 or later.""" 11 __contact__ = "P.J.Kershaw@rl.ac.uk" 13 12 __revision__ = '$Id$' 14 13 … … 994 993 #_________________________________________________________________________ 995 994 # Inherit directly from Logger 996 class AttCertLog(logging.getLoggerClass(), object): 995 _loggerClass = logging.getLoggerClass() 996 class AttCertLog(_loggerClass, object): 997 997 """Log each Attribute Certificate issued using a rotating file handler 998 998 so that the number of files held can be managed""" -
TI12-security/trunk/python/ndg.security.server/ndg/security/server/Log.py
- Property svn:keywords set to Id
r2899 r2909 2 2 3 3 NERC Data Grid Project 4 5 @author P J Kershaw 10/05/066 7 @copyright (C) 2006 CCLRC & NERC8 9 @license This software may be distributed under the terms of the Q Public10 License, version 1.0 or later.11 4 """ 12 5 __author__ = "P J Kershaw" 6 __date__ = "10/05/06" 7 __copyright__ = "(C) 2007 STFC & NERC" 8 __license__ = \ 9 """This software may be distributed under the terms of the Q Public 10 License, version 1.0 or later.""" 11 __contact__ = "P.J.Kershaw@rl.ac.uk" 13 12 __revision__ = '$Id$' 14 13 -
TI12-security/trunk/python/ndg.security.server/ndg/security/server/MyProxy.py
- Property svn:keywords changed from Author Date Id Revision to Id
r2893 r2909 2 2 3 3 NERC Data Grid Project 4 5 @author P J Kershaw 02/06/056 4 7 5 Major re-write of an original class. This updated version implements methods … … 9 7 in the original. This version is adapted and extended from an original 10 8 program myproxy_logon by Tom Uram <turam@mcs.anl.gov> 11 12 This module also contains OpenSSLConfig class, a wrapper to the openssl 13 configuration file. 9 """ 10 __author__ = "P J Kershaw" 11 __date__ = "02/06/05" 12 __copyright__ = "(C) 2007 STFC & NERC" 13 __license__ = \ 14 """This software may be distributed under the terms of the Q Public 15 License, version 1.0 or later. 14 16 15 17 For myproxy_logon see Access Grid Toolkit Public License (AGTPL): … … 19 21 This product includes software developed by and/or derived from the Access 20 22 Grid Project (http://www.accessgrid.org) to which the U.S. Government retains 21 certain rights. 22 23 @copyright (C) 2006 CCLRC & NERC 24 25 @license This software may be distributed under the terms of the Q Public 26 License, version 1.0 or later. 27 """ 23 certain rights.""" 24 __contact__ = "P.J.Kershaw@rl.ac.uk" 28 25 __revision__ = '$Id$' 29 26 -
TI12-security/trunk/python/ndg.security.server/ndg/security/server/SessionMgr/SessionMgr_services_server.py
- Property svn:keywords changed from Author Date Id Revision to Id
-
TI12-security/trunk/python/ndg.security.server/ndg/security/server/SessionMgr/__init__.py
- Property svn:keywords changed from Author Date Id Revision to Id
r2902 r2909 3 3 4 4 NERC Data Grid Project 5 6 @author P J Kershaw 02/06/057 8 @copyright (C) 2006 CCLRC & NERC9 10 @license This software may be distributed under the terms of the Q Public11 License, version 1.0 or later.12 5 """ 13 6 __author__ = "P J Kershaw" 7 __date__ = "02/06/05" 8 __copyright__ = "(C) 2007 STFC & NERC" 9 __license__ = \ 10 """This software may be distributed under the terms of the Q Public 11 License, version 1.0 or later.""" 12 __contact__ = "P.J.Kershaw@rl.ac.uk" 14 13 __revision__ = '$Id$' 15 14 -
TI12-security/trunk/python/ndg.security.server/ndg/security/server/__init__.py
- Property svn:keywords set to Id
r1719 r2909 1 1 """NERC Data Grid Project 2 3 P J Kershaw 27/10/064 5 Copyright (C) 2006 CCLRC & NERC6 7 This software may be distributed under the terms of the Q Public License,8 version 1.0 or later.9 2 10 3 Import common modules into server namespace 11 4 """ 5 __author__ = "P J Kershaw" 6 __date__ = "27/10/06" 7 __copyright__ = "(C) 2007 STFC & NERC" 8 __license__ = \ 9 """This software may be distributed under the terms of the Q Public 10 License, version 1.0 or later.""" 11 __contact__ = "P.J.Kershaw@rl.ac.uk" 12 __revision__ = '$Id$' -
TI12-security/trunk/python/ndg.security.server/ndg/security/server/ca/CertificateAuthority_services_server.py
- Property svn:keywords set to Id
-
TI12-security/trunk/python/ndg.security.server/ndg/security/server/ca/__init__.py
- Property svn:keywords changed from Author Date Id Revision to Id
r2732 r2909 2 2 3 3 NERC Data Grid Project 4 5 P J Kershaw 02/08/056 7 Copyright (C) 2006 CCLRC & NERC8 9 This software may be distributed under the terms of the Q Public License,10 version 1.0 or later.11 4 """ 12 5 __author__ = "P J Kershaw" 6 __date__ = "02/07/07" 7 __copyright__ = "(C) 2007 STFC & NERC" 8 __license__ = \ 9 """This software may be distributed under the terms of the Q Public 10 License, version 1.0 or later.""" 11 __contact__ = "P.J.Kershaw@rl.ac.uk" 13 12 __revision__ = '$Id$' 14 13 -
TI12-security/trunk/python/ndg.security.server/ndg/security/server/conf/__init__.py
- Property svn:keywords set to Id
r2721 r2909 1 1 """NERC Data Grid Project 2 3 P J Kershaw 11/07/074 5 Copyright (C) 2007 CCLRC & NERC6 7 This software may be distributed under the terms of the Q Public License,8 version 1.0 or later.9 2 10 3 Include configuration directory into distribution 11 4 """ 5 __author__ = "P J Kershaw" 6 __date__ = "11/07/07" 7 __copyright__ = "(C) 2007 STFC & NERC" 8 __license__ = \ 9 """This software may be distributed under the terms of the Q Public 10 License, version 1.0 or later.""" 11 __contact__ = "P.J.Kershaw@rl.ac.uk" 12 __revision__ = '$Id$' -
TI12-security/trunk/python/ndg.security.server/ndg/security/server/conf/attCertLog/__init__.py
- Property svn:keywords set to Id
r2721 r2909 1 1 """NERC Data Grid Project 2 3 P J Kershaw 11/07/074 5 Copyright (C) 2007 CCLRC & NERC6 7 This software may be distributed under the terms of the Q Public License,8 version 1.0 or later.9 2 10 3 Include attCert/ temp repository into distribution 11 4 """ 5 __author__ = "P J Kershaw" 6 __date__ = "11/07/07" 7 __copyright__ = "(C) 2007 STFC & NERC" 8 __license__ = \ 9 """This software may be distributed under the terms of the Q Public 10 License, version 1.0 or later.""" 11 __contact__ = "P.J.Kershaw@rl.ac.uk" 12 __revision__ = '$Id$' -
TI12-security/trunk/python/ndg.security.server/ndg/security/server/conf/certs/__init__.py
- Property svn:keywords set to Id
r2721 r2909 1 1 """NERC Data Grid Project 2 2 3 P J Kershaw 13/02/074 5 Copyright (C) 2007 CCLRC & NERC6 7 This software may be distributed under the terms of the Q Public License,8 version 1.0 or later.9 10 3 Include certs/ in distribution""" 4 __author__ = "P J Kershaw" 5 __date__ = "13/02/07" 6 __copyright__ = "(C) 2007 STFC & NERC" 7 __license__ = \ 8 """This software may be distributed under the terms of the Q Public 9 License, version 1.0 or later.""" 10 __contact__ = "P.J.Kershaw@rl.ac.uk" 11 __revision__ = '$Id$' -
TI12-security/trunk/python/ndg.security.server/ndg/security/server/conf/userRoles.py
- Property svn:keywords set to Id
r2900 r2909 3 3 4 4 NERC Data Grid Project 5 6 @author P J Kershaw 29/07/057 8 @copyright (C) 2006 CCLRC & NERC9 10 @licence: This software may be distributed under the terms of the Q Public11 License, version 1.0 or later.12 5 """ 13 __revision__ = '$Id:$' 6 __author__ = "P J Kershaw" 7 __date__ = "29/07/05" 8 __copyright__ = "(C) 2007 STFC & NERC" 9 __license__ = \ 10 """This software may be distributed under the terms of the Q Public 11 License, version 1.0 or later.""" 12 __contact__ = "P.J.Kershaw@rl.ac.uk" 13 __revision__ = '$Id$' 14 14 15 15 -
TI12-security/trunk/python/ndg.security.server/ndg/security/server/log/__init__.py
- Property svn:keywords set to Id
r2899 r2909 1 1 """NERC Data Grid Project 2 3 P J Kershaw 19/09/074 5 Copyright (C) 2007 CCLRC & NERC6 7 This software may be distributed under the terms of the Q Public License,8 version 1.0 or later.9 2 10 3 Include log directory into distribution. log/ stores log files. In practice … … 12 5 convenient to have it here for testing purposes. 13 6 """ 7 __author__ = "P J Kershaw" 8 __date__ = "19/09/07" 9 __copyright__ = "(C) 2007 STFC & NERC" 10 __license__ = \ 11 """This software may be distributed under the terms of the Q Public 12 License, version 1.0 or later.""" 13 __contact__ = "P.J.Kershaw@rl.ac.uk" 14 __revision__ = '$Id$' -
TI12-security/trunk/python/ndg.security.server/ndg/security/server/share/__init__.py
- Property svn:keywords set to Id
r2281 r2909 1 1 """NERC Data Grid Project 2 2 3 P J Kershaw 15/03/07 4 5 Copyright (C) 2006 CCLRC & NERC 6 7 This software may be distributed under the terms of the Q Public License, 8 version 1.0 or later. 9 """ 3 Include e.g. SysV init scripts for running services""" 4 __author__ = "P J Kershaw" 5 __date__ = "15/03/07" 6 __copyright__ = "(C) 2007 STFC & NERC" 7 __license__ = \ 8 """This software may be distributed under the terms of the Q Public 9 License, version 1.0 or later.""" 10 __contact__ = "P.J.Kershaw@rl.ac.uk" 11 __revision__ = '$Id$' -
TI12-security/trunk/python/ndg.security.server/ndg/security/server/twisted.py
- Property svn:keywords set to Id
r2855 r2909 1 #!/bin/env python2 1 """WS-Security digital signature handler for Twisted framework 3 2 … … 7 6 8 7 NERC Data Grid Project 9 10 @author P J Kershaw 28/08/0711 12 @copyright (C) 2007 CCLRC & NERC13 14 @license This software may be distributed under the terms of the Q Public15 License, version 1.0 or later.16 8 """ 17 18 __revision__ = '$Id:$' 9 __author__ = "P J Kershaw" 10 __date__ = "28/08/07" 11 __copyright__ = "(C) 2007 STFC & NERC" 12 __license__ = \ 13 """This software may be distributed under the terms of the Q Public 14 License, version 1.0 or later.""" 15 __contact__ = "P.J.Kershaw@rl.ac.uk" 16 __revision__ = '$Id$' 19 17 20 18 from zope.interface import classProvides, implements, Interface -
TI12-security/trunk/python/ndg.security.server/setup.py
- Property svn:keywords set to Id
r2900 r2909 1 1 #!/usr/bin/env python 2 3 2 """Distribution Utilities setup program for NDG Security Server Package 4 3 5 4 NERC Data Grid Project 5 """ 6 __author__ = "P J Kershaw" 7 __date__ = "24/04/06" 8 __copyright__ = "(C) 2007 STFC & NERC" 9 __license__ = \ 10 """This software may be distributed under the terms of the Q Public 11 License, version 1.0 or later.""" 12 __contact__ = "P.J.Kershaw@rl.ac.uk" 13 __revision__ = '$Id$' 6 14 7 P J Kershaw 24/04/068 9 Copyright (C) 2007 CCLRC & NERC10 11 This software may be distributed under the terms of the Q Public License,12 version 1.0 or later.13 """14 15 # Bootstrap setuptools if necessary. 15 16 from ez_setup import use_setuptools … … 20 21 import os 21 22 22 __revision__ = "$Id :$"23 __revision__ = "$Id$" 23 24 24 25 # Packages needed for NDG Security -
TI12-security/trunk/python/ndg.security.test/ez_setup.py
- Property svn:keywords set to Id
-
TI12-security/trunk/python/ndg.security.test/ndg/__init__.py
- Property svn:keywords set to Id
r1718 r2909 1 1 """NERC Data Grid Project 2 3 P J Kershaw 27/10/064 5 Copyright (C) 2006 CCLRC & NERC6 7 This software may be distributed under the terms of the Q Public License,8 version 1.0 or later.9 2 10 3 This is a setuptools namespace_package. DO NOT place any other … … 16 9 ... for details. 17 10 """ 11 __author__ = "P J Kershaw" 12 __date__ = "27/10/06" 13 __copyright__ = "(C) 2007 STFC & NERC" 14 __license__ = \ 15 """This software may be distributed under the terms of the Q Public 16 License, version 1.0 or later.""" 17 __contact__ = "P.J.Kershaw@rl.ac.uk" 18 __revision__ = '$Id$' 19 18 20 __import__('pkg_resources').declare_namespace(__name__) -
TI12-security/trunk/python/ndg.security.test/ndg/security/__init__.py
- Property svn:keywords set to Id
r1718 r2909 1 1 """NERC Data Grid Project 2 3 P J Kershaw 27/10/064 5 Copyright (C) 2006 CCLRC & NERC6 7 This software may be distributed under the terms of the Q Public License,8 version 1.0 or later.9 2 10 3 This is a setuptools namespace_package. DO NOT place any other … … 16 9 ... for details. 17 10 """ 11 __author__ = "P J Kershaw" 12 __date__ = "27/10/06" 13 __copyright__ = "(C) 2007 STFC & NERC" 14 __license__ = \ 15 """This software may be distributed under the terms of the Q Public 16 License, version 1.0 or later.""" 17 __contact__ = "P.J.Kershaw@rl.ac.uk" 18 __revision__ = '$Id$' 19 18 20 __import__('pkg_resources').declare_namespace(__name__) -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/AttAuthority/AttAuthorityClientTest.py
- Property svn:keywords set to Id
r2679 r2909 3 3 4 4 NERC Data Grid Project 5 6 @author P J Kershaw 05/05/05, major update 16/01/077 8 @copyright (C) 2007 CCLRC & NERC9 10 @license This software may be distributed under the terms of the Q Public11 License, version 1.0 or later.12 5 """ 13 14 __revision__ = '$Id:$' 6 __author__ = "P J Kershaw" 7 __date__ = "05/05/05, major update 16/01/07" 8 __copyright__ = "(C) 2007 STFC & NERC" 9 __license__ = \ 10 """This software may be distributed under the terms of the Q Public 11 License, version 1.0 or later.""" 12 __contact__ = "P.J.Kershaw@rl.ac.uk" 13 __revision__ = '$Id$' 15 14 16 15 import unittest -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/AttAuthority/__init__.py
- Property svn:keywords set to Id
r2039 r2909 1 1 """NERC Data Grid Project 2 3 P J Kershaw 23/11/064 5 Attribute Authority unit tests6 7 Copyright (C) 2006 CCLRC & NERC8 9 This software may be distributed under the terms of the Q Public License,10 version 1.0 or later.11 2 """ 3 __author__ = "P J Kershaw" 4 __date__ = "23/11/06" 5 __copyright__ = "(C) 2007 STFC & NERC" 6 __license__ = \ 7 """This software may be distributed under the terms of the Q Public 8 License, version 1.0 or later.""" 9 __contact__ = "P.J.Kershaw@rl.ac.uk" 10 __revision__ = '$Id$' -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/AttAuthority/attCertLog/__init__.py
- Property svn:keywords set to Id
r2900 r2909 1 1 """NERC Data Grid Project 2 3 P J Kershaw 11/07/074 5 Copyright (C) 2007 CCLRC & NERC6 7 This software may be distributed under the terms of the Q Public License,8 version 1.0 or later.9 2 10 3 Include attCert/ temp repository into distribution 11 4 """ 5 __author__ = "P J Kershaw" 6 __date__ = "11/07/07" 7 __copyright__ = "(C) 2007 STFC & NERC" 8 __license__ = \ 9 """This software may be distributed under the terms of the Q Public 10 License, version 1.0 or later.""" 11 __contact__ = "P.J.Kershaw@rl.ac.uk" 12 __revision__ = '$Id$' -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/AttAuthority/siteAUserRoles.py
- Property svn:keywords set to Id
r2900 r2909 3 3 4 4 NERC Data Grid Project 5 6 @author P J Kershaw 29/07/057 8 @copyright (C) 2006 CCLRC & NERC9 10 @licence: This software may be distributed under the terms of the Q Public11 License, version 1.0 or later.12 5 """ 13 __revision__ = '$Id: TestUserRoles.py 2017 2007-01-17 16:37:37Z pjkersha $' 6 __author__ = "P J Kershaw" 7 __date__ = "29/07/05" 8 __copyright__ = "(C) 2007 STFC & NERC" 9 __license__ = \ 10 """This software may be distributed under the terms of the Q Public 11 License, version 1.0 or later.""" 12 __contact__ = "P.J.Kershaw@rl.ac.uk" 13 __revision__ = '$Id$' 14 14 15 15 -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/AttAuthority/siteBUserRoles.py
- Property svn:keywords set to Id
r2270 r2909 3 3 4 4 NERC Data Grid Project 5 6 @author P J Kershaw 29/07/057 8 @copyright (C) 2006 CCLRC & NERC9 10 @licence: This software may be distributed under the terms of the Q Public11 License, version 1.0 or later.12 5 """ 13 __revision__ = '$Id: TestUserRoles.py 2017 2007-01-17 16:37:37Z pjkersha $' 6 __author__ = "P J Kershaw" 7 __date__ = "29/07/05" 8 __copyright__ = "(C) 2007 STFC & NERC" 9 __license__ = \ 10 """This software may be distributed under the terms of the Q Public 11 License, version 1.0 or later.""" 12 __contact__ = "P.J.Kershaw@rl.ac.uk" 13 __revision__ = '$Id$' 14 14 15 15 -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/AttCert/AttCertTest.py
- Property svn:keywords set to Id
r2746 r2909 1 1 #!/usr/bin/env python 2 """NDG XML Securityunit tests2 """NDG AttCert class unit tests 3 3 4 4 NERC Data Grid Project 5 6 @author P J Kershaw 03/01/077 8 @copyright (C) 2007 CCLRC & NERC9 10 @license This software may be distributed under the terms of the Q Public11 License, version 1.0 or later.12 5 """ 6 __author__ = "P J Kershaw" 7 __date__ = "03/01/07" 8 __copyright__ = "(C) 2007 STFC & NERC" 9 __license__ = \ 10 """This software may be distributed under the terms of the Q Public 11 License, version 1.0 or later.""" 12 __contact__ = "P.J.Kershaw@rl.ac.uk" 13 __revision__ = '$Id$' 14 13 15 import unittest 14 16 import os -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/AttCert/__init__.py
- Property svn:keywords set to Id
r1967 r2909 1 1 """NERC Data Grid Project 2 3 P J Kershaw 08/01/074 5 Copyright (C) 2007 CCLRC & NERC6 7 This software may be distributed under the terms of the Q Public License,8 version 1.0 or later.9 2 """ 3 __author__ = "P J Kershaw" 4 __date__ = "08/01/07" 5 __copyright__ = "(C) 2007 STFC & NERC" 6 __license__ = \ 7 """This software may be distributed under the terms of the Q Public 8 License, version 1.0 or later.""" 9 __contact__ = "P.J.Kershaw@rl.ac.uk" 10 __revision__ = '$Id$' -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/Log/LogTest.py
- Property svn:keywords set to Id
r2900 r2909 3 3 4 4 NERC Data Grid Project 5 """ 6 __author__ = "P J Kershaw" 7 __date__ = "12/05/06" 8 __copyright__ = "(C) 2007 STFC & NERC" 9 __license__ = \ 10 """This software may be distributed under the terms of the Q Public 11 License, version 1.0 or later.""" 12 __contact__ = "P.J.Kershaw@rl.ac.uk" 13 __revision__ = '$Id$' 5 14 6 P J Kershaw 12/05/067 8 Copyright (C) 2006 CCLRC & NERC9 10 This software may be distributed under the terms of the Q Public License,11 version 1.0 or later.12 """13 15 import unittest 14 16 import os -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/Log/__init__.py
- Property svn:keywords set to Id
r2397 r2909 1 1 """NERC Data Grid Project 2 3 P J Kershaw 08/01/074 5 Copyright (C) 2007 CCLRC & NERC6 7 This software may be distributed under the terms of the Q Public License,8 version 1.0 or later.9 2 """ 3 __author__ = "P J Kershaw" 4 __date__ = "08/01/07" 5 __copyright__ = "(C) 2007 STFC & NERC" 6 __license__ = \ 7 """This software may be distributed under the terms of the Q Public 8 License, version 1.0 or later.""" 9 __contact__ = "P.J.Kershaw@rl.ac.uk" 10 __revision__ = '$Id$' -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/MyProxy/MyProxyClientTest.py
- Property svn:keywords set to Id
r2893 r2909 3 3 4 4 NERC Data Grid Project 5 6 @author P J Kershaw 13/12/067 8 @copyright (C) 2006 CCLRC & NERC9 10 @license This software may be distributed under the terms of the Q Public11 License, version 1.0 or later.12 5 """ 13 6 __author__ = "P J Kershaw" 7 __date__ = "02/07/07" 8 __copyright__ = "(C) 2007 STFC & NERC" 9 __license__ = \ 10 """This software may be distributed under the terms of the Q Public 11 License, version 1.0 or later.""" 12 __contact__ = "P.J.Kershaw@rl.ac.uk" 14 13 __revision__ = '$Id$' 15 14 -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/MyProxy/__init__.py
- Property svn:keywords set to Id
r1858 r2909 1 1 """NERC Data Grid Project 2 3 P J Kershaw 13/12/064 5 Copyright (C) 2006 CCLRC & NERC6 7 This software may be distributed under the terms of the Q Public License,8 version 1.0 or later.9 2 """ 3 __author__ = "P J Kershaw" 4 __date__ = "13/12/06" 5 __copyright__ = "(C) 2007 STFC & NERC" 6 __license__ = \ 7 """This software may be distributed under the terms of the Q Public 8 License, version 1.0 or later.""" 9 __contact__ = "P.J.Kershaw@rl.ac.uk" 10 __revision__ = '$Id$' -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/SecurityCGItest.py
- Property svn:keywords set to Id
r2322 r2909 1 1 #!/usr/bin/env python 2 """NDG Logging class test harness2 """NDG Security CGI Unit test module 3 3 4 4 NERC Data Grid Project 5 """ 6 __author__ = "P J Kershaw" 7 __date__ = "27/07/06" 8 __copyright__ = "(C) 2007 STFC & NERC" 9 __license__ = \ 10 """This software may be distributed under the terms of the Q Public 11 License, version 1.0 or later.""" 12 __contact__ = "P.J.Kershaw@rl.ac.uk" 13 __revision__ = '$Id$' 5 14 6 P J Kershaw 27/07/067 8 Copyright (C) 2006 CCLRC & NERC9 10 This software may be distributed under the terms of the Q Public License,11 version 1.0 or later.12 """13 15 import unittest 14 16 import os -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/SessionCookie/SessionCookieTest.py
- Property svn:keywords set to Id
r2620 r2909 4 4 5 5 NERC Data Grid Project 6 """ 7 __author__ = "P J Kershaw" 8 __date__ = "28/11/06" 9 __copyright__ = "(C) 2007 STFC & NERC" 10 __license__ = \ 11 """This software may be distributed under the terms of the Q Public 12 License, version 1.0 or later.""" 13 __contact__ = "P.J.Kershaw@rl.ac.uk" 14 __revision__ = '$Id$' 6 15 7 P J Kershaw 28/11/068 9 Copyright (C) 2006 CCLRC & NERC10 11 This software may be distributed under the terms of the Q Public License,12 version 1.0 or later.13 """14 16 import unittest 15 17 import os, sys, getpass, base64 -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/SessionCookie/__init__.py
- Property svn:keywords set to Id
r2556 r2909 1 1 """NERC Data Grid Project 2 2 3 P J Kershaw 06/06/07 4 5 Copyright (C) 2007 CCLRC & NERC 6 7 This software may be distributed under the terms of the Q Public License, 8 version 1.0 or later. 9 """ 3 SessionCookie Unit test package""" 4 __author__ = "P J Kershaw" 5 __date__ = "06/06/07" 6 __copyright__ = "(C) 2007 STFC & NERC" 7 __license__ = \ 8 """This software may be distributed under the terms of the Q Public 9 License, version 1.0 or later.""" 10 __contact__ = "P.J.Kershaw@rl.ac.uk" 11 __revision__ = '$Id$' -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/SessionMgr/SessionMgrClientTest.py
- Property svn:keywords set to Id
r2866 r2909 1 1 #!/usr/bin/env python 2 3 2 """Test harness for NDG Session Manager client - makes requests for 4 3 authentication and authorisation. An Attribute Authority and Simple CA … … 6 5 7 6 NERC Data Grid Project 8 9 @author P J Kershaw10 11 23/02/0612 13 Renamed from SessionClientTest.py 27/0/4/0614 Moved and renamed SessionMgrClientTest.py 23/11/0615 16 @copyright (C) 2007 CCLRC & NERC17 18 @license This software may be distributed under the terms of the Q Public19 License, version 1.0 or later.20 7 """ 21 __revision__ = "$Id:$" 8 __author__ = "P J Kershaw" 9 __date__ = "23/02/06" 10 __copyright__ = "(C) 2007 STFC & NERC" 11 __license__ = \ 12 """This software may be distributed under the terms of the Q Public 13 License, version 1.0 or later.""" 14 __contact__ = "P.J.Kershaw@rl.ac.uk" 15 __revision__ = '$Id$' 22 16 23 17 import unittest -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/SessionMgr/__init__.py
- Property svn:keywords set to Id
r1946 r2909 1 1 """NERC Data Grid Project 2 3 P J Kershaw 03/01/074 5 Copyright (C) 2007 CCLRC & NERC6 7 This software may be distributed under the terms of the Q Public License,8 version 1.0 or later.9 2 """ 3 __author__ = "P J Kershaw" 4 __date__ = "03/01/07" 5 __copyright__ = "(C) 2007 STFC & NERC" 6 __license__ = \ 7 """This software may be distributed under the terms of the Q Public 8 License, version 1.0 or later.""" 9 __contact__ = "P.J.Kershaw@rl.ac.uk" 10 __revision__ = '$Id$' -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/XMLSecDoc/__init__.py
- Property svn:keywords set to Id
r1945 r2909 1 1 """NERC Data Grid Project 2 2 3 P J Kershaw 03/01/07 4 5 Copyright (C) 2007 CCLRC & NERC 6 7 This software may be distributed under the terms of the Q Public License, 8 version 1.0 or later. 9 """ 3 XMLSecDoc unit test package""" 4 __author__ = "P J Kershaw" 5 __date__ = "03/01/07" 6 __copyright__ = "(C) 2007 STFC & NERC" 7 __license__ = \ 8 """This software may be distributed under the terms of the Q Public 9 License, version 1.0 or later.""" 10 __contact__ = "P.J.Kershaw@rl.ac.uk" 11 __revision__ = '$Id$' -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/XMLSecDoc/xmlSecDocTest.py
- Property svn:keywords set to Id
r1962 r2909 3 3 4 4 NERC Data Grid Project 5 """ 6 __author__ = "P J Kershaw" 7 __date__ = "03/01/07" 8 __copyright__ = "(C) 2007 STFC & NERC" 9 __license__ = \ 10 """This software may be distributed under the terms of the Q Public 11 License, version 1.0 or later.""" 12 __contact__ = "P.J.Kershaw@rl.ac.uk" 13 __revision__ = '$Id$' 5 14 6 P J Kershaw 03/01/077 8 Copyright (C) 2007 CCLRC & NERC9 10 This software may be distributed under the terms of the Q Public License,11 version 1.0 or later.12 """13 15 import unittest 14 16 import os -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/__init__.py
- Property svn:keywords set to Id
r2285 r2909 2 2 3 3 Unit test package 4 5 P J Kershaw 15/03/076 7 Copyright (C) 2007 CCLRC & NERC8 9 This software may be distributed under the terms of the Q Public License,10 version 1.0 or later.11 4 """ 5 __author__ = "P J Kershaw" 6 __date__ = "15/03/07" 7 __copyright__ = "(C) 2007 STFC & NERC" 8 __license__ = \ 9 """This software may be distributed under the terms of the Q Public 10 License, version 1.0 or later.""" 11 __contact__ = "P.J.Kershaw@rl.ac.uk" 12 __revision__ = '$Id$' -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/ca/__init__.py
- Property svn:keywords set to Id
r2556 r2909 1 1 """NERC Data Grid Project 2 3 P J Kershaw 08/01/074 5 Copyright (C) 2007 CCLRC & NERC6 7 This software may be distributed under the terms of the Q Public License,8 version 1.0 or later.9 2 """ 3 __author__ = "P J Kershaw" 4 __date__ = "08/01/07" 5 __copyright__ = "(C) 2007 STFC & NERC" 6 __license__ = \ 7 """This software may be distributed under the terms of the Q Public 8 License, version 1.0 or later.""" 9 __contact__ = "P.J.Kershaw@rl.ac.uk" 10 __revision__ = '$Id$' -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/ca/caClientTest.py
- Property svn:keywords set to Id
r2686 r2909 4 4 5 5 NERC Data Grid Project 6 7 @author P J Kershaw8 9 23/02/0610 11 @copyright (C) 2007 CCLRC & NERC12 13 @license This software may be distributed under the terms of the Q Public14 License, version 1.0 or later.15 6 """ 16 __revision__ = "$Id:$" 7 __author__ = "P J Kershaw" 8 __date__ = "23/02/06" 9 __copyright__ = "(C) 2007 STFC & NERC" 10 __license__ = \ 11 """This software may be distributed under the terms of the Q Public 12 License, version 1.0 or later.""" 13 __contact__ = "P.J.Kershaw@rl.ac.uk" 14 __revision__ = '$Id$' 17 15 18 16 import unittest -
TI12-security/trunk/python/ndg.security.test/setup.py
- Property svn:keywords set to Id
r2797 r2909 1 1 #!/usr/bin/env python 2 3 2 """Distribution Utilities setup program for NDG Security Test Package 4 3 5 4 NERC Data Grid Project 5 """ 6 __author__ = "P J Kershaw" 7 __date__ = "15/03/07" 8 __copyright__ = "(C) 2007 STFC & NERC" 9 __license__ = \ 10 """This software may be distributed under the terms of the Q Public 11 License, version 1.0 or later.""" 12 __contact__ = "P.J.Kershaw@rl.ac.uk" 13 __revision__ = '$Id$' 6 14 7 P J Kershaw 15/03/078 9 Copyright (C) 2007 CCLRC & NERC10 11 This software may be distributed under the terms of the Q Public License,12 version 1.0 or later.13 """14 15 # Bootstrap setuptools if necessary. 15 16 from ez_setup import use_setuptools … … 20 21 import os 21 22 22 __revision__ = "$Id :$"23 __revision__ = "$Id$" 23 24 24 25 _pkgData = { -
TI12-security/trunk/python/setup.py
- Property svn:keywords set to Id
r2797 r2909 1 1 #!/usr/bin/env python 2 3 2 """Distribution Utilities setup program for NDG Security Package 4 3 5 4 NERC Data Grid Project 5 """ 6 __author__ = "P J Kershaw" 7 __date__ = "24/04/06" 8 __copyright__ = "(C) 2007 STFC & NERC" 9 __license__ = \ 10 """This software may be distributed under the terms of the Q Public 11 License, version 1.0 or later.""" 12 __contact__ = "P.J.Kershaw@rl.ac.uk" 13 __revision__ = '$Id$' 6 14 7 P J Kershaw 24/04/068 9 Copyright (C) 2006 CCLRC & NERC10 11 This software may be distributed under the terms of the Q Public License,12 version 1.0 or later.13 """14 15 # Bootstrap setuptools if necessary. 15 16 from ez_setup import use_setuptools … … 20 21 import os 21 22 22 __revision__ = "$Id :$"23 __revision__ = "$Id$" 23 24 24 25 -
TI12-security/trunk/python/www/cgi-bin/idp.py
r1771 r2909 7 7 P J Kershaw 27/07/06 8 8 9 Copyright (C) 2006 CCLRC & NERC9 Copyright (C) 2006 STFC & NERC 10 10 11 11 This software may be distributed under the terms of the Q Public License, -
TI12-security/trunk/python/www/cgi-bin/security.py
r1771 r2909 7 7 P J Kershaw 25/05/06 8 8 9 Copyright (C) 2006 CCLRC & NERC9 Copyright (C) 2006 STFC & NERC 10 10 11 11 This software may be distributed under the terms of the Q Public License, -
TI12-security/trunk/python/www/cgi-bin/sp.py
r1771 r2909 7 7 P J Kershaw 27/07/06 8 8 9 Copyright (C) 2006 CCLRC & NERC9 Copyright (C) 2006 STFC & NERC 10 10 11 11 This software may be distributed under the terms of the Q Public License,
Note: See TracChangeset
for help on using the changeset viewer.