ndg.security.server/setup.py: added *.conf for conf/ openssl.conf file
ndg.security.server/ndg/security/server/AttAuthority/init.py:
- Use RotatingFileHandler? from logging package to enable store of ACs issued to be limited. Properties file attCertFileLogCnt sets maximum number of files created before rotation.
- newAttCertFilePath() is replaced by rotating file handler functionality
- added logging with some debug messages - more needed to complete
ndg.security.server/ndg/security/server/conf/attCert/init.py
- renamed to ndg.security.test/ndg/security/test/AttAuthority/attCertLog/init.py
ndg.security.server/ndg/security/server/conf/userRoles.py: userIsRegistered should return bool
ndg.security.server/ndg/security/server/conf/attAuthorityProperties.xml,
ndg.security.test/ndg/security/test/AttAuthority/siteAAttAuthorityProperties.xml,
ndg.security.test/ndg/security/test/AttAuthority/siteBAttAuthorityProperties.xml:
- filled in default values for most attributes to ease installation config tasks
- attCertFilePfx and attCertFileSfx replaced with attCertFileName and attCertFileLog attributes for new AC logging.
ndg.security.client/ndg/security/client/ndgSessionClient.py: removed debug calls. This module may now be surplus because of Pylons framework and plans for Java and PHP clients.
ndg.security.test/ndg/security/test/AttAuthority/siteAUserRoles.py: added coapec for testing
ndg.security.test/ndg/security/test/AttAuthority/siteAMapConfig.xml: fix formatting
ndg.security.test/ndg/security/test/AttAuthority/attAuthorityClientTest.cfg: altered settings for tests
ndg.security.test/ndg/security/test/Log/LogTest.py: exptd with log config. Eventually change to be harness for SOAP log interface
Makefile: use default python + added force target.
|