summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update documentation for 1.11 branch.origin/simplesamlphp-1.11Jaime Pérez Crespo2013-11-194-0/+44
* Final 1.11.0 release.Jaime Pérez Crespo2013-06-051-1/+1
* Upgrade notes for version 1.11.Jaime Pérez Crespo2013-05-301-0/+1
* Initial 1.11 branch and first release candidate.Jaime Pérez Crespo2013-05-236-232/+1
* Updated changelog for 1.11 release.Jaime Pérez Crespo2013-05-231-0/+95
* Updated dutch and spanish translations.Jaime Pérez Crespo2013-05-237-21/+49
* Add Latvian translation.Olav Morken2013-05-2327-12/+415
* Translation updates.Olav Morken2013-05-2312-89/+129
* Removed some feide entities from the metadata templates.Jaime Pérez Crespo2013-05-232-40/+3
* Modified the demo example to show the attribute names, not only the friendly ...Jaime Pérez Crespo2013-05-231-2/+11
* SAML2: Fix generation of mdui:Keyword with ampersand in keyword.Olav Morken2013-05-221-3/+4
* SAML2: Fix generation of mdui:Logo element with ampersand in URL.Olav Morken2013-05-221-1/+1
* saml: Fix saml:sp:IdP for SAML 1.1Olav Morken2013-05-222-2/+4
* Fix typo reported by Dick Visser.Jaime Pérez Crespo2013-05-081-1/+1
* consent: Add support for SQLite database.Olav Morken2013-05-031-18/+35
* Fix default configuration for consentAdmin & consentSimpleAdmin.Olav Morken2013-04-292-2/+2
* discopower: Get name for IdP from mdui:DisplayName.Olav Morken2013-04-261-0/+8
* saml: Add support for more contact types in SP metadata.Olav Morken2013-04-102-0/+25
* authX509: Make ldapusercert validation optional.Olav Morken2013-04-082-23/+37
* Add initial support for limiting redirect to trusted hosts.Olav Morken2013-04-083-2/+49
* authtwitter: oauth_verifier fix (issue #546).Andjelko Horvat2013-04-051-1/+14
* Small fix for issue #537 and refactor to make code more clear.Jaime Pérez Crespo2013-04-031-17/+5
* memcache: Check for existence of memcache extension.Olav Morken2013-04-031-4/+5
* Fixes for issues #539, #540, #541 and #542. Thanks to Thijs Kinkhorst for the...Jaime Pérez Crespo2013-03-2113-61/+99
* SAMLParser: Fix incorrect assertion & documentation in parseElement().Olav Morken2013-03-131-3/+3
* Fix for issue #524. The get() method of the SimpleSAML_Store interface should...Jaime Pérez Crespo2013-02-261-0/+4
* Support for UIInfo elements in SP metadata. Bugfix with SP metadata signing.Jaime Pérez Crespo2013-02-262-98/+75
* Fix some typos with method Session::getTrackID()Jaime Pérez Crespo2013-01-233-3/+3
* Removed WAYF metadata from metadata templates.Jacob Christiansen2013-01-231-38/+0
* core:GenerateGroups: Fix use of "/e" preg_replace modifier.Olav Morken2013-01-171-5/+3
* docs: Some fixes for Scoping documentation.Olav Morken2013-01-171-7/+7
* saml:PersistentNameID2TargetedID: New filter for storing persistent NameID in...Olav Morken2013-01-113-0/+127
* SimpleSAML_Auth_Source::getSourcesOfType(): Fix typo in variable name.Olav Morken2013-01-101-1/+1
* sanitycheck: Make configuration file optional.Olav Morken2013-01-103-27/+7
* SimpleSAML_Module: add module.enable configuration option for enabling/disabl...Andjelko Horvat2013-01-092-0/+31
* SimpleSAML_XHTML_Template: add language parameter options (issue #530).Andjelko Horvat2013-01-083-4/+17
* SimpleSAML_XHTML_Template: language cookie options (issue #527).Andjelko Horvat2013-01-072-3/+24
* consent: Fix accented character in includeValues documentation.Olav Morken2013-01-031-1/+1
* Fix for SLO in WS-Fed.Jaime Pérez Crespo2012-12-131-1/+6
* Simple bugfix suggested by Emmanuel Dreyfus.Jaime Pérez Crespo2012-12-131-1/+1
* docs: Fix documentation for NameIDFormat in SAML 2.0 SP remote reference.Olav Morken2012-12-031-5/+5
* Fix inconsistency in email NameID format.Olav Morken2012-12-033-3/+3
* saml: Fix SAML 2.0 SP logout with PostgreSQL.Olav Morken2012-12-031-2/+3
* saml: Fix NULL return from saml_IdP_SAML2::getAssociationConfig().Olav Morken2012-12-031-2/+2
* Utilities::fetch(): Workaround for SSL SNI extension not being correctly set.Olav Morken2012-11-221-0/+24
* Remove deprecated option session.requestcache from config-template.Olav Morken2012-11-221-1/+0
* Mark mcrypt-module as required.Olav Morken2012-11-222-3/+2
* Make the previous commit safe for SPs and SSP acting as a proxy.Jaime Pérez Crespo2012-11-162-2/+10
* Fix for issue #522. A logout link is now provided in the 403 error page of th...Jaime Pérez Crespo2012-11-161-0/+2
* Fix for issue #519, metarefresh --help message improved.Jaime Pérez Crespo2012-10-311-3/+5
* md:EntitiesDescriptor: Add sanitycheck for Name-attribute.Olav Morken2012-10-301-0/+1
* md:EntityDescriptor: Add Name-attribute to output.Olav Morken2012-10-301-0/+4
* SAML2_HTTPRedirect: Fix warning with value-less paramtere.Olav Morken2012-10-291-1/+8
* ldap: Add option to disable following referrals.Olav Morken2012-10-263-5/+24
* OpenID library updated to commit 9a79bd5, except for lib/Auth/OpenID/Message....Jaime Pérez Crespo2012-10-186-14/+44
* saml: Add separate option to enable HoK support on SP.Olav Morken2012-10-185-10/+24
* Fixes for compatibility with PHP 5.4.Jaime Pérez Crespo2012-10-173-5/+5
* Fix header set after HTML output.Olav Morken2012-10-161-2/+1
* saml:SP: Fix metadata generated for HoK profile.Olav Morken2012-10-161-1/+1
* Add support for AuthnRequestsSigned and WantAssertionsSigned when generating ...Jaime Pérez Crespo2012-10-151-0/+19
* The issuer of an AuthnResponse is now validated to check if we get the respon...Jaime Pérez Crespo2012-10-152-0/+9
* require_once() replaced with require() in the XHTML template system as reques...Jaime Pérez Crespo2012-10-121-1/+1
* authtwitter: update Twitter API endpoint for version 1.1 (issue 517).Andjelko Horvat2012-10-111-1/+1
* Fixed a bug on ArtifactResolutionService introduced by a previous commit on n...Jaime Pérez Crespo2012-10-092-3/+7
* Added support for RegistrationInfo element in SAML 2.0 metadata.Jaime Pérez Crespo2012-10-052-0/+88
* smartnameattribute: Deprecate filter.Olav Morken2012-10-031-0/+2
* smartattributes: Add SmartName filter to this module.Olav Morken2012-10-031-0/+79
* smartattributes: Add missing default-disable file.Olav Morken2012-10-031-0/+3
* Support for RSA_SHA256, RSA_SHA384 and RSA_SHA512 in HTTP Redirect binding. S...Jaime Pérez Crespo2012-10-013-27/+26
* New filter: smartattributes:SmartIDOlav Morken2012-10-013-0/+174
* UserPass(Org)Base: Fix error propagation in UserPass(Org)Base authentication ...Olav Morken2012-09-285-29/+30
* Change the configuration examples to use STARTTLS when connecting to LDAP ser...Olav Morken2012-09-284-5/+5
* Documentation fixes.Olav Morken2012-09-281-3/+3
* Final 1.10.0 release.Jaime Pérez Crespo2012-09-251-1/+1
* Updated documentation for radius module.Jaime Pérez Crespo2012-09-251-0/+3
* Updated documentation for 1.10 release.Jaime Pérez Crespo2012-09-252-1/+4
* Fix for compatibility with PHP versions greater or equal to 5.4.x.Jaime Pérez Crespo2012-09-201-1/+1
* Fixed typo in modules/saml/lib/Message.php, addSign().Jaime Pérez Crespo2012-09-201-1/+1
* Added support for RSA-SHA256, RSA-SHA384 and RSA-SHA512 signature algorithms....Jaime Pérez Crespo2012-09-204-4/+62
* Add Serbian translation.Olav Morken2012-09-1429-316/+727
* Translation update.Olav Morken2012-09-144-14/+22
* SAML2_HTTPRedirect: Fix misspelling of "Exception".Olav Morken2012-09-131-1/+1
* multiauth: Fix bug that breaks compatibility with old IE versions.Olav Morken2012-09-132-5/+16
* Module added for PAPI protocol support, as requested in issue #118.Jaime Pérez Crespo2012-09-113-0/+217
* consent: New option: showNoConsentAboutServiceOlav Morken2012-08-303-2/+23
* consent: Add logout link to no consent page.Olav Morken2012-08-308-6/+93
* Changelog update for 1.10.Jaime Pérez Crespo2012-08-291-0/+4
* Changelog for 1.9.2.Jaime Pérez Crespo2012-08-291-0/+6
* Removed .gitignore file.Jaime Pérez Crespo2012-08-281-3/+0
* Fix for username set from attributes received. Updated documentation. Port ma...Jaime Pérez Crespo2012-08-282-17/+22
* Multiple servers support in radius module. Implies new configuration options ...Jaime Pérez Crespo2012-08-272-6/+39
* Fix for issue #509. Check symmetric key length once decrypted, to make sure i...Jaime Pérez Crespo2012-08-241-0/+4
* Add script that is used to build releases.Olav Morken2012-08-021-0/+34
* Changelog and upgrade notes for version 1.10.Olav Morken2012-08-023-0/+28
* Dictionary update.Olav Morken2012-08-027-42/+96
* saml: Add "encryption.blacklisted-algorithms"-option.Olav Morken2012-08-026-3/+54
* SAML2: Add algorithm blacklist support.Olav Morken2012-08-024-11/+25
* Change encryption to use the rsa-oaep-mgf1p key padding.Olav Morken2012-08-022-2/+2
* Changelog for 1.9.1.Olav Morken2012-08-021-0/+6
* SAML2_Utils: Fix for attack against PKCS#1 v1.5 described in a new paper.Olav Morken2012-08-021-3/+7