- Feb 13, 2012
-
-
Olav Morken authored
This filter verifies the authentication context received from the IdP against a list of allowed values. Thanks to Gyula Szabó for creating this filter! git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3031 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
Thanks to François Kooman for providing this patch! git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3030 44740490-163a-0410-bde0-09ae8108e29a
-
- Feb 07, 2012
-
-
Olav Morken authored
Since pass-by-reference has been removed in PHP 5.4, it should no longer be used. Both of these places probably used it by mistake, so removing it should be safe. Thanks to Thijs Kinkhorst for fixing this! git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3029 44740490-163a-0410-bde0-09ae8108e29a
-
- Feb 01, 2012
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3027 44740490-163a-0410-bde0-09ae8108e29a
-
- Jan 23, 2012
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3022 44740490-163a-0410-bde0-09ae8108e29a
-
- Jan 20, 2012
-
-
Olav Morken authored
To avoid sending email with a From-address belonging to an external domain, set it to the same as the technical contact address. Thanks to Dick Visser for adding this! git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3021 44740490-163a-0410-bde0-09ae8108e29a
-
- Jan 19, 2012
-
-
Olav Morken authored
Thanks to Dick Visser for implementing this! git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3020 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
Thanks to Gyula Szabo for implementing this! git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3018 44740490-163a-0410-bde0-09ae8108e29a
-
- Jan 13, 2012
-
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3017 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3016 44740490-163a-0410-bde0-09ae8108e29a
-
- Jan 10, 2012
-
-
Olav Morken authored
Thanks to Google Code user timtai1 for notifying us about this problem! git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3009 44740490-163a-0410-bde0-09ae8108e29a
-
- Jan 05, 2012
-
-
Andjelko Horvat authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3007 44740490-163a-0410-bde0-09ae8108e29a
-
- Jan 04, 2012
-
-
Andjelko Horvat authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3006 44740490-163a-0410-bde0-09ae8108e29a
-
- Dec 23, 2011
-
-
Olav Morken authored
Thanks to Thijs Kinkhorst for fixing this! git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3005 44740490-163a-0410-bde0-09ae8108e29a
-
- Dec 19, 2011
-
-
Andjelko Horvat authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3002 44740490-163a-0410-bde0-09ae8108e29a
-
- Dec 08, 2011
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2998 44740490-163a-0410-bde0-09ae8108e29a
-
- Dec 02, 2011
-
-
Olav Morken authored
Thanks to Gordon Franke for providing this fix! git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2993 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
Thanks to Ryan Panning for implementing this! git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2992 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
- Fix indentation of a code block. - Add a couple of missing commas in configuration example. Thanks to Ryan Panning for this fix! git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2990 44740490-163a-0410-bde0-09ae8108e29a
-
- Nov 21, 2011
-
-
Olav Morken authored
This patch adds two new features to the authorize:Authorize filter: - Add flag to change the policy from default-deny to default-allow. This makes it possible to block specific users. - Add a flag that changes the matching algorithm from regex matching to string matching, which simplifies matching with strings that contain special characters. This patch also makes it simpler to subclass this filter. Thanks to Ryan Panning for implementing this! git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2987 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
This patch adds a common "base filter" for creating authproc filters that access a LDAP directory, and it adds a filter (ldap:AttributeAddUsersGroups) for adding group information. Thanks to Ryan Panning for implementing this! git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2986 44740490-163a-0410-bde0-09ae8108e29a
-
- Nov 17, 2011
-
-
Olav Morken authored
This patch adds support for only updating metadata files that have changed on the server. This reduces bandwidth used, and also allows us to skip metadata parsing, which speeds things up significantly. Thanks to Dyonisius Visser for implementing this! git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2980 44740490-163a-0410-bde0-09ae8108e29a
-
- Nov 08, 2011
-
-
Olav Morken authored
Thanks to Alex Mihičinac for implementing this! git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2976 44740490-163a-0410-bde0-09ae8108e29a
-
- Nov 04, 2011
-
-
Olav Morken authored
Thanks to Dyonisius Visser for implementing this! git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2974 44740490-163a-0410-bde0-09ae8108e29a
-
- Nov 02, 2011
-
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2970 44740490-163a-0410-bde0-09ae8108e29a
-
- Oct 31, 2011
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2967 44740490-163a-0410-bde0-09ae8108e29a
-
- Oct 28, 2011
-
-
Andjelko Horvat authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2965 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2964 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
Thanks to Dyonisius Visser for implementing this. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2962 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2960 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2959 44740490-163a-0410-bde0-09ae8108e29a
-
- Oct 25, 2011
-
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2950 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2949 44740490-163a-0410-bde0-09ae8108e29a
-
- Oct 18, 2011
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2948 44740490-163a-0410-bde0-09ae8108e29a
-
- Oct 07, 2011
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2941 44740490-163a-0410-bde0-09ae8108e29a
-
- Sep 28, 2011
-
-
Andreas Åkre Solberg authored
Escape closes the discojuice popup. Fixed setScreen() function used for help dialog and local login screen git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2939 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2938 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2937 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2936 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2935 44740490-163a-0410-bde0-09ae8108e29a
-