summaryrefslogtreecommitdiff
path: root/xmlsecurity
diff options
context:
space:
mode:
Diffstat (limited to 'xmlsecurity')
-rw-r--r--xmlsecurity/source/framework/buffernode.cxx78
-rw-r--r--xmlsecurity/source/framework/buffernode.hxx3
-rw-r--r--xmlsecurity/source/framework/decryptorimpl.cxx9
-rw-r--r--xmlsecurity/source/framework/decryptorimpl.hxx4
-rw-r--r--xmlsecurity/source/framework/elementcollector.cxx18
-rw-r--r--xmlsecurity/source/framework/elementcollector.hxx3
-rw-r--r--xmlsecurity/source/framework/elementmark.cxx3
-rw-r--r--xmlsecurity/source/framework/elementmark.hxx3
-rw-r--r--xmlsecurity/source/framework/encryptionengine.cxx9
-rw-r--r--xmlsecurity/source/framework/encryptionengine.hxx3
-rw-r--r--xmlsecurity/source/framework/encryptorimpl.cxx9
-rw-r--r--xmlsecurity/source/framework/encryptorimpl.hxx3
-rw-r--r--xmlsecurity/source/framework/saxeventkeeperimpl.cxx39
-rw-r--r--xmlsecurity/source/framework/saxeventkeeperimpl.hxx6
-rw-r--r--xmlsecurity/source/framework/securityengine.hxx4
-rw-r--r--xmlsecurity/source/framework/signaturecreatorimpl.cxx12
-rw-r--r--xmlsecurity/source/framework/signaturecreatorimpl.hxx4
-rw-r--r--xmlsecurity/source/framework/signatureengine.cxx9
-rw-r--r--xmlsecurity/source/framework/signatureengine.hxx3
-rw-r--r--xmlsecurity/source/framework/signatureverifierimpl.cxx9
-rw-r--r--xmlsecurity/source/framework/signatureverifierimpl.hxx4
-rw-r--r--xmlsecurity/source/helper/xsecctl.cxx42
-rw-r--r--xmlsecurity/source/helper/xsecctl.hxx6
-rw-r--r--xmlsecurity/source/helper/xsecparser.hxx3
-rw-r--r--xmlsecurity/source/xmlsec/mscrypt/seinitializer_mscryptimpl.hxx3
-rw-r--r--xmlsecurity/source/xmlsec/nss/seinitializer_nssimpl.hxx3
-rw-r--r--xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx33
-rw-r--r--xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.hxx5
-rw-r--r--xmlsecurity/source/xmlsec/xmlelementwrapper_xmlsecimpl.cxx6
-rw-r--r--xmlsecurity/source/xmlsec/xmlelementwrapper_xmlsecimpl.hxx4
30 files changed, 0 insertions, 340 deletions
diff --git a/xmlsecurity/source/framework/buffernode.cxx b/xmlsecurity/source/framework/buffernode.cxx
index 2cf283cf5bc4..0f4f2aa5080b 100644
--- a/xmlsecurity/source/framework/buffernode.cxx
+++ b/xmlsecurity/source/framework/buffernode.cxx
@@ -71,9 +71,6 @@ bool BufferNode::isECOfBeforeModifyIncluded(sal_Int32 nIgnoredSecurityId) const
* RESULT
* bExist - true if a match found, false otherwise
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -118,9 +115,6 @@ void BufferNode::setReceivedAll()
* RESULT
* empty
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -153,9 +147,6 @@ void BufferNode::addElementCollector(const ElementCollector* pElementCollector)
* RESULT
* empty
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -184,9 +175,6 @@ void BufferNode::removeElementCollector(const ElementCollector* pElementCollecto
* RESULT
* empty
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -232,9 +220,6 @@ void BufferNode::setBlocker(const ElementMark* pBlocker)
* Because there is only one blocker permited for a BufferNode, so the
* old blocker on this BufferNode, if there is one, will be overcasted.
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -267,9 +252,6 @@ rtl::OUString BufferNode::printChildren() const
* RESULT
* result - the information string
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -338,9 +320,6 @@ bool BufferNode::hasAnything() const
* RESULT
* bExist - true if there is, false otherwise.
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -368,9 +347,6 @@ bool BufferNode::hasChildren() const
* RESULT
* bExist - true if there is, false otherwise.
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -403,9 +379,6 @@ const BufferNode* BufferNode::getFirstChild() const
* child - the first child BufferNode, or NULL if there is no child
* BufferNode.
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -444,9 +417,6 @@ void BufferNode::addChild(const BufferNode* pChild, sal_Int32 nPosition)
* If the nPosition is -1, then the new child BufferNode is appended
* at the end.
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -485,9 +455,6 @@ void BufferNode::addChild(const BufferNode* pChild)
* NOTES
* The new child BufferNode is appended at the end.
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -514,9 +481,6 @@ void BufferNode::removeChild(const BufferNode* pChild)
* RESULT
* empty
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -553,9 +517,6 @@ sal_Int32 BufferNode::indexOfChild(const BufferNode* pChild) const
* index - the index of that child BufferNode. If that child BufferNode
* is not found, -1 is returned.
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -603,9 +564,6 @@ const BufferNode* BufferNode::childAt(sal_Int32 nIndex) const
* child - the child BufferNode at index position, or NULL if the index
* is out of the range of children.
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -649,9 +607,6 @@ const BufferNode* BufferNode::getNextSibling() const
* RESULT
* sibling - the next sibling BufferNode, or NULL if there is none.
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -687,9 +642,6 @@ const BufferNode* BufferNode::isAncestor(const BufferNode* pDescendant) const
* bIs - true if this BufferNode is an ancestor of the pDescendant,
* false otherwise.
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -742,9 +694,6 @@ bool BufferNode::isPrevious(const BufferNode* pFollowing) const
* bIs - true if this BufferNode is ahead in the tree order, false
* otherwise.
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -795,9 +744,6 @@ const BufferNode* BufferNode::getNextNodeByTreeOrder() const
* node is;
* 4. otherwise, no "next" node exists.
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -878,9 +824,6 @@ void BufferNode::notifyBranch()
* RESULT
* empty
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -915,9 +858,6 @@ void BufferNode::notifyAncestor()
* RESULT
* empty
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -950,9 +890,6 @@ void BufferNode::elementCollectorNotify()
* child - the first child BufferNode, or NULL if there is no child
* BufferNode.
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -1043,9 +980,6 @@ bool BufferNode::isECInSubTreeIncluded(sal_Int32 nIgnoredSecurityId) const
* RESULT
* bExist - true if a match found, false otherwise.
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -1110,9 +1044,6 @@ bool BufferNode::isECOfBeforeModifyInAncestorIncluded(sal_Int32 nIgnoredSecurity
* RESULT
* bExist - true if a match found, false otherwise.
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -1158,9 +1089,6 @@ bool BufferNode::isBlockerInSubTreeIncluded(sal_Int32 nIgnoredSecurityId) const
* RESULT
* bExist - true if a match found, false otherwise.
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -1212,9 +1140,6 @@ const BufferNode* BufferNode::getNextChild(const BufferNode* pChild) const
* nextChild - the next child BufferNode after the pChild, or NULL if
* there is none.
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -1260,9 +1185,6 @@ void BufferNode::freeAllChildren()
* RESULT
* empty
*
- * HISTORY
- * 30.03.2004 - the correct the memory leak bug
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
diff --git a/xmlsecurity/source/framework/buffernode.hxx b/xmlsecurity/source/framework/buffernode.hxx
index cb6d596edecc..bdece77655fd 100644
--- a/xmlsecurity/source/framework/buffernode.hxx
+++ b/xmlsecurity/source/framework/buffernode.hxx
@@ -55,9 +55,6 @@ class BufferNode
* BufferNode objects are also in ancestor/descendant relationship.
* This class is used to manipulate the tree of bufferred elements.
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
diff --git a/xmlsecurity/source/framework/decryptorimpl.cxx b/xmlsecurity/source/framework/decryptorimpl.cxx
index a2636f61cdf1..de1c666887c7 100644
--- a/xmlsecurity/source/framework/decryptorimpl.cxx
+++ b/xmlsecurity/source/framework/decryptorimpl.cxx
@@ -74,9 +74,6 @@ bool DecryptorImpl::checkReady() const
* RESULT
* bReady - true if all conditions are satisfied, false otherwise
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -105,9 +102,6 @@ void DecryptorImpl::notifyResultListener() const
* RESULT
* empty
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -142,9 +136,6 @@ void DecryptorImpl::startEngine( const cssu::Reference<
* RESULT
* empty
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
diff --git a/xmlsecurity/source/framework/decryptorimpl.hxx b/xmlsecurity/source/framework/decryptorimpl.hxx
index fa558e97ec9b..8dcb9880bd78 100644
--- a/xmlsecurity/source/framework/decryptorimpl.hxx
+++ b/xmlsecurity/source/framework/decryptorimpl.hxx
@@ -54,10 +54,6 @@ class DecryptorImpl : public cppu::ImplInheritanceHelper3
* Collects all resources for decrypting an encryption, then decrypts the
* encryption by invoking a xmlsec-based encryption bridge component.
*
- * HISTORY
- * 05.01.2004 - Interface supported: XDecryptionResultBroadcaster,
- * XInitialization, XServiceInfo
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
diff --git a/xmlsecurity/source/framework/elementcollector.cxx b/xmlsecurity/source/framework/elementcollector.cxx
index bb001e699aad..341a3fd3f920 100644
--- a/xmlsecurity/source/framework/elementcollector.cxx
+++ b/xmlsecurity/source/framework/elementcollector.cxx
@@ -83,9 +83,6 @@ ElementCollector::ElementCollector(
* RESULT
* empty
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -129,9 +126,6 @@ void ElementCollector::notifyListener()
* RESULT
* empty
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -166,9 +160,6 @@ void ElementCollector::setReferenceResolvedListener(
* RESULT
* empty
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -196,9 +187,6 @@ void ElementCollector::setSecurityId(sal_Int32 nSecurityId)
* RESULT
* empty
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -230,9 +218,6 @@ void ElementCollector::doNotify()
* RESULT
* empty
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -269,9 +254,6 @@ ElementCollector* ElementCollector::clone(
* RESULT
* clone - a new ElementCollector
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
diff --git a/xmlsecurity/source/framework/elementcollector.hxx b/xmlsecurity/source/framework/elementcollector.hxx
index 12343bac2675..d08044017e1b 100644
--- a/xmlsecurity/source/framework/elementcollector.hxx
+++ b/xmlsecurity/source/framework/elementcollector.hxx
@@ -44,9 +44,6 @@ class ElementCollector : public ElementMark
* of the ElementMark class, this class also maintains the priority, and
* manages the notify process
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
diff --git a/xmlsecurity/source/framework/elementmark.cxx b/xmlsecurity/source/framework/elementmark.cxx
index 8393af447d83..5452895cb5c0 100644
--- a/xmlsecurity/source/framework/elementmark.cxx
+++ b/xmlsecurity/source/framework/elementmark.cxx
@@ -62,9 +62,6 @@ ElementMark::ElementMark(sal_Int32 nSecurityId, sal_Int32 nBufferId)
* RESULT
* empty
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
diff --git a/xmlsecurity/source/framework/elementmark.hxx b/xmlsecurity/source/framework/elementmark.hxx
index bc844cf66541..9f77c0f31e5e 100644
--- a/xmlsecurity/source/framework/elementmark.hxx
+++ b/xmlsecurity/source/framework/elementmark.hxx
@@ -44,9 +44,6 @@ class ElementMark
* This class maintains the security id, buffer id and its type for a
* buffer node.
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
diff --git a/xmlsecurity/source/framework/encryptionengine.cxx b/xmlsecurity/source/framework/encryptionengine.cxx
index 43df7f677b48..333672399c77 100644
--- a/xmlsecurity/source/framework/encryptionengine.cxx
+++ b/xmlsecurity/source/framework/encryptionengine.cxx
@@ -72,9 +72,6 @@ bool EncryptionEngine::checkReady() const
* RESULT
* bReady - true if all conditions are satisfied, false otherwise
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -123,9 +120,6 @@ void EncryptionEngine::tryToPerform( )
* RESULT
* empty
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -179,9 +173,6 @@ void EncryptionEngine::clearUp( ) const
* RESULT
* empty
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
diff --git a/xmlsecurity/source/framework/encryptionengine.hxx b/xmlsecurity/source/framework/encryptionengine.hxx
index ef6f2dc09fb2..a0ae4173f061 100644
--- a/xmlsecurity/source/framework/encryptionengine.hxx
+++ b/xmlsecurity/source/framework/encryptionengine.hxx
@@ -54,9 +54,6 @@ class EncryptionEngine : public cppu::ImplInheritanceHelper1
* FUNCTION
* Maintains common members and methods related with encryption.
*
- * HISTORY
- * 05.01.2004 - Interface supported: XBlockerMonitor
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
diff --git a/xmlsecurity/source/framework/encryptorimpl.cxx b/xmlsecurity/source/framework/encryptorimpl.cxx
index b6d86ee8b1f1..161b544ca088 100644
--- a/xmlsecurity/source/framework/encryptorimpl.cxx
+++ b/xmlsecurity/source/framework/encryptorimpl.cxx
@@ -75,9 +75,6 @@ bool EncryptorImpl::checkReady() const
* RESULT
* bReady - true if all conditions are satisfied, false otherwise
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -115,9 +112,6 @@ void EncryptorImpl::notifyResultListener() const
* RESULT
* empty
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -152,9 +146,6 @@ void EncryptorImpl::startEngine( const cssu::Reference<
* RESULT
* empty
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
diff --git a/xmlsecurity/source/framework/encryptorimpl.hxx b/xmlsecurity/source/framework/encryptorimpl.hxx
index 2d5e2e8aa444..50af964adceb 100644
--- a/xmlsecurity/source/framework/encryptorimpl.hxx
+++ b/xmlsecurity/source/framework/encryptorimpl.hxx
@@ -56,9 +56,6 @@ class EncryptorImpl : public cppu::ImplInheritanceHelper4
* Collects all resources for an encryption generation, then generates the
* encryption by invoking a xmlsec-based encryption bridge component.
*
- * HISTORY
- * 05.01.2004 - Interface supported: XInitialization, XServiceInfo
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
diff --git a/xmlsecurity/source/framework/saxeventkeeperimpl.cxx b/xmlsecurity/source/framework/saxeventkeeperimpl.cxx
index 5f19a305a748..a7bb8b8d4e60 100644
--- a/xmlsecurity/source/framework/saxeventkeeperimpl.cxx
+++ b/xmlsecurity/source/framework/saxeventkeeperimpl.cxx
@@ -111,9 +111,6 @@ void SAXEventKeeperImpl::setCurrentBufferNode(BufferNode* pBufferNode)
* RESULT
* empty
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -159,9 +156,6 @@ BufferNode* SAXEventKeeperImpl::addNewElementMarkBuffers()
* pBufferNode - the BufferNode that has been connected with both new
* ElementCollectors and new Blocker.
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -246,9 +240,6 @@ ElementMark* SAXEventKeeperImpl::findElementMarkBuffer(sal_Int32 nId) const
* pElementMark - the ElementMark with the particular Id, or NULL when
* no such Id exists.
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -288,9 +279,6 @@ void SAXEventKeeperImpl::removeElementMarkBuffer(sal_Int32 nId)
* RESULT
* empty
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -363,9 +351,6 @@ rtl::OUString SAXEventKeeperImpl::printBufferNode(
* RESULT
* info - the information string
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -446,9 +431,6 @@ cssu::Sequence< cssu::Reference< cssxw::XXMLElementWrapper > >
* RESULT
* list - the child Elements list.
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -507,9 +489,6 @@ void SAXEventKeeperImpl::smashBufferNode(
* operation can delete all useless bufferred SAX events which are only
* needed by the Blocker to be deleted.
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -652,9 +631,6 @@ BufferNode* SAXEventKeeperImpl::findNextBlockingBufferNode(
* pBufferNode - the next blocking BufferNode, or NULL if no such
* BufferNode exists.
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -699,9 +675,6 @@ void SAXEventKeeperImpl::diffuse(BufferNode* pBufferNode) const
* RESULT
* empty
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -736,9 +709,6 @@ void SAXEventKeeperImpl::releaseElementMarkBuffer()
* RESULT
* empty
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -898,9 +868,6 @@ void SAXEventKeeperImpl::markElementMarkBuffer(sal_Int32 nId)
* RESULT
* empty
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -943,9 +910,6 @@ sal_Int32 SAXEventKeeperImpl::createElementCollector(
* RESULT
* nId - the Id of the new ElementCollector
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -991,9 +955,6 @@ sal_Int32 SAXEventKeeperImpl::createBlocker(sal_Int32 nSecurityId)
* RESULT
* nId - the Id of the new Blocker
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
diff --git a/xmlsecurity/source/framework/saxeventkeeperimpl.hxx b/xmlsecurity/source/framework/saxeventkeeperimpl.hxx
index c78d58808586..52d1fed61ec4 100644
--- a/xmlsecurity/source/framework/saxeventkeeperimpl.hxx
+++ b/xmlsecurity/source/framework/saxeventkeeperimpl.hxx
@@ -67,12 +67,6 @@ class SAXEventKeeperImpl : public cppu::WeakImplHelper6
* Controls SAX events to be bufferred, and controls bufferred SAX events
* to be released.
*
- * HISTORY
- * 05.01.2004 - Interface supported: XSecuritySAXEventKeeper,
- * XReferenceResolvedBroadcaster,
- * XSAXEventKeeperStatusChangeBroadcaster,
- * XDocumentHandler, XInitialization, XServiceInfo
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
diff --git a/xmlsecurity/source/framework/securityengine.hxx b/xmlsecurity/source/framework/securityengine.hxx
index 925b45b2a26e..7a36d29bc35b 100644
--- a/xmlsecurity/source/framework/securityengine.hxx
+++ b/xmlsecurity/source/framework/securityengine.hxx
@@ -53,10 +53,6 @@ class SecurityEngine : public cppu::WeakImplHelper3
* Maintains common members and methods related with security engine
* operation.
*
- * HISTORY
- * 05.01.2004 - Interface supported: XReferenceResolvedListener,
- * XKeyCollector, and XMissionTaker
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
diff --git a/xmlsecurity/source/framework/signaturecreatorimpl.cxx b/xmlsecurity/source/framework/signaturecreatorimpl.cxx
index a0d0199957c7..c1717f8ad2f8 100644
--- a/xmlsecurity/source/framework/signaturecreatorimpl.cxx
+++ b/xmlsecurity/source/framework/signaturecreatorimpl.cxx
@@ -76,9 +76,6 @@ bool SignatureCreatorImpl::checkReady() const
* RESULT
* bReady - true if all conditions are satisfied, false otherwise
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -109,9 +106,6 @@ void SignatureCreatorImpl::notifyResultListener() const
* RESULT
* empty
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -147,9 +141,6 @@ void SignatureCreatorImpl::startEngine( const cssu::Reference<
* RESULT
* empty
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -193,9 +184,6 @@ void SignatureCreatorImpl::clearUp() const
* RESULT
* empty
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
diff --git a/xmlsecurity/source/framework/signaturecreatorimpl.hxx b/xmlsecurity/source/framework/signaturecreatorimpl.hxx
index 52d04352a2d9..f55076e69f42 100644
--- a/xmlsecurity/source/framework/signaturecreatorimpl.hxx
+++ b/xmlsecurity/source/framework/signaturecreatorimpl.hxx
@@ -56,10 +56,6 @@ class SignatureCreatorImpl : public cppu::ImplInheritanceHelper4
* Collects all resources for a signature generation, then generates the
* signature by invoking a xmlsec-based signature bridge component.
*
- * HISTORY
- * 05.01.2004 - Interface supported: XBlockerMonitor,
- * XInitialization, XServiceInfo
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
diff --git a/xmlsecurity/source/framework/signatureengine.cxx b/xmlsecurity/source/framework/signatureengine.cxx
index 3eea00e41434..794ad73e3a35 100644
--- a/xmlsecurity/source/framework/signatureengine.cxx
+++ b/xmlsecurity/source/framework/signatureengine.cxx
@@ -72,9 +72,6 @@ bool SignatureEngine::checkReady() const
* RESULT
* bReady - true if all conditions are satisfied, false otherwise
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -123,9 +120,6 @@ void SignatureEngine::tryToPerform( )
* RESULT
* empty
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -192,9 +186,6 @@ void SignatureEngine::clearUp( ) const
* RESULT
* empty
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
diff --git a/xmlsecurity/source/framework/signatureengine.hxx b/xmlsecurity/source/framework/signatureengine.hxx
index 138ee6f883f5..45a26637f73d 100644
--- a/xmlsecurity/source/framework/signatureengine.hxx
+++ b/xmlsecurity/source/framework/signatureengine.hxx
@@ -63,9 +63,6 @@ class SignatureEngine : public cppu::ImplInheritanceHelper2
* FUNCTION
* Maintains common members and methods related with signature operation.
*
- * HISTORY
- * 05.01.2004 - Interface supported: XReferenceCollector
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
diff --git a/xmlsecurity/source/framework/signatureverifierimpl.cxx b/xmlsecurity/source/framework/signatureverifierimpl.cxx
index d516e8761f6c..0ab14e4e16e5 100644
--- a/xmlsecurity/source/framework/signatureverifierimpl.cxx
+++ b/xmlsecurity/source/framework/signatureverifierimpl.cxx
@@ -74,9 +74,6 @@ bool SignatureVerifierImpl::checkReady() const
* RESULT
* bReady - true if all conditions are satisfied, false otherwise
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -104,9 +101,6 @@ void SignatureVerifierImpl::notifyResultListener() const
* RESULT
* empty
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -140,9 +134,6 @@ void SignatureVerifierImpl::startEngine( const cssu::Reference<
* RESULT
* empty
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
diff --git a/xmlsecurity/source/framework/signatureverifierimpl.hxx b/xmlsecurity/source/framework/signatureverifierimpl.hxx
index 77dede5b9272..3a40a6e901a1 100644
--- a/xmlsecurity/source/framework/signatureverifierimpl.hxx
+++ b/xmlsecurity/source/framework/signatureverifierimpl.hxx
@@ -54,10 +54,6 @@ class SignatureVerifierImpl : public cppu::ImplInheritanceHelper3
* Collects all resources for a signature verification, then verifies the
* signature by invoking a xmlsec-based signature bridge component.
*
- * HISTORY
- * 05.01.2004 - Interface supported: XSignatureVerifyResultBroadcaster,
- * XInitialization, XServiceInfo
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
diff --git a/xmlsecurity/source/helper/xsecctl.cxx b/xmlsecurity/source/helper/xsecctl.cxx
index 3cf7bf826d75..9b888932b746 100644
--- a/xmlsecurity/source/helper/xsecctl.cxx
+++ b/xmlsecurity/source/helper/xsecctl.cxx
@@ -297,9 +297,6 @@ int XSecController::findSignatureInfor( sal_Int32 nSecurityId) const
* index - the index of the signature, or -1 when no such signature
* existing
*
- * HISTORY
- * 08.05.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -340,9 +337,6 @@ void XSecController::createXSecComponent( )
* RESULT
* empty
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -449,9 +443,6 @@ bool XSecController::chainOn( bool bRetrievingLastEvent )
* events except that startElement event, then adds a new
* ElementCollector, then receives that startElement event.
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -549,9 +540,6 @@ void XSecController::chainOff()
* RESULT
* empty
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -617,9 +605,6 @@ void XSecController::checkChainingStatus()
* RESULT
* empty
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -656,9 +641,6 @@ void XSecController::initializeSAXChain()
* RESULT
* empty
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -698,9 +680,6 @@ cssu::Reference< com::sun::star::io::XInputStream >
* RESULT
* xInputStream - the XInputStream interface
*
- * HISTORY
- * 15.04.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -749,9 +728,6 @@ void XSecController::startMission(
* RESULT
* empty
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -795,9 +771,6 @@ void XSecController::setSAXChainConnector(
* RESULT
* empty
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -836,9 +809,6 @@ void XSecController::setSAXChainConnector(
* RESULT
* empty
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -870,9 +840,6 @@ void XSecController::clearSAXChainConnector()
* RESULT
* empty
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -915,9 +882,6 @@ void XSecController::endMission()
* RESULT
* empty
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -976,9 +940,6 @@ const char* XSecController::getErrorMessage()
* RESULT
* empty
*
- * HISTORY
- * 22.04.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -1008,9 +969,6 @@ void XSecController::exportSignature(
* RESULT
* empty
*
- * HISTORY
- * 26.05.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
diff --git a/xmlsecurity/source/helper/xsecctl.hxx b/xmlsecurity/source/helper/xsecctl.hxx
index ab401ecd805d..37ab6d328fdf 100644
--- a/xmlsecurity/source/helper/xsecctl.hxx
+++ b/xmlsecurity/source/helper/xsecctl.hxx
@@ -172,12 +172,6 @@ class XSecController : public cppu::WeakImplHelper4
* Controlls the whole xml security framework to create signatures or to
* verify signatures.
*
- * HISTORY
- * 05.01.2004 - Interface supported: XSecurityController,
- * XFastPropertySet, XSAXEventKeeperStatusChangeListener,
- * XSignatureCreationResultListener,
- * XSignatureVerifyResultListener
- *
* NOTES
* The XFastPropertySet interface is used to transfer common values to
* classes in other module, for instance, the signature id for all
diff --git a/xmlsecurity/source/helper/xsecparser.hxx b/xmlsecurity/source/helper/xsecparser.hxx
index b246a2a92bb9..6530fa1d4207 100644
--- a/xmlsecurity/source/helper/xsecparser.hxx
+++ b/xmlsecurity/source/helper/xsecparser.hxx
@@ -53,9 +53,6 @@ class XSecParser: public cppu::WeakImplHelper2
* security elements in the SAX event stream, then notifies
* the XSecController.
*
- * HISTORY
- * 05.01.2004 - Interface supported: XDocumentHandler, XInitialization
- *
* NOTES
* This class is used when importing a document.
*
diff --git a/xmlsecurity/source/xmlsec/mscrypt/seinitializer_mscryptimpl.hxx b/xmlsecurity/source/xmlsec/mscrypt/seinitializer_mscryptimpl.hxx
index b4ee827b74f0..1553155c9e37 100644
--- a/xmlsecurity/source/xmlsec/mscrypt/seinitializer_mscryptimpl.hxx
+++ b/xmlsecurity/source/xmlsec/mscrypt/seinitializer_mscryptimpl.hxx
@@ -54,9 +54,6 @@ class SEInitializer_MSCryptImpl : public cppu::WeakImplHelper2
* instance. After this instance is used up, use this class to free this
* instance.
*
- * HISTORY
- * 05.01.2004 - Interface supported: XSEInitializer, XSEInitializer
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
diff --git a/xmlsecurity/source/xmlsec/nss/seinitializer_nssimpl.hxx b/xmlsecurity/source/xmlsec/nss/seinitializer_nssimpl.hxx
index da1f98b68188..6012a0317c5b 100644
--- a/xmlsecurity/source/xmlsec/nss/seinitializer_nssimpl.hxx
+++ b/xmlsecurity/source/xmlsec/nss/seinitializer_nssimpl.hxx
@@ -54,9 +54,6 @@ class SEInitializer_NssImpl : public cppu::WeakImplHelper2
* instance. After this instance is used up, use this class to free this
* instance.
*
- * HISTORY
- * 05.01.2004 - Interface supported: XSEInitializer, XSEInitializer
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
diff --git a/xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx b/xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx
index 15bcd066477d..987a76dff9fb 100644
--- a/xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx
+++ b/xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx
@@ -123,9 +123,6 @@ void XMLDocumentWrapper_XmlSecImpl::getNextSAXEvent()
* RESULT
* empty
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -221,9 +218,6 @@ void XMLDocumentWrapper_XmlSecImpl::sendStartElement(
* RESULT
* empty
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -325,9 +319,6 @@ void XMLDocumentWrapper_XmlSecImpl::sendEndElement(
* RESULT
* empty
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -376,9 +367,6 @@ void XMLDocumentWrapper_XmlSecImpl::sendNode(
* RESULT
* empty
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -428,9 +416,6 @@ rtl::OString XMLDocumentWrapper_XmlSecImpl::getNodeQName(const xmlNodePtr pNode)
* RESULT
* name - the node's qualified name
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -470,9 +455,6 @@ xmlNodePtr XMLDocumentWrapper_XmlSecImpl::checkElement( const cssu::Reference< c
* RESULT
* node - the node wrapped in the XXMLElementWrapper interface
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -541,9 +523,6 @@ sal_Int32 XMLDocumentWrapper_XmlSecImpl::recursiveDelete(
* The node in the m_aReservedNodes list must be in the tree order, otherwise
* the result is unpredictable.
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -621,9 +600,6 @@ void XMLDocumentWrapper_XmlSecImpl::getNextReservedNode()
* RESULT
* empty
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -658,9 +634,6 @@ void XMLDocumentWrapper_XmlSecImpl::removeNode(const xmlNodePtr pNode) const
* RESULT
* empty
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -703,9 +676,6 @@ void XMLDocumentWrapper_XmlSecImpl::buildIDAttr(xmlNodePtr pNode) const
* RESULT
* empty
*
- * HISTORY
- * 14.06.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -742,9 +712,6 @@ void XMLDocumentWrapper_XmlSecImpl::rebuildIDLink(xmlNodePtr pNode) const
* RESULT
* empty
*
- * HISTORY
- * 14.06.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
diff --git a/xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.hxx b/xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.hxx
index 3ec30d51a3e8..de4f5cb25769 100644
--- a/xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.hxx
+++ b/xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.hxx
@@ -60,11 +60,6 @@ class XMLDocumentWrapper_XmlSecImpl : public cppu::WeakImplHelper4
* Converts SAX events into a libxml2 document, converts the document back
* into SAX event stream, and manipulate nodes in the document.
*
- * HISTORY
- * 05.01.2004 - Interface supported: XXMLDocumentWrapper,
- * XDocumentHandler, XCompressedDocumentHandler,
- * XServiceInfo
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
diff --git a/xmlsecurity/source/xmlsec/xmlelementwrapper_xmlsecimpl.cxx b/xmlsecurity/source/xmlsec/xmlelementwrapper_xmlsecimpl.cxx
index 72c498e939fd..cc00a33f1bdb 100644
--- a/xmlsecurity/source/xmlsec/xmlelementwrapper_xmlsecimpl.cxx
+++ b/xmlsecurity/source/xmlsec/xmlelementwrapper_xmlsecimpl.cxx
@@ -146,9 +146,6 @@ xmlNodePtr XMLElementWrapper_XmlSecImpl::getNativeElement( ) const
* RESULT
* pNode - the libxml2 node wrapped by this object
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -175,9 +172,6 @@ void XMLElementWrapper_XmlSecImpl::setNativeElement(const xmlNodePtr pNode)
* RESULT
* empty
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
diff --git a/xmlsecurity/source/xmlsec/xmlelementwrapper_xmlsecimpl.hxx b/xmlsecurity/source/xmlsec/xmlelementwrapper_xmlsecimpl.hxx
index dbd7ff941ca2..02a97be563d9 100644
--- a/xmlsecurity/source/xmlsec/xmlelementwrapper_xmlsecimpl.hxx
+++ b/xmlsecurity/source/xmlsec/xmlelementwrapper_xmlsecimpl.hxx
@@ -52,10 +52,6 @@ class XMLElementWrapper_XmlSecImpl : public cppu::WeakImplHelper3
* Used as a wrapper class to transfer a libxml2 node structure
* between different UNO components.
*
- * HISTORY
- * 05.01.2004 - Interface supported: XXMLElementWrapper, XUnoTunnel
- * XServiceInfo
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com