Chatura Dilan Perera
654e1d9938
[maven-release-plugin] prepare for next development iteration
2016-08-18 22:09:42 +05:30
Chatura Dilan Perera
aa24821667
[maven-release-plugin] prepare release v1.1.2
2016-08-18 22:09:33 +05:30
Prabath Abeysekara
cc90bef42b
Merge pull request #318 from Securepoint/master
...
Minor bug fixies and code improvements
2016-08-03 14:12:24 +05:30
ayyoob
b57db836d3
removed error message
2016-07-28 16:16:52 +05:30
madhawap
d79de070f1
fix to iOS device enrolment
2016-07-22 10:58:50 +05:30
Timo Briddigkeit
ed07774552
Fixed literal string comparison.
...
This line is in the form of
String str = ...
str.equals("someOtherString");
//or
str.compareTo("someOtherString");
A NullPointerException may occur if the String variable str is null. If instead the code was restructured to
String str = ...
"someOtherString".equals(str);
//or
"someOtherString".compareTo(str);
that is, call equals() or compareTo() on the string literal, passing the variable as an argument, this exception could never happen as both equals() and compareTo() check for null.
2016-07-15 16:25:31 +02:00
Timo Briddigkeit
ee5b077e6a
Fixed various XML External Entity (XXE) attack vulnerabilities
2016-07-13 15:02:11 +02:00
Chatura Dilan
4ec11e8c08
[maven-release-plugin] prepare for next development iteration
2016-07-08 19:11:40 +05:30
Chatura Dilan
ffedcac543
[maven-release-plugin] prepare release v1.1.1
2016-07-08 19:09:55 +05:30
hasuniea
bbbbb28795
removing unused packages
2016-07-04 16:51:36 +05:30
hasuniea
bf58c0bec3
add package changes to appAuthenticatorFrameworkServiceComponent.java
2016-07-04 16:45:36 +05:30
hasuniea
646e8b68d8
remove unwanted package
2016-07-04 12:40:48 +05:30
hasuniea
54498f41cd
modifying scep utils
2016-07-04 12:24:28 +05:30
mharindu
5de4993319
Fixed URL tampering issue
2016-06-28 17:23:39 +05:30
ayyoob
ba6e202442
Few changes added after testing with the cluster
2016-06-27 00:12:46 +05:30
ayyoob
c5a997b1bf
added missing imports
2016-06-06 10:42:31 +05:30
mharindu
71eb657e52
Merge branch 'master' of https://github.com/wso2/carbon-device-mgt into apim
2016-05-28 21:05:09 +05:30
Madhawa Perera
d805245ffc
added username field to the device certificate db and related changes
2016-05-27 22:15:21 +05:30
ayyoob
e03be5183d
updated JWT Authenticator implementation to support tenancy
2016-05-27 14:01:54 +05:30
mharindu
3e291c5b13
[maven-release-plugin] prepare for next development iteration
2016-05-20 16:43:16 +05:30
mharindu
9549ac446b
[maven-release-plugin] prepare release v1.1.0
2016-05-20 16:43:02 +05:30
mharindu
9f93570b29
Fixed issues in webapp-publisher
2016-05-18 22:00:16 +05:30
mharindu
894e11c1c4
Fixed the JWT verifier issue
2016-05-17 15:39:16 +05:30
mharindu
efc9fc3265
Fixed conflicts
2016-05-17 08:58:54 +05:30
mharindu
16a8f61f79
Refactored jwt authenticator
2016-05-17 08:48:55 +05:30
ayyoob
cbdf5dd175
added a simple resolution for https://wso2.org/jira/browse/APIMANAGER-4504
2016-05-16 20:41:30 +05:30
ayyoob
2ceff61811
refactors jet authenticator to pick tenant specific key store
2016-05-16 19:44:31 +05:30
mharindu
ace6c2dbfc
Fixed issues in JWT Authenticator
2016-05-16 18:13:00 +05:30
inosh-perera
67b210fe86
adding mutual ssl support in clustered setup
2016-05-12 10:37:58 +05:30
inosh-perera
486190f182
adding more error logs for client certificate not present scenario
2016-04-30 14:44:22 +05:30
ayyoob
d3418462d9
few changes in api manager application registration
2016-04-17 12:18:49 +05:30
ayyoob
733884cba7
added web app tenant authorisation for tenant for non managed api scenario
2016-03-31 15:10:37 +05:30
prabathabey
3fa17c12a7
merging jwt client extension component
2016-03-27 13:02:35 +05:30
geethkokila
e9da24c9e8
Changing the snapshot versions from 1.0.4 to 1.1.0
2016-03-24 11:41:52 +05:30
inosh-perera
ef117ffa74
adding mutual SLL authentication and certificate management DAOs
2016-03-17 14:14:59 +05:30
geethkokila
e0e0a57c11
[maven-release-plugin] prepare for next development iteration
2016-01-05 18:15:38 +05:30
geethkokila
cebb88e712
[maven-release-plugin] prepare release v1.0.3
2016-01-05 18:15:28 +05:30
geethkokila
e66d291947
[maven-release-plugin] prepare for next development iteration
2015-12-30 14:19:05 +05:30
geethkokila
f416a73e75
[maven-release-plugin] prepare release v1.0.2
2015-12-30 14:18:57 +05:30
geethkokila
185a59fbd4
[maven-release-plugin] prepare for next development iteration
2015-12-23 22:39:29 +05:30
geethkokila
b3580d754b
[maven-release-plugin] prepare release v1.0.1
2015-12-23 22:39:20 +05:30
prabathabey
7a27e88551
Changing the log levels configured in log4j.properties files used as part of test configurations
2015-12-22 22:43:26 +05:30
inosh-perera
6d7f024e8e
fixing java 8 build brake due to missing null check
2015-12-22 19:23:52 +05:30
geethkokila
4e9255fbc9
[maven-release-plugin] prepare for next development iteration
2015-12-22 08:28:42 +05:30
geethkokila
ceb60adb34
[maven-release-plugin] prepare release v1.0.0
2015-12-22 08:28:33 +05:30
hasuniea
1b51ad0228
refactored csr request authentication
2015-12-22 06:58:48 +05:30
prabathabey
2b0e1eecab
Committing logic that stores BST within request metadata
2015-12-21 22:50:30 +05:30
prabathabey
7e65b837d1
Committing logic that stores BST within request metadata
2015-12-21 22:48:47 +05:30
harshanl
bb9e07b742
Fixed BSTValidator
2015-12-21 21:41:34 +05:30
prabathabey
a7b447b7db
Adding BST authenticator
2015-12-21 20:21:51 +05:30