shibboleth/cpp-sp.git
20 years agoSmall changes & fixes reported by users.
Nate Klingenstein [Mon, 8 Dec 2003 05:00:03 +0000 (05:00 +0000)]
Small changes & fixes reported by users.

20 years agoShibTargetException needs copy ctor like elf needs food. Badly.
Scott Cantor [Wed, 3 Dec 2003 06:33:29 +0000 (06:33 +0000)]
ShibTargetException needs copy ctor like elf needs food. Badly.

20 years agoAdded release() calls.
Scott Cantor [Wed, 3 Dec 2003 05:40:46 +0000 (05:40 +0000)]
Added release() calls.

20 years agoCleaned up some auto_ptrs.
Scott Cantor [Tue, 2 Dec 2003 23:56:02 +0000 (23:56 +0000)]
Cleaned up some auto_ptrs.

20 years agoCleaned up some auto_ptrs.
Scott Cantor [Tue, 2 Dec 2003 19:59:31 +0000 (19:59 +0000)]
Cleaned up some auto_ptrs.

20 years agoReplaced auto_ptr with try/catch block.
Scott Cantor [Tue, 2 Dec 2003 07:40:36 +0000 (07:40 +0000)]
Replaced auto_ptr with try/catch block.

20 years agoMissing rest of SAML checking after extract of origin site.
Scott Cantor [Tue, 2 Dec 2003 07:29:52 +0000 (07:29 +0000)]
Missing rest of SAML checking after extract of origin site.

20 years agoBetter exiting without an ini-file
Derek Atkins [Tue, 25 Nov 2003 22:13:45 +0000 (22:13 +0000)]
Better exiting without an ini-file

20 years agoHandle the case where a session is destroyed in the database.
Derek Atkins [Mon, 24 Nov 2003 22:29:50 +0000 (22:29 +0000)]
Handle the case where a session is destroyed in the database.
This should allow multiple shar processes on top of the
same mysql database. (note that we still compile against
embedded-mysql, so someone would need to change the build
sequence to compile against normal mysql).

20 years agoAdd some additional shutdown logging
Derek Atkins [Mon, 24 Nov 2003 18:03:58 +0000 (18:03 +0000)]
Add some additional shutdown logging

20 years agoERROR constant was conflicting on Windows
Scott Cantor [Mon, 24 Nov 2003 06:19:13 +0000 (06:19 +0000)]
ERROR constant was conflicting on Windows

20 years agoFix dumping for older OpenSSL
Scott Cantor [Sat, 22 Nov 2003 22:08:17 +0000 (22:08 +0000)]
Fix dumping for older OpenSSL

20 years agoImproved SHIREURL support:
Derek Atkins [Tue, 18 Nov 2003 23:36:14 +0000 (23:36 +0000)]
Improved SHIREURL support:
 - use a combination of the 'target' and 'shireURL' to build the shire location
 - force https:// if shireSSLOnly is set

20 years agoRemove the non-used eduperson module code
Derek Atkins [Tue, 18 Nov 2003 19:42:49 +0000 (19:42 +0000)]
Remove the non-used eduperson module code

20 years agoRemove (old) mod_shib code
Derek Atkins [Tue, 18 Nov 2003 19:41:28 +0000 (19:41 +0000)]
Remove (old) mod_shib code

20 years agoFirst pass at an API for a higher-level target API
Derek Atkins [Tue, 18 Nov 2003 19:24:21 +0000 (19:24 +0000)]
First pass at an API for a higher-level target API

20 years agoRefactor some code:
Derek Atkins [Tue, 18 Nov 2003 19:21:46 +0000 (19:21 +0000)]
Refactor some code:
  - a higher-level API to obtain an RPC Handle to the shar

20 years agoNeed to set -lssl -lcrypto and do so outside the --with-openssl code
Derek Atkins [Tue, 18 Nov 2003 04:22:41 +0000 (04:22 +0000)]
Need to set -lssl -lcrypto and do so outside the --with-openssl code

20 years agoDon't forget to add -lssl -lcrypto
Derek Atkins [Tue, 18 Nov 2003 04:00:54 +0000 (04:00 +0000)]
Don't forget to add -lssl -lcrypto

20 years agoCheck for pkg-config and use that for openssl libraries, if it's available
Derek Atkins [Tue, 18 Nov 2003 02:30:43 +0000 (02:30 +0000)]
Check for pkg-config and use that for openssl libraries, if it's available

20 years agoFixed bug in service install name
Scott Cantor [Tue, 11 Nov 2003 05:25:11 +0000 (05:25 +0000)]
Fixed bug in service install name

20 years agoSet FD_SETSIZE if not set already.
Scott Cantor [Tue, 11 Nov 2003 03:35:55 +0000 (03:35 +0000)]
Set FD_SETSIZE if not set already.

20 years agoAdded a close() when the child socket exhausts the ONC limit.
Scott Cantor [Tue, 11 Nov 2003 03:34:46 +0000 (03:34 +0000)]
Added a close() when the child socket exhausts the ONC limit.

20 years agoSocket "name" is a string on all platforms.
Scott Cantor [Mon, 10 Nov 2003 22:30:17 +0000 (22:30 +0000)]
Socket "name" is a string on all platforms.

20 years agoErrors in KeyStoreResolver
Scott Cantor [Sat, 8 Nov 2003 23:01:34 +0000 (23:01 +0000)]
Errors in KeyStoreResolver

20 years agoRevamped credential APIs.
Scott Cantor [Sat, 8 Nov 2003 07:25:20 +0000 (07:25 +0000)]
Revamped credential APIs.

20 years agoAdd SAML library to link lines
Scott Cantor [Sat, 8 Nov 2003 07:24:39 +0000 (07:24 +0000)]
Add SAML library to link lines

20 years agoNew creds format.
Scott Cantor [Sat, 8 Nov 2003 07:22:27 +0000 (07:22 +0000)]
New creds format.

20 years agoUpdated provider types and creds format.
Scott Cantor [Sat, 8 Nov 2003 07:21:32 +0000 (07:21 +0000)]
Updated provider types and creds format.

20 years agoReference, not pointer.
Scott Cantor [Mon, 3 Nov 2003 19:44:33 +0000 (19:44 +0000)]
Reference, not pointer.

20 years agoUsed wrong subject pointer in binding call.
Scott Cantor [Mon, 3 Nov 2003 19:37:22 +0000 (19:37 +0000)]
Used wrong subject pointer in binding call.

20 years agoUpped lib version
Scott Cantor [Mon, 3 Nov 2003 19:28:39 +0000 (19:28 +0000)]
Upped lib version

20 years agoAdd an apache2 configuration sample
Derek Atkins [Mon, 3 Nov 2003 19:24:43 +0000 (19:24 +0000)]
Add an apache2 configuration sample

20 years agoRemoved old key/cert commands.
Scott Cantor [Mon, 3 Nov 2003 19:21:02 +0000 (19:21 +0000)]
Removed old key/cert commands.

20 years agoGet the Apache-2.0 module working.
Derek Atkins [Mon, 3 Nov 2003 19:19:08 +0000 (19:19 +0000)]
Get the Apache-2.0 module working.

20 years agoAdd XML-based client SSL config.
Scott Cantor [Mon, 3 Nov 2003 19:14:45 +0000 (19:14 +0000)]
Add  XML-based client SSL config.

20 years agoRevision for new binding API, won't work just yet...
Scott Cantor [Mon, 3 Nov 2003 18:33:19 +0000 (18:33 +0000)]
Revision for new binding API, won't work just yet...

20 years agoAdd XML-based client SSL config.
Scott Cantor [Mon, 3 Nov 2003 18:27:30 +0000 (18:27 +0000)]
Add  XML-based client SSL config.

20 years agoAdded comment at top.
Scott Cantor [Mon, 3 Nov 2003 18:11:40 +0000 (18:11 +0000)]
Added comment at top.

20 years agoExample credentials file.
Scott Cantor [Mon, 3 Nov 2003 17:55:07 +0000 (17:55 +0000)]
Example credentials file.

20 years agoFixed various schema errors.
Scott Cantor [Sat, 1 Nov 2003 21:35:16 +0000 (21:35 +0000)]
Fixed various schema errors.

20 years agoCorrected data type.
Scott Cantor [Sat, 1 Nov 2003 21:30:11 +0000 (21:30 +0000)]
Corrected data type.

20 years agoAdded timestamps to top level elements, new stuff for trust fabric.
Scott Cantor [Thu, 30 Oct 2003 14:55:10 +0000 (14:55 +0000)]
Added timestamps to top level elements, new stuff for trust fabric.

20 years agoFix for bug #74.
Scott Cantor [Tue, 28 Oct 2003 03:55:07 +0000 (03:55 +0000)]
Fix for bug #74.

20 years agoAdded GlobalSign Root.
Scott Cantor [Tue, 14 Oct 2003 18:12:03 +0000 (18:12 +0000)]
Added GlobalSign Root.

20 years agoFix Scott's test to make it work on Linux again
Derek Atkins [Tue, 7 Oct 2003 20:11:21 +0000 (20:11 +0000)]
Fix Scott's test to make it work on Linux again

20 years agoAdd stdio.h to mysql link test
Derek Atkins [Tue, 7 Oct 2003 19:24:21 +0000 (19:24 +0000)]
Add stdio.h to mysql link test
Fix mysql link "test"

20 years agoCode around lack of POSIX rwlocks on 2.6
Scott Cantor [Tue, 7 Oct 2003 02:57:42 +0000 (02:57 +0000)]
Code around lack of POSIX rwlocks on 2.6

20 years agoAdd a test for POSIX rwlock interface
Scott Cantor [Tue, 7 Oct 2003 02:33:14 +0000 (02:33 +0000)]
Add a test for POSIX rwlock interface

20 years agoAdd format parameter.
Scott Cantor [Fri, 3 Oct 2003 21:17:24 +0000 (21:17 +0000)]
Add format parameter.

20 years agoSyntax error in validation
Scott Cantor [Fri, 3 Oct 2003 19:15:51 +0000 (19:15 +0000)]
Syntax error in validation

20 years agoChanged shib-support to inqueue-support.
Nate Klingenstein [Thu, 2 Oct 2003 02:59:39 +0000 (02:59 +0000)]
Changed shib-support to inqueue-support.

20 years agoFirst pass at an apache-2 module. It compiles on Linux
Derek Atkins [Tue, 23 Sep 2003 23:58:43 +0000 (23:58 +0000)]
First pass at an apache-2 module.  It compiles on Linux
but it wont work, yet.

20 years agoOpenSSL on Solaris returning NULL method ptrs for empty exts.
Scott Cantor [Tue, 23 Sep 2003 16:34:18 +0000 (16:34 +0000)]
OpenSSL on Solaris returning NULL method ptrs for empty exts.

20 years agoAdded information about ca-bundle.crt for origins.
Nate Klingenstein [Mon, 22 Sep 2003 05:38:21 +0000 (05:38 +0000)]
Added information about ca-bundle.crt for origins.

20 years agoUpdated NSDL CA cert.
Walter Hoehn [Fri, 5 Sep 2003 18:02:32 +0000 (18:02 +0000)]
Updated NSDL CA cert.

20 years agoUpdated NSDL CA cert.
Walter Hoehn [Fri, 5 Sep 2003 17:43:30 +0000 (17:43 +0000)]
Updated NSDL CA cert.

20 years agoFixed commented out rules.
Scott Cantor [Wed, 3 Sep 2003 16:36:09 +0000 (16:36 +0000)]
Fixed commented out rules.

20 years agoSoftens language in 2.1 for Ken.
Nate Klingenstein [Tue, 2 Sep 2003 02:56:43 +0000 (02:56 +0000)]
Softens language in 2.1 for Ken.

20 years agoCode around STL problems.
Scott Cantor [Sun, 24 Aug 2003 22:32:17 +0000 (22:32 +0000)]
Code around STL problems.

20 years agoUpdated library version.
Scott Cantor [Sun, 24 Aug 2003 22:32:08 +0000 (22:32 +0000)]
Updated library version.

20 years agoAdded new Verisign root.
Scott Cantor [Tue, 19 Aug 2003 14:26:53 +0000 (14:26 +0000)]
Added new Verisign root.

20 years agoCopied from /java/doc/.
Walter Hoehn [Mon, 4 Aug 2003 16:19:51 +0000 (16:19 +0000)]
Copied from /java/doc/.

20 years agoForgot to set C++ flags to use local RPC
Scott Cantor [Sun, 3 Aug 2003 04:45:40 +0000 (04:45 +0000)]
Forgot to set C++ flags to use local RPC

20 years agoCopied from /java/doc/.
Walter Hoehn [Thu, 31 Jul 2003 21:19:21 +0000 (21:19 +0000)]
Copied from /java/doc/.

20 years agoCopied from /java/doc/.
Walter Hoehn [Thu, 31 Jul 2003 20:59:20 +0000 (20:59 +0000)]
Copied from /java/doc/.

20 years agoMinor fixes.
Walter Hoehn [Thu, 31 Jul 2003 20:48:59 +0000 (20:48 +0000)]
Minor fixes.

20 years agoIntegrating new doc changes from Steven.
Walter Hoehn [Thu, 31 Jul 2003 20:38:56 +0000 (20:38 +0000)]
Integrating new doc changes from Steven.

20 years agoAdded new 1.1 features to NEWS file.
Walter Hoehn [Thu, 31 Jul 2003 20:15:22 +0000 (20:15 +0000)]
Added new 1.1 features to NEWS file.

20 years agoUpdated some version numbers and an outdated path.
Walter Hoehn [Thu, 31 Jul 2003 19:03:48 +0000 (19:03 +0000)]
Updated some version numbers and an outdated path.

20 years agoRev'd version number.
Walter Hoehn [Thu, 31 Jul 2003 18:56:28 +0000 (18:56 +0000)]
Rev'd version number.

20 years agoCopied updates from /java/doc/.
Walter Hoehn [Thu, 31 Jul 2003 18:54:00 +0000 (18:54 +0000)]
Copied updates from /java/doc/.

20 years agoUpdated feature list.
Scott Cantor [Thu, 31 Jul 2003 15:04:54 +0000 (15:04 +0000)]
Updated feature list.
Added various fixes.

20 years agoUpdated feature list.
Scott Cantor [Thu, 31 Jul 2003 14:56:58 +0000 (14:56 +0000)]
Updated feature list.

20 years agoWas overwriting session id with address.
Scott Cantor [Wed, 30 Jul 2003 19:26:37 +0000 (19:26 +0000)]
Was overwriting session id with address.

20 years agoFixed problem with buffer reuse, set MIME type on errors.
Scott Cantor [Wed, 30 Jul 2003 19:17:13 +0000 (19:17 +0000)]
Fixed problem with buffer reuse, set MIME type on errors.

20 years agoAdded default shireURL for IIS version to use.
Scott Cantor [Wed, 30 Jul 2003 17:03:18 +0000 (17:03 +0000)]
Added default shireURL for IIS version to use.

20 years agoSome final Windows additions.
Scott Cantor [Wed, 30 Jul 2003 02:27:35 +0000 (02:27 +0000)]
Some final Windows additions.

20 years agoAdd missing files.
Scott Cantor [Tue, 29 Jul 2003 21:33:31 +0000 (21:33 +0000)]
Add missing files.

20 years agoCopied from /java/doc/.
Walter Hoehn [Tue, 29 Jul 2003 21:32:04 +0000 (21:32 +0000)]
Copied from /java/doc/.

20 years agoUpdate to OpenSSL 0.9.7b
Scott Cantor [Mon, 28 Jul 2003 16:29:55 +0000 (16:29 +0000)]
Update to OpenSSL 0.9.7b

20 years agoUpdates to 1.1; simplifies section 4, moving most info to section 5; documents resolv...
Nate Klingenstein [Mon, 28 Jul 2003 04:54:20 +0000 (04:54 +0000)]
Updates to 1.1; simplifies section 4, moving most info to section 5; documents resolvertest.

20 years agoLet complex values pass AnyValue rules.
Scott Cantor [Sun, 27 Jul 2003 20:00:59 +0000 (20:00 +0000)]
Let complex values pass AnyValue rules.

20 years agoReorganized attribute factory API for custom plugins.
Scott Cantor [Sun, 27 Jul 2003 05:03:31 +0000 (05:03 +0000)]
Reorganized attribute factory API for custom plugins.

20 years agoAdd sample Scope rules.
Scott Cantor [Sun, 27 Jul 2003 02:57:51 +0000 (02:57 +0000)]
Add sample Scope rules.

20 years agoUpdated package version.
Scott Cantor [Sat, 26 Jul 2003 20:11:34 +0000 (20:11 +0000)]
Updated package version.

20 years agoUpdated version to 1.1, added Scope rules in AAP section.
Scott Cantor [Sat, 26 Jul 2003 20:06:47 +0000 (20:06 +0000)]
Updated version to 1.1, added Scope rules in AAP section.

20 years agoFix accept/deny check in Scope rules.
Scott Cantor [Sat, 26 Jul 2003 19:52:25 +0000 (19:52 +0000)]
Fix accept/deny check in Scope rules.

20 years agoAllow only scope rules in a site rule.
Scott Cantor [Sat, 26 Jul 2003 19:40:50 +0000 (19:40 +0000)]
Allow only scope rules in a site rule.

20 years agoAdd permit/deny rules for Scope to AAP implementation.
Scott Cantor [Sat, 26 Jul 2003 07:15:51 +0000 (07:15 +0000)]
Add permit/deny rules for Scope to AAP implementation.
Migrate site metadata scope rules into AAP.

20 years agoAdded scope rules to AAP schema.
Scott Cantor [Sat, 26 Jul 2003 07:14:47 +0000 (07:14 +0000)]
Added scope rules to AAP schema.

20 years agoCopied from /java/doc/
Walter Hoehn [Fri, 25 Jul 2003 19:13:22 +0000 (19:13 +0000)]
Copied from /java/doc/

20 years agoAdded Headers.
Scott Cantor [Thu, 24 Jul 2003 16:30:17 +0000 (16:30 +0000)]
Added Headers.

20 years agoAdded new attributes.
Scott Cantor [Wed, 23 Jul 2003 20:58:12 +0000 (20:58 +0000)]
Added new attributes.

20 years agoAdded MySQL section.
Scott Cantor [Wed, 23 Jul 2003 20:22:43 +0000 (20:22 +0000)]
Added MySQL section.

20 years agoTweak patch language.
Scott Cantor [Wed, 23 Jul 2003 20:19:14 +0000 (20:19 +0000)]
Tweak patch language.

20 years agoPatch to Makefile.in
Scott Cantor [Wed, 23 Jul 2003 20:12:24 +0000 (20:12 +0000)]
Patch to Makefile.in

20 years agoSmall changed, plus syncing up origin feature list.
Scott Cantor [Wed, 23 Jul 2003 18:28:02 +0000 (18:28 +0000)]
Small changed, plus syncing up origin feature list.

20 years agoAdded a bit of logging.
Scott Cantor [Tue, 22 Jul 2003 19:09:42 +0000 (19:09 +0000)]
Added a bit of logging.

20 years agoBad FAQ URL
Scott Cantor [Tue, 22 Jul 2003 18:32:49 +0000 (18:32 +0000)]
Bad FAQ URL