[shibboleth-sp2] annotated tag 1.3.1 created (now 32747b4)
Ferenc Wágner
wferi-guest at moszumanska.debian.org
Tue Jan 26 21:29:43 UTC 2016
This is an automated email from the git hooks/post-receive script.
wferi-guest pushed a change to annotated tag 1.3.1
in repository shibboleth-sp2.
at 32747b4 (tag)
tagging 42316282f5b6bea4a37c57beb4c943810d085d24 (commit)
replaces 1.3f
tagged by Scott Cantor
on Mon Dec 24 22:35:52 2007 +0000
- Log -----------------------------------------------------------------
Tagging 1.3.1 release.
Jim Fox (3):
Set module to use output filters where available.
Simplify the fixup handler
Find an apache and apxs if none specified.
Scott Cantor (121):
Non-threadsafe call to ctime()
Check for empty entityID.
Fix for bug 593, add leading slash to handlers.
Detect invalid resource URLs.
Handle high-range characters when URL encoding.
Relax use restriction on signing keys to match expected 2.0 rules.
Relax use restriction on signing keys to match expected 2.0 rules.
Yank InQueue and old Wiki references, simplify defaults.
Remove wayf references.
Correct excessive looping for type 2.
Fixed contact type assignment, and corrected admin constant.
Set cookie for error and normal responses when deferring headers.
Deleted extraneous variables.
Fix for empty values (#620)
Missed a reference to inqueue.pem
Updated build to Xerces 2.7, xmlsec 1.3.1
Fix log message.
Change rule token delimiter to space. Still need to add escaping.
Add macro for specifying look-aside Xerces RPM.
Can't overlap headers or we'll break multiple Set-Cookies.
inqueue key removed.
Delete IQ refs.
Fix bug SSPCPP-3
Backport chunked encoding fix.
Cleanup error templates
Add default-on spoof checking feature to Apache.
Reapply accidentally lost changes
Error out when no Key element found.
Library updates.
Spoof detection.
Remove patch reference.
Sync project up.
Update makefiles, backport I/O changes.
Backport filtering fixes for cookie setting problem.
Try and fix an underspecified issue in ADFS logout.
Sync to trunk.
SuSE has different doc conventions.
Backport logging changes.
Compile bug.
Fix for native log location on SuSE.
Sync up older 1.3 spec file and require opensaml < 2.0
Conditionally bypass built-in Apache dependency.
Backport shibd script changes.
Backport shibd script changes.
Add OS-X launchd info.
Remove dead code.
Fixes to header management, added spoof checking, virtual server calls.
Rename openssl import libs.
Backport PathRegex support, can't do queries.
Remove selinux subpackage.
Remove improper output to stderr/stdout.
Add SELinux call for pidfile.
Missing case where path info is empty.
Wasn't setting cookies during full page responses.
FastCGI support.
Consume SHIBSP variables earlier in the process.
Integrate FastCGI support.
Preparing for 1.3.1 version.
Fix dist handling in Makefiles.
Macro-ize spec files for Solaris.
Macro errors.
Wrong macro.
Fix 64-bit cast.
Logging fixes.
Fix 64-bit cast.
Fix fastcgi check.
Missing libshib.
Add fastcgi feature option.
Remove old file.
Remove old file.
Up library versions.
Fix pre/post macros.
Update Eclipse project files.
Add FastCGI license.
Add FastCGI license.
Fix documentation directory and eliminate special handling in spec file.
Fix doc references.
Fix doc references.
Should fail if fcgi header not found.
Check if Apache binary exists during peek step.
Reduce catch all handlers, and make them optional.
Backport missing types and clean up schema a bit.
Fix improper uses of delete and free.
Linefeed change
Convert ENDLINE refs to eol.
Fix for shibd init script install.
Fix name of exception control setting.
Fix log4shib/log4cpp link check.
Up log4cpp version requirement.
Switch exception class, seems to fail on some gcc versions.
Missing header.
Switch exception class, seems to fail on some gcc versions.
Backport key compare approach to certificate validation.
Ensure outgoing errors are logged.
Add quiet option to suppress some output.
Add User-Agent header to SOAP messages.
Log library versions.
Add -v option to print version.
Failed to initialize members after switch from auto_ptr.
Remove useless logging and private class.
Logging improvements, especially around trust operations.
Fix for jsessionid bug.
Add option for inclusive c14n.
Add feature changes.
Remove check for RSA algorithm, block duplicate check of root signature.
Strip svn files from dist.
Solaris compiler doesn't like two include macros on one line.
Patched ctime_r branch.
Update Solaris packaging files.
Solaris depend file.
Remove unsupported apxs queries.
Export authn instant.
Test for ctime_r prototype.
Clarify whether to add file to httpd.conf.
Correct subfolder name.
Add version resource to fastcgi files.
Add version resource to fastcgi files.
Detect multiple executions of NSAPI function so spoof check doesn't run twice.
Detect subrequests and internal redirects.
Update for release.
Convert linefeeds.
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new ecbf439 Relax use restriction on signing keys to match expected 2.0 rules.
new 3045d55 Relax use restriction on signing keys to match expected 2.0 rules.
new 09ec69c Set module to use output filters where available. Allow attributes to be exported as environment variables.
new 02d3fc5 Simplify the fixup handler
new 42c7860 Yank InQueue and old Wiki references, simplify defaults.
new b12e5ec Remove wayf references.
new aadc864 Correct excessive looping for type 2.
new d8e53cd Fixed contact type assignment, and corrected admin constant.
new 5d511e5 Set cookie for error and normal responses when deferring headers.
new a9741d7 Deleted extraneous variables.
new ce24bcb Fix for empty values (#620)
new 966fcca Missed a reference to inqueue.pem
new f7507f9 Updated build to Xerces 2.7, xmlsec 1.3.1
new 2508798 Fix log message.
new 64de4ac Change rule token delimiter to space. Still need to add escaping.
new 03462ae Add macro for specifying look-aside Xerces RPM.
new c9ab987 Find an apache and apxs if none specified.
new ea68046 Can't overlap headers or we'll break multiple Set-Cookies.
new e9e28ef inqueue key removed.
new 9c8c4d6 Delete IQ refs.
new c82eff4 Fix bug SSPCPP-3
new 7268763 Backport chunked encoding fix.
new dce0787 Cleanup error templates
new e3a667b Add default-on spoof checking feature to Apache.
new 7cbdd7e Reapply accidentally lost changes
new 6211ad0 Error out when no Key element found.
new 918d13f Library updates.
new ecad07c Spoof detection.
new a9d91d1 Remove patch reference.
new 2129280 Sync project up.
new 0c72090 Update makefiles, backport I/O changes.
new be6c8c8 Backport filtering fixes for cookie setting problem.
new d4cdb04 Try and fix an underspecified issue in ADFS logout.
new a9c84d3 Sync to trunk. Fix boolean property overrides. Split environment/header option.
new 5c56c5e SuSE has different doc conventions.
new 38b114e Backport logging changes.
new ec0236f Compile bug.
new 9880fc4 Fix for native log location on SuSE.
new 176f7ab Sync up older 1.3 spec file and require opensaml < 2.0 Add --with-odbc option to 2.0 rebuild. Add conditional logging dependency using --with-log4cpp.
new 132d271 Conditionally bypass built-in Apache dependency.
new 841a4d1 Backport shibd script changes.
new ad7cd32 Backport shibd script changes.
new 6773be5 Add OS-X launchd info.
new b46fc45 Remove dead code.
new b97b9c8 Fixes to header management, added spoof checking, virtual server calls.
new 9d085ae Rename openssl import libs.
new e9e9848 Backport PathRegex support, can't do queries.
new 755be28 Remove selinux subpackage.
new 277e5d1 Remove improper output to stderr/stdout.
new a6db44f Add SELinux call for pidfile.
new ec5b186 Missing case where path info is empty.
new 0e6a309 Wasn't setting cookies during full page responses.
new 7b6c3ea FastCGI support.
new 9c26986 Consume SHIBSP variables earlier in the process.
new beb32df Integrate FastCGI support.
new b9364e8 Preparing for 1.3.1 version.
new d25477d Fix dist handling in Makefiles.
new b2ab60c Macro-ize spec files for Solaris.
new f45a569 Macro errors.
new dddc140 Wrong macro.
new d59fc13 Fix 64-bit cast.
new 7a7c5af Logging fixes.
new 168b443 Fix 64-bit cast.
new 70d07e7 Fix fastcgi check.
new c40696f Missing libshib.
new 60f8a03 Add fastcgi feature option.
new 9d4f560 Remove old file.
new 0721c7b Remove old file.
new 166a3fe Up library versions.
new a6106a9 Fix pre/post macros.
new 79e76fe Update Eclipse project files.
new d88c740 Add FastCGI license.
new 1906de7 Add FastCGI license.
new f4acf79 Fix documentation directory and eliminate special handling in spec file.
new 59e9ee3 Fix doc references.
new 89314b6 Fix doc references.
new ab0703e Should fail if fcgi header not found.
new 4d7f31c Check if Apache binary exists during peek step.
new 8dc391f Reduce catch all handlers, and make them optional.
new 6b7ab1c Backport missing types and clean up schema a bit.
new de98267 Fix improper uses of delete and free.
new af81d37 Linefeed change
new 521f958 Convert ENDLINE refs to eol. Make configure script check for proper logging version.
new 8a5684a Fix for shibd init script install.
new 19c6a5e Fix name of exception control setting.
new 9693215 Fix log4shib/log4cpp link check.
new 1081b13 Up log4cpp version requirement.
new 1204fff Switch exception class, seems to fail on some gcc versions.
new 1d275cb Missing header.
new 95d7067 Switch exception class, seems to fail on some gcc versions.
new 5bf6a74 Backport key compare approach to certificate validation. Check for xmlsec 1.3.0 in projects.
new f227543 Ensure outgoing errors are logged.
new 03cc945 Add quiet option to suppress some output.
new 7714f12 Add User-Agent header to SOAP messages.
new 7744788 Log library versions.
new 0d8ee42 Add -v option to print version.
new 93c9e2a Failed to initialize members after switch from auto_ptr.
new 2489395 Remove useless logging and private class.
new f32bf71 Logging improvements, especially around trust operations.
new 6b9d34d Fix for jsessionid bug.
new 8d26bdc Add option for inclusive c14n.
new c54df95 Add feature changes.
new 0432a85 Remove check for RSA algorithm, block duplicate check of root signature.
new e0bf616 Strip svn files from dist.
new d3b1aea Solaris compiler doesn't like two include macros on one line.
new 5b8983b Patched ctime_r branch.
new 0f6b99c Update Solaris packaging files.
new 4333284 Solaris depend file.
new 8883618 Remove unsupported apxs queries.
new 3a61af1 Export authn instant.
new 4bdcdf1 Test for ctime_r prototype.
new 98b520b Clarify whether to add file to httpd.conf.
new 1ca6c68 Correct subfolder name.
new 82d7da8 Add version resource to fastcgi files.
new 277c4be Add version resource to fastcgi files.
new 8bfac06 Detect multiple executions of NSAPI function so spoof check doesn't run twice.
new 3737825 Detect subrequests and internal redirects.
new 4a516d0 Update for release.
new 4231628 Convert linefeeds.
The 119 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-shibboleth/shibboleth-sp2.git
More information about the Pkg-shibboleth-devel
mailing list