aboutsummaryrefslogtreecommitdiff
path: root/id/server
AgeCommit message (Collapse)AuthorFilesLines
2016-08-02First untested version of refactor eIDAS module, which uses eIDAS SAMLEngine ↵Thomas Lenz28-770/+1794
v1.1 from JoinUp
2016-08-01add additional info's to MIS log messagesThomas Lenz3-13/+17
2016-07-04add European Commission eIDAS-node v1.1 libsThomas Lenz1-5/+17
2016-07-01Merge remote-tracking branch 'remotes/origin/moapid-3.2-opb-redis' into ↵Thomas Lenz28-259/+347
eIDAS_node_implementation
2016-07-01refactor some more parts of SSL TrustManagerThomas Lenz3-5/+40
2016-06-29changed debug to trace for spring bean creationChristian Maierhofer1-3/+3
2016-06-29Merge branch 'currenteidas' into moapid-3.2-opb-redisChristian Maierhofer3-17/+13
Conflicts: id/server/modules/moa-id-module-openID/src/test/java/test/at/gv/egovernment/moa/id/auth/oauth/CertTest.java
2016-06-29some additional SSLTrustManager updateThomas Lenz1-6/+6
2016-06-29small change in SSLTrustManager CertStore configThomas Lenz1-8/+4
2016-06-29added statisticlog dbcp parameter to default configChristian Maierhofer1-2/+15
2016-06-29using annotations for hibernate configuration nowChristian Maierhofer9-36/+37
2016-06-29Merge branch 'eIDAS_node_implementation_remote' into moapid-3.2-opb-redisChristian Maierhofer114-2652/+1541
Conflicts: id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/servlet/AbstractController.java id/server/moa-id-commons/src/main/java/at/gv/egovernment/moa/id/commons/db/dao/session/AssertionStore.java
2016-06-28fix jUnit test in OpenID-Connect moduleThomas Lenz1-7/+5
2016-06-28statisticlogger dbcp connection poolChristian Maierhofer29-238/+323
2016-06-23fix some problems in eIDAS moduleThomas Lenz3-12/+22
2016-06-22update PVP assertion builder to add user's remote IP address as attribute in ↵Thomas Lenz2-2/+22
'SubjectConformationData' element
2016-06-21fix a request validation problem in eIDAS endpointThomas Lenz1-5/+15
2016-06-21add eIDAS bPK prefix: urn:publicid:gv.at:eidasid+Thomas Lenz3-2/+18
2016-06-21fix Bug in 'parse document from input stream' method which produce a ↵Thomas Lenz1-5/+7
SaxParserException if DebugLevel is 'debug'
2016-06-21refactor metadataprovider to Spring implementationThomas Lenz38-223/+596
2016-06-07Merge remote-tracking branch 'remotes/origin/moapid-3.2-opb-redis' into ↵Thomas Lenz2-18/+24
eIDAS_node_implementation
2016-06-07added default properties to configChristian Maierhofer2-18/+24
2016-06-07Merge remote-tracking branch 'remotes/origin/moapid-3.2-opb-redis' into ↵Thomas Lenz46-563/+1735
eIDAS_node_implementation Conflicts: id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/pvp2x/SingleLogOutAction.java
2016-06-07Merge branch 'moa-id_with_moa-sig_and_eccelerate' into eIDAS_node_implementationThomas Lenz28-805/+299
2016-06-07update local development demo appl.Thomas Lenz1-69/+128
2016-06-07update handbookThomas Lenz1-1/+1
2016-05-30fix problem with MOA-ID-configuration GUI and SecurityLayer Templates in ↵Thomas Lenz1-3/+6
legacy mode
2016-05-20fix problem with some SAML1 clients to request the SAML1 ↵Thomas Lenz2-9/+22
GetAuthenticationData SOAP service
2016-05-18Adopted Monitoring ServletChristian Maierhofer6-78/+121
2016-05-18changed constants to final static hash mapChristian Maierhofer3-12/+12
2016-05-18Spring-ified AuthenticationSessionCleanerChristian Maierhofer1-23/+6
2016-05-17use first AttributeConsumingService from PVP metadata if no one is selected ↵Thomas Lenz1-2/+14
in request or marked as default
2016-05-17fix problem with MS-SQL and indexing strategyThomas Lenz1-1/+1
2016-05-12fix missing ID generation strategyThomas Lenz6-8/+21
2016-05-12fix typo in SAML1 getAuthenticationData servletThomas Lenz1-1/+1
2016-05-12fix possible nullPointer exception in process engineThomas Lenz1-0/+10
2016-05-11fix bug in PVP SLO functionalityThomas Lenz1-1/+4
2016-05-11fix a minor flaw in prof. rep. textual OID descriptionThomas Lenz1-1/+4
2016-05-10Update to MOA-SPSS 3.0.0-RC1Thomas Lenz386-7822/+6951
Merge branch 'moa-id-3.2_(OPB)' into moa-id_with_moa-sig_and_eccelerate Conflicts: id/moa-spss-container/pom.xml pom.xml
2016-05-09fix ContentType typo, which make problems with IE11 in some casesMOA-ID-3.1.1Thomas Lenz11-23/+40
2016-05-09fix some problems in configuration toolThomas Lenz1-5/+17
2016-05-09update Struts to 2.3.28.1 ↵Thomas Lenz1-2/+2
(https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2016-3081) switch MOA-ID Version to 3.1.1
2016-05-09fix problem with PVP protocol and legacy mode (SP side BKU selection)Thomas Lenz1-3/+1
2016-05-09fix type in Redirect servlet implementationThomas Lenz1-1/+1
2016-05-03added redis config parametersChristian Maierhofer1-1/+3
2016-05-03Added Transactional Support to MOASessionDBUtilsChristian Maierhofer6-201/+78
2016-04-28Modifiing MOASessionDBUtilsChristian Maierhofer9-148/+218
2016-04-27Added some tests for redisChristian Maierhofer5-0/+510
2016-04-27Modified SingleLogOutAction to work with REDISChristian Maierhofer4-134/+192
2016-04-26modified RedisTransactionStorage, modified beans definitionChristian Maierhofer9-87/+163