shibboleth/cpp-xmltooling.git
16 years agoAdd curl dependency. 1.0-beta2
Scott Cantor [Thu, 29 Nov 2007 19:09:01 +0000 (19:09 +0000)]
Add curl dependency.

16 years agoMove request cookie processing down to base class.
Scott Cantor [Sun, 25 Nov 2007 23:36:30 +0000 (23:36 +0000)]
Move request cookie processing down to base class.

16 years agoMove request cookie processing down to base class.
Scott Cantor [Sun, 25 Nov 2007 23:36:11 +0000 (23:36 +0000)]
Move request cookie processing down to base class.

16 years agoAdd linefeed to log.
Scott Cantor [Tue, 20 Nov 2007 22:51:01 +0000 (22:51 +0000)]
Add linefeed to log.

16 years agoLog inbound/outbound XML.
Scott Cantor [Tue, 20 Nov 2007 22:16:26 +0000 (22:16 +0000)]
Log inbound/outbound XML.

16 years agoline feed change
Scott Cantor [Wed, 14 Nov 2007 18:20:34 +0000 (18:20 +0000)]
line feed change

16 years agoNeed const casts for const iterator access.
Scott Cantor [Wed, 14 Nov 2007 17:57:43 +0000 (17:57 +0000)]
Need const casts for const iterator access.

16 years agoAdd non-const algorithm.
Scott Cantor [Wed, 14 Nov 2007 05:22:38 +0000 (05:22 +0000)]
Add non-const algorithm.

16 years agoSolaris postinstall script.
Scott Cantor [Tue, 13 Nov 2007 22:23:03 +0000 (22:23 +0000)]
Solaris postinstall script.

16 years agoMisspelled.
Scott Cantor [Tue, 13 Nov 2007 21:46:08 +0000 (21:46 +0000)]
Misspelled.

16 years agoMisspelled.
Scott Cantor [Tue, 13 Nov 2007 21:45:45 +0000 (21:45 +0000)]
Misspelled.

16 years agoMisspelled.
Scott Cantor [Tue, 13 Nov 2007 21:44:44 +0000 (21:44 +0000)]
Misspelled.

16 years agoExtraneous typename.
Scott Cantor [Tue, 13 Nov 2007 21:20:23 +0000 (21:20 +0000)]
Extraneous typename.

16 years agoRework iterator template again for Sun's broken STL.
Scott Cantor [Tue, 13 Nov 2007 21:14:25 +0000 (21:14 +0000)]
Rework iterator template again for Sun's broken STL.

16 years agoFix Solaris warning.
Scott Cantor [Tue, 13 Nov 2007 17:52:58 +0000 (17:52 +0000)]
Fix Solaris warning.

16 years agoNeed C++ linker in place during curl/openssl tests.
Scott Cantor [Tue, 13 Nov 2007 17:37:21 +0000 (17:37 +0000)]
Need C++ linker in place during curl/openssl tests.

16 years agoUpdate Solaris packaging files.
Scott Cantor [Tue, 13 Nov 2007 17:17:41 +0000 (17:17 +0000)]
Update Solaris packaging files.

16 years agoSolaris compiler doesn't like two include macros on one line.
Scott Cantor [Tue, 13 Nov 2007 01:15:32 +0000 (01:15 +0000)]
Solaris compiler doesn't like two include macros on one line.

16 years agoCheck for empty strings during marshalling.
Scott Cantor [Fri, 9 Nov 2007 23:18:28 +0000 (23:18 +0000)]
Check for empty strings during marshalling.

16 years agoTreat empty strings as nulls.
Scott Cantor [Fri, 9 Nov 2007 23:17:32 +0000 (23:17 +0000)]
Treat empty strings as nulls.

16 years agoAdd curl netaccessor files.
Scott Cantor [Fri, 9 Nov 2007 05:44:45 +0000 (05:44 +0000)]
Add curl netaccessor files.

16 years agoMisuse of typename.
Scott Cantor [Fri, 9 Nov 2007 05:12:43 +0000 (05:12 +0000)]
Misuse of typename.

16 years agoHandle conditional test inclusion.
Scott Cantor [Fri, 9 Nov 2007 05:00:04 +0000 (05:00 +0000)]
Handle conditional test inclusion.

16 years agoUp version
Scott Cantor [Fri, 9 Nov 2007 04:49:49 +0000 (04:49 +0000)]
Up version

16 years agoMulti-line svn commit, see body.
Scott Cantor [Fri, 9 Nov 2007 04:14:10 +0000 (04:14 +0000)]
Multi-line svn commit, see body.

Added < operator for iterator class.
Another attempt to get iterator nested types declared portably.

16 years agoAdd a find_if template for pointer-based containers.
Scott Cantor [Thu, 8 Nov 2007 02:29:39 +0000 (02:29 +0000)]
Add a find_if template for pointer-based containers.

16 years agoOptimize self-comparison of static constants.
Scott Cantor [Wed, 7 Nov 2007 21:18:35 +0000 (21:18 +0000)]
Optimize self-comparison of static constants.

16 years agoMacros to declare static QNames.
Scott Cantor [Wed, 7 Nov 2007 20:58:51 +0000 (20:58 +0000)]
Macros to declare static QNames.

16 years agoAdd const to operator methods.
Scott Cantor [Wed, 7 Nov 2007 19:31:12 +0000 (19:31 +0000)]
Add const to operator methods.

16 years agoAdd some simple STL predicates.
Scott Cantor [Wed, 7 Nov 2007 18:41:40 +0000 (18:41 +0000)]
Add some simple STL predicates.

16 years agoAdd some simple STL predicates.
Scott Cantor [Wed, 7 Nov 2007 18:41:14 +0000 (18:41 +0000)]
Add some simple STL predicates.

16 years agoSOAP header attributes don't appear on the actual Header element.
Scott Cantor [Tue, 6 Nov 2007 18:45:02 +0000 (18:45 +0000)]
SOAP header attributes don't appear on the actual Header element.

16 years agoFor now, hard code the SSL settings.
Scott Cantor [Sun, 4 Nov 2007 23:01:13 +0000 (23:01 +0000)]
For now, hard code the SSL settings.

16 years agoCorrect header guards and export macros.
Scott Cantor [Fri, 2 Nov 2007 22:25:25 +0000 (22:25 +0000)]
Correct header guards and export macros.

16 years agoCorrect header guards and export macros.
Scott Cantor [Fri, 2 Nov 2007 22:24:49 +0000 (22:24 +0000)]
Correct header guards and export macros.

16 years agoAdd a status code.
Scott Cantor [Thu, 25 Oct 2007 22:42:31 +0000 (22:42 +0000)]
Add a status code.

16 years agoLog library versions.
Scott Cantor [Wed, 24 Oct 2007 21:16:55 +0000 (21:16 +0000)]
Log library versions.

16 years agoRequire Xerces 2.8.0 and make cxxtest optional.
Scott Cantor [Wed, 24 Oct 2007 15:53:37 +0000 (15:53 +0000)]
Require Xerces 2.8.0 and make cxxtest optional.

16 years agoRemove svn files from api doc folder.
Scott Cantor [Mon, 22 Oct 2007 00:51:59 +0000 (00:51 +0000)]
Remove svn files from api doc folder.

16 years agoUp log4cpp version requirement.
Scott Cantor [Mon, 22 Oct 2007 00:38:51 +0000 (00:38 +0000)]
Up log4cpp version requirement.

16 years agoFix log4shib/log4cpp link check.
Scott Cantor [Sun, 21 Oct 2007 22:10:08 +0000 (22:10 +0000)]
Fix log4shib/log4cpp link check.

16 years agoMulti-line svn commit, see body.
Scott Cantor [Wed, 17 Oct 2007 06:20:25 +0000 (06:20 +0000)]
Multi-line svn commit, see body.

Convert usage bits to a mask.
Enable usage constraints inside file resolver.

16 years agoUndo debug code.
Scott Cantor [Wed, 17 Oct 2007 04:43:25 +0000 (04:43 +0000)]
Undo debug code.

16 years agoMulti-line svn commit, see body.
Scott Cantor [Wed, 17 Oct 2007 04:12:00 +0000 (04:12 +0000)]
Multi-line svn commit, see body.

Move credential usage enum to Credential class.
Add credential usage property and enforce during lookup.

16 years agoFixed bug causing duplication of text content.
Scott Cantor [Wed, 17 Oct 2007 04:10:02 +0000 (04:10 +0000)]
Fixed bug causing duplication of text content.

16 years agoMulti-line svn commit, see body.
Scott Cantor [Thu, 11 Oct 2007 17:49:43 +0000 (17:49 +0000)]
Multi-line svn commit, see body.

Fix namespace in SOAP fault child elements.
Convert ENDLINE refs to eol.
Make configure script check for proper logging version.

16 years agoCheck for xmlsec 1.4, fixes to openssl logic.
Scott Cantor [Tue, 2 Oct 2007 17:44:14 +0000 (17:44 +0000)]
Check for xmlsec 1.4, fixes to openssl logic.

16 years agoYank RetrievalMethod logic.
Scott Cantor [Thu, 27 Sep 2007 18:36:14 +0000 (18:36 +0000)]
Yank RetrievalMethod logic.

16 years agoAdd consts.
Scott Cantor [Wed, 26 Sep 2007 20:14:05 +0000 (20:14 +0000)]
Add consts.

16 years agoFix for JOS-5, missing lax spec on c14n method content.
Scott Cantor [Wed, 26 Sep 2007 20:09:27 +0000 (20:09 +0000)]
Fix for JOS-5, missing lax spec on c14n method content.

16 years agoFix use of NULL in integer return value.
Scott Cantor [Wed, 26 Sep 2007 20:08:37 +0000 (20:08 +0000)]
Fix use of NULL in integer return value.

16 years agoHow many times am I gonna lose this fix?
Scott Cantor [Sat, 22 Sep 2007 03:42:40 +0000 (03:42 +0000)]
How many times am I gonna lose this fix?

16 years agoMark executable. 1.0-beta1
Scott Cantor [Wed, 19 Sep 2007 05:18:58 +0000 (05:18 +0000)]
Mark executable.

16 years agoFix documentation directory and eliminate special handling in spec file.
Scott Cantor [Wed, 19 Sep 2007 05:16:50 +0000 (05:16 +0000)]
Fix documentation directory and eliminate special handling in spec file.

16 years agoRename authentication flag.
Scott Cantor [Mon, 17 Sep 2007 01:54:09 +0000 (01:54 +0000)]
Rename authentication flag.

16 years agoMacro-ize spec files.
Scott Cantor [Sun, 16 Sep 2007 04:25:54 +0000 (04:25 +0000)]
Macro-ize spec files.

16 years agoAdd version resource.
Scott Cantor [Wed, 12 Sep 2007 22:55:40 +0000 (22:55 +0000)]
Add version resource.

16 years agoPlaceholder children were throwing off text node positions.
Scott Cantor [Tue, 11 Sep 2007 15:55:09 +0000 (15:55 +0000)]
Placeholder children were throwing off text node positions.

16 years agoNon-const XML ID lookup.
Scott Cantor [Sun, 9 Sep 2007 21:39:03 +0000 (21:39 +0000)]
Non-const XML ID lookup.

16 years agoSupport simple config option for file cred resolver.
Scott Cantor [Thu, 6 Sep 2007 18:55:03 +0000 (18:55 +0000)]
Support simple config option for file cred resolver.

16 years agoSupport simple config option for file cred resolver.
Scott Cantor [Thu, 6 Sep 2007 18:50:48 +0000 (18:50 +0000)]
Support simple config option for file cred resolver.

16 years agoAdd pretty print option.
Scott Cantor [Wed, 5 Sep 2007 20:49:44 +0000 (20:49 +0000)]
Add pretty print option.

16 years agoRename openssl import libs.
Scott Cantor [Tue, 4 Sep 2007 02:20:22 +0000 (02:20 +0000)]
Rename openssl import libs.

16 years agoTrustEngine based on static trust roots.
Scott Cantor [Thu, 30 Aug 2007 02:18:30 +0000 (02:18 +0000)]
TrustEngine based on static trust roots.

16 years agoRemove curl initialization code.
Scott Cantor [Wed, 29 Aug 2007 18:40:29 +0000 (18:40 +0000)]
Remove curl initialization code.

16 years agoCorrect dependency syntax
Scott Cantor [Thu, 16 Aug 2007 17:43:47 +0000 (17:43 +0000)]
Correct dependency syntax

16 years agoAdd makefiles to gitignore
Scott Cantor [Thu, 16 Aug 2007 16:30:37 +0000 (16:30 +0000)]
Add makefiles to gitignore

16 years agoAdd "sender" to SOAP APIs to avoid reuse of connections across apps.
Scott Cantor [Thu, 16 Aug 2007 03:19:55 +0000 (03:19 +0000)]
Add "sender" to SOAP APIs to avoid reuse of connections across apps.

16 years agoMulti-line svn commit, see body.
Scott Cantor [Mon, 13 Aug 2007 18:50:58 +0000 (18:50 +0000)]
Multi-line svn commit, see body.

Sync up older 1.3 spec file and require opensaml < 2.0
Add --with-odbc option to 2.0 rebuild.
Add conditional logging dependency using --with-log4cpp.

16 years agoFix bugs in exception serializer.
Scott Cantor [Thu, 9 Aug 2007 19:38:55 +0000 (19:38 +0000)]
Fix bugs in exception serializer.

16 years agoArray deletion auto_ptr.
Scott Cantor [Mon, 6 Aug 2007 03:46:16 +0000 (03:46 +0000)]
Array deletion auto_ptr.

16 years agoOptimize UTF8 operations.
Scott Cantor [Fri, 3 Aug 2007 22:56:03 +0000 (22:56 +0000)]
Optimize UTF8 operations.

16 years agoFix default cipher list, go back to SSLv3 only.
Scott Cantor [Fri, 3 Aug 2007 19:15:14 +0000 (19:15 +0000)]
Fix default cipher list, go back to SSLv3 only.

16 years agoMissing a declaration in the header.
Scott Cantor [Thu, 2 Aug 2007 20:31:49 +0000 (20:31 +0000)]
Missing a declaration in the header.

16 years agoNo way that void* stuff will work.
Scott Cantor [Thu, 2 Aug 2007 20:20:28 +0000 (20:20 +0000)]
No way that void* stuff will work.

16 years agoDefault to 128-bit ciphers and try disabling SSLv2 via cipher list.
Scott Cantor [Thu, 2 Aug 2007 17:17:50 +0000 (17:17 +0000)]
Default to 128-bit ciphers and try disabling SSLv2 via cipher list.

16 years agoHighly revolting code to pass curl options through API as void*
Scott Cantor [Thu, 2 Aug 2007 16:47:29 +0000 (16:47 +0000)]
Highly revolting code to pass curl options through API as void*

16 years agoMissing new header
Scott Cantor [Wed, 1 Aug 2007 19:34:14 +0000 (19:34 +0000)]
Missing new header

16 years agoMissed log reference.
Scott Cantor [Wed, 1 Aug 2007 19:31:31 +0000 (19:31 +0000)]
Missed log reference.

16 years agoMissing assert header.
Scott Cantor [Wed, 1 Aug 2007 19:06:55 +0000 (19:06 +0000)]
Missing assert header.

16 years agoOnly check log headers for the chosen version.
Scott Cantor [Wed, 1 Aug 2007 18:47:44 +0000 (18:47 +0000)]
Only check log headers for the chosen version.

16 years agoLoad CDATA sections as text content nodes.
Scott Cantor [Wed, 1 Aug 2007 01:57:08 +0000 (01:57 +0000)]
Load CDATA sections as text content nodes.

16 years agoMulti-line svn commit, see body.
Scott Cantor [Tue, 31 Jul 2007 17:52:04 +0000 (17:52 +0000)]
Multi-line svn commit, see body.

Backport libcurl-based Xerces net access.
Convert logging to log4shib via compile time switch.

16 years agoNeed to convert characters to unsigned char before checking printability.
Scott Cantor [Wed, 25 Jul 2007 02:10:23 +0000 (02:10 +0000)]
Need to convert characters to unsigned char before checking printability.

16 years agoRefine log categories.
Scott Cantor [Wed, 25 Jul 2007 01:05:31 +0000 (01:05 +0000)]
Refine log categories.

16 years agoReduce error logging from trust engine.
Scott Cantor [Fri, 20 Jul 2007 19:39:16 +0000 (19:39 +0000)]
Reduce error logging from trust engine.

16 years agoOption to disable host checking.
Scott Cantor [Tue, 17 Jul 2007 19:55:00 +0000 (19:55 +0000)]
Option to disable host checking.

16 years agoSecond alpha 1.0-alpha2
Scott Cantor [Sat, 14 Jul 2007 00:21:15 +0000 (00:21 +0000)]
Second alpha

16 years agoExpose detection of duplicate insertions.
Scott Cantor [Thu, 28 Jun 2007 18:01:15 +0000 (18:01 +0000)]
Expose detection of duplicate insertions.

16 years agoHelps to read and write the same type of data.
Scott Cantor [Fri, 22 Jun 2007 18:33:44 +0000 (18:33 +0000)]
Helps to read and write the same type of data.

16 years agoCorrect expiration check in context update.
Scott Cantor [Fri, 22 Jun 2007 02:26:32 +0000 (02:26 +0000)]
Correct expiration check in context update.

16 years agoAdd openssl dependency. 1.0-alpha1
Scott Cantor [Tue, 12 Jun 2007 03:54:11 +0000 (03:54 +0000)]
Add openssl dependency.

16 years agoExclude tests from package.
Scott Cantor [Tue, 12 Jun 2007 03:37:19 +0000 (03:37 +0000)]
Exclude tests from package.

16 years agoFix up doc handling in spec file
Scott Cantor [Tue, 12 Jun 2007 03:31:28 +0000 (03:31 +0000)]
Fix up doc handling in spec file

16 years agoAdd some missing files, try to make docs work.
Scott Cantor [Tue, 12 Jun 2007 02:27:58 +0000 (02:27 +0000)]
Add some missing files, try to make docs work.

16 years agoRefactor signature engines.
Scott Cantor [Tue, 12 Jun 2007 01:38:14 +0000 (01:38 +0000)]
Refactor signature engines.

16 years agoDependency packaging files.
Scott Cantor [Mon, 11 Jun 2007 15:41:07 +0000 (15:41 +0000)]
Dependency packaging files.

16 years agoMulti-line svn commit, see body.
Scott Cantor [Sun, 10 Jun 2007 18:45:30 +0000 (18:45 +0000)]
Multi-line svn commit, see body.

Reduce number of locks used for storage.
Correct race conditions around context mgmt.

16 years agoAdding ignores.
Scott Cantor [Sat, 9 Jun 2007 03:02:50 +0000 (03:02 +0000)]
Adding ignores.

16 years agoPrevent attach execution with empty key filename.
Scott Cantor [Thu, 7 Jun 2007 00:09:53 +0000 (00:09 +0000)]
Prevent attach execution with empty key filename.