java-idp.git
20 years agoAdded some Javadoc and some debugging statements.
wassa [Thu, 19 Dec 2002 21:10:44 +0000 (21:10 +0000)]
Added some Javadoc and some debugging statements.

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@388 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

20 years agoAdded some javadoc.
wassa [Thu, 19 Dec 2002 20:42:18 +0000 (20:42 +0000)]
Added some javadoc.

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@387 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

20 years agoFixed a problem with matching function boolean logic.
wassa [Thu, 19 Dec 2002 20:16:18 +0000 (20:16 +0000)]
Fixed a problem with matching function boolean logic.

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@386 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

20 years agoRe-init logging to prevent multiple messages when run under the eclipse jUnit plugin.
wassa [Thu, 19 Dec 2002 20:13:55 +0000 (20:13 +0000)]
Re-init logging to prevent multiple messages when run under the eclipse jUnit plugin.

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@385 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

20 years agoAdded a few tests for ARP filtering.
wassa [Thu, 19 Dec 2002 19:36:04 +0000 (19:36 +0000)]
Added a few tests for ARP filtering.

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@384 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

20 years agoFirst cut at Attribute Policy enforcement.
wassa [Wed, 18 Dec 2002 23:06:13 +0000 (23:06 +0000)]
First cut at Attribute Policy enforcement.

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@383 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

20 years agoPossible Release Set now excludes attributes for which "deny any value" is set.
wassa [Wed, 18 Dec 2002 17:58:06 +0000 (17:58 +0000)]
Possible Release Set now excludes attributes for which "deny any value" is set.

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@382 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

20 years agoadded regexp support to Domain element
cantor [Tue, 17 Dec 2002 22:33:15 +0000 (22:33 +0000)]
added regexp support to Domain element

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@381 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

20 years agoAdded code to compute potential release sets. This can be used to avoid resolving...
wassa [Tue, 17 Dec 2002 21:01:02 +0000 (21:01 +0000)]
Added code to compute potential release sets.  This can be used to avoid resolving uneeded attributes.

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@380 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

20 years agoadded CMU
cantor [Tue, 17 Dec 2002 16:06:28 +0000 (16:06 +0000)]
added CMU

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@379 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

20 years agoAdded ARP attribute marshalling.
wassa [Mon, 16 Dec 2002 22:19:35 +0000 (22:19 +0000)]
Added ARP attribute marshalling.

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@378 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

20 years agoFixed a misleading log message.
wassa [Mon, 16 Dec 2002 22:17:20 +0000 (22:17 +0000)]
Fixed a misleading log message.

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@377 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

20 years agoOmit continue button for script-enabled browsers.
cantor [Sun, 15 Dec 2002 06:15:09 +0000 (06:15 +0000)]
Omit continue button for script-enabled browsers.

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@376 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

20 years agoARP Rule marshalling imporovements.
wassa [Sat, 14 Dec 2002 20:03:46 +0000 (20:03 +0000)]
ARP Rule marshalling imporovements.
1. No longer bombs on the Target definition.
2. Creates a Resource from the definition.

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@375 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

20 years agoMore work on the ARP Marshalling/Request matching code.
wassa [Sat, 14 Dec 2002 01:04:04 +0000 (01:04 +0000)]
More work on the ARP Marshalling/Request matching code.

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@374 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

20 years agoImplemented Regex ARP Match function and related tests. Fixed log statement in Resou...
wassa [Fri, 13 Dec 2002 23:23:27 +0000 (23:23 +0000)]
Implemented Regex ARP Match function and related tests.  Fixed log statement in Resource Tree Match function.

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@373 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

20 years agoStarted work on the ARP matching functions
wassa [Fri, 13 Dec 2002 22:49:41 +0000 (22:49 +0000)]
Started work on the ARP matching functions

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@372 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

20 years agoThe beginnings of effective ARP selection.
wassa [Thu, 12 Dec 2002 23:18:57 +0000 (23:18 +0000)]
The beginnings of effective ARP selection.

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@371 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

20 years agochanged UDub alias
cantor [Thu, 12 Dec 2002 15:41:11 +0000 (15:41 +0000)]
changed UDub alias

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@370 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

20 years agoThe beginnings of ARP serialization. Tests for the same.
wassa [Tue, 10 Dec 2002 23:49:03 +0000 (23:49 +0000)]
The beginnings of ARP serialization.  Tests for the same.

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@369 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

20 years agoThe beginnings of a test suite. Slightly more flesh on the ARP interface. Memory...
wassa [Tue, 10 Dec 2002 03:47:25 +0000 (03:47 +0000)]
The beginnings of a test suite.  Slightly more flesh on the ARP interface.  Memory ARP Repository implemenation for testing.

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@368 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

20 years agoImporting first some initial stubs for new Arp code.
wassa [Tue, 10 Dec 2002 00:01:55 +0000 (00:01 +0000)]
Importing first some initial stubs for new Arp code.

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@367 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

20 years agoAllow an empty authType.
cantor [Wed, 4 Dec 2002 20:08:31 +0000 (20:08 +0000)]
Allow an empty authType.

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@363 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

20 years agoAllow an empty authType by setting it to "unknown".
cantor [Wed, 4 Dec 2002 20:04:14 +0000 (20:04 +0000)]
Allow an empty authType by setting it to "unknown".

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@362 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

20 years agoRenamed origin build to shibboleth.war (consistent with docs).
cantor [Wed, 4 Dec 2002 19:48:16 +0000 (19:48 +0000)]
Renamed origin build to shibboleth.war (consistent with docs).

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@361 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

20 years agoChanged example domain to be shibdev.edu, which matches the sites.xml file. Removed...
wassa [Tue, 26 Nov 2002 06:52:11 +0000 (06:52 +0000)]
Changed example domain to be shibdev.edu, which matches the sites.xml file.  Removed db configuration examples.

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@359 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

20 years agoAdded Columbia
cantor [Mon, 25 Nov 2002 06:54:58 +0000 (06:54 +0000)]
Added Columbia

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@358 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

20 years agoAdded code to re-establish JNDI connections when they are lost. This fixes a problem...
wassa [Sun, 24 Nov 2002 22:21:57 +0000 (22:21 +0000)]
Added code to re-establish JNDI connections when they are lost.  This fixes a problem where the AA would continue to respond with an error if connected to an ldap directory that was restarted.

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@357 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

20 years agoFixed NullPointerException that occurred when trying to delete a cookie that did...
wassa [Sun, 24 Nov 2002 15:46:17 +0000 (15:46 +0000)]
Fixed NullPointerException that occurred when trying to delete a cookie that did not exist.

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@356 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

20 years agocorrected umich HS
cantor [Fri, 22 Nov 2002 19:19:13 +0000 (19:19 +0000)]
corrected umich HS

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@355 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

20 years agoadded umich
cantor [Fri, 22 Nov 2002 19:17:29 +0000 (19:17 +0000)]
added umich

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@354 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

20 years agoadded Tennessee
cantor [Wed, 13 Nov 2002 19:55:25 +0000 (19:55 +0000)]
added Tennessee

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@353 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

20 years agoOne more try, with the right dependencies this time...
wassa [Thu, 7 Nov 2002 19:50:11 +0000 (19:50 +0000)]
One more try, with the right dependencies this time...

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@352 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

20 years agoUpdated site ARP to use new serialization id.
wassa [Thu, 7 Nov 2002 19:45:35 +0000 (19:45 +0000)]
Updated site ARP to use new serialization id.

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@351 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

20 years agoAdded hardcoded id to all classes involved in ARP serialiazation. Intended to fix...
wassa [Thu, 7 Nov 2002 19:42:22 +0000 (19:42 +0000)]
Added hardcoded id to all classes involved in ARP serialiazation.  Intended to fix cross-JVM serialization problems.

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@350 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

20 years agoAdding bc jce implementation to the /lib directory for the extkeytool program.
wassa [Wed, 6 Nov 2002 23:00:22 +0000 (23:00 +0000)]
Adding bc jce implementation to the /lib directory for the extkeytool program.

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@349 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

20 years agoAn attempt at making the keytool script more robust.
wassa [Wed, 6 Nov 2002 22:49:45 +0000 (22:49 +0000)]
An attempt at making the keytool script more robust.

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@348 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

20 years agoAn attempt at making the ArpUtil shell script more robust.
wassa [Wed, 6 Nov 2002 22:42:47 +0000 (22:42 +0000)]
An attempt at making the ArpUtil shell script more robust.

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@347 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

20 years agoMoved util jar to /lib so that /bin/scripts can use it easily.
wassa [Wed, 6 Nov 2002 20:41:15 +0000 (20:41 +0000)]
Moved util jar to /lib so that /bin/scripts can use it easily.

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@346 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

20 years agoMoved to utils directory.
wassa [Wed, 6 Nov 2002 20:20:57 +0000 (20:20 +0000)]
Moved to utils directory.

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@345 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

20 years agoBuild cleanups. Removed targets for old "shib target" code.
wassa [Wed, 6 Nov 2002 19:28:37 +0000 (19:28 +0000)]
Build cleanups.  Removed targets for old "shib target" code.

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@344 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

20 years agoReplaced by new C++ implementation.
wassa [Wed, 6 Nov 2002 18:42:27 +0000 (18:42 +0000)]
Replaced by new C++ implementation.

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@343 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

20 years agoRemoved jsp attributes that the Handle Servlet was not passing to the error page.
wassa [Wed, 6 Nov 2002 18:33:35 +0000 (18:33 +0000)]
Removed jsp attributes that the Handle Servlet was not passing to the error page.

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@342 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

20 years agoadded logging to verify
cantor [Sat, 2 Nov 2002 00:02:34 +0000 (00:02 +0000)]
added logging to verify

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@341 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

20 years agoXML interface changes
cantor [Thu, 31 Oct 2002 20:28:26 +0000 (20:28 +0000)]
XML interface changes

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@339 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

20 years agoFix to system ID check.
cantor [Thu, 31 Oct 2002 20:27:14 +0000 (20:27 +0000)]
Fix to system ID check.

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@338 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

20 years agopatches for new XML interface in OpenSAML
cantor [Thu, 31 Oct 2002 20:25:04 +0000 (20:25 +0000)]
patches for new XML interface in OpenSAML

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@337 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

20 years agono message
cantor [Thu, 31 Oct 2002 18:19:09 +0000 (18:19 +0000)]
no message

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@336 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

20 years agolatest bugfixes
blk [Wed, 30 Oct 2002 15:32:45 +0000 (15:32 +0000)]
latest bugfixes

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@335 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

20 years ago*** empty log message ***
blk [Mon, 28 Oct 2002 05:53:28 +0000 (05:53 +0000)]
*** empty log message ***

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@334 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

20 years agolatest, greatest UI.
blk [Mon, 28 Oct 2002 01:30:34 +0000 (01:30 +0000)]
latest, greatest UI.

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@333 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

20 years agolatest, greatest, ui code. still needs final touches.
blk [Sun, 27 Oct 2002 05:19:13 +0000 (05:19 +0000)]
latest, greatest, ui code.  still needs final touches.

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@332 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

20 years agoremoved erroneous Arp Factory parameter
cantor [Sun, 27 Oct 2002 02:53:30 +0000 (02:53 +0000)]
removed erroneous Arp Factory parameter

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@331 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

20 years agochanged Wisconsin's HS
cantor [Sat, 26 Oct 2002 18:34:12 +0000 (18:34 +0000)]
changed Wisconsin's HS

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@330 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

20 years agoMade shell script a littl smarter about globbing.
wassa [Wed, 23 Oct 2002 01:20:19 +0000 (01:20 +0000)]
Made shell script a littl smarter about globbing.

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@329 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

20 years agoAdded Georgetown
cantor [Tue, 22 Oct 2002 04:51:40 +0000 (04:51 +0000)]
Added Georgetown

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@328 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

20 years agoCleanup. Not used anymore.
wassa [Sat, 19 Oct 2002 23:11:30 +0000 (23:11 +0000)]
Cleanup.  Not used anymore.

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@327 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

20 years agoCleanup. This hasn't been used in a LONG time.
wassa [Sat, 19 Oct 2002 22:30:31 +0000 (22:30 +0000)]
Cleanup.  This hasn't been used in a LONG time.

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@326 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

20 years agoExtended the ShibAttribute interface to accept a recipient(sharName).
wassa [Sat, 19 Oct 2002 20:14:42 +0000 (20:14 +0000)]
Extended the ShibAttribute interface to accept a recipient(sharName).

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@325 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

20 years agoFixed ClassCastException using newer Sun JNDI implementation. This prevented use...
wassa [Fri, 18 Oct 2002 19:30:57 +0000 (19:30 +0000)]
Fixed ClassCastException using newer Sun JNDI implementation.  This prevented use of the ldap search feature.

A couple of error messages were displaying the local username to the SHAR.  Changed this so the username is logged locally, but the SHAR gets messages referring to "Principal".

Some re-formatting.

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@324 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

20 years agoImproved error messages.
wassa [Fri, 18 Oct 2002 19:27:38 +0000 (19:27 +0000)]
Improved error messages.

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@323 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

20 years agoAAException methods didn't work because the message was not being passed up.
wassa [Fri, 18 Oct 2002 19:26:51 +0000 (19:26 +0000)]
AAException methods didn't work because the message was not being passed up.

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@322 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

20 years agoAdded some error messges.
wassa [Fri, 18 Oct 2002 16:19:23 +0000 (16:19 +0000)]
Added some error messges.

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@321 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

20 years agoAdded parameters for principal and credentials. This allows the AA to do a non-anony...
wassa [Fri, 18 Oct 2002 16:18:48 +0000 (16:18 +0000)]
Added parameters for principal and credentials.  This allows the AA to do a non-anonymous simple bind to an ldap directory.

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@320 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

20 years agoNew sites
cantor [Thu, 17 Oct 2002 20:14:12 +0000 (20:14 +0000)]
New sites

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@319 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

20 years agoSeparate catch for SAMLExceptions on attribute serialization.
wassa [Thu, 17 Oct 2002 01:05:50 +0000 (01:05 +0000)]
Separate catch for SAMLExceptions on attribute serialization.

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@318 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

20 years agoFixed a typo. Sending log messages to the wrong context.
wassa [Thu, 17 Oct 2002 00:16:04 +0000 (00:16 +0000)]
Fixed a typo.  Sending log messages to the wrong context.

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@317 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

20 years agoIf the responder cannot find an attribute class, it now responds with the attributes...
wassa [Thu, 10 Oct 2002 19:57:27 +0000 (19:57 +0000)]
If the responder cannot find an attribute class, it now responds with the attributes that are loaded successfully and logs the error, instead of failing.

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@316 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

20 years agoUpdated ArpUtil to work with new ArpRepository interface.
wassa [Thu, 10 Oct 2002 19:29:22 +0000 (19:29 +0000)]
Updated ArpUtil to work with new ArpRepository interface.
Additional logging.

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@315 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

20 years agoFixed typo in Logger config that was preventing ArpUtil from running unless the servl...
wassa [Thu, 10 Oct 2002 18:28:53 +0000 (18:28 +0000)]
Fixed typo in Logger config that was preventing ArpUtil from running unless the servlet jars were in the CLASSPATH.

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@314 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

20 years agoAdded defaults for some ENV-based parameters.
wassa [Thu, 10 Oct 2002 18:25:28 +0000 (18:25 +0000)]
Added defaults for some ENV-based parameters.
Fixed problem with construction of File Arp Repository (bad attribute name in Properties)

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@313 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

20 years agoadded Domain elements
cantor [Tue, 8 Oct 2002 17:15:28 +0000 (17:15 +0000)]
added Domain elements

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@312 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

20 years agomore updates to the UI. code should be complete, not debugged
blk [Mon, 7 Oct 2002 17:42:12 +0000 (17:42 +0000)]
more updates to the UI.  code should be complete, not debugged

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@311 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

21 years agofirst attempt at adding the ui
blk [Tue, 1 Oct 2002 18:39:05 +0000 (18:39 +0000)]
first attempt at adding the ui

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@310 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

21 years agoAdded a more helpful error message for key import failure.
wassa [Thu, 26 Sep 2002 21:01:33 +0000 (21:01 +0000)]
Added a more helpful error message for key import failure.
Fixed wrapper on base64 encoding.  (Tool outputs pkcs8 for rsa and dsa keys).

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@309 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

21 years agofixed envvar test
cantor [Wed, 25 Sep 2002 18:03:19 +0000 (18:03 +0000)]
fixed envvar test

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@307 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

21 years agoAdded Virginia
cantor [Mon, 23 Sep 2002 07:51:08 +0000 (07:51 +0000)]
Added Virginia

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@305 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

21 years agoSystem.out -> log4j
wassa [Tue, 17 Sep 2002 16:27:29 +0000 (16:27 +0000)]
System.out -> log4j

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@304 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

21 years agoMore log interleaving.
wassa [Tue, 17 Sep 2002 16:21:48 +0000 (16:21 +0000)]
More log interleaving.

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@303 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

21 years agoSystem.err -> log4j
wassa [Tue, 17 Sep 2002 16:13:54 +0000 (16:13 +0000)]
System.err -> log4j

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@302 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

21 years agoCleanup of the interfaces to the Arp Repository.
wassa [Tue, 17 Sep 2002 04:14:06 +0000 (04:14 +0000)]
Cleanup of the interfaces to the Arp Repository.

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@301 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

21 years agoDisplay interleaving data.
wassa [Tue, 17 Sep 2002 01:09:45 +0000 (01:09 +0000)]
Display interleaving data.

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@300 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

21 years agoChanged arp repository factory so that classes can be plugged in from runtime config.
wassa [Tue, 17 Sep 2002 01:08:56 +0000 (01:08 +0000)]
Changed arp repository factory so that classes can be plugged in from runtime config.
(submitted by Parviz Dousti)

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@299 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

21 years agoJavadoc to correct location.
wassa [Tue, 17 Sep 2002 00:41:14 +0000 (00:41 +0000)]
Javadoc to correct location.

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@298 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

21 years agoAdded log request interleaving.
wassa [Tue, 17 Sep 2002 00:35:14 +0000 (00:35 +0000)]
Added log request interleaving.

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@297 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

21 years agoAdded proper package names so that AA will compile under eclipse.
wassa [Mon, 16 Sep 2002 17:35:29 +0000 (17:35 +0000)]
Added proper package names so that AA will compile under eclipse.
Tweaked logging output.

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@296 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

21 years agoAdded proper package names so that AA will compile under eclipse.
wassa [Mon, 16 Sep 2002 17:34:58 +0000 (17:34 +0000)]
Added proper package names so that AA will compile under eclipse.

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@295 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

21 years agoBetter handling for non-existent GET implementation in servlet container.
wassa [Fri, 13 Sep 2002 18:21:05 +0000 (18:21 +0000)]
Better handling for non-existent GET implementation in servlet container.

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@294 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

21 years agoReplacing admin arp with correct substitution.
wassa [Fri, 13 Sep 2002 18:04:51 +0000 (18:04 +0000)]
Replacing admin arp with  correct substitution.

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@293 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

21 years agoDeleteing admin arp in order to fix problem with keyword substitution problem.
wassa [Fri, 13 Sep 2002 18:04:00 +0000 (18:04 +0000)]
Deleteing admin arp in order to fix problem with keyword substitution problem.

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@292 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

21 years agoImporting wrapper script for utils.ExtKeyTool class.
wassa [Tue, 10 Sep 2002 17:16:36 +0000 (17:16 +0000)]
Importing wrapper script for utils.ExtKeyTool class.

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@291 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

21 years agoCorrected problem with defaulting to storepass when keypass is not specified.
wassa [Tue, 10 Sep 2002 16:55:47 +0000 (16:55 +0000)]
Corrected problem with defaulting to storepass when keypass is not specified.

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@290 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

21 years agoSimplefied error output generated when the -v switch is not used.
wassa [Tue, 10 Sep 2002 16:40:04 +0000 (16:40 +0000)]
Simplefied error output generated when the -v switch is not used.

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@289 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

21 years agoImproved handling when errors are caught before the logger is initialized.
wassa [Tue, 10 Sep 2002 16:23:09 +0000 (16:23 +0000)]
Improved handling when errors are caught before the logger is initialized.

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@288 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

21 years agoNew tool for importing and exporting private keys to/from java keystores.
wassa [Sat, 7 Sep 2002 03:19:18 +0000 (03:19 +0000)]
New tool for importing and exporting private keys to/from java keystores.

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@287 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

21 years agoNow the user context in LDAP can be found with a search filter too
dousti [Fri, 6 Sep 2002 19:51:26 +0000 (19:51 +0000)]
Now the user context in LDAP can be found with a search filter too
For backward compatiblity a search filter without %s would work as before.
%s would be replaced at runtime with user's uid.

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@286 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

21 years agoUpdated to reflect recent opensaml updates. (Logging/EntityResolver fix)
wassa [Fri, 6 Sep 2002 02:14:57 +0000 (02:14 +0000)]
Updated to reflect recent opensaml updates. (Logging/EntityResolver fix)

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@285 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

21 years agoUpdated from alpha branch
cantor [Thu, 5 Sep 2002 04:22:43 +0000 (04:22 +0000)]
Updated from alpha branch

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@281 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

21 years agoMore SHIRE logging.
wassa [Wed, 4 Sep 2002 19:03:46 +0000 (19:03 +0000)]
More SHIRE logging.

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@279 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

21 years agoAltered error handling so that local system configuration information is not exposed...
wassa [Wed, 4 Sep 2002 18:59:37 +0000 (18:59 +0000)]
Altered error handling so that local system configuration information is not exposed to remote users.

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@278 ab3bd59b-922f-494d-bb5f-6f0a3c29deca