shibboleth/sp.git
19 years agoHandle apache-1.3 ap_set_file_slot() api.
warlord [Sat, 5 Feb 2005 03:22:11 +0000 (03:22 +0000)]
Handle apache-1.3 ap_set_file_slot() api.

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

19 years agoreturn "DECLINE_CMD" when we process the AuthGroupFile directive.
warlord [Fri, 4 Feb 2005 17:28:06 +0000 (17:28 +0000)]
return "DECLINE_CMD" when we process the AuthGroupFile directive.
Should fix the mod_auth issue discussed on shib-users list.

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

19 years agoInstall non-generated config files from srcdir (#184).
warlord [Tue, 1 Feb 2005 19:20:49 +0000 (19:20 +0000)]
Install non-generated config files from srcdir (#184).

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

19 years agoWrong slash constant
cantor [Tue, 1 Feb 2005 19:06:33 +0000 (19:06 +0000)]
Wrong slash constant

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

19 years agoPartial fix for bug #121
cantor [Tue, 1 Feb 2005 19:05:40 +0000 (19:05 +0000)]
Partial fix for bug #121

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

19 years agoFix for bug #109
cantor [Tue, 1 Feb 2005 18:42:10 +0000 (18:42 +0000)]
Fix for bug #109

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

19 years agoCredentialProvider should be optional.
cantor [Sun, 30 Jan 2005 20:55:05 +0000 (20:55 +0000)]
CredentialProvider should be optional.

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

19 years agoMoved plugin and locking interfaces into libsaml.
cantor [Sun, 30 Jan 2005 20:50:48 +0000 (20:50 +0000)]
Moved plugin and locking interfaces into libsaml.

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

19 years agoAdded expiration.
cantor [Sun, 30 Jan 2005 19:56:30 +0000 (19:56 +0000)]
Added expiration.

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

19 years agoMissing const specifier
cantor [Sun, 30 Jan 2005 19:33:52 +0000 (19:33 +0000)]
Missing const specifier

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

19 years agoUse new SAML date class.
cantor [Sun, 30 Jan 2005 19:32:03 +0000 (19:32 +0000)]
Use new SAML date class.

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

19 years agoAdded expiration handling to metadata.
cantor [Sun, 30 Jan 2005 06:25:41 +0000 (06:25 +0000)]
Added expiration handling to metadata.

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

19 years agoRemove legacy APIs and stubbed methods.
cantor [Sat, 29 Jan 2005 23:21:57 +0000 (23:21 +0000)]
Remove legacy APIs and stubbed methods.

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

19 years agoUse new SAML date class.
cantor [Sat, 29 Jan 2005 23:15:56 +0000 (23:15 +0000)]
Use new SAML date class.

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

19 years agoNot all modules can call doHandlePOST() from doCheckAuthN().
warlord [Wed, 26 Jan 2005 21:04:39 +0000 (21:04 +0000)]
Not all modules can call doHandlePOST() from doCheckAuthN().
Add a flag so the module can decide whether to enable that.

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

19 years agoImplement filter and extension modules using new APIs.
warlord [Wed, 26 Jan 2005 19:38:37 +0000 (19:38 +0000)]
Implement filter and extension modules using new APIs.
Old code is still there, #ifdef'ed out.

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

19 years agoImplement the ISAPI Extension callbacks.
warlord [Wed, 26 Jan 2005 19:12:15 +0000 (19:12 +0000)]
Implement the ISAPI Extension callbacks.

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

19 years agoRemove sleep() debugging.
warlord [Wed, 26 Jan 2005 17:31:42 +0000 (17:31 +0000)]
Remove sleep() debugging.

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

19 years agoImplement the ISAPI Filter callbacks.
warlord [Wed, 26 Jan 2005 17:27:36 +0000 (17:27 +0000)]
Implement the ISAPI Filter callbacks.
Note that they aren't used, yet.

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

19 years agoSmall fix to bool warning, plus a missing variable change in the 1.3 code.
cantor [Wed, 26 Jan 2005 05:34:24 +0000 (05:34 +0000)]
Small fix to bool warning, plus a missing variable change in the 1.3 code.

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

19 years agoAdded strcasecmp check/redefine at top.
cantor [Wed, 26 Jan 2005 05:33:30 +0000 (05:33 +0000)]
Added strcasecmp check/redefine at top.

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

19 years agoImplement generic HTAccess and doCheckAuthZ()
warlord [Tue, 25 Jan 2005 21:10:21 +0000 (21:10 +0000)]
Implement generic HTAccess and doCheckAuthZ()
requires one more subclass for the modules to handle the groups table
moved all of apache over to ShibTarget (old code is #ifdef'd out)

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

19 years agoAbstract out getAssertions and implement part of doCheckAuthZ
warlord [Tue, 25 Jan 2005 15:16:39 +0000 (15:16 +0000)]
Abstract out getAssertions and implement part of doCheckAuthZ
Still need to hook in apache htaccess support, somehow.

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

19 years agoCheckpoint: Apache Module using new ShibTarget class.
warlord [Tue, 25 Jan 2005 00:10:30 +0000 (00:10 +0000)]
Checkpoint: Apache Module using new ShibTarget class.
Still need to implement doCheckAuthZ.

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

19 years agoCheckpoint: Implement doHandlePOST()
warlord [Mon, 24 Jan 2005 18:41:29 +0000 (18:41 +0000)]
Checkpoint:  Implement doHandlePOST()

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

19 years agoRelocate XML schemas to share/xml/shibboleth
cantor [Mon, 24 Jan 2005 04:17:58 +0000 (04:17 +0000)]
Relocate XML schemas to share/xml/shibboleth

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

19 years ago*** keyword substitution change ***
cantor [Mon, 24 Jan 2005 04:17:21 +0000 (04:17 +0000)]
*** keyword substitution change ***

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

19 years agoMoved executables to sbin
cantor [Mon, 24 Jan 2005 04:09:55 +0000 (04:09 +0000)]
Moved executables to sbin

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

19 years agoCorrected Xerces and XMLSec tests
cantor [Mon, 24 Jan 2005 03:44:33 +0000 (03:44 +0000)]
Corrected Xerces and XMLSec tests

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

19 years agoRelocate XML schemas to share/xml/shibboleth
cantor [Mon, 24 Jan 2005 03:27:01 +0000 (03:27 +0000)]
Relocate XML schemas to share/xml/shibboleth

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

19 years agoNew pre-install versions to replace schema hint.
cantor [Mon, 24 Jan 2005 03:21:47 +0000 (03:21 +0000)]
New pre-install versions to replace schema hint.

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

19 years agoRelocate XML schemas to share/xml/shibboleth
cantor [Mon, 24 Jan 2005 03:21:02 +0000 (03:21 +0000)]
Relocate XML schemas to share/xml/shibboleth

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

19 years agoNew pre-install versions to replace schema hint.
cantor [Mon, 24 Jan 2005 03:16:13 +0000 (03:16 +0000)]
New pre-install versions to replace schema hint.

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

19 years agoNew pre-install versions to replace schema hint.
cantor [Mon, 24 Jan 2005 03:08:37 +0000 (03:08 +0000)]
New pre-install versions to replace schema hint.

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

19 years agoSome quick improvements to support new schema and multiple signatures.
cantor [Sat, 22 Jan 2005 05:46:05 +0000 (05:46 +0000)]
Some quick improvements to support new schema and multiple signatures.

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

19 years agoNew sample metadata.
cantor [Sat, 22 Jan 2005 05:13:58 +0000 (05:13 +0000)]
New sample metadata.

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

19 years agoForgot to add XMLEnc schema
cantor [Sat, 22 Jan 2005 04:46:40 +0000 (04:46 +0000)]
Forgot to add XMLEnc schema

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

19 years agoRegister SAML2 schemas.
cantor [Sat, 22 Jan 2005 04:34:02 +0000 (04:34 +0000)]
Register SAML2 schemas.

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

19 years agoCleaned up usage of KeyDescriptor use attribute
cantor [Sat, 22 Jan 2005 00:06:27 +0000 (00:06 +0000)]
Cleaned up usage of KeyDescriptor use attribute

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

19 years agoAdded unspecified to Key use enum, added request profile constant
cantor [Sat, 22 Jan 2005 00:05:47 +0000 (00:05 +0000)]
Added unspecified to Key use enum, added request profile constant

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

19 years agoCheckpoint shibtarget.
warlord [Fri, 21 Jan 2005 22:47:26 +0000 (22:47 +0000)]
Checkpoint shibtarget.
Implement doCheckAuthN()
Implement doExportAssertions()
fix locking around Application and Settings
fix 'const' in arguments

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

19 years agoRequire Xerces 2.6.1 for xml:lang in metadata, check for xmlsec 1.1 header
cantor [Tue, 18 Jan 2005 17:48:40 +0000 (17:48 +0000)]
Require Xerces 2.6.1 for xml:lang in metadata, check for xmlsec 1.1 header

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

19 years agoAdded logging of filename during errors.
cantor [Mon, 17 Jan 2005 21:37:04 +0000 (21:37 +0000)]
Added logging of filename during errors.

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

19 years agoRevised metadata API.
cantor [Mon, 17 Jan 2005 04:28:50 +0000 (04:28 +0000)]
Revised metadata API.

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

19 years agoUpdated Apache link path
cantor [Mon, 17 Jan 2005 04:28:35 +0000 (04:28 +0000)]
Updated Apache link path

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

19 years agoAdding 2.0 metadata-related schemas.
cantor [Mon, 17 Jan 2005 04:21:09 +0000 (04:21 +0000)]
Adding 2.0 metadata-related schemas.

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

19 years ago*** keyword substitution change ***
cantor [Mon, 17 Jan 2005 04:20:45 +0000 (04:20 +0000)]
*** keyword substitution change ***

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

19 years agoAdded XENC schema
cantor [Sat, 15 Jan 2005 23:30:12 +0000 (23:30 +0000)]
Added XENC schema

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

19 years agoUpped SAML version requirement.
cantor [Sat, 15 Jan 2005 23:28:58 +0000 (23:28 +0000)]
Upped SAML version requirement.

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

19 years agoUpdated lib version.
cantor [Sat, 15 Jan 2005 22:14:34 +0000 (22:14 +0000)]
Updated lib version.

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

19 years agoUpdated package version.
cantor [Sat, 15 Jan 2005 22:12:33 +0000 (22:12 +0000)]
Updated package version.

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

19 years agoNeeded for new metadata spec.
cantor [Sat, 15 Jan 2005 21:49:19 +0000 (21:49 +0000)]
Needed for new metadata spec.

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

19 years agoAdded additional constants.
cantor [Tue, 11 Jan 2005 05:52:09 +0000 (05:52 +0000)]
Added additional constants.

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

19 years agoFixed crash during shutdown by putting RPC handle pool on the heap.
cantor [Tue, 11 Jan 2005 02:44:18 +0000 (02:44 +0000)]
Fixed crash during shutdown by putting RPC handle pool on the heap.

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

19 years agoMove the 'SHIRE' d'tor into the class definition.
warlord [Mon, 10 Jan 2005 17:58:31 +0000 (17:58 +0000)]
Move the 'SHIRE' d'tor into the class definition.

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

19 years agoMoved Domain out to be usable as an extension element.
cantor [Fri, 7 Jan 2005 18:16:59 +0000 (18:16 +0000)]
Moved Domain out to be usable as an extension element.

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

19 years agoAdded new constants for metadata.
cantor [Fri, 7 Jan 2005 18:15:52 +0000 (18:15 +0000)]
Added new constants for metadata.

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

19 years agoCheckpoint the new ShibTarget code.
warlord [Sat, 1 Jan 2005 01:12:36 +0000 (01:12 +0000)]
Checkpoint the new ShibTarget code.
Move the ShibTarget and SHIRE classes to the end of the file.
Add an init() method.
Hide the saved state.
Implement get_application()
Start implementing doCheckAuthN()

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

19 years agoCorrect bug from last merge.
cantor [Fri, 31 Dec 2004 23:51:41 +0000 (23:51 +0000)]
Correct bug from last merge.

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

19 years agoAdded Scoped indicator, avoids reliance on sender.
cantor [Sun, 12 Dec 2004 04:14:16 +0000 (04:14 +0000)]
Added Scoped indicator, avoids reliance on sender.

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

19 years agoAdded Scoped indicator, avoids reliance on sender.
cantor [Sun, 12 Dec 2004 04:02:00 +0000 (04:02 +0000)]
Added Scoped indicator, avoids reliance on sender.

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

19 years agoBlock @ character in EPPN values.
cantor [Sat, 11 Dec 2004 07:00:09 +0000 (07:00 +0000)]
Block @ character in EPPN values.

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

19 years agoMove the SHIRE and RM code into ShibTarget.
warlord [Wed, 8 Dec 2004 19:01:52 +0000 (19:01 +0000)]
Move the SHIRE and RM code into ShibTarget.
Re-implement SHIRE in terms of ShibTarget, removing the old SHIRE implementation.
I could do the same with RM, but that's not necessary, yet -- I had
a symbol conflict (CgiParse) with the old/new implementations.
Only lightly tested.

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

19 years agoUse const char for strict C++ headers.
cantor [Mon, 29 Nov 2004 17:33:15 +0000 (17:33 +0000)]
Use const char for strict C++ headers.

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

19 years agoAdded __sparc for Forte compiler
cantor [Mon, 29 Nov 2004 17:28:01 +0000 (17:28 +0000)]
Added __sparc for Forte compiler

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

19 years agoAdded option to read file from stdin, easier way to support SSL
cantor [Mon, 8 Nov 2004 04:39:53 +0000 (04:39 +0000)]
Added option to read file from stdin, easier way to support SSL

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

19 years agoAdded a sanity check if cookie value has an equal sign in it.
cantor [Thu, 4 Nov 2004 20:34:48 +0000 (20:34 +0000)]
Added a sanity check if cookie value has an equal sign in it.

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

19 years agoPatched filter redirects to match extension redirects.
cantor [Thu, 4 Nov 2004 20:34:09 +0000 (20:34 +0000)]
Patched filter redirects to match extension redirects.

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

19 years agoAdd all-data-local to install hook
cantor [Wed, 3 Nov 2004 18:22:14 +0000 (18:22 +0000)]
Add all-data-local to install hook

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

19 years agoAdding more/most files to protected list.
cantor [Tue, 2 Nov 2004 20:09:43 +0000 (20:09 +0000)]
Adding more/most files to protected list.

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

19 years agoDon't overwrite config-files on install.
warlord [Mon, 1 Nov 2004 16:18:50 +0000 (16:18 +0000)]
Don't overwrite config-files on install.
Fix spec to handle new ".dist" config files.
Note: some files are overwritten, some are not.  We can choose which in
configs/Makefile.

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

19 years agoMissing stat definition on older Red Hat.
cantor [Fri, 29 Oct 2004 04:58:32 +0000 (04:58 +0000)]
Missing stat definition on older Red Hat.

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

19 years ago*** empty log message ***
cantor [Thu, 28 Oct 2004 03:17:07 +0000 (03:17 +0000)]
*** empty log message ***

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

19 years agoChanging defaults/examples to avoid use of DN.
cantor [Thu, 28 Oct 2004 03:14:16 +0000 (03:14 +0000)]
Changing defaults/examples to avoid use of DN.

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

19 years agoTweaks for 1.2.1
cantor [Thu, 28 Oct 2004 03:14:00 +0000 (03:14 +0000)]
Tweaks for 1.2.1

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

19 years agoFixed broken scheme computation in extension
cantor [Wed, 27 Oct 2004 20:36:27 +0000 (20:36 +0000)]
Fixed broken scheme computation in extension

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

19 years agoUpdated to latest libcurl
cantor [Wed, 27 Oct 2004 16:31:24 +0000 (16:31 +0000)]
Updated to latest libcurl

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

19 years agoClarified an error message.
cantor [Wed, 27 Oct 2004 15:40:01 +0000 (15:40 +0000)]
Clarified an error message.

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

19 years agoForgot to add appender header
cantor [Tue, 26 Oct 2004 22:06:27 +0000 (22:06 +0000)]
Forgot to add appender header

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

19 years agoPorting changes from 1.2 branch
cantor [Tue, 26 Oct 2004 21:55:24 +0000 (21:55 +0000)]
Porting changes from 1.2 branch

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

19 years agoAdd stderr appender
cantor [Tue, 26 Oct 2004 21:41:18 +0000 (21:41 +0000)]
Add stderr appender

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

19 years agoPorting changes from 1.2 branch
cantor [Tue, 26 Oct 2004 20:18:32 +0000 (20:18 +0000)]
Porting changes from 1.2 branch

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

19 years ago*** empty log message ***
cantor [Mon, 25 Oct 2004 04:36:39 +0000 (04:36 +0000)]
*** empty log message ***

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

19 years agoPorting changes from 1.2 branch
cantor [Mon, 25 Oct 2004 04:23:07 +0000 (04:23 +0000)]
Porting changes from 1.2 branch

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

19 years agoPorting changes from 1.2 branch
cantor [Mon, 25 Oct 2004 04:10:42 +0000 (04:10 +0000)]
Porting changes from 1.2 branch

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

19 years agoPorting changes from 1.2 branch
cantor [Mon, 25 Oct 2004 03:59:04 +0000 (03:59 +0000)]
Porting changes from 1.2 branch

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

19 years agoPorting changes from 1.2 branch
cantor [Mon, 25 Oct 2004 03:52:48 +0000 (03:52 +0000)]
Porting changes from 1.2 branch

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

19 years agoPorting changes from 1.2 branch
cantor [Mon, 25 Oct 2004 03:33:12 +0000 (03:33 +0000)]
Porting changes from 1.2 branch

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

19 years agoPorting changes from 1.2 branch
cantor [Mon, 25 Oct 2004 03:14:39 +0000 (03:14 +0000)]
Porting changes from 1.2 branch

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

19 years agoWorking SPEC file for Shibboleth.
warlord [Thu, 21 Oct 2004 21:46:47 +0000 (21:46 +0000)]
Working SPEC file for Shibboleth.

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

19 years agoInitial revision of Shib RPM Spec File.
warlord [Thu, 21 Oct 2004 18:03:00 +0000 (18:03 +0000)]
Initial revision of Shib RPM Spec File.

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

19 years agoPort 1.2 branch fixes
cantor [Sun, 22 Aug 2004 23:30:32 +0000 (23:30 +0000)]
Port 1.2 branch fixes

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

19 years agoFix to Site definition
cantor [Sun, 22 Aug 2004 23:27:15 +0000 (23:27 +0000)]
Fix to Site definition

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

19 years agoAdded wrapper around pthread include.
cantor [Fri, 20 Aug 2004 14:14:32 +0000 (14:14 +0000)]
Added wrapper around pthread include.

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

19 years agoAdded missing files to dist.
cantor [Fri, 20 Aug 2004 14:13:27 +0000 (14:13 +0000)]
Added missing files to dist.

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

19 years agoAdded Win32 config to distribution
cantor [Thu, 19 Aug 2004 21:22:43 +0000 (21:22 +0000)]
Added Win32 config to distribution

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

19 years agoAdd a timeout reset to 1.3 module, emulating other examples.
cantor [Fri, 13 Aug 2004 15:18:05 +0000 (15:18 +0000)]
Add a timeout reset to 1.3 module, emulating other examples.

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

19 years agoFixed crash when removing lone assertion due to condition check (bug 111)
cantor [Thu, 5 Aug 2004 20:32:44 +0000 (20:32 +0000)]
Fixed crash when removing lone assertion due to condition check (bug 111)

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

19 years agoAdding case sensitivity flag to htaccess processing
cantor [Thu, 22 Jul 2004 18:21:27 +0000 (18:21 +0000)]
Adding case sensitivity flag to htaccess processing

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

19 years agoAdding case sensitivity flag to AAP rules.
cantor [Thu, 22 Jul 2004 17:37:15 +0000 (17:37 +0000)]
Adding case sensitivity flag to AAP rules.

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