Changeset 4840
- Timestamp:
- 19/01/09 13:59:08 (12 years ago)
- Location:
- TI12-security/trunk/python
- Files:
-
- 106 edited
Legend:
- Unmodified
- Added
- Removed
-
TI12-security/trunk/python/Tests/MyProxyClient/MyProxyAdmin.py
r4839 r4840 10 10 __date__ = "19/05/06" 11 11 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 12 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 12 __license__ = "BSD - see LICENSE file in top-level directory" 13 __contact__ = "Philip.Kershaw@stfc.ac.uk" 13 14 __revision__ = "$Id" 14 15 -
TI12-security/trunk/python/Tests/etreewss/__init__.py
r4839 r4840 6 6 __date__ = "05/12/07" 7 7 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 8 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 8 __license__ = "BSD - see LICENSE file in top-level directory" 9 __contact__ = "Philip.Kershaw@stfc.ac.uk" 9 10 __revision__ = '$Id$' -
TI12-security/trunk/python/Tests/etreewss/client/__init__.py
r4839 r4840 6 6 __date__ = "05/12/07" 7 7 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 8 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 8 __license__ = "BSD - see LICENSE file in top-level directory" 9 __contact__ = "Philip.Kershaw@stfc.ac.uk" 9 10 __revision__ = '$Id$' -
TI12-security/trunk/python/Tests/etreewss/server/__init__.py
r4839 r4840 6 6 __date__ = "05/12/07" 7 7 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 8 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 8 __license__ = "BSD - see LICENSE file in top-level directory" 9 __contact__ = "Philip.Kershaw@stfc.ac.uk" 9 10 __revision__ = '$Id$' -
TI12-security/trunk/python/ndg-security-install.py
r4839 r4840 7 7 __date__ = "15/03/07" 8 8 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 9 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 9 __license__ = "BSD - see LICENSE file in top-level directory" 10 __contact__ = "Philip.Kershaw@stfc.ac.uk" 10 11 __revision__ = '$Id$' 11 12 -
TI12-security/trunk/python/ndg.security.client/ndg/__init__.py
r4839 r4840 14 14 __date__ = "27/10/06" 15 15 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 16 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 16 __license__ = "BSD - see LICENSE file in top-level directory" 17 __contact__ = "Philip.Kershaw@stfc.ac.uk" 17 18 __revision__ = "$Id$" 18 19 __import__('pkg_resources').declare_namespace(__name__) -
TI12-security/trunk/python/ndg.security.client/ndg/security/__init__.py
r4839 r4840 14 14 __date__ = "27/10/06" 15 15 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 16 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 16 __license__ = "BSD - see LICENSE file in top-level directory" 17 __contact__ = "Philip.Kershaw@stfc.ac.uk" 17 18 __revision__ = "$Id$" 18 19 -
TI12-security/trunk/python/ndg.security.client/ndg/security/client/__init__.py
r4839 r4840 9 9 __date__ = "27/10/06" 10 10 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 11 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 11 __license__ = "BSD - see LICENSE file in top-level directory" 12 __contact__ = "Philip.Kershaw@stfc.ac.uk" 12 13 __revision__ = "$Id$" 13 14 # Import common package into client namespace -
TI12-security/trunk/python/ndg.security.client/ndg/security/client/ndgSessionClient.py
r4839 r4840 12 12 __date__ = "08/03/06" 13 13 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 14 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 14 __license__ = "BSD - see LICENSE file in top-level directory" 15 __contact__ = "Philip.Kershaw@stfc.ac.uk" 15 16 __revision__ = "$Id$" 16 17 -
TI12-security/trunk/python/ndg.security.client/setup.py
r4839 r4840 8 8 __date__ = "24/04/06" 9 9 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 10 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 10 __license__ = "BSD - see LICENSE file in top-level directory" 11 __contact__ = "Philip.Kershaw@stfc.ac.uk" 11 12 __revision__ = "$Id$" 12 13 -
TI12-security/trunk/python/ndg.security.common/ndg/__init__.py
r4839 r4840 14 14 __date__ = "27/10/06" 15 15 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 16 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 16 __license__ = "BSD - see LICENSE file in top-level directory" 17 __contact__ = "Philip.Kershaw@stfc.ac.uk" 17 18 __revision__ = '$Id$' 18 19 -
TI12-security/trunk/python/ndg.security.common/ndg/security/__init__.py
r4839 r4840 14 14 __date__ = "27/10/06" 15 15 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 16 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 16 __license__ = "BSD - see LICENSE file in top-level directory" 17 __contact__ = "Philip.Kershaw@stfc.ac.uk" 17 18 __revision__ = '$Id$' 18 19 -
TI12-security/trunk/python/ndg.security.common/ndg/security/common/AttCert.py
r4839 r4840 7 7 __date__ = "05/04/05" 8 8 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 9 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 9 __license__ = "BSD - see LICENSE file in top-level directory" 10 __contact__ = "Philip.Kershaw@stfc.ac.uk" 10 11 __revision__ = '$Id$' 11 12 -
TI12-security/trunk/python/ndg.security.common/ndg/security/common/XMLSec.py
r4839 r4840 6 6 __date__ = "05/04/05" 7 7 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 8 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 8 __license__ = "BSD - see LICENSE file in top-level directory" 9 __contact__ = "Philip.Kershaw@stfc.ac.uk" 9 10 __revision__ = '$Id$' 10 11 -
TI12-security/trunk/python/ndg.security.common/ndg/security/common/__init__.py
r4839 r4840 8 8 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 9 9 __contact__ = "Philip.Kershaw@stfc.ac.uk" 10 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 10 __license__ = "BSD - see LICENSE file in top-level directory" 11 __contact__ = "Philip.Kershaw@stfc.ac.uk" 11 12 __revision__ = "$Id$" 12 13 -
TI12-security/trunk/python/ndg.security.common/ndg/security/common/attributeauthority.py
r4839 r4840 16 16 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 17 17 __contact__ = "Philip.Kershaw@stfc.ac.uk" 18 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 18 __license__ = "BSD - see LICENSE file in top-level directory" 19 __contact__ = "Philip.Kershaw@stfc.ac.uk" 19 20 __revision__ = "$Id:attributeauthority.py 4373 2008-10-29 09:54:39Z pjkersha $" 20 21 -
TI12-security/trunk/python/ndg.security.common/ndg/security/common/authz/__init__.py
r4839 r4840 8 8 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 9 9 __contact__ = "Philip.Kershaw@stfc.ac.uk" 10 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 10 __license__ = "BSD - see LICENSE file in top-level directory" 11 __contact__ = "Philip.Kershaw@stfc.ac.uk" 11 12 __revision__ = "$Id: __init__.py 3755 2008-04-04 09:11:44Z pjkersha $" 12 13 -
TI12-security/trunk/python/ndg.security.common/ndg/security/common/authz/pdp/__init__.py
r4839 r4840 12 12 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 13 13 __contact__ = "Philip.Kershaw@stfc.ac.uk" 14 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 14 __license__ = "BSD - see LICENSE file in top-level directory" 15 __contact__ = "Philip.Kershaw@stfc.ac.uk" 15 16 __revision__ = "$Id$" 16 17 -
TI12-security/trunk/python/ndg.security.common/ndg/security/common/authz/pdp/browse.py
r4839 r4840 9 9 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 10 10 __contact__ = "Philip.Kershaw@stfc.ac.uk" 11 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 11 __license__ = "BSD - see LICENSE file in top-level directory" 12 __contact__ = "Philip.Kershaw@stfc.ac.uk" 12 13 __revision__ = "$Id$" 13 14 -
TI12-security/trunk/python/ndg.security.common/ndg/security/common/authz/pdp/proftp.py
r4839 r4840 8 8 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 9 9 __contact__ = "Philip.Kershaw@stfc.ac.uk" 10 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 10 __license__ = "BSD - see LICENSE file in top-level directory" 11 __contact__ = "Philip.Kershaw@stfc.ac.uk" 11 12 __revision__ = "$Id:gatekeeper.py 3079 2007-11-30 09:39:46Z pjkersha $" 12 13 -
TI12-security/trunk/python/ndg.security.common/ndg/security/common/authz/pep.py
r4839 r4840 10 10 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 11 11 __contact__ = "Philip.Kershaw@stfc.ac.uk" 12 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 12 __license__ = "BSD - see LICENSE file in top-level directory" 13 __contact__ = "Philip.Kershaw@stfc.ac.uk" 13 14 __revision__ = "$Id$" 14 15 -
TI12-security/trunk/python/ndg.security.common/ndg/security/common/credentialrepository/sqlobject.py
r4839 r4840 7 7 __date__ = "03/10/06" 8 8 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 9 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 9 __license__ = "BSD - see LICENSE file in top-level directory" 10 __contact__ = "Philip.Kershaw@stfc.ac.uk" 10 11 __revision__ = '$Id:sqlobject.py 4568 2008-12-09 09:01:54Z pjkersha $' 11 12 warnings.warn("sqlobject based implementation to be replaced with SQLAlchemy " -
TI12-security/trunk/python/ndg.security.common/ndg/security/common/credentialwallet.py
r4839 r4840 6 6 __date__ = "30/11/05" 7 7 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 8 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 8 __license__ = "BSD - see LICENSE file in top-level directory" 9 __contact__ = "Philip.Kershaw@stfc.ac.uk" 9 10 __revision__ = '$Id:credentialwallet.py 4378 2008-10-29 10:30:14Z pjkersha $' 10 11 -
TI12-security/trunk/python/ndg.security.common/ndg/security/common/m2CryptoSSLUtility.py
r4839 r4840 6 6 __date__ = "02/07/07" 7 7 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 8 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 8 __license__ = "BSD - see LICENSE file in top-level directory" 9 __contact__ = "Philip.Kershaw@stfc.ac.uk" 9 10 __revision__ = '$Id$' 10 11 -
TI12-security/trunk/python/ndg.security.common/ndg/security/common/openssl.py
r4839 r4840 7 7 __date__ = "08/02/07" 8 8 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 9 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 9 __license__ = "BSD - see LICENSE file in top-level directory" 10 __contact__ = "Philip.Kershaw@stfc.ac.uk" 10 11 __revision__ = '$Id$' 11 12 -
TI12-security/trunk/python/ndg.security.common/ndg/security/common/saml/__init__.py
r4839 r4840 7 7 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 8 8 __contact__ = "Philip.Kershaw@stfc.ac.uk" 9 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 9 __license__ = "BSD - see LICENSE file in top-level directory" 10 __contact__ = "Philip.Kershaw@stfc.ac.uk" 10 11 __revision__ = "$Id$" 11 12 -
TI12-security/trunk/python/ndg.security.common/ndg/security/common/utils/classfactory.py
r4839 r4840 6 6 __date__ = "28/08/08" 7 7 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 8 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 8 __license__ = "BSD - see LICENSE file in top-level directory" 9 __contact__ = "Philip.Kershaw@stfc.ac.uk" 9 10 __revision__ = '$Id$' 10 11 -
TI12-security/trunk/python/ndg.security.common/ndg/security/common/utils/configfileparsers.py
r4839 r4840 6 6 __date__ = "20/05/08" 7 7 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 8 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 8 __license__ = "BSD - see LICENSE file in top-level directory" 9 __contact__ = "Philip.Kershaw@stfc.ac.uk" 9 10 __revision__ = '$Id$' 10 11 -
TI12-security/trunk/python/ndg.security.common/ndg/security/common/wssecurity/BaseSignatureHandler.py
r4839 r4840 7 7 __date__ = "18/08/08" 8 8 __copyright__ = "" 9 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 9 __license__ = "BSD - see LICENSE file in top-level directory" 10 __contact__ = "Philip.Kershaw@stfc.ac.uk" 10 11 __revision__ = '$Id: $' 11 12 -
TI12-security/trunk/python/ndg.security.common/ndg/security/common/wssecurity/__init__.py
r4839 r4840 7 7 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 8 8 __contact__ = "Philip.Kershaw@stfc.ac.uk" 9 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 9 __license__ = "BSD - see LICENSE file in top-level directory" 10 __contact__ = "Philip.Kershaw@stfc.ac.uk" 10 11 __revision__ = "$Id$" 11 12 import logging -
TI12-security/trunk/python/ndg.security.common/ndg/security/common/wssecurity/dom.py
r4839 r4840 6 6 __date__ = "18/08/08" 7 7 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 8 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 8 __license__ = "BSD - see LICENSE file in top-level directory" 9 __contact__ = "Philip.Kershaw@stfc.ac.uk" 9 10 __revision__ = '$Id: $' 10 11 -
TI12-security/trunk/python/ndg.security.common/ndg/security/common/wssecurity/etree.py
r4839 r4840 6 6 __date__ = "02/07/08" 7 7 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 8 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 8 __license__ = "BSD - see LICENSE file in top-level directory" 9 __contact__ = "Philip.Kershaw@stfc.ac.uk" 9 10 __revision__ = '$Id: $' 10 11 -
TI12-security/trunk/python/ndg.security.common/ndg/security/common/xmlsec/__init__.py
r4839 r4840 7 7 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 8 8 __contact__ = "Philip.Kershaw@stfc.ac.uk" 9 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 9 __license__ = "BSD - see LICENSE file in top-level directory" 10 __contact__ = "Philip.Kershaw@stfc.ac.uk" 10 11 __revision__ = "$Id$" -
TI12-security/trunk/python/ndg.security.common/ndg/security/common/xmlsec/dom.py
r4839 r4840 7 7 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 8 8 __contact__ = "Philip.Kershaw@stfc.ac.uk" 9 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 9 __license__ = "BSD - see LICENSE file in top-level directory" 10 __contact__ = "Philip.Kershaw@stfc.ac.uk" 10 11 __revision__ = "$Id$" 11 12 -
TI12-security/trunk/python/ndg.security.common/ndg/security/common/xmlsec/etree.py
r4839 r4840 7 7 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 8 8 __contact__ = "Philip.Kershaw@stfc.ac.uk" 9 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 9 __license__ = "BSD - see LICENSE file in top-level directory" 10 __contact__ = "Philip.Kershaw@stfc.ac.uk" 10 11 __revision__ = "$Id$" 11 12 import logging -
TI12-security/trunk/python/ndg.security.common/ndg/security/common/zsi/httpproxy.py
r4839 r4840 9 9 __date__ = "20/05/08" 10 10 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 11 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 11 __license__ = "BSD - see LICENSE file in top-level directory" 12 __contact__ = "Philip.Kershaw@stfc.ac.uk" 12 13 __revision__ = '$Id$' 13 14 import httplib, os -
TI12-security/trunk/python/ndg.security.common/setup.py
r4839 r4840 8 8 __date__ = "24/04/06" 9 9 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 10 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 10 __license__ = "BSD - see LICENSE file in top-level directory" 11 __contact__ = "Philip.Kershaw@stfc.ac.uk" 11 12 __revision__ = '$Id$' 12 13 -
TI12-security/trunk/python/ndg.security.server/ndg/security/__init__.py
r4839 r4840 14 14 __date__ = "27/10/06" 15 15 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 16 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 16 __license__ = "BSD - see LICENSE file in top-level directory" 17 __contact__ = "Philip.Kershaw@stfc.ac.uk" 17 18 __revision__ = '$Id$' 18 19 -
TI12-security/trunk/python/ndg.security.server/ndg/security/server/__init__.py
r4839 r4840 6 6 __date__ = "27/10/06" 7 7 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 8 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 8 __license__ = "BSD - see LICENSE file in top-level directory" 9 __contact__ = "Philip.Kershaw@stfc.ac.uk" 9 10 __revision__ = '$Id$' -
TI12-security/trunk/python/ndg.security.server/ndg/security/server/attributeauthority.py
r4839 r4840 8 8 __date__ = "15/04/05" 9 9 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 10 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 10 __license__ = "BSD - see LICENSE file in top-level directory" 11 __contact__ = "Philip.Kershaw@stfc.ac.uk" 11 12 __revision__ = '$Id:attributeauthority.py 4367 2008-10-29 09:27:59Z pjkersha $' 12 13 -
TI12-security/trunk/python/ndg.security.server/ndg/security/server/authnservice/__init__.py
r4839 r4840 8 8 __date__ = "28/08/08" 9 9 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 10 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 10 __license__ = "BSD - see LICENSE file in top-level directory" 11 __contact__ = "Philip.Kershaw@stfc.ac.uk" 11 12 __revision__ = '$Id: $' -
TI12-security/trunk/python/ndg.security.server/ndg/security/server/authnservice/basicauthn.py
r4839 r4840 8 8 __date__ = "08/10/08" 9 9 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 10 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 10 __license__ = "BSD - see LICENSE file in top-level directory" 11 __contact__ = "Philip.Kershaw@stfc.ac.uk" 11 12 __revision__ = '$Id: $' 12 13 import logging -
TI12-security/trunk/python/ndg.security.server/ndg/security/server/authnservice/dbauthn.py
r4839 r4840 10 10 __date__ = "25/11/08" 11 11 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 12 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 12 __license__ = "BSD - see LICENSE file in top-level directory" 13 __contact__ = "Philip.Kershaw@stfc.ac.uk" 13 14 __revision__ = '$Id: $' 14 15 import logging -
TI12-security/trunk/python/ndg.security.server/ndg/security/server/authnservice/myproxyauthn.py
r4839 r4840 8 8 __date__ = "28/08/08" 9 9 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 10 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 10 __license__ = "BSD - see LICENSE file in top-level directory" 11 __contact__ = "Philip.Kershaw@stfc.ac.uk" 11 12 __revision__ = '$Id: $' 12 13 -
TI12-security/trunk/python/ndg.security.server/ndg/security/server/conf/__init__.py
r4839 r4840 7 7 __date__ = "11/07/07" 8 8 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 9 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 9 __license__ = "BSD - see LICENSE file in top-level directory" 10 __contact__ = "Philip.Kershaw@stfc.ac.uk" 10 11 __revision__ = '$Id$' -
TI12-security/trunk/python/ndg.security.server/ndg/security/server/conf/userRoles.py
r4839 r4840 7 7 __date__ = "29/07/05" 8 8 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 9 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 9 __license__ = "BSD - see LICENSE file in top-level directory" 10 __contact__ = "Philip.Kershaw@stfc.ac.uk" 10 11 __revision__ = '$Id$' 11 12 -
TI12-security/trunk/python/ndg.security.server/ndg/security/server/initCredReposDb.py
r4839 r4840 10 10 __date__ = "25/04/06" 11 11 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 12 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 12 __license__ = "BSD - see LICENSE file in top-level directory" 13 __contact__ = "Philip.Kershaw@stfc.ac.uk" 13 14 __author__ = "P J Kershaw" 14 15 __revision__ = "$Id$" -
TI12-security/trunk/python/ndg.security.server/ndg/security/server/log/__init__.py
r4839 r4840 8 8 __date__ = "19/09/07" 9 9 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 10 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 10 __license__ = "BSD - see LICENSE file in top-level directory" 11 __contact__ = "Philip.Kershaw@stfc.ac.uk" 11 12 __revision__ = '$Id$' -
TI12-security/trunk/python/ndg.security.server/ndg/security/server/paster_templates/default_deployment/sessionmanager/userx509certauthn.py
r4839 r4840 8 8 __date__ = "29/10/08" 9 9 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 10 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 10 __license__ = "BSD - see LICENSE file in top-level directory" 11 __contact__ = "Philip.Kershaw@stfc.ac.uk" 11 12 __revision__ = '$Id: $' 12 13 import logging -
TI12-security/trunk/python/ndg.security.server/ndg/security/server/paster_templates/full_deployment/sessionmanager/userx509certauthn.py
r4839 r4840 8 8 __date__ = "29/10/08" 9 9 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 10 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 10 __license__ = "BSD - see LICENSE file in top-level directory" 11 __contact__ = "Philip.Kershaw@stfc.ac.uk" 11 12 __revision__ = '$Id: $' 12 13 import logging -
TI12-security/trunk/python/ndg.security.server/ndg/security/server/sessionmanager.py
r4839 r4840 7 7 __date__ = "02/06/05" 8 8 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 9 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 9 __license__ = "BSD - see LICENSE file in top-level directory" 10 __contact__ = "Philip.Kershaw@stfc.ac.uk" 10 11 __revision__ = '$Id:sessionmanager.py 4367 2008-10-29 09:27:59Z pjkersha $' 11 12 import logging -
TI12-security/trunk/python/ndg.security.server/ndg/security/server/share/__init__.py
r4839 r4840 6 6 __date__ = "15/03/07" 7 7 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 8 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 8 __license__ = "BSD - see LICENSE file in top-level directory" 9 __contact__ = "Philip.Kershaw@stfc.ac.uk" 9 10 __revision__ = '$Id$' -
TI12-security/trunk/python/ndg.security.server/ndg/security/server/sso/sso/controllers/login.py
r4839 r4840 6 6 __date__ = "10/12/08" 7 7 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 8 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 8 __license__ = "BSD - see LICENSE file in top-level directory" 9 __contact__ = "Philip.Kershaw@stfc.ac.uk" 9 10 __revision__ = '$Id$' 10 11 import logging -
TI12-security/trunk/python/ndg.security.server/ndg/security/server/wsgi/__init__.py
r4839 r4840 5 5 __date__ = "27/05/08" 6 6 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 7 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 7 __license__ = "BSD - see LICENSE file in top-level directory" 8 __contact__ = "Philip.Kershaw@stfc.ac.uk" 8 9 __revision__ = '$Id$' 9 10 import logging -
TI12-security/trunk/python/ndg.security.server/ndg/security/server/wsgi/openid/__init__.py
r4839 r4840 6 6 __date__ = "05/12/08" 7 7 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 8 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 8 __license__ = "BSD - see LICENSE file in top-level directory" 9 __contact__ = "Philip.Kershaw@stfc.ac.uk" 9 10 __revision__ = '$Id$' -
TI12-security/trunk/python/ndg.security.server/ndg/security/server/wsgi/openid/provider/authninterface/__init__.py
r4839 r4840 6 6 __date__ = "05/12/08" 7 7 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 8 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 8 __license__ = "BSD - see LICENSE file in top-level directory" 9 __contact__ = "Philip.Kershaw@stfc.ac.uk" 9 10 __revision__ = '$Id$' -
TI12-security/trunk/python/ndg.security.server/ndg/security/server/wsgi/openid/provider/renderinginterface/__init__.py
r4839 r4840 6 6 __date__ = "05/12/08" 7 7 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 8 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 8 __license__ = "BSD - see LICENSE file in top-level directory" 9 __contact__ = "Philip.Kershaw@stfc.ac.uk" 9 10 __revision__ = '$Id$' -
TI12-security/trunk/python/ndg.security.server/ndg/security/server/wsgi/utils/__init__.py
r4839 r4840 6 6 __date__ = "27/11/08" 7 7 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 8 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 8 __license__ = "BSD - see LICENSE file in top-level directory" 9 __contact__ = "Philip.Kershaw@stfc.ac.uk" 9 10 __revision__ = '$Id$' -
TI12-security/trunk/python/ndg.security.server/ndg/security/server/wsgi/wssecurity.py
r4839 r4840 7 7 __date__ = "11/06/08" 8 8 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 9 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 9 __license__ = "BSD - see LICENSE file in top-level directory" 10 __contact__ = "Philip.Kershaw@stfc.ac.uk" 10 11 __revision__ = '$Id$' 11 12 -
TI12-security/trunk/python/ndg.security.server/ndg/security/server/zsi/__init__.py
r4839 r4840 5 5 __date__ = "01/10/08" 6 6 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 7 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 7 __license__ = "BSD - see LICENSE file in top-level directory" 8 __contact__ = "Philip.Kershaw@stfc.ac.uk" 8 9 __revision__ = '$Id$' -
TI12-security/trunk/python/ndg.security.server/ndg/security/server/zsi/attributeauthority/__init__.py
r4839 r4840 5 5 __date__ = "11/06/08" 6 6 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 7 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 7 __license__ = "BSD - see LICENSE file in top-level directory" 8 __contact__ = "Philip.Kershaw@stfc.ac.uk" 8 9 __revision__ = '$Id$' 9 10 import os -
TI12-security/trunk/python/ndg.security.server/ndg/security/server/zsi/sessionmanager/__init__.py
r4839 r4840 5 5 __date__ = "01/10/08" 6 6 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 7 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 7 __license__ = "BSD - see LICENSE file in top-level directory" 8 __contact__ = "Philip.Kershaw@stfc.ac.uk" 8 9 __revision__ = '$Id$' 9 10 import os, sys -
TI12-security/trunk/python/ndg.security.server/ndg/security/server/zsi/twisted/__init__.py
r4839 r4840 8 8 __date__ = "27/10/08" 9 9 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 10 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 10 __license__ = "BSD - see LICENSE file in top-level directory" 11 __contact__ = "Philip.Kershaw@stfc.ac.uk" 11 12 __revision__ = '$Id$' 12 13 … … 22 23 __date__ = "28/08/07" 23 24 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 24 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 25 __license__ = "BSD - see LICENSE file in top-level directory" 26 __contact__ = "Philip.Kershaw@stfc.ac.uk" 25 27 __revision__ = '$Id: twisted.py 2909 2007-09-28 14:22:21Z pjkersha $' 26 28 -
TI12-security/trunk/python/ndg.security.server/ndg/security/server/zsi/twisted/attributeauthority/__init__.py
r4839 r4840 9 9 __date__ = "27/10/08" 10 10 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 11 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 11 __license__ = "BSD - see LICENSE file in top-level directory" 12 __contact__ = "Philip.Kershaw@stfc.ac.uk" 12 13 __revision__ = '$Id$' -
TI12-security/trunk/python/ndg.security.server/ndg/security/server/zsi/twisted/sessionmanager/__init__.py
r4839 r4840 9 9 __date__ = "27/10/08" 10 10 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 11 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 11 __license__ = "BSD - see LICENSE file in top-level directory" 12 __contact__ = "Philip.Kershaw@stfc.ac.uk" 12 13 __revision__ = '$Id$' -
TI12-security/trunk/python/ndg.security.server/setup.py
r4839 r4840 7 7 __date__ = "24/04/06" 8 8 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 9 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 9 __license__ = "BSD - see LICENSE file in top-level directory" 10 __contact__ = "Philip.Kershaw@stfc.ac.uk" 10 11 __revision__ = '$Id$' 11 12 -
TI12-security/trunk/python/ndg.security.test/ndg/__init__.py
r4839 r4840 14 14 __date__ = "27/10/06" 15 15 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 16 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 16 __license__ = "BSD - see LICENSE file in top-level directory" 17 __contact__ = "Philip.Kershaw@stfc.ac.uk" 17 18 __revision__ = '$Id$' 18 19 -
TI12-security/trunk/python/ndg.security.test/ndg/security/__init__.py
r4839 r4840 14 14 __date__ = "27/10/06" 15 15 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 16 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 16 __license__ = "BSD - see LICENSE file in top-level directory" 17 __contact__ = "Philip.Kershaw@stfc.ac.uk" 17 18 __revision__ = '$Id$' 18 19 -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/XMLSecDoc/__init__.py
r4839 r4840 6 6 __date__ = "03/01/07" 7 7 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 8 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 8 __license__ = "BSD - see LICENSE file in top-level directory" 9 __contact__ = "Philip.Kershaw@stfc.ac.uk" 9 10 __revision__ = '$Id$' -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/XMLSecDoc/xmlSecDocTest.py
r4839 r4840 7 7 __date__ = "03/01/07" 8 8 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 9 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 9 __license__ = "BSD - see LICENSE file in top-level directory" 10 __contact__ = "Philip.Kershaw@stfc.ac.uk" 10 11 __revision__ = '$Id$' 11 12 -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/__init__.py
r4839 r4840 6 6 __date__ = "24/12/08" 7 7 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 8 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 8 __license__ = "BSD - see LICENSE file in top-level directory" 9 __contact__ = "Philip.Kershaw@stfc.ac.uk" 9 10 __revision__ = '$Id$' 10 11 -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/attCert/AttCertTest.py
r4839 r4840 7 7 __date__ = "03/01/07" 8 8 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 9 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 9 __license__ = "BSD - see LICENSE file in top-level directory" 10 __contact__ = "Philip.Kershaw@stfc.ac.uk" 10 11 __revision__ = '$Id$' 11 12 -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/attCert/__init__.py
r4839 r4840 6 6 __date__ = "08/01/07" 7 7 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 8 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 8 __license__ = "BSD - see LICENSE file in top-level directory" 9 __contact__ = "Philip.Kershaw@stfc.ac.uk" 9 10 __revision__ = '$Id$' -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/attributeauthority/__init__.py
r4839 r4840 6 6 __date__ = "23/11/06" 7 7 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 8 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 8 __license__ = "BSD - see LICENSE file in top-level directory" 9 __contact__ = "Philip.Kershaw@stfc.ac.uk" 9 10 __revision__ = '$Id: __init__.py 4404 2008-10-31 13:45:42Z pjkersha $' -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/attributeauthority/test_attributeauthority.py
r4839 r4840 7 7 __date__ = "15/12/08" 8 8 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 9 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 9 __license__ = "BSD - see LICENSE file in top-level directory" 10 __contact__ = "Philip.Kershaw@stfc.ac.uk" 10 11 __revision__ = '$Id$' 11 12 -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/attributeauthorityclient/__init__.py
r4839 r4840 6 6 __date__ = "23/11/06" 7 7 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 8 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 8 __license__ = "BSD - see LICENSE file in top-level directory" 9 __contact__ = "Philip.Kershaw@stfc.ac.uk" 9 10 __revision__ = '$Id$' -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/attributeauthorityclient/test_attributeauthorityclient.py
r4839 r4840 7 7 __date__ = "05/05/05, major update 16/01/07" 8 8 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 9 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 9 __license__ = "BSD - see LICENSE file in top-level directory" 10 __contact__ = "Philip.Kershaw@stfc.ac.uk" 10 11 __revision__ = '$Id:test_attributeauthorityclient.py 4372 2008-10-29 09:45:39Z pjkersha $' 11 12 -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/authz/pdp/browse/testBrowse.py
r4839 r4840 8 8 __date__ = "02/07/08" 9 9 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 10 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 10 __license__ = "BSD - see LICENSE file in top-level directory" 11 __contact__ = "Philip.Kershaw@stfc.ac.uk" 11 12 __revision__ = '$Id$' 12 13 -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/authz/pdp/test_proftp_pdp.py
r4839 r4840 9 9 __date__ = "20/11/07" 10 10 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 11 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 11 __license__ = "BSD - see LICENSE file in top-level directory" 12 __contact__ = "Philip.Kershaw@stfc.ac.uk" 12 13 __revision__ = '$Id$' 13 14 -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/combinedservices/test_combinedservices.py
r4839 r4840 10 10 __date__ = "23/02/06" 11 11 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 12 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 12 __license__ = "BSD - see LICENSE file in top-level directory" 13 __contact__ = "Philip.Kershaw@stfc.ac.uk" 13 14 __revision__ = '$Id: test_sessionmanagerclient.py 4437 2008-11-18 12:34:25Z pjkersha $' 14 15 import logging -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/config/attributeauthority/sitea/siteAUserRoles.py
r4839 r4840 7 7 __date__ = "29/07/05" 8 8 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 9 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 9 __license__ = "BSD - see LICENSE file in top-level directory" 10 __contact__ = "Philip.Kershaw@stfc.ac.uk" 10 11 __revision__ = '$Id:siteAUserRoles.py 4371 2008-10-29 09:44:51Z pjkersha $' 11 12 -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/config/attributeauthority/siteb/siteBUserRoles.py
r4839 r4840 7 7 __date__ = "29/07/05" 8 8 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 9 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 9 __license__ = "BSD - see LICENSE file in top-level directory" 10 __contact__ = "Philip.Kershaw@stfc.ac.uk" 10 11 __revision__ = '$Id:siteBUserRoles.py 4371 2008-10-29 09:44:51Z pjkersha $' 11 12 -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/config/sessionmanager/userx509certauthn.py
r4839 r4840 8 8 __date__ = "29/10/08" 9 9 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 10 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 10 __license__ = "BSD - see LICENSE file in top-level directory" 11 __contact__ = "Philip.Kershaw@stfc.ac.uk" 11 12 __revision__ = '$Id: $' 12 13 import logging -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/configfileparsers/__init__.py
r4839 r4840 6 6 __date__ = "09/10/08" 7 7 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 8 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 8 __license__ = "BSD - see LICENSE file in top-level directory" 9 __contact__ = "Philip.Kershaw@stfc.ac.uk" 9 10 __revision__ = '$Id$' -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/configfileparsers/test_configfileparsers.py
r4839 r4840 7 7 __date__ = "03/10/08" 8 8 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 9 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 9 __license__ = "BSD - see LICENSE file in top-level directory" 10 __contact__ = "Philip.Kershaw@stfc.ac.uk" 10 11 __revision__ = '$Id$' 11 12 -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/credentialwallet/__init__.py
r4839 r4840 6 6 __date__ = "03/10/08" 7 7 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 8 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 8 __license__ = "BSD - see LICENSE file in top-level directory" 9 __contact__ = "Philip.Kershaw@stfc.ac.uk" 9 10 __revision__ = '$Id$' -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/credentialwallet/test_credentialwallet.py
r4839 r4840 7 7 __date__ = "03/10/08" 8 8 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 9 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 9 __license__ = "BSD - see LICENSE file in top-level directory" 10 __contact__ = "Philip.Kershaw@stfc.ac.uk" 10 11 __revision__ = '$Id$' 11 12 -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/elementTreeC14n/testC14n.py
r4839 r4840 7 7 __date__ = "03/01/07" 8 8 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 9 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 9 __license__ = "BSD - see LICENSE file in top-level directory" 10 __contact__ = "Philip.Kershaw@stfc.ac.uk" 10 11 __revision__ = '$Id: ElementTreeC14nTest.py 3202 2008-01-11 13:42:34Z pjkersha $' 11 12 -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/saml/__init__.py
r4839 r4840 7 7 __date__ = "25/07/08" 8 8 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 9 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 9 __license__ = "BSD - see LICENSE file in top-level directory" 10 __contact__ = "Philip.Kershaw@stfc.ac.uk" 10 11 __revision__ = '$Id$' -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/sessionmanager/__init__.py
r4839 r4840 6 6 __date__ = "03/01/07" 7 7 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 8 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 8 __license__ = "BSD - see LICENSE file in top-level directory" 9 __contact__ = "Philip.Kershaw@stfc.ac.uk" 9 10 __revision__ = '$Id: __init__.py 3028 2007-11-21 13:50:08Z pjkersha $' -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/sessionmanager/test_sessionmanager.py
r4839 r4840 9 9 __date__ = "20/11/07" 10 10 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 11 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 11 __license__ = "BSD - see LICENSE file in top-level directory" 12 __contact__ = "Philip.Kershaw@stfc.ac.uk" 12 13 __revision__ = '$Id$' 13 14 import logging -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/sessionmanager/userx509certauthn.py
r4839 r4840 8 8 __date__ = "29/10/08" 9 9 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 10 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 10 __license__ = "BSD - see LICENSE file in top-level directory" 11 __contact__ = "Philip.Kershaw@stfc.ac.uk" 11 12 __revision__ = '$Id: $' 12 13 import logging -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/sessionmanagerclient/__init__.py
r4839 r4840 6 6 __date__ = "03/01/07" 7 7 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 8 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 8 __license__ = "BSD - see LICENSE file in top-level directory" 9 __contact__ = "Philip.Kershaw@stfc.ac.uk" 9 10 __revision__ = '$Id$' -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/sessionmanagerclient/test_sessionmanagerclient.py
r4839 r4840 10 10 __date__ = "23/02/06" 11 11 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 12 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 12 __license__ = "BSD - see LICENSE file in top-level directory" 13 __contact__ = "Philip.Kershaw@stfc.ac.uk" 13 14 __revision__ = '$Id$' 14 15 import logging -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/sslclientauthnmiddleware/test_sslclientauthn.py
r4839 r4840 7 7 __date__ = "12/12/08" 8 8 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 9 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 9 __license__ = "BSD - see LICENSE file in top-level directory" 10 __contact__ = "Philip.Kershaw@stfc.ac.uk" 10 11 __revision__ = '$Id$' 11 12 import logging -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/wssecurity/__init__.py
r4839 r4840 6 6 __date__ = "05/12/07" 7 7 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 8 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 8 __license__ = "BSD - see LICENSE file in top-level directory" 9 __contact__ = "Philip.Kershaw@stfc.ac.uk" 9 10 __revision__ = '$Id$' -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/wssecurity/client/__init__.py
r4839 r4840 6 6 __date__ = "05/12/07" 7 7 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 8 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 8 __license__ = "BSD - see LICENSE file in top-level directory" 9 __contact__ = "Philip.Kershaw@stfc.ac.uk" 9 10 __revision__ = '$Id$' -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/wssecurity/client/test_echoclient.py
r4839 r4840 7 7 __date__ = "13/12/06" 8 8 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 9 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 9 __license__ = "BSD - see LICENSE file in top-level directory" 10 __contact__ = "Philip.Kershaw@stfc.ac.uk" 10 11 __revision__ = '$Id$' 11 12 import logging -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/wssecurity/server/__init__.py
r4839 r4840 6 6 __date__ = "05/12/07" 7 7 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 8 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 8 __license__ = "BSD - see LICENSE file in top-level directory" 9 __contact__ = "Philip.Kershaw@stfc.ac.uk" 9 10 __revision__ = '$Id$' -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/x509/__init__.py
r4839 r4840 6 6 __date__ = "08/01/07" 7 7 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 8 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 8 __license__ = "BSD - see LICENSE file in top-level directory" 9 __contact__ = "Philip.Kershaw@stfc.ac.uk" 9 10 __revision__ = '$Id$' -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/x509/test_x509.py
r4839 r4840 7 7 __date__ = "03/01/07" 8 8 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 9 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 9 __license__ = "BSD - see LICENSE file in top-level directory" 10 __contact__ = "Philip.Kershaw@stfc.ac.uk" 10 11 __revision__ = '$Id:test_x509.py 4335 2008-10-14 12:44:22Z pjkersha $' 11 12 import logging -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/xmlsec/__init__.py
r4839 r4840 7 7 __date__ = "25/07/08" 8 8 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 9 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 9 __license__ = "BSD - see LICENSE file in top-level directory" 10 __contact__ = "Philip.Kershaw@stfc.ac.uk" 10 11 __revision__ = '$Id$' -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/xmlsec/dom/__init__.py
r4839 r4840 10 10 __date__ = "25/07/08" 11 11 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 12 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 12 __license__ = "BSD - see LICENSE file in top-level directory" 13 __contact__ = "Philip.Kershaw@stfc.ac.uk" 13 14 __revision__ = '$Id$' -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/xmlsec/etree/test_etree.py
r4839 r4840 7 7 __date__ = "03/01/09" 8 8 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 9 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 9 __license__ = "BSD - see LICENSE file in top-level directory" 10 __contact__ = "Philip.Kershaw@stfc.ac.uk" 10 11 __revision__ = '$Id$' 11 12 import logging -
TI12-security/trunk/python/ndg.security.test/setup.py
r4839 r4840 7 7 __date__ = "15/03/07" 8 8 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 9 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 9 __license__ = "BSD - see LICENSE file in top-level directory" 10 __contact__ = "Philip.Kershaw@stfc.ac.uk" 10 11 __revision__ = '$Id$' 11 12 -
TI12-security/trunk/python/ndg.security/setup.py
r4839 r4840 7 7 __date__ = "24/04/06" 8 8 __copyright__ = "(C) 2009 Science and Technology Facilities Council" 9 __license__ = "BSD - see LICENSE file in top-level directory"__contact__ = "Philip.Kershaw@stfc.ac.uk" 9 __license__ = "BSD - see LICENSE file in top-level directory" 10 __contact__ = "Philip.Kershaw@stfc.ac.uk" 10 11 __revision__ = '$Id:setup.py 4746 2009-01-06 08:25:37Z pjkersha $' 11 12
Note: See TracChangeset
for help on using the changeset viewer.