shibboleth/sp.git
19 years agoCreate SELinux policy package
warlord [Fri, 1 Apr 2005 15:56:23 +0000 (15:56 +0000)]
Create SELinux policy package
Also grab the 'shar' binary from sbindir, not bindir.

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1469 cb58f699-b61c-0410-a6fe-9272a202ed29

19 years agoBuild and install selinux policy files.
warlord [Fri, 1 Apr 2005 15:34:48 +0000 (15:34 +0000)]
Build and install selinux policy files.

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1468 cb58f699-b61c-0410-a6fe-9272a202ed29

19 years agoFinal SAML 2.0 schemas.
cantor [Fri, 1 Apr 2005 02:14:29 +0000 (02:14 +0000)]
Final SAML 2.0 schemas.

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1467 cb58f699-b61c-0410-a6fe-9272a202ed29

19 years agoConvert more strings to references.
cantor [Fri, 1 Apr 2005 02:13:40 +0000 (02:13 +0000)]
Convert more strings to references.

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1466 cb58f699-b61c-0410-a6fe-9272a202ed29

19 years agoReturn provider ID during session creation for CDC, promoted error page method.
cantor [Fri, 1 Apr 2005 02:08:52 +0000 (02:08 +0000)]
Return provider ID during session creation for CDC, promoted error page method.

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1465 cb58f699-b61c-0410-a6fe-9272a202ed29

19 years agoReturn provider ID during session creation for CDC
cantor [Fri, 1 Apr 2005 02:07:54 +0000 (02:07 +0000)]
Return provider ID during session creation for CDC

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1464 cb58f699-b61c-0410-a6fe-9272a202ed29

19 years agoUpdate to final SAML 2.0 schema filenames.
cantor [Fri, 1 Apr 2005 02:06:25 +0000 (02:06 +0000)]
Update to final SAML 2.0 schema filenames.

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1463 cb58f699-b61c-0410-a6fe-9272a202ed29

19 years agoFinal SAML 2.0 schemas.
cantor [Fri, 1 Apr 2005 02:01:05 +0000 (02:01 +0000)]
Final SAML 2.0 schemas.

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1462 cb58f699-b61c-0410-a6fe-9272a202ed29

19 years agoUpdate to final SAML 2.0 schema filenames.
cantor [Fri, 1 Apr 2005 01:58:36 +0000 (01:58 +0000)]
Update to final SAML 2.0 schema filenames.

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1461 cb58f699-b61c-0410-a6fe-9272a202ed29

19 years agoFirst pass at some SELinux policies for the Shibboleth SP.
warlord [Thu, 31 Mar 2005 23:02:42 +0000 (23:02 +0000)]
First pass at some SELinux policies for the Shibboleth SP.
Generate shibshar.fc; use shibshar.te directly.
The policy files are neither built NOR installed, currently.
Also fix a small configure bug.

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1460 cb58f699-b61c-0410-a6fe-9272a202ed29

19 years agoFix /var/run path.
warlord [Thu, 31 Mar 2005 23:01:14 +0000 (23:01 +0000)]
Fix /var/run path.

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1459 cb58f699-b61c-0410-a6fe-9272a202ed29

19 years agoMove some file locations around.
warlord [Thu, 31 Mar 2005 22:29:53 +0000 (22:29 +0000)]
Move some file locations around.
Move the shar socket from /tmp/shar-socket to /var/run/shib-shar.sock
Move the shire.log from /var/log/shibboleth to /var/log/httpd

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1458 cb58f699-b61c-0410-a6fe-9272a202ed29

19 years agoSkip inserts if no data available.
cantor [Thu, 31 Mar 2005 20:04:31 +0000 (20:04 +0000)]
Skip inserts if no data available.

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1457 cb58f699-b61c-0410-a6fe-9272a202ed29

19 years agoAdd more contact lookups.
cantor [Thu, 31 Mar 2005 19:59:00 +0000 (19:59 +0000)]
Add more contact lookups.

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1456 cb58f699-b61c-0410-a6fe-9272a202ed29

19 years agoAdd access to tree structure.
cantor [Thu, 31 Mar 2005 19:52:55 +0000 (19:52 +0000)]
Add access to tree structure.

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1455 cb58f699-b61c-0410-a6fe-9272a202ed29

19 years agoAdded a strict flag to permit loose metadata lookup for contact info.
cantor [Thu, 31 Mar 2005 19:47:03 +0000 (19:47 +0000)]
Added a strict flag to permit loose metadata lookup for contact info.

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1454 cb58f699-b61c-0410-a6fe-9272a202ed29

19 years agoAdded explicit inclusion as well as exclusion.
cantor [Thu, 31 Mar 2005 17:45:17 +0000 (17:45 +0000)]
Added explicit inclusion as well as exclusion.

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1453 cb58f699-b61c-0410-a6fe-9272a202ed29

19 years agoAdded Site Alias capability for vhosts, missing cookie methods, fixed exception handlers.
cantor [Thu, 31 Mar 2005 05:26:58 +0000 (05:26 +0000)]
Added Site Alias capability for vhosts, missing cookie methods, fixed exception handlers.

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1452 cb58f699-b61c-0410-a6fe-9272a202ed29

19 years agoEliminated some extra string wrapping.
cantor [Thu, 31 Mar 2005 05:26:15 +0000 (05:26 +0000)]
Eliminated some extra string wrapping.

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1451 cb58f699-b61c-0410-a6fe-9272a202ed29

19 years agoAdded sslport to ISAPI sites.
cantor [Thu, 31 Mar 2005 05:25:13 +0000 (05:25 +0000)]
Added sslport to ISAPI sites.

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1450 cb58f699-b61c-0410-a6fe-9272a202ed29

19 years agoStrip linefeeds from base64.
cantor [Thu, 31 Mar 2005 02:01:24 +0000 (02:01 +0000)]
Strip linefeeds from base64.

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1449 cb58f699-b61c-0410-a6fe-9272a202ed29

19 years agoAdd KeyAuthority extension elements.
cantor [Tue, 29 Mar 2005 21:52:56 +0000 (21:52 +0000)]
Add KeyAuthority extension elements.

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1448 cb58f699-b61c-0410-a6fe-9272a202ed29

19 years agoAdded KeyAuthority extension interfaces
cantor [Tue, 29 Mar 2005 21:30:06 +0000 (21:30 +0000)]
Added KeyAuthority extension interfaces

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1447 cb58f699-b61c-0410-a6fe-9272a202ed29

19 years agoShibRequireAll must be 1 to set flag true.
cantor [Tue, 29 Mar 2005 04:50:23 +0000 (04:50 +0000)]
ShibRequireAll must be 1 to set flag true.

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1446 cb58f699-b61c-0410-a6fe-9272a202ed29

19 years agoCorrected exception parameter
cantor [Tue, 29 Mar 2005 04:43:21 +0000 (04:43 +0000)]
Corrected exception parameter

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1445 cb58f699-b61c-0410-a6fe-9272a202ed29

19 years agoThe requireAll check was backwards.
cantor [Tue, 29 Mar 2005 04:37:22 +0000 (04:37 +0000)]
The requireAll check was backwards.

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1444 cb58f699-b61c-0410-a6fe-9272a202ed29

19 years agoAdd some smart pointers.
cantor [Tue, 29 Mar 2005 04:21:00 +0000 (04:21 +0000)]
Add some smart pointers.

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1443 cb58f699-b61c-0410-a6fe-9272a202ed29

19 years agoLog message fix.
cantor [Tue, 29 Mar 2005 04:13:52 +0000 (04:13 +0000)]
Log message fix.

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1442 cb58f699-b61c-0410-a6fe-9272a202ed29

19 years ago*** empty log message ***
cantor [Tue, 29 Mar 2005 03:39:20 +0000 (03:39 +0000)]
*** empty log message ***

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1441 cb58f699-b61c-0410-a6fe-9272a202ed29

19 years agoRemoved obsolete file
cantor [Tue, 29 Mar 2005 03:32:00 +0000 (03:32 +0000)]
Removed obsolete file

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1440 cb58f699-b61c-0410-a6fe-9272a202ed29

19 years agoConsolidated exception and status handling into a single class.
cantor [Tue, 29 Mar 2005 02:49:19 +0000 (02:49 +0000)]
Consolidated exception and status handling into a single class.

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1439 cb58f699-b61c-0410-a6fe-9272a202ed29

19 years agoAnnotate exceptions with issuer in place of parameter.
cantor [Tue, 29 Mar 2005 02:49:01 +0000 (02:49 +0000)]
Annotate exceptions with issuer in place of parameter.

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1438 cb58f699-b61c-0410-a6fe-9272a202ed29

19 years agoAdjusted wording.
cantor [Tue, 29 Mar 2005 02:46:15 +0000 (02:46 +0000)]
Adjusted wording.

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1437 cb58f699-b61c-0410-a6fe-9272a202ed29

19 years agoFix up profile exception handling.
cantor [Tue, 29 Mar 2005 02:22:14 +0000 (02:22 +0000)]
Fix up profile exception handling.

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1436 cb58f699-b61c-0410-a6fe-9272a202ed29

19 years agoAdded exception annotation, missing exception factories.
cantor [Tue, 29 Mar 2005 02:21:52 +0000 (02:21 +0000)]
Added exception annotation, missing exception factories.

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1435 cb58f699-b61c-0410-a6fe-9272a202ed29

19 years agoAdded code range.
cantor [Tue, 29 Mar 2005 02:21:04 +0000 (02:21 +0000)]
Added code range.

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1434 cb58f699-b61c-0410-a6fe-9272a202ed29

19 years agoAdded HRESULT facility to exceptions
cantor [Sun, 27 Mar 2005 06:21:06 +0000 (06:21 +0000)]
Added HRESULT facility to exceptions

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1433 cb58f699-b61c-0410-a6fe-9272a202ed29

19 years agoSmall change to exception signature
cantor [Sat, 26 Mar 2005 05:00:50 +0000 (05:00 +0000)]
Small change to exception signature

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1432 cb58f699-b61c-0410-a6fe-9272a202ed29

19 years agoNew exception c'tors.
cantor [Sat, 26 Mar 2005 05:00:39 +0000 (05:00 +0000)]
New exception c'tors.

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1431 cb58f699-b61c-0410-a6fe-9272a202ed29

19 years agoRemoved switch statement for getting exception classname.
cantor [Fri, 25 Mar 2005 16:20:02 +0000 (16:20 +0000)]
Removed switch statement for getting exception classname.

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1430 cb58f699-b61c-0410-a6fe-9272a202ed29

19 years agoAdded Exclude element processing
cantor [Fri, 25 Mar 2005 03:09:34 +0000 (03:09 +0000)]
Added Exclude element processing

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1429 cb58f699-b61c-0410-a6fe-9272a202ed29

19 years agoAdd Exclude element.
cantor [Fri, 25 Mar 2005 02:25:16 +0000 (02:25 +0000)]
Add Exclude element.

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1428 cb58f699-b61c-0410-a6fe-9272a202ed29

19 years agoAdded application "hash".
cantor [Fri, 25 Mar 2005 02:24:52 +0000 (02:24 +0000)]
Added application "hash".

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1427 cb58f699-b61c-0410-a6fe-9272a202ed29

19 years agoReworked cookie name handling.
cantor [Fri, 25 Mar 2005 02:24:33 +0000 (02:24 +0000)]
Reworked cookie name handling.

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1426 cb58f699-b61c-0410-a6fe-9272a202ed29

19 years agoRemove state mgr (overkill for now), implement local relay state option
cantor [Thu, 24 Mar 2005 06:45:36 +0000 (06:45 +0000)]
Remove state mgr (overkill for now), implement local relay state option

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1425 cb58f699-b61c-0410-a6fe-9272a202ed29

19 years agoNew relay state attributes
cantor [Thu, 24 Mar 2005 06:41:38 +0000 (06:41 +0000)]
New relay state attributes

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1424 cb58f699-b61c-0410-a6fe-9272a202ed29

19 years agoError out when cert file is missing.
cantor [Wed, 23 Mar 2005 21:52:28 +0000 (21:52 +0000)]
Error out when cert file is missing.

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1423 cb58f699-b61c-0410-a6fe-9272a202ed29

19 years agoAdd attribute response caching
cantor [Wed, 23 Mar 2005 05:33:58 +0000 (05:33 +0000)]
Add attribute response caching

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1422 cb58f699-b61c-0410-a6fe-9272a202ed29

19 years agoFix caching inconsistencies.
cantor [Wed, 23 Mar 2005 05:33:30 +0000 (05:33 +0000)]
Fix caching inconsistencies.

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1421 cb58f699-b61c-0410-a6fe-9272a202ed29

19 years agoPreserve xsi:type across clones.
cantor [Tue, 22 Mar 2005 06:15:30 +0000 (06:15 +0000)]
Preserve xsi:type across clones.

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1420 cb58f699-b61c-0410-a6fe-9272a202ed29

19 years agoRework cached data, add (stubbed) statemgr RPC.
cantor [Tue, 22 Mar 2005 06:05:09 +0000 (06:05 +0000)]
Rework cached data, add (stubbed) statemgr RPC.

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1419 cb58f699-b61c-0410-a6fe-9272a202ed29

19 years agoAdded ASCII metadata lookup.
cantor [Tue, 22 Mar 2005 06:03:24 +0000 (06:03 +0000)]
Added ASCII metadata lookup.

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1418 cb58f699-b61c-0410-a6fe-9272a202ed29

19 years agoAdd option to store attributes in MySQL cache.
cantor [Mon, 21 Mar 2005 20:04:58 +0000 (20:04 +0000)]
Add option to store attributes in MySQL cache.

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1417 cb58f699-b61c-0410-a6fe-9272a202ed29

19 years agoRemove legacy code that processes IdP supplied AA bindings.
cantor [Fri, 18 Mar 2005 03:13:46 +0000 (03:13 +0000)]
Remove legacy code that processes IdP supplied AA bindings.

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1416 cb58f699-b61c-0410-a6fe-9272a202ed29

19 years agoMove metadata lookups to avoid nested locking.
cantor [Fri, 18 Mar 2005 03:07:26 +0000 (03:07 +0000)]
Move metadata lookups to avoid nested locking.

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1415 cb58f699-b61c-0410-a6fe-9272a202ed29

19 years agoLoop bug when dealing with non-attribute statements.
cantor [Thu, 17 Mar 2005 23:07:08 +0000 (23:07 +0000)]
Loop bug when dealing with non-attribute statements.

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1414 cb58f699-b61c-0410-a6fe-9272a202ed29

19 years agoFixed temp object bug in mapper.
cantor [Thu, 17 Mar 2005 19:31:11 +0000 (19:31 +0000)]
Fixed temp object bug in mapper.

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1413 cb58f699-b61c-0410-a6fe-9272a202ed29

19 years agoDelete the artifact mapper to clear locks.
cantor [Thu, 17 Mar 2005 19:30:34 +0000 (19:30 +0000)]
Delete the artifact mapper to clear locks.

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1412 cb58f699-b61c-0410-a6fe-9272a202ed29

19 years agoForgot to hexify the hash before lookup.
cantor [Thu, 17 Mar 2005 19:29:59 +0000 (19:29 +0000)]
Forgot to hexify the hash before lookup.

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1411 cb58f699-b61c-0410-a6fe-9272a202ed29

19 years agoNull pointer bug.
cantor [Thu, 17 Mar 2005 18:40:05 +0000 (18:40 +0000)]
Null pointer bug.

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1410 cb58f699-b61c-0410-a6fe-9272a202ed29

19 years agoChanged name of config section.
cantor [Thu, 17 Mar 2005 18:11:59 +0000 (18:11 +0000)]
Changed name of config section.

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1409 cb58f699-b61c-0410-a6fe-9272a202ed29

19 years agoCorrect some unknown error codes.
cantor [Thu, 17 Mar 2005 18:00:43 +0000 (18:00 +0000)]
Correct some unknown error codes.

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1408 cb58f699-b61c-0410-a6fe-9272a202ed29

19 years agoPass through artifact profile GETs
cantor [Thu, 17 Mar 2005 17:34:27 +0000 (17:34 +0000)]
Pass through artifact profile GETs

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1407 cb58f699-b61c-0410-a6fe-9272a202ed29

19 years agoChanged wording
cantor [Thu, 17 Mar 2005 17:32:50 +0000 (17:32 +0000)]
Changed wording

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1406 cb58f699-b61c-0410-a6fe-9272a202ed29

19 years agoPrepare for addition of replay cache.
cantor [Thu, 17 Mar 2005 05:13:10 +0000 (05:13 +0000)]
Prepare for addition of replay cache.

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1405 cb58f699-b61c-0410-a6fe-9272a202ed29

19 years agoRevamp cred use API, fixed a deadlock problem
cantor [Thu, 17 Mar 2005 05:12:55 +0000 (05:12 +0000)]
Revamp cred use API, fixed a deadlock problem

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1404 cb58f699-b61c-0410-a6fe-9272a202ed29

19 years agoBegin config schema changes/fixes
cantor [Thu, 17 Mar 2005 05:12:18 +0000 (05:12 +0000)]
Begin config schema changes/fixes

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1403 cb58f699-b61c-0410-a6fe-9272a202ed29

19 years agoRevamp cred use API
cantor [Thu, 17 Mar 2005 05:12:00 +0000 (05:12 +0000)]
Revamp cred use API

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1402 cb58f699-b61c-0410-a6fe-9272a202ed29

19 years agoRemapping of legacy properties.
cantor [Thu, 17 Mar 2005 05:11:40 +0000 (05:11 +0000)]
Remapping of legacy properties.

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1401 cb58f699-b61c-0410-a6fe-9272a202ed29

19 years agoRenamed some config features/elements.
cantor [Thu, 17 Mar 2005 05:11:07 +0000 (05:11 +0000)]
Renamed some config features/elements.

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1400 cb58f699-b61c-0410-a6fe-9272a202ed29

19 years agoBetter error handling.
cantor [Thu, 17 Mar 2005 05:10:45 +0000 (05:10 +0000)]
Better error handling.

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1399 cb58f699-b61c-0410-a6fe-9272a202ed29

19 years agoNasty off by 1 bug.
cantor [Thu, 17 Mar 2005 05:09:55 +0000 (05:09 +0000)]
Nasty off by 1 bug.

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1398 cb58f699-b61c-0410-a6fe-9272a202ed29

19 years agoNeed to limit reloading of failed updates.
cantor [Thu, 17 Mar 2005 05:09:39 +0000 (05:09 +0000)]
Need to limit reloading of failed updates.

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1397 cb58f699-b61c-0410-a6fe-9272a202ed29

19 years agoUpdated factory names.
cantor [Wed, 16 Mar 2005 02:44:54 +0000 (02:44 +0000)]
Updated factory names.

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1396 cb58f699-b61c-0410-a6fe-9272a202ed29

19 years agoRelax attribute wildcards for better interop.
cantor [Mon, 14 Mar 2005 23:31:48 +0000 (23:31 +0000)]
Relax attribute wildcards for better interop.

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1395 cb58f699-b61c-0410-a6fe-9272a202ed29

19 years agoRAII instead of catch(...) in factories, bubble more errors in debug mode
cantor [Mon, 14 Mar 2005 06:53:30 +0000 (06:53 +0000)]
RAII instead of catch(...) in factories, bubble more errors in debug mode

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1394 cb58f699-b61c-0410-a6fe-9272a202ed29

19 years agoRAII instead of catch(...) in factories, bubble more errors in debug mode
cantor [Mon, 14 Mar 2005 06:44:49 +0000 (06:44 +0000)]
RAII instead of catch(...) in factories, bubble more errors in debug mode

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1393 cb58f699-b61c-0410-a6fe-9272a202ed29

19 years agoLibrary update.
cantor [Sun, 13 Mar 2005 06:30:54 +0000 (06:30 +0000)]
Library update.

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1392 cb58f699-b61c-0410-a6fe-9272a202ed29

19 years agoNull pointer bug around origin pointer.
cantor [Sun, 13 Mar 2005 06:30:28 +0000 (06:30 +0000)]
Null pointer bug around origin pointer.

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1391 cb58f699-b61c-0410-a6fe-9272a202ed29

19 years agoMore aggressive about populating issuer.
cantor [Sun, 13 Mar 2005 06:29:50 +0000 (06:29 +0000)]
More aggressive about populating issuer.

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1390 cb58f699-b61c-0410-a6fe-9272a202ed29

19 years agoLibrary update.
cantor [Sun, 13 Mar 2005 04:29:29 +0000 (04:29 +0000)]
Library update.

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1389 cb58f699-b61c-0410-a6fe-9272a202ed29

19 years ago*** empty log message ***
cantor [Wed, 9 Mar 2005 04:24:54 +0000 (04:24 +0000)]
*** empty log message ***

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1388 cb58f699-b61c-0410-a6fe-9272a202ed29

19 years agoCorrect timestamp.
cantor [Wed, 9 Mar 2005 04:24:20 +0000 (04:24 +0000)]
Correct timestamp.

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1387 cb58f699-b61c-0410-a6fe-9272a202ed29

19 years agoForgot to import dsig.
cantor [Wed, 9 Mar 2005 00:33:08 +0000 (00:33 +0000)]
Forgot to import dsig.

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1386 cb58f699-b61c-0410-a6fe-9272a202ed29

19 years agoMissing comment mark.
cantor [Tue, 8 Mar 2005 23:21:25 +0000 (23:21 +0000)]
Missing comment mark.

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1385 cb58f699-b61c-0410-a6fe-9272a202ed29

19 years agoForgot to break AAP loop once an attribute is deleted.
cantor [Tue, 8 Mar 2005 23:05:42 +0000 (23:05 +0000)]
Forgot to break AAP loop once an attribute is deleted.

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1384 cb58f699-b61c-0410-a6fe-9272a202ed29

19 years agoAdded trust extension.
cantor [Tue, 8 Mar 2005 03:54:56 +0000 (03:54 +0000)]
Added trust extension.

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1383 cb58f699-b61c-0410-a6fe-9272a202ed29

19 years agoEvaluate each AAP when manipulating headers.
cantor [Mon, 7 Mar 2005 03:42:51 +0000 (03:42 +0000)]
Evaluate each AAP when manipulating headers.

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1382 cb58f699-b61c-0410-a6fe-9272a202ed29

19 years agoRevamped AAP to combine site rules, and support denials.
cantor [Sun, 6 Mar 2005 21:22:30 +0000 (21:22 +0000)]
Revamped AAP to combine site rules, and support denials.

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1381 cb58f699-b61c-0410-a6fe-9272a202ed29

19 years agoReimplement AAP step to AND every policy together.
cantor [Sun, 6 Mar 2005 05:26:29 +0000 (05:26 +0000)]
Reimplement AAP step to AND every policy together.

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1380 cb58f699-b61c-0410-a6fe-9272a202ed29

19 years agoExtra colon in namespace.
cantor [Sun, 6 Mar 2005 03:37:47 +0000 (03:37 +0000)]
Extra colon in namespace.

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1379 cb58f699-b61c-0410-a6fe-9272a202ed29

19 years agoForgot to init pointers.
cantor [Sun, 6 Mar 2005 03:29:19 +0000 (03:29 +0000)]
Forgot to init pointers.

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1378 cb58f699-b61c-0410-a6fe-9272a202ed29

19 years agoRenamed Domain extension to Scope.
cantor [Sun, 6 Mar 2005 01:50:33 +0000 (01:50 +0000)]
Renamed Domain extension to Scope.

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1377 cb58f699-b61c-0410-a6fe-9272a202ed29

19 years agoXML bug.
cantor [Sat, 5 Mar 2005 22:32:47 +0000 (22:32 +0000)]
XML bug.

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1376 cb58f699-b61c-0410-a6fe-9272a202ed29

19 years agoCascade org method.
cantor [Wed, 2 Mar 2005 02:23:46 +0000 (02:23 +0000)]
Cascade org method.

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1375 cb58f699-b61c-0410-a6fe-9272a202ed29

19 years agoFixed name of KeyDescriptor method, fixed loop in EncryptionMethod
cantor [Tue, 1 Mar 2005 23:11:58 +0000 (23:11 +0000)]
Fixed name of KeyDescriptor method, fixed loop in EncryptionMethod

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1374 cb58f699-b61c-0410-a6fe-9272a202ed29

19 years agoFixed name of KeyDescriptor method.
cantor [Tue, 1 Mar 2005 23:11:37 +0000 (23:11 +0000)]
Fixed name of KeyDescriptor method.

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1373 cb58f699-b61c-0410-a6fe-9272a202ed29

19 years agoReordered version in metadata namespace.
cantor [Tue, 1 Mar 2005 21:54:03 +0000 (21:54 +0000)]
Reordered version in metadata namespace.

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1372 cb58f699-b61c-0410-a6fe-9272a202ed29

19 years agoTweaked AA role API
cantor [Tue, 1 Mar 2005 05:47:06 +0000 (05:47 +0000)]
Tweaked AA role API

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1371 cb58f699-b61c-0410-a6fe-9272a202ed29

19 years agoNew sample metadata.
cantor [Sun, 27 Feb 2005 22:10:37 +0000 (22:10 +0000)]
New sample metadata.

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1370 cb58f699-b61c-0410-a6fe-9272a202ed29