aboutsummaryrefslogtreecommitdiff
path: root/id/server/stork2-commons
AgeCommit message (Collapse)AuthorFilesLines
2015-09-02change default log directoryThomas Lenz1-1/+1
2015-09-01fix maven dependency moa-3.xThomas Lenz1-1/+1
2015-08-27Merge STORK-SAML-Engine 1.5.1 and STORK-Commons 1.5.1Thomas Lenz230-34093/+31454
Conflicts: id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/stork2/AttributeProviderFactory.java id/server/stork2-saml-engine/src/main/java/eu/stork/peps/auth/engine/core/validator/CustomAttributeQueryValidator.java id/server/stork2-saml-engine/src/main/java/eu/stork/peps/auth/engine/core/validator/MultipleAssertionResponseValidator.java
2015-08-11pomsFlorian Reimair1-25/+1
2015-08-11accepted complex attributes xsdFlorian Reimair2-153/+113
2015-08-11approved some more changesFlorian Reimair3-32/+18
2015-08-11approved some more java changesFlorian Reimair4-46/+44
2015-08-10approved some xmls and schemasFlorian Reimair5-6590/+5773
2015-08-10approved testsFlorian Reimair9-2289/+2557
2015-08-10approved changesFlorian Reimair16-67/+337
2015-08-07preparing the old code for the mergeFlorian Reimair226-36087/+33793
2015-05-06fixed samlengine transient issueFlorian Reimair1-1/+1
2015-04-16update library versionsThomas Lenz1-2/+1
2015-02-20fix possible problem with different bouncycastle versionsThomas Lenz1-1/+0
2015-02-18Merge branch 'datentechnik_modularization' into moa-id-2.2-mergeThomas Lenz130-18892/+6
Conflicts: id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/servlet/GenerateIFrameTemplateServlet.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/moduls/AuthenticationManager.java id/server/stork2-commons/pom.xml id/server/stork2-commons/src/main/java/eu/stork/peps/complex/attributes/.svn/entries id/server/stork2-commons/src/main/resources/.svn/entries id/server/stork2-saml-engine/pom.xml pom.xml
2015-02-18Merge remote-tracking branch 'remotes/origin/moa-2.1-Snapshot' into ↵Thomas Lenz3-6/+6
during_authsource_refactoring
2015-02-12removed transient modifier (NullPointerException)Alexander Marsalek3-6/+6
2015-01-23update versionsThomas Lenz1-4/+2
2015-01-21Add "DefaultAuthentication" process (AT, no mandates, no stork) (MOAID-59).Thomas Knall1-0/+1
- Fix oa web.xml, switch to servlet 3.0. - moa-id-auth web.xml -- Add CharacterEncodingFilter for UTF-8 encoding. -- Add ProcessEngineSignalServlet. - Fix invalid template_*.html. - Add TODO[branch] annotations in order to indicates potential process flow branches. - Add some missing Javadoc. - Add property processInstandId to AuthenticationSession. - Add process engine support. - Fix HttpServlet init issues. - Set VerifyAuthenticationBlockServlet and VerifyIdentityLinkServlet deprecated.
2015-01-09Apply several fixes.Thomas Knall1-1/+0
- Disable erroneous IAIK PKI logger initialization (should be addressed by. - Remove redundant maven-dependency version declarations. - Fix maven/eclipse lifecyle warning problem.
2014-12-04health attributes update and bouncycastle bug workaroundBojan Suzic2-148/+3
2014-11-27reenabled new isHCP attribute for storkFlorian Reimair4-51/+262
2014-11-25Disable bogus test ↵Thomas Knall1-0/+2
eu.stork.peps.tests.DateUtilTestCase.testCurrentTimeStampAfter().
2014-11-25Fix build.Thomas Knall128-18892/+3
- Remove svn metadata. - Fix local repository (inappropriate xalan-bin-dist dependency file names and copy-past error in dependency pom). - Switch jdk 1.5/1.6 to 1.7. - Exclude non working tests.
2014-11-10stork2 updated commons xsdBojan Suzic176-0/+36526
2014-11-07remove unused libsBojan Suzic2-2/+2
2014-11-07adding utf8 encoding in maven compiler configurationBojan Suzic1-0/+1
2014-11-07stork2-commons updateBojan Suzic33-3766/+317
2014-11-06Revert "Merge branch 'moa-2.1-Snapshot' of ↵Bojan Suzic1-3/+2
gitlab.iaik.tugraz.at:afitzek/moa-idspss into moa-2.1-Snapshot" This reverts commit 775e39a724baf237085280510216fbd688df6dd9, reversing changes made to 1fbff5f5a86733bc6a75c8ae901153baa0963441.
2014-11-03mergingBojan Suzic1-0/+1
2014-10-31phypersomBojan Suzic1-2/+3
2014-10-31add .gitignore filesThomas Lenz1-0/+1
2014-09-19update librariesThomas Lenz1-3/+11
- opensaml > 2.6.3 - iaik-moa > 1.51 - iaik_jce_full > 5.2 - iaik_cms > 5.0
2014-09-12update dependency versionThomas Lenz1-2/+1
> org.apache.struts:struts2-core 2.3.16.3 > org.apache.struts:struts2-json-plugin 2.3.16.3 > joda-time:joda-time 2.4 > org.slf4j:jcl-over-slf4j 1.7.7 > org.slf4j:jul-to-slf4j 1.7.7 > org.slf4j:slf4j-api 1.7.7 > org.slf4j:slf4j-log4j12 1.7.7 > mysql:mysql-connector-java 5.1.32 > org.hibernate:hibernate-core 4.3.6.Final > org.hibernate:hibernate-entitymanager 4.3.6.Final > org.hibernate:hibernate-c3p0 4.3.6.Final > com.google.http-client:google-http-client-jackson2 1.19.0 > com.google.oauth-client:google-oauth-client-jetty 1.19.0 > org.apache.commons:commons-lang3 3.3.2 > commons-codec:commons-codec 1.9 > commons-logging:commons-logging 1.2 > xerces:xercesImpl 2.11.0 > postgresql:postgresql 9.3-1102-jdbc41 > junit:junit 3.8.2
2014-06-18resolving errors related to attrrequest generation and ehvd handlingBojan Suzic2-1/+11
2014-06-18added new eHVD pluginFlorian Reimair3-146/+347
2014-05-21build process updateThomas Lenz1-2/+2
2014-05-21Revert "update version management"Thomas Lenz14-1127/+2
This reverts commit e147bdb7da8e48c1483c7732a0eb6b6f54699b66. Conflicts: id/ConfigWebTool/pom.xml
2014-05-20update version managementThomas Lenz14-2/+1127
2014-05-16update versionsThomas Lenz1-1/+22
2014-04-25adjusting attribute collectorBojan Suzic1-1/+1
2014-04-02change stork2-commons to allow Java 1.6 buildsThomas Lenz2-4/+15
2014-04-01change version to 2.0.1Thomas Lenz1-0/+5
2014-03-20fixed serializable issues in stork2-commonsFlorian Reimair207-0/+33750
2014-03-17removing old samlengine and storkcommonsBojan Suzic159-25476/+0
2014-03-04fixed samlengine serializablesFlorian Reimair2-4/+5
2014-03-03added tweaked stork2-commons sourceFlorian Reimair159-0/+25475