Changeset 4404 for TI12-security/trunk
- Timestamp:
- 31/10/08 13:45:42 (12 years ago)
- Location:
- TI12-security/trunk/python
- Files:
-
- 128 edited
Legend:
- Unmodified
- Added
- Removed
-
TI12-security/trunk/python/Tests/etreewss/__init__.py
r4024 r4404 9 9 """This software may be distributed under the terms of the Q Public 10 10 License, version 1.0 or later.""" 11 __contact__ = "P .J.Kershaw@rl.ac.uk"11 __contact__ = "Philip.Kershaw@stfc.ac.uk" 12 12 __revision__ = '$Id$' -
TI12-security/trunk/python/Tests/etreewss/client/__init__.py
r4024 r4404 9 9 """This software may be distributed under the terms of the Q Public 10 10 License, version 1.0 or later.""" 11 __contact__ = "P .J.Kershaw@rl.ac.uk"11 __contact__ = "Philip.Kershaw@stfc.ac.uk" 12 12 __revision__ = '$Id$' -
TI12-security/trunk/python/Tests/etreewss/server/__init__.py
r4024 r4404 9 9 """This software may be distributed under the terms of the Q Public 10 10 License, version 1.0 or later.""" 11 __contact__ = "P .J.Kershaw@rl.ac.uk"11 __contact__ = "Philip.Kershaw@stfc.ac.uk" 12 12 __revision__ = '$Id$' -
TI12-security/trunk/python/Tests/openid-provider/authkitTmpl/setup.py
r4081 r4404 12 12 keywords='OpenID', 13 13 author='P J Kershaw', 14 author_email='P .J.Kershaw@rl.ac.uk',14 author_email='Philip.Kershaw@stfc.ac.uk', 15 15 url='http://proj.badc.rl.ac.uk/ndg/wiki/T12_Security', 16 16 license='Q License', -
TI12-security/trunk/python/Tests/pylonsAttributeAuthority/ndgsecurity/ndgsecurity/config/soap.py
r4020 r4404 9 9 __date__ = "27/05/08" 10 10 __copyright__ = "(C) 2008 STFC & NERC" 11 __contact__ = "P .J.Kershaw@rl.ac.uk"11 __contact__ = "Philip.Kershaw@stfc.ac.uk" 12 12 __revision__ = "$Id$" 13 13 import logging -
TI12-security/trunk/python/bin/MyProxyAdmin.py
r2909 r4404 13 13 """This software may be distributed under the terms of the Q Public 14 14 License, version 1.0 or later.""" 15 __contact__ = "P .J.Kershaw@rl.ac.uk"15 __contact__ = "Philip.Kershaw@stfc.ac.uk" 16 16 __revision__ = "$Id" 17 17 -
TI12-security/trunk/python/ndg-security-install.py
r3791 r4404 11 11 """This software may be distributed under the terms of the Q Public 12 12 License, version 1.0 or later.""" 13 __contact__ = "P .J.Kershaw@rl.ac.uk"13 __contact__ = "Philip.Kershaw@stfc.ac.uk" 14 14 __revision__ = '$Id$' 15 15 -
TI12-security/trunk/python/ndg.security.client/ndg/__init__.py
r2954 r4404 17 17 """This software may be distributed under the terms of the Q Public 18 18 License, version 1.0 or later.""" 19 __contact__ = "P .J.Kershaw@rl.ac.uk"19 __contact__ = "Philip.Kershaw@stfc.ac.uk" 20 20 __revision__ = "$Id$" 21 21 __import__('pkg_resources').declare_namespace(__name__) -
TI12-security/trunk/python/ndg.security.client/ndg/security/__init__.py
r2954 r4404 17 17 """This software may be distributed under the terms of the Q Public 18 18 License, version 1.0 or later.""" 19 __contact__ = "P .J.Kershaw@rl.ac.uk"19 __contact__ = "Philip.Kershaw@stfc.ac.uk" 20 20 __revision__ = "$Id$" 21 21 -
TI12-security/trunk/python/ndg.security.client/ndg/security/client/__init__.py
r2954 r4404 12 12 """This software may be distributed under the terms of the Q Public 13 13 License, version 1.0 or later.""" 14 __contact__ = "P .J.Kershaw@rl.ac.uk"14 __contact__ = "Philip.Kershaw@stfc.ac.uk" 15 15 __revision__ = "$Id$" 16 16 # Import common package into client namespace -
TI12-security/trunk/python/ndg.security.client/ndg/security/client/ndgSessionClient.py
r4384 r4404 15 15 """This software may be distributed under the terms of the Q Public 16 16 License, version 1.0 or later.""" 17 __contact__ = "P .J.Kershaw@rl.ac.uk"17 __contact__ = "Philip.Kershaw@stfc.ac.uk" 18 18 __revision__ = "$Id$" 19 19 -
TI12-security/trunk/python/ndg.security.client/setup.py
r4143 r4404 11 11 """This software may be distributed under the terms of the Q Public 12 12 License, version 1.0 or later.""" 13 __contact__ = "P .J.Kershaw@rl.ac.uk"13 __contact__ = "Philip.Kershaw@stfc.ac.uk" 14 14 __revision__ = "$Id$" 15 15 … … 37 37 long_description = 'Software for securing NDG resources', 38 38 author = 'Philip Kershaw', 39 author_email = 'P .J.Kershaw@rl.ac.uk',39 author_email = 'Philip.Kershaw@stfc.ac.uk', 40 40 maintainer = 'Philip Kershaw', 41 maintainer_email = 'P .J.Kershaw@rl.ac.uk',41 maintainer_email = 'Philip.Kershaw@stfc.ac.uk', 42 42 url = 'http://proj.badc.rl.ac.uk/ndg/wiki/T12_Security', 43 43 license = 'Q Public License, version 1.0 or later', -
TI12-security/trunk/python/ndg.security.common/ndg/__init__.py
r2954 r4404 17 17 """This software may be distributed under the terms of the Q Public 18 18 License, version 1.0 or later.""" 19 __contact__ = "P .J.Kershaw@rl.ac.uk"19 __contact__ = "Philip.Kershaw@stfc.ac.uk" 20 20 __revision__ = '$Id$' 21 21 -
TI12-security/trunk/python/ndg.security.common/ndg/security/__init__.py
r2954 r4404 17 17 """This software may be distributed under the terms of the Q Public 18 18 License, version 1.0 or later.""" 19 __contact__ = "P .J.Kershaw@rl.ac.uk"19 __contact__ = "Philip.Kershaw@stfc.ac.uk" 20 20 __revision__ = '$Id$' 21 21 -
TI12-security/trunk/python/ndg.security.common/ndg/security/common/AttCert.py
r2911 r4404 10 10 """This software may be distributed under the terms of the Q Public 11 11 License, version 1.0 or later.""" 12 __contact__ = "P .J.Kershaw@rl.ac.uk"12 __contact__ = "Philip.Kershaw@stfc.ac.uk" 13 13 __revision__ = '$Id$' 14 14 -
TI12-security/trunk/python/ndg.security.common/ndg/security/common/SQLObject.py
r4381 r4404 10 10 """This software may be distributed under the terms of the Q Public 11 11 License, version 1.0 or later.""" 12 __contact__ = "P .J.Kershaw@rl.ac.uk"12 __contact__ = "Philip.Kershaw@stfc.ac.uk" 13 13 __revision__ = '$Id$' 14 14 -
TI12-security/trunk/python/ndg.security.common/ndg/security/common/X509.py
r4336 r4404 9 9 """This software may be distributed under the terms of the Q Public 10 10 License, version 1.0 or later.""" 11 __contact__ = "P .J.Kershaw@rl.ac.uk"11 __contact__ = "Philip.Kershaw@stfc.ac.uk" 12 12 __revision__ = '$Id$' 13 13 -
TI12-security/trunk/python/ndg.security.common/ndg/security/common/XMLSec.py
r4061 r4404 9 9 """This software may be distributed under the terms of the Q Public 10 10 License, version 1.0 or later.""" 11 __contact__ = "P .J.Kershaw@rl.ac.uk"11 __contact__ = "Philip.Kershaw@stfc.ac.uk" 12 12 __revision__ = '$Id$' 13 13 -
TI12-security/trunk/python/ndg.security.common/ndg/security/common/__init__.py
r4384 r4404 7 7 __date__ = "27/10/06" 8 8 __copyright__ = "(C) 2007 STFC & NERC" 9 __contact__ = "P .J.Kershaw@rl.ac.uk"9 __contact__ = "Philip.Kershaw@stfc.ac.uk" 10 10 __license__ = \ 11 11 """This software may be distributed under the terms of the Q Public 12 12 License, version 1.0 or later.""" 13 __contact__ = "P .J.Kershaw@rl.ac.uk"13 __contact__ = "Philip.Kershaw@stfc.ac.uk" 14 14 __revision__ = "$Id$" 15 15 -
TI12-security/trunk/python/ndg.security.common/ndg/security/common/attributeauthority.py
r4392 r4404 15 15 __date__ = "17/11/06" 16 16 __copyright__ = "(C) 2007 STFC & NERC" 17 __contact__ = "P .J.Kershaw@rl.ac.uk"17 __contact__ = "Philip.Kershaw@stfc.ac.uk" 18 18 __license__ = \ 19 19 """This software may be distributed under the terms of the Q Public 20 20 License, version 1.0 or later.""" 21 __contact__ = "P .J.Kershaw@rl.ac.uk"21 __contact__ = "Philip.Kershaw@stfc.ac.uk" 22 22 __revision__ = "$Id:attributeauthority.py 4373 2008-10-29 09:54:39Z pjkersha $" 23 23 -
TI12-security/trunk/python/ndg.security.common/ndg/security/common/authz/__init__.py
r3759 r4404 7 7 __date__ = "04/04/08" 8 8 __copyright__ = "(C) 2008 STFC & NERC" 9 __contact__ = "P .J.Kershaw@rl.ac.uk"9 __contact__ = "Philip.Kershaw@stfc.ac.uk" 10 10 __license__ = \ 11 11 """This software may be distributed under the terms of the Q Public 12 12 License, version 1.0 or later.""" 13 __contact__ = "P .J.Kershaw@rl.ac.uk"13 __contact__ = "Philip.Kershaw@stfc.ac.uk" 14 14 __revision__ = "$Id: __init__.py 3755 2008-04-04 09:11:44Z pjkersha $" 15 15 -
TI12-security/trunk/python/ndg.security.common/ndg/security/common/authz/pdp/__init__.py
r3960 r4404 11 11 __date__ = "04/04/08" 12 12 __copyright__ = "(C) 200* STFC & NERC" 13 __contact__ = "P .J.Kershaw@rl.ac.uk"13 __contact__ = "Philip.Kershaw@stfc.ac.uk" 14 14 __license__ = \ 15 15 """This software may be distributed under the terms of the Q Public 16 16 License, version 1.0 or later.""" 17 __contact__ = "P .J.Kershaw@rl.ac.uk"17 __contact__ = "Philip.Kershaw@stfc.ac.uk" 18 18 __revision__ = "$Id:gatekeeper.py 3079 2007-11-30 09:39:46Z pjkersha $" 19 19 -
TI12-security/trunk/python/ndg.security.common/ndg/security/common/authz/pdp/browse.py
r4384 r4404 8 8 __date__ = "04/04/08" 9 9 __copyright__ = "(C) 2008 STFC & NERC" 10 __contact__ = "P .J.Kershaw@rl.ac.uk"10 __contact__ = "Philip.Kershaw@stfc.ac.uk" 11 11 __license__ = \ 12 12 """This software may be distributed under the terms of the Q Public 13 13 License, version 1.0 or later.""" 14 __contact__ = "P .J.Kershaw@rl.ac.uk"14 __contact__ = "Philip.Kershaw@stfc.ac.uk" 15 15 __revision__ = "$Id$" 16 16 -
TI12-security/trunk/python/ndg.security.common/ndg/security/common/authz/pdp/proftp.py
r4384 r4404 7 7 __date__ = "04/04/08" 8 8 __copyright__ = "(C) 2008 STFC & NERC" 9 __contact__ = "P .J.Kershaw@rl.ac.uk"9 __contact__ = "Philip.Kershaw@stfc.ac.uk" 10 10 __license__ = \ 11 11 """This software may be distributed under the terms of the Q Public 12 12 License, version 1.0 or later.""" 13 __contact__ = "P .J.Kershaw@rl.ac.uk"13 __contact__ = "Philip.Kershaw@stfc.ac.uk" 14 14 __revision__ = "$Id:gatekeeper.py 3079 2007-11-30 09:39:46Z pjkersha $" 15 15 -
TI12-security/trunk/python/ndg.security.common/ndg/security/common/authz/pep.py
r4358 r4404 9 9 __date__ = "04/04/08" 10 10 __copyright__ = "(C) 200* STFC & NERC" 11 __contact__ = "P .J.Kershaw@rl.ac.uk"11 __contact__ = "Philip.Kershaw@stfc.ac.uk" 12 12 __license__ = \ 13 13 """This software may be distributed under the terms of the Q Public 14 14 License, version 1.0 or later.""" 15 __contact__ = "P .J.Kershaw@rl.ac.uk"15 __contact__ = "Philip.Kershaw@stfc.ac.uk" 16 16 __revision__ = "$Id:gatekeeper.py 3079 2007-11-30 09:39:46Z pjkersha $" 17 17 -
TI12-security/trunk/python/ndg.security.common/ndg/security/common/credentialwallet.py
r4402 r4404 9 9 """This software may be distributed under the terms of the Q Public 10 10 License, version 1.0 or later.""" 11 __contact__ = "P .J.Kershaw@rl.ac.uk"11 __contact__ = "Philip.Kershaw@stfc.ac.uk" 12 12 __revision__ = '$Id:credentialwallet.py 4378 2008-10-29 10:30:14Z pjkersha $' 13 13 -
TI12-security/trunk/python/ndg.security.common/ndg/security/common/m2CryptoSSLUtility.py
r4336 r4404 9 9 """This software may be distributed under the terms of the Q Public 10 10 License, version 1.0 or later.""" 11 __contact__ = "P .J.Kershaw@rl.ac.uk"11 __contact__ = "Philip.Kershaw@stfc.ac.uk" 12 12 __revision__ = '$Id$' 13 13 -
TI12-security/trunk/python/ndg.security.common/ndg/security/common/myproxy.py
r4384 r4404 22 22 Grid Project (http://www.accessgrid.org) to which the U.S. Government retains 23 23 certain rights.""" 24 __contact__ = "P .J.Kershaw@rl.ac.uk"24 __contact__ = "Philip.Kershaw@stfc.ac.uk" 25 25 __revision__ = '$Id: MyProxy.py 3196 2008-01-10 14:45:59Z pjkersha $' 26 26 -
TI12-security/trunk/python/ndg.security.common/ndg/security/common/openssl.py
r2927 r4404 10 10 """This software may be distributed under the terms of the Q Public 11 11 License, version 1.0 or later.""" 12 __contact__ = "P .J.Kershaw@rl.ac.uk"12 __contact__ = "Philip.Kershaw@stfc.ac.uk" 13 13 __revision__ = '$Id$' 14 14 -
TI12-security/trunk/python/ndg.security.common/ndg/security/common/saml/__init__.py
r4070 r4404 6 6 __date__ = "22/07/08" 7 7 __copyright__ = "(C) 2008 STFC & NERC" 8 __contact__ = "P .J.Kershaw@rl.ac.uk"8 __contact__ = "Philip.Kershaw@stfc.ac.uk" 9 9 __license__ = \ 10 10 """This software may be distributed under the terms of the Q Public 11 11 License, version 1.0 or later.""" 12 __contact__ = "P .J.Kershaw@rl.ac.uk"12 __contact__ = "Philip.Kershaw@stfc.ac.uk" 13 13 __revision__ = "$Id$" 14 14 -
TI12-security/trunk/python/ndg.security.common/ndg/security/common/sessionmanager.py
r4387 r4404 11 11 __date__ = "24/04/06" 12 12 __copyright__ = "(C) 2007 STFC & NERC" 13 __contact__ = "P .J.Kershaw@rl.ac.uk"13 __contact__ = "Philip.Kershaw@stfc.ac.uk" 14 14 __revision__ = "$Id:sessionmanager.py 4373 2008-10-29 09:54:39Z pjkersha $" 15 15 __all__ = ['SessionManager_services', 'SessionManager_services_types'] -
TI12-security/trunk/python/ndg.security.common/ndg/security/common/utils/ClassFactory.py
r4318 r4404 9 9 """This software may be distributed under the terms of the Q Public 10 10 License, version 1.0 or later.""" 11 __contact__ = "P .J.Kershaw@rl.ac.uk"11 __contact__ = "Philip.Kershaw@stfc.ac.uk" 12 12 __revision__ = '$Id$' 13 13 -
TI12-security/trunk/python/ndg.security.common/ndg/security/common/utils/ConfigFileParsers.py
r4401 r4404 9 9 """This software may be distributed under the terms of the Q Public 10 10 License, version 1.0 or later.""" 11 __contact__ = "P .J.Kershaw@rl.ac.uk"11 __contact__ = "Philip.Kershaw@stfc.ac.uk" 12 12 __revision__ = '$Id$' 13 13 -
TI12-security/trunk/python/ndg.security.common/ndg/security/common/wssecurity/BaseSignatureHandler.py
r4320 r4404 10 10 """This software may be distributed under the terms of the Q Public 11 11 License, version 1.0 or later.""" 12 __contact__ = "P .J.Kershaw@rl.ac.uk"12 __contact__ = "Philip.Kershaw@stfc.ac.uk" 13 13 __revision__ = '$Id: $' 14 14 -
TI12-security/trunk/python/ndg.security.common/ndg/security/common/wssecurity/__init__.py
r4397 r4404 6 6 __date__ = "01/04/08" 7 7 __copyright__ = "(C) 2008 STFC & NERC" 8 __contact__ = "P .J.Kershaw@rl.ac.uk"8 __contact__ = "Philip.Kershaw@stfc.ac.uk" 9 9 __license__ = \ 10 10 """This software may be distributed under the terms of the Q Public 11 11 License, version 1.0 or later.""" 12 __contact__ = "P .J.Kershaw@rl.ac.uk"12 __contact__ = "Philip.Kershaw@stfc.ac.uk" 13 13 __revision__ = "$Id$" 14 14 -
TI12-security/trunk/python/ndg.security.common/ndg/security/common/wssecurity/dom.py
r4285 r4404 9 9 """This software may be distributed under the terms of the Q Public 10 10 License, version 1.0 or later.""" 11 __contact__ = "P .J.Kershaw@rl.ac.uk"11 __contact__ = "Philip.Kershaw@stfc.ac.uk" 12 12 __revision__ = '$Id: $' 13 13 -
TI12-security/trunk/python/ndg.security.common/ndg/security/common/wssecurity/etree.py
r4262 r4404 9 9 """This software may be distributed under the terms of the Q Public 10 10 License, version 1.0 or later.""" 11 __contact__ = "P .J.Kershaw@rl.ac.uk"11 __contact__ = "Philip.Kershaw@stfc.ac.uk" 12 12 __revision__ = '$Id: $' 13 13 -
TI12-security/trunk/python/ndg.security.common/ndg/security/common/xmlsec/__init__.py
r4059 r4404 6 6 __date__ = "23/07/08" 7 7 __copyright__ = "(C) 2008 STFC & NERC" 8 __contact__ = "P .J.Kershaw@rl.ac.uk"8 __contact__ = "Philip.Kershaw@stfc.ac.uk" 9 9 __license__ = \ 10 10 """This software may be distributed under the terms of the Q Public 11 11 License, version 1.0 or later.""" 12 __contact__ = "P .J.Kershaw@rl.ac.uk"12 __contact__ = "Philip.Kershaw@stfc.ac.uk" 13 13 __revision__ = "$Id$" -
TI12-security/trunk/python/ndg.security.common/ndg/security/common/xmlsec/dom.py
r4061 r4404 6 6 __date__ = "23/07/08" 7 7 __copyright__ = "(C) 2008 STFC & NERC" 8 __contact__ = "P .J.Kershaw@rl.ac.uk"8 __contact__ = "Philip.Kershaw@stfc.ac.uk" 9 9 __license__ = \ 10 10 """This software may be distributed under the terms of the Q Public 11 11 License, version 1.0 or later.""" 12 __contact__ = "P .J.Kershaw@rl.ac.uk"12 __contact__ = "Philip.Kershaw@stfc.ac.uk" 13 13 __revision__ = "$Id$" 14 14 -
TI12-security/trunk/python/ndg.security.common/ndg/security/common/xmlsec/etree.py
r4081 r4404 6 6 __date__ = "23/07/08" 7 7 __copyright__ = "(C) 2008 STFC & NERC" 8 __contact__ = "P .J.Kershaw@rl.ac.uk"8 __contact__ = "Philip.Kershaw@stfc.ac.uk" 9 9 __license__ = \ 10 10 """This software may be distributed under the terms of the Q Public 11 11 License, version 1.0 or later.""" 12 __contact__ = "P .J.Kershaw@rl.ac.uk"12 __contact__ = "Philip.Kershaw@stfc.ac.uk" 13 13 __revision__ = "$Id$" 14 14 import logging -
TI12-security/trunk/python/ndg.security.common/ndg/security/common/zsi/__init__.py
r4323 r4404 10 10 __date__ = "01/10/08" 11 11 __copyright__ = "(C) 2008 STFC & NERC" 12 __contact__ = "P .J.Kershaw@rl.ac.uk"12 __contact__ = "Philip.Kershaw@stfc.ac.uk" 13 13 __revision__ = "$Id$" -
TI12-security/trunk/python/ndg.security.common/ndg/security/common/zsi/attributeauthority/__init__.py
r4323 r4404 9 9 __date__ = "01/10/08" 10 10 __copyright__ = "(C) 2008 STFC & NERC" 11 __contact__ = "P .J.Kershaw@rl.ac.uk"11 __contact__ = "Philip.Kershaw@stfc.ac.uk" 12 12 __revision__ = "$Id$" -
TI12-security/trunk/python/ndg.security.common/ndg/security/common/zsi/httpproxy.py
r3994 r4404 12 12 """This software may be distributed under the terms of the Q Public 13 13 License, version 1.0 or later.""" 14 __contact__ = "P .J.Kershaw@rl.ac.uk"14 __contact__ = "Philip.Kershaw@stfc.ac.uk" 15 15 __revision__ = '$Id$' 16 16 import httplib, os -
TI12-security/trunk/python/ndg.security.common/ndg/security/common/zsi/sessionmanager/__init__.py
r4323 r4404 9 9 __date__ = "01/10/08" 10 10 __copyright__ = "(C) 2008 STFC & NERC" 11 __contact__ = "P .J.Kershaw@rl.ac.uk"11 __contact__ = "Philip.Kershaw@stfc.ac.uk" 12 12 __revision__ = "$Id$" -
TI12-security/trunk/python/ndg.security.common/setup.py
r4279 r4404 11 11 """This software may be distributed under the terms of the Q Public 12 12 License, version 1.0 or later.""" 13 __contact__ = "P .J.Kershaw@rl.ac.uk"13 __contact__ = "Philip.Kershaw@stfc.ac.uk" 14 14 __revision__ = '$Id$' 15 15 … … 67 67 long_description = 'Software for securing NDG resources', 68 68 author = 'Philip Kershaw', 69 author_email = 'P .J.Kershaw@rl.ac.uk',69 author_email = 'Philip.Kershaw@stfc.ac.uk', 70 70 maintainer = 'Philip Kershaw', 71 maintainer_email = 'P .J.Kershaw@rl.ac.uk',71 maintainer_email = 'Philip.Kershaw@stfc.ac.uk', 72 72 url = 'http://proj.badc.rl.ac.uk/ndg/wiki/T12_Security', 73 73 license = 'Q Public License, version 1.0 or later', -
TI12-security/trunk/python/ndg.security.server/ndg/__init__.py
r2954 r4404 17 17 """This software may be distributed under the terms of the Q Public 18 18 License, version 1.0 or later.""" 19 __contact__ = "P .J.Kershaw@rl.ac.uk"19 __contact__ = "Philip.Kershaw@stfc.ac.uk" 20 20 __revision__ = '$Id$' 21 21 -
TI12-security/trunk/python/ndg.security.server/ndg/security/__init__.py
r3154 r4404 17 17 """This software may be distributed under the terms of the Q Public 18 18 License, version 1.0 or later.""" 19 __contact__ = "P .J.Kershaw@rl.ac.uk"19 __contact__ = "Philip.Kershaw@stfc.ac.uk" 20 20 __revision__ = '$Id$' 21 21 -
TI12-security/trunk/python/ndg.security.server/ndg/security/server/__init__.py
r2954 r4404 9 9 """This software may be distributed under the terms of the Q Public 10 10 License, version 1.0 or later.""" 11 __contact__ = "P .J.Kershaw@rl.ac.uk"11 __contact__ = "Philip.Kershaw@stfc.ac.uk" 12 12 __revision__ = '$Id$' -
TI12-security/trunk/python/ndg.security.server/ndg/security/server/attributeauthority.py
r4403 r4404 11 11 """This software may be distributed under the terms of the Q Public 12 12 License, version 1.0 or later.""" 13 __contact__ = "P .J.Kershaw@rl.ac.uk"13 __contact__ = "Philip.Kershaw@stfc.ac.uk" 14 14 __revision__ = '$Id:attributeauthority.py 4367 2008-10-29 09:27:59Z pjkersha $' 15 15 -
TI12-security/trunk/python/ndg.security.server/ndg/security/server/authnservice/__init__.py
r4384 r4404 11 11 """This software may be distributed under the terms of the Q Public 12 12 License, version 1.0 or later.""" 13 __contact__ = "P .J.Kershaw@rl.ac.uk"13 __contact__ = "Philip.Kershaw@stfc.ac.uk" 14 14 __revision__ = '$Id: $' -
TI12-security/trunk/python/ndg.security.server/ndg/security/server/authnservice/basicauthn.py
r4401 r4404 11 11 """This software may be distributed under the terms of the Q Public 12 12 License, version 1.0 or later.""" 13 __contact__ = "P .J.Kershaw@rl.ac.uk"13 __contact__ = "Philip.Kershaw@stfc.ac.uk" 14 14 __revision__ = '$Id: $' 15 15 import logging -
TI12-security/trunk/python/ndg.security.server/ndg/security/server/authnservice/myproxyauthn.py
r4384 r4404 11 11 """This software may be distributed under the terms of the Q Public 12 12 License, version 1.0 or later.""" 13 __contact__ = "P .J.Kershaw@rl.ac.uk"13 __contact__ = "Philip.Kershaw@stfc.ac.uk" 14 14 __revision__ = '$Id: $' 15 15 -
TI12-security/trunk/python/ndg.security.server/ndg/security/server/conf/__init__.py
r2954 r4404 10 10 """This software may be distributed under the terms of the Q Public 11 11 License, version 1.0 or later.""" 12 __contact__ = "P .J.Kershaw@rl.ac.uk"12 __contact__ = "Philip.Kershaw@stfc.ac.uk" 13 13 __revision__ = '$Id$' -
TI12-security/trunk/python/ndg.security.server/ndg/security/server/conf/attCertLog/__init__.py
r2954 r4404 12 12 """This software may be distributed under the terms of the Q Public 13 13 License, version 1.0 or later.""" 14 __contact__ = "P .J.Kershaw@rl.ac.uk"14 __contact__ = "Philip.Kershaw@stfc.ac.uk" 15 15 __revision__ = '$Id$' -
TI12-security/trunk/python/ndg.security.server/ndg/security/server/conf/certs/__init__.py
r2954 r4404 12 12 """This software may be distributed under the terms of the Q Public 13 13 License, version 1.0 or later.""" 14 __contact__ = "P .J.Kershaw@rl.ac.uk"14 __contact__ = "Philip.Kershaw@stfc.ac.uk" 15 15 __revision__ = '$Id$' -
TI12-security/trunk/python/ndg.security.server/ndg/security/server/conf/certs/ca/__init__.py
r3135 r4404 14 14 """This software may be distributed under the terms of the Q Public 15 15 License, version 1.0 or later.""" 16 __contact__ = "P .J.Kershaw@rl.ac.uk"16 __contact__ = "Philip.Kershaw@stfc.ac.uk" 17 17 __revision__ = '$Id$' -
TI12-security/trunk/python/ndg.security.server/ndg/security/server/conf/userRoles.py
r4369 r4404 10 10 """This software may be distributed under the terms of the Q Public 11 11 License, version 1.0 or later.""" 12 __contact__ = "P .J.Kershaw@rl.ac.uk"12 __contact__ = "Philip.Kershaw@stfc.ac.uk" 13 13 __revision__ = '$Id$' 14 14 -
TI12-security/trunk/python/ndg.security.server/ndg/security/server/initCredReposDb.py
r4384 r4404 13 13 """This software may be distributed under the terms of the Q Public 14 14 License, version 1.0 or later.""" 15 __contact__ = "P .J.Kershaw@rl.ac.uk"15 __contact__ = "Philip.Kershaw@stfc.ac.uk" 16 16 __author__ = "P J Kershaw" 17 17 __revision__ = "$Id$" -
TI12-security/trunk/python/ndg.security.server/ndg/security/server/log/__init__.py
r2954 r4404 11 11 """This software may be distributed under the terms of the Q Public 12 12 License, version 1.0 or later.""" 13 __contact__ = "P .J.Kershaw@rl.ac.uk"13 __contact__ = "Philip.Kershaw@stfc.ac.uk" 14 14 __revision__ = '$Id$' -
TI12-security/trunk/python/ndg.security.server/ndg/security/server/pylons/container/lib/openid_provider_util.py
r4154 r4404 11 11 __date__ = "14/08/08" 12 12 __copyright__ = "(C) 2008 STFC & NERC" 13 __contact__ = "P .J.Kershaw@rl.ac.uk"13 __contact__ = "Philip.Kershaw@stfc.ac.uk" 14 14 __revision__ = "$Id$" 15 15 import pylons -
TI12-security/trunk/python/ndg.security.server/ndg/security/server/sessionmanager.py
r4402 r4404 10 10 """This software may be distributed under the terms of the Q Public 11 11 License, version 1.0 or later.""" 12 __contact__ = "P .J.Kershaw@rl.ac.uk"12 __contact__ = "Philip.Kershaw@stfc.ac.uk" 13 13 __revision__ = '$Id:sessionmanager.py 4367 2008-10-29 09:27:59Z pjkersha $' 14 14 import logging -
TI12-security/trunk/python/ndg.security.server/ndg/security/server/share/__init__.py
r2954 r4404 9 9 """This software may be distributed under the terms of the Q Public 10 10 License, version 1.0 or later.""" 11 __contact__ = "P .J.Kershaw@rl.ac.uk"11 __contact__ = "Philip.Kershaw@stfc.ac.uk" 12 12 __revision__ = '$Id$' -
TI12-security/trunk/python/ndg.security.server/ndg/security/server/wsgi/__init__.py
r4362 r4404 8 8 """This software may be distributed under the terms of the Q Public 9 9 License, version 1.0 or later.""" 10 __contact__ = "P .J.Kershaw@rl.ac.uk"10 __contact__ = "Philip.Kershaw@stfc.ac.uk" 11 11 __revision__ = '$Id$' -
TI12-security/trunk/python/ndg.security.server/ndg/security/server/wsgi/openid_provider.py
r4358 r4404 11 11 __date__ = "01/08/08" 12 12 __copyright__ = "(C) 2008 STFC & NERC" 13 __contact__ = "P .J.Kershaw@rl.ac.uk"13 __contact__ = "Philip.Kershaw@stfc.ac.uk" 14 14 __revision__ = "$Id$" 15 15 -
TI12-security/trunk/python/ndg.security.server/ndg/security/server/wsgi/soap.py
r4290 r4404 9 9 __date__ = "27/05/08" 10 10 __copyright__ = "(C) 2008 STFC & NERC" 11 __contact__ = "P .J.Kershaw@rl.ac.uk"11 __contact__ = "Philip.Kershaw@stfc.ac.uk" 12 12 __revision__ = "$Id$" 13 13 import logging -
TI12-security/trunk/python/ndg.security.server/ndg/security/server/wsgi/wssecurity.py
r4254 r4404 10 10 """This software may be distributed under the terms of the Q Public 11 11 License, version 1.0 or later.""" 12 __contact__ = "P .J.Kershaw@rl.ac.uk"12 __contact__ = "Philip.Kershaw@stfc.ac.uk" 13 13 __revision__ = '$Id$' 14 14 -
TI12-security/trunk/python/ndg.security.server/ndg/security/server/zsi/__init__.py
r4262 r4404 8 8 """This software may be distributed under the terms of the Q Public 9 9 License, version 1.0 or later.""" 10 __contact__ = "P .J.Kershaw@rl.ac.uk"10 __contact__ = "Philip.Kershaw@stfc.ac.uk" 11 11 __revision__ = '$Id$' -
TI12-security/trunk/python/ndg.security.server/ndg/security/server/zsi/attributeauthority/__init__.py
r4392 r4404 8 8 """This software may be distributed under the terms of the Q Public 9 9 License, version 1.0 or later.""" 10 __contact__ = "P .J.Kershaw@rl.ac.uk"10 __contact__ = "Philip.Kershaw@stfc.ac.uk" 11 11 __revision__ = '$Id$' 12 12 import os -
TI12-security/trunk/python/ndg.security.server/ndg/security/server/zsi/sessionmanager/__init__.py
r4387 r4404 8 8 """This software may be distributed under the terms of the Q Public 9 9 License, version 1.0 or later.""" 10 __contact__ = "P .J.Kershaw@rl.ac.uk"10 __contact__ = "Philip.Kershaw@stfc.ac.uk" 11 11 __revision__ = '$Id$' 12 12 import os, sys -
TI12-security/trunk/python/ndg.security.server/ndg/security/server/zsi/twisted/__init__.py
r4365 r4404 11 11 """This software may be distributed under the terms of the Q Public 12 12 License, version 1.0 or later.""" 13 __contact__ = "P .J.Kershaw@rl.ac.uk"13 __contact__ = "Philip.Kershaw@stfc.ac.uk" 14 14 __revision__ = '$Id$' 15 15 … … 28 28 """This software may be distributed under the terms of the Q Public 29 29 License, version 1.0 or later.""" 30 __contact__ = "P .J.Kershaw@rl.ac.uk"30 __contact__ = "Philip.Kershaw@stfc.ac.uk" 31 31 __revision__ = '$Id: twisted.py 2909 2007-09-28 14:22:21Z pjkersha $' 32 32 -
TI12-security/trunk/python/ndg.security.server/ndg/security/server/zsi/twisted/attributeauthority/__init__.py
r4362 r4404 12 12 """This software may be distributed under the terms of the Q Public 13 13 License, version 1.0 or later.""" 14 __contact__ = "P .J.Kershaw@rl.ac.uk"14 __contact__ = "Philip.Kershaw@stfc.ac.uk" 15 15 __revision__ = '$Id$' -
TI12-security/trunk/python/ndg.security.server/ndg/security/server/zsi/twisted/attributeauthority/attributeauthority.tac
r4401 r4404 12 12 """This software may be distributed under the terms of the Q Public 13 13 License, version 1.0 or later.""" 14 __contact__ = "P .J.Kershaw@rl.ac.uk"14 __contact__ = "Philip.Kershaw@stfc.ac.uk" 15 15 __revision__ = '$Id$' 16 16 -
TI12-security/trunk/python/ndg.security.server/ndg/security/server/zsi/twisted/sessionmanager/__init__.py
r4362 r4404 12 12 """This software may be distributed under the terms of the Q Public 13 13 License, version 1.0 or later.""" 14 __contact__ = "P .J.Kershaw@rl.ac.uk"14 __contact__ = "Philip.Kershaw@stfc.ac.uk" 15 15 __revision__ = '$Id$' -
TI12-security/trunk/python/ndg.security.server/ndg/security/server/zsi/twisted/sessionmanager/sessionmanager.tac
r4401 r4404 13 13 """This software may be distributed under the terms of the Q Public 14 14 License, version 1.0 or later.""" 15 __contact__ = "P .J.Kershaw@rl.ac.uk"15 __contact__ = "Philip.Kershaw@stfc.ac.uk" 16 16 __revision__ = '$Id$' 17 17 -
TI12-security/trunk/python/ndg.security.server/setup.py
r4369 r4404 10 10 """This software may be distributed under the terms of the Q Public 11 11 License, version 1.0 or later.""" 12 __contact__ = "P .J.Kershaw@rl.ac.uk"12 __contact__ = "Philip.Kershaw@stfc.ac.uk" 13 13 __revision__ = '$Id$' 14 14 … … 62 62 long_description = 'Server side component for securing NDG resources', 63 63 author = 'Philip Kershaw', 64 author_email = 'P .J.Kershaw@rl.ac.uk',64 author_email = 'Philip.Kershaw@stfc.ac.uk', 65 65 maintainer = 'Philip Kershaw', 66 maintainer_email = 'P .J.Kershaw@rl.ac.uk',66 maintainer_email = 'Philip.Kershaw@stfc.ac.uk', 67 67 url = 'http://proj.badc.rl.ac.uk/ndg/wiki/T12_Security', 68 68 license = 'Q Public License, version 1.0 or later', -
TI12-security/trunk/python/ndg.security.test/ndg/__init__.py
r2954 r4404 17 17 """This software may be distributed under the terms of the Q Public 18 18 License, version 1.0 or later.""" 19 __contact__ = "P .J.Kershaw@rl.ac.uk"19 __contact__ = "Philip.Kershaw@stfc.ac.uk" 20 20 __revision__ = '$Id$' 21 21 -
TI12-security/trunk/python/ndg.security.test/ndg/security/__init__.py
r2954 r4404 17 17 """This software may be distributed under the terms of the Q Public 18 18 License, version 1.0 or later.""" 19 __contact__ = "P .J.Kershaw@rl.ac.uk"19 __contact__ = "Philip.Kershaw@stfc.ac.uk" 20 20 __revision__ = '$Id$' 21 21 -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/XMLSecDoc/__init__.py
r2954 r4404 9 9 """This software may be distributed under the terms of the Q Public 10 10 License, version 1.0 or later.""" 11 __contact__ = "P .J.Kershaw@rl.ac.uk"11 __contact__ = "Philip.Kershaw@stfc.ac.uk" 12 12 __revision__ = '$Id$' -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/XMLSecDoc/xmlSecDocTest.py
r4140 r4404 10 10 """This software may be distributed under the terms of the Q Public 11 11 License, version 1.0 or later.""" 12 __contact__ = "P .J.Kershaw@rl.ac.uk"12 __contact__ = "Philip.Kershaw@stfc.ac.uk" 13 13 __revision__ = '$Id$' 14 14 -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/__init__.py
r2954 r4404 9 9 """This software may be distributed under the terms of the Q Public 10 10 License, version 1.0 or later.""" 11 __contact__ = "P .J.Kershaw@rl.ac.uk"11 __contact__ = "Philip.Kershaw@stfc.ac.uk" 12 12 __revision__ = '$Id$' -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/attCert/AttCertTest.py
r4140 r4404 10 10 """This software may be distributed under the terms of the Q Public 11 11 License, version 1.0 or later.""" 12 __contact__ = "P .J.Kershaw@rl.ac.uk"12 __contact__ = "Philip.Kershaw@stfc.ac.uk" 13 13 __revision__ = '$Id$' 14 14 -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/attCert/__init__.py
r2954 r4404 9 9 """This software may be distributed under the terms of the Q Public 10 10 License, version 1.0 or later.""" 11 __contact__ = "P .J.Kershaw@rl.ac.uk"11 __contact__ = "Philip.Kershaw@stfc.ac.uk" 12 12 __revision__ = '$Id$' -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/attributeauthorityclient/__init__.py
r3141 r4404 9 9 """This software may be distributed under the terms of the Q Public 10 10 License, version 1.0 or later.""" 11 __contact__ = "P .J.Kershaw@rl.ac.uk"11 __contact__ = "Philip.Kershaw@stfc.ac.uk" 12 12 __revision__ = '$Id$' -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/attributeauthorityclient/attCertLog/__init__.py
r4377 r4404 11 11 """This software may be distributed under the terms of the Q Public 12 12 License, version 1.0 or later.""" 13 __contact__ = "P .J.Kershaw@rl.ac.uk"13 __contact__ = "Philip.Kershaw@stfc.ac.uk" 14 14 __revision__ = '$Id$' -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/attributeauthorityclient/ca/__init__.py
r3135 r4404 10 10 """This software may be distributed under the terms of the Q Public 11 11 License, version 1.0 or later.""" 12 __contact__ = "P .J.Kershaw@rl.ac.uk"12 __contact__ = "Philip.Kershaw@stfc.ac.uk" 13 13 __revision__ = '$Id$' -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/attributeauthorityclient/siteAUserRoles.py
r4371 r4404 10 10 """This software may be distributed under the terms of the Q Public 11 11 License, version 1.0 or later.""" 12 __contact__ = "P .J.Kershaw@rl.ac.uk"13 __revision__ = '$Id $'12 __contact__ = "Philip.Kershaw@stfc.ac.uk" 13 __revision__ = '$Id:siteAUserRoles.py 4371 2008-10-29 09:44:51Z pjkersha $' 14 14 15 15 -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/attributeauthorityclient/siteBUserRoles.py
r4371 r4404 10 10 """This software may be distributed under the terms of the Q Public 11 11 License, version 1.0 or later.""" 12 __contact__ = "P .J.Kershaw@rl.ac.uk"13 __revision__ = '$Id $'12 __contact__ = "Philip.Kershaw@stfc.ac.uk" 13 __revision__ = '$Id:siteBUserRoles.py 4371 2008-10-29 09:44:51Z pjkersha $' 14 14 15 15 -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/attributeauthorityclient/test_attributeauthorityclient.py
r4377 r4404 10 10 """This software may be distributed under the terms of the Q Public 11 11 License, version 1.0 or later.""" 12 __contact__ = "P .J.Kershaw@rl.ac.uk"12 __contact__ = "Philip.Kershaw@stfc.ac.uk" 13 13 __revision__ = '$Id:test_attributeauthorityclient.py 4372 2008-10-29 09:45:39Z pjkersha $' 14 14 -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/attributeauthorityclient/twisted/__init__.py
r4193 r4404 9 9 """This software may be distributed under the terms of the Q Public 10 10 License, version 1.0 or later.""" 11 __contact__ = "P .J.Kershaw@rl.ac.uk"11 __contact__ = "Philip.Kershaw@stfc.ac.uk" 12 12 __revision__ = '$Id: __init__.py 3141 2007-12-12 16:40:32Z pjkersha $' -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/attributeauthorityclient/twisted/siteAServer.py
r4193 r4404 11 11 """This software may be distributed under the terms of the Q Public 12 12 License, version 1.0 or later.""" 13 __contact__ = "P .J.Kershaw@rl.ac.uk"13 __contact__ = "Philip.Kershaw@stfc.ac.uk" 14 14 __revision__ = '$Id:$' 15 15 import sys, os, string -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/attributeauthorityclient/twisted/siteBServer.py
r4193 r4404 11 11 """This software may be distributed under the terms of the Q Public 12 12 License, version 1.0 or later.""" 13 __contact__ = "P .J.Kershaw@rl.ac.uk"13 __contact__ = "Philip.Kershaw@stfc.ac.uk" 14 14 __revision__ = '$Id:$' 15 15 import sys, os, string -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/attributeauthorityclient/wsgi/__init__.py
r4194 r4404 9 9 """This software may be distributed under the terms of the Q Public 10 10 License, version 1.0 or later.""" 11 __contact__ = "P .J.Kershaw@rl.ac.uk"11 __contact__ = "Philip.Kershaw@stfc.ac.uk" 12 12 __revision__ = '$Id: __init__.py 3141 2007-12-12 16:40:32Z pjkersha $' -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/attributeauthorityclient/wsgi/siteAServerApp.py
r4245 r4404 10 10 __date__ = "24/09/08" 11 11 __copyright__ = "(C) 2008 STFC & NERC" 12 __contact__ = "P .J.Kershaw@rl.ac.uk"12 __contact__ = "Philip.Kershaw@stfc.ac.uk" 13 13 __revision__ = "$Id$" 14 14 import os -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/attributeauthorityclient/wsgi/siteBServerApp.py
r4245 r4404 10 10 __date__ = "24/09/08" 11 11 __copyright__ = "(C) 2008 STFC & NERC" 12 __contact__ = "P .J.Kershaw@rl.ac.uk"12 __contact__ = "Philip.Kershaw@stfc.ac.uk" 13 13 __revision__ = "$Id$" 14 14 import os -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/authnservice/__init__.py
r4384 r4404 11 11 """This software may be distributed under the terms of the Q Public 12 12 License, version 1.0 or later.""" 13 __contact__ = "P .J.Kershaw@rl.ac.uk"13 __contact__ = "Philip.Kershaw@stfc.ac.uk" 14 14 __revision__ = '$Id: $' -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/authnservice/test_authnservice.py
r4384 r4404 10 10 """This software may be distributed under the terms of the Q Public 11 11 License, version 1.0 or later.""" 12 __contact__ = "P .J.Kershaw@rl.ac.uk"12 __contact__ = "Philip.Kershaw@stfc.ac.uk" 13 13 __revision__ = '$Id: $' 14 14 -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/authz/pdp/browse/testBrowse.py
r4035 r4404 11 11 """This software may be distributed under the terms of the Q Public 12 12 License, version 1.0 or later.""" 13 __contact__ = "P .J.Kershaw@rl.ac.uk"13 __contact__ = "Philip.Kershaw@stfc.ac.uk" 14 14 __revision__ = '$Id$' 15 15 -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/authz/pdp/testProftPDP.py
r4020 r4404 12 12 """This software may be distributed under the terms of the Q Public 13 13 License, version 1.0 or later.""" 14 __contact__ = "P .J.Kershaw@rl.ac.uk"14 __contact__ = "Philip.Kershaw@stfc.ac.uk" 15 15 __revision__ = '$Id$' 16 16 -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/configfileparsers/__init__.py
r4318 r4404 9 9 """This software may be distributed under the terms of the Q Public 10 10 License, version 1.0 or later.""" 11 __contact__ = "P .J.Kershaw@rl.ac.uk"11 __contact__ = "Philip.Kershaw@stfc.ac.uk" 12 12 __revision__ = '$Id$' -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/configfileparsers/test_configfileparsers.py
r4401 r4404 10 10 """This software may be distributed under the terms of the Q Public 11 11 License, version 1.0 or later.""" 12 __contact__ = "P .J.Kershaw@rl.ac.uk"12 __contact__ = "Philip.Kershaw@stfc.ac.uk" 13 13 __revision__ = '$Id$' 14 14 -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/credentialwallet/__init__.py
r4279 r4404 9 9 """This software may be distributed under the terms of the Q Public 10 10 License, version 1.0 or later.""" 11 __contact__ = "P .J.Kershaw@rl.ac.uk"11 __contact__ = "Philip.Kershaw@stfc.ac.uk" 12 12 __revision__ = '$Id$' -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/credentialwallet/ca/__init__.py
r4279 r4404 10 10 """This software may be distributed under the terms of the Q Public 11 11 License, version 1.0 or later.""" 12 __contact__ = "P .J.Kershaw@rl.ac.uk"12 __contact__ = "Philip.Kershaw@stfc.ac.uk" 13 13 __revision__ = '$Id$' -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/credentialwallet/test_credentialwallet.py
r4397 r4404 10 10 """This software may be distributed under the terms of the Q Public 11 11 License, version 1.0 or later.""" 12 __contact__ = "P .J.Kershaw@rl.ac.uk"12 __contact__ = "Philip.Kershaw@stfc.ac.uk" 13 13 __revision__ = '$Id$' 14 14 -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/elementTreeC14n/testC14n.py
r3580 r4404 10 10 """This software may be distributed under the terms of the Q Public 11 11 License, version 1.0 or later.""" 12 __contact__ = "P .J.Kershaw@rl.ac.uk"12 __contact__ = "Philip.Kershaw@stfc.ac.uk" 13 13 __revision__ = '$Id: ElementTreeC14nTest.py 3202 2008-01-11 13:42:34Z pjkersha $' 14 14 -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/myproxy/MyProxyClientTest.py
r4308 r4404 10 10 """This software may be distributed under the terms of the Q Public 11 11 License, version 1.0 or later.""" 12 __contact__ = "P .J.Kershaw@rl.ac.uk"12 __contact__ = "Philip.Kershaw@stfc.ac.uk" 13 13 __revision__ = '$Id$' 14 14 -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/myproxy/__init__.py
r2954 r4404 9 9 """This software may be distributed under the terms of the Q Public 10 10 License, version 1.0 or later.""" 11 __contact__ = "P .J.Kershaw@rl.ac.uk"11 __contact__ = "Philip.Kershaw@stfc.ac.uk" 12 12 __revision__ = '$Id$' -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/noseTests.py
r4328 r4404 11 11 __date__ = "01/06/08" 12 12 __copyright__ = "(C) 2008 STFC & NERC" 13 __contact__ = "P .J.Kershaw@rl.ac.uk"13 __contact__ = "Philip.Kershaw@stfc.ac.uk" 14 14 __revision__ = "$Id$" 15 15 ''' -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/saml/__init__.py
r4081 r4404 10 10 """This software may be distributed under the terms of the Q Public 11 11 License, version 1.0 or later.""" 12 __contact__ = "P .J.Kershaw@rl.ac.uk"12 __contact__ = "Philip.Kershaw@stfc.ac.uk" 13 13 __revision__ = '$Id$' -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/sessionmanager/__init__.py
r3139 r4404 9 9 """This software may be distributed under the terms of the Q Public 10 10 License, version 1.0 or later.""" 11 __contact__ = "P .J.Kershaw@rl.ac.uk"11 __contact__ = "Philip.Kershaw@stfc.ac.uk" 12 12 __revision__ = '$Id: __init__.py 3028 2007-11-21 13:50:08Z pjkersha $' -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/sessionmanager/ca/__init__.py
r3135 r4404 10 10 """This software may be distributed under the terms of the Q Public 11 11 License, version 1.0 or later.""" 12 __contact__ = "P .J.Kershaw@rl.ac.uk"12 __contact__ = "Philip.Kershaw@stfc.ac.uk" 13 13 __revision__ = '$Id$' -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/sessionmanager/test_sessionmanager.py
r4402 r4404 12 12 """This software may be distributed under the terms of the Q Public 13 13 License, version 1.0 or later.""" 14 __contact__ = "P .J.Kershaw@rl.ac.uk"14 __contact__ = "Philip.Kershaw@stfc.ac.uk" 15 15 __revision__ = '$Id$' 16 16 -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/sessionmanager/usercertauthn.py
r4401 r4404 11 11 """This software may be distributed under the terms of the Q Public 12 12 License, version 1.0 or later.""" 13 __contact__ = "P .J.Kershaw@rl.ac.uk"13 __contact__ = "Philip.Kershaw@stfc.ac.uk" 14 14 __revision__ = '$Id: $' 15 15 import logging -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/sessionmanagerclient/SessionMgrClientTest.py
r4403 r4404 12 12 """This software may be distributed under the terms of the Q Public 13 13 License, version 1.0 or later.""" 14 __contact__ = "P .J.Kershaw@rl.ac.uk"15 __revision__ = '$Id $'14 __contact__ = "Philip.Kershaw@stfc.ac.uk" 15 __revision__ = '$Id:SessionMgrClientTest.py 4403 2008-10-31 13:41:54Z pjkersha $' 16 16 17 17 import unittest -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/sessionmanagerclient/__init__.py
r3135 r4404 9 9 """This software may be distributed under the terms of the Q Public 10 10 License, version 1.0 or later.""" 11 __contact__ = "P .J.Kershaw@rl.ac.uk"11 __contact__ = "Philip.Kershaw@stfc.ac.uk" 12 12 __revision__ = '$Id$' -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/sessionmanagerclient/ca/__init__.py
r3135 r4404 10 10 """This software may be distributed under the terms of the Q Public 11 11 License, version 1.0 or later.""" 12 __contact__ = "P .J.Kershaw@rl.ac.uk"12 __contact__ = "Philip.Kershaw@stfc.ac.uk" 13 13 __revision__ = '$Id$' -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/sessionmanagerclient/twisted/server.py
r4262 r4404 11 11 """This software may be distributed under the terms of the Q Public 12 12 License, version 1.0 or later.""" 13 __contact__ = "P .J.Kershaw@rl.ac.uk"13 __contact__ = "Philip.Kershaw@stfc.ac.uk" 14 14 __revision__ = '$Id:$' 15 15 import sys, os, string -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/sessionmanagerclient/wsgi/__init__.py
r4260 r4404 9 9 """This software may be distributed under the terms of the Q Public 10 10 License, version 1.0 or later.""" 11 __contact__ = "P .J.Kershaw@rl.ac.uk"11 __contact__ = "Philip.Kershaw@stfc.ac.uk" 12 12 __revision__ = '$Id$' -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/sessionmanagerclient/wsgi/sessionManagerServerApp.py
r4279 r4404 10 10 __date__ = "29/09/08" 11 11 __copyright__ = "(C) 2008 STFC & NERC" 12 __contact__ = "P .J.Kershaw@rl.ac.uk"12 __contact__ = "Philip.Kershaw@stfc.ac.uk" 13 13 __revision__ = "$Id$" 14 14 import os -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/wssecurity/__init__.py
r3109 r4404 9 9 """This software may be distributed under the terms of the Q Public 10 10 License, version 1.0 or later.""" 11 __contact__ = "P .J.Kershaw@rl.ac.uk"11 __contact__ = "Philip.Kershaw@stfc.ac.uk" 12 12 __revision__ = '$Id$' -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/wssecurity/client/__init__.py
r3108 r4404 9 9 """This software may be distributed under the terms of the Q Public 10 10 License, version 1.0 or later.""" 11 __contact__ = "P .J.Kershaw@rl.ac.uk"11 __contact__ = "Philip.Kershaw@stfc.ac.uk" 12 12 __revision__ = '$Id$' -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/wssecurity/server/__init__.py
r3108 r4404 9 9 """This software may be distributed under the terms of the Q Public 10 10 License, version 1.0 or later.""" 11 __contact__ = "P .J.Kershaw@rl.ac.uk"11 __contact__ = "Philip.Kershaw@stfc.ac.uk" 12 12 __revision__ = '$Id$' -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/x509/__init__.py
r3029 r4404 9 9 """This software may be distributed under the terms of the Q Public 10 10 License, version 1.0 or later.""" 11 __contact__ = "P .J.Kershaw@rl.ac.uk"11 __contact__ = "Philip.Kershaw@stfc.ac.uk" 12 12 __revision__ = '$Id$' -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/x509/test_x509.py
r4335 r4404 10 10 """This software may be distributed under the terms of the Q Public 11 11 License, version 1.0 or later.""" 12 __contact__ = "P .J.Kershaw@rl.ac.uk"13 __revision__ = '$Id $'12 __contact__ = "Philip.Kershaw@stfc.ac.uk" 13 __revision__ = '$Id:test_x509.py 4335 2008-10-14 12:44:22Z pjkersha $' 14 14 15 15 import unittest -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/xmlsec/__init__.py
r4068 r4404 10 10 """This software may be distributed under the terms of the Q Public 11 11 License, version 1.0 or later.""" 12 __contact__ = "P .J.Kershaw@rl.ac.uk"12 __contact__ = "Philip.Kershaw@stfc.ac.uk" 13 13 __revision__ = '$Id$' -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/xmlsec/dom/__init__.py
r4068 r4404 13 13 """This software may be distributed under the terms of the Q Public 14 14 License, version 1.0 or later.""" 15 __contact__ = "P .J.Kershaw@rl.ac.uk"15 __contact__ = "Philip.Kershaw@stfc.ac.uk" 16 16 __revision__ = '$Id$' -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/xmlsec/etree/test_etree.py
r4140 r4404 10 10 """This software may be distributed under the terms of the Q Public 11 11 License, version 1.0 or later.""" 12 __contact__ = "P .J.Kershaw@rl.ac.uk"12 __contact__ = "Philip.Kershaw@stfc.ac.uk" 13 13 __revision__ = '$Id$' 14 14 -
TI12-security/trunk/python/ndg.security.test/setup.py
r4336 r4404 10 10 """This software may be distributed under the terms of the Q Public 11 11 License, version 1.0 or later.""" 12 __contact__ = "P .J.Kershaw@rl.ac.uk"12 __contact__ = "Philip.Kershaw@stfc.ac.uk" 13 13 __revision__ = '$Id$' 14 14 … … 100 100 long_description = 'Unit tests client - server side', 101 101 author = 'Philip Kershaw', 102 author_email = 'P .J.Kershaw@rl.ac.uk',102 author_email = 'Philip.Kershaw@stfc.ac.uk', 103 103 maintainer = 'Philip Kershaw', 104 maintainer_email = 'P .J.Kershaw@rl.ac.uk',104 maintainer_email = 'Philip.Kershaw@stfc.ac.uk', 105 105 url = 'http://proj.badc.rl.ac.uk/ndg/wiki/T12_Security', 106 106 license = 'Q Public License, version 1.0 or later', -
TI12-security/trunk/python/setup.py
r4143 r4404 10 10 """This software may be distributed under the terms of the Q Public 11 11 License, version 1.0 or later.""" 12 __contact__ = "P .J.Kershaw@rl.ac.uk"12 __contact__ = "Philip.Kershaw@stfc.ac.uk" 13 13 __revision__ = '$Id$' 14 14 … … 29 29 long_description = 'Software for securing NDG resources', 30 30 author = 'Philip Kershaw', 31 author_email = 'P .J.Kershaw@rl.ac.uk',31 author_email = 'Philip.Kershaw@stfc.ac.uk', 32 32 maintainer = 'Philip Kershaw', 33 maintainer_email = 'P .J.Kershaw@rl.ac.uk',33 maintainer_email = 'Philip.Kershaw@stfc.ac.uk', 34 34 url = 'http://proj.badc.rl.ac.uk/ndg/wiki/T12_Security', 35 35 install_requires = ['ndg_security_client', 'ndg_security_server'],
Note: See TracChangeset
for help on using the changeset viewer.