Change Log Report

Total number of changed sets: 1

Changes between 2015-06-12 and 2015-07-13

Total commits: 6
Total number of files changed: 13

Timestamp Author Details
2015-07-12 22:32:25 Jeremy Landis <jeremylandis@hotmail.com> Source/JNA/waffle-spring-security3/pom.xml v 5d59ceb299f5cbd11f2c69320c8ad462bed95785

Update spring 3 and 4 due to newly found vulnerabilities.
2015-07-12 21:32:06 Jeremy Landis <jeremylandis@hotmail.com> Source/JNA/waffle-spring-security3/src/main/java/waffle/spring/NegotiateSecurityFilter.java v 8de4103b84422bbe8928236a33a411c25681a573
Source/JNA/waffle-spring-security3/src/main/java/waffle/spring/WindowsAuthenticationToken.java v 8de4103b84422bbe8928236a33a411c25681a573
Source/JNA/waffle-spring-security3/src/test/java/waffle/spring/FqnGrantedAuthorityFactoryTests.java v 8de4103b84422bbe8928236a33a411c25681a573
Source/JNA/waffle-spring-security3/src/test/java/waffle/spring/NegotiateSecurityFilterEntryPointTests.java v 8de4103b84422bbe8928236a33a411c25681a573
Source/JNA/waffle-spring-security3/src/test/java/waffle/spring/WindowsAuthenticationProviderTests.java v 8de4103b84422bbe8928236a33a411c25681a573
Source/JNA/waffle-spring-security3/src/test/java/waffle/spring/WindowsAuthenticationTokenTests.java v 8de4103b84422bbe8928236a33a411c25681a573

[add] added all missing final modifiers.
2015-07-12 21:27:37 Jeremy Landis <jeremylandis@hotmail.com> Source/JNA/waffle-spring-security3/src/test/java/waffle/spring/FqnGrantedAuthorityFactoryTests.java v bf2569a86fe3f32cc6a65ceac20aa5fb3513cb9c
Source/JNA/waffle-spring-security3/src/test/java/waffle/spring/NegotiateSecurityFilterEntryPointTests.java v bf2569a86fe3f32cc6a65ceac20aa5fb3513cb9c
Source/JNA/waffle-spring-security3/src/test/java/waffle/spring/NegotiateSecurityFilterTests.java v bf2569a86fe3f32cc6a65ceac20aa5fb3513cb9c
Source/JNA/waffle-spring-security3/src/test/java/waffle/spring/WindowsAuthenticationProviderTests.java v bf2569a86fe3f32cc6a65ceac20aa5fb3513cb9c
Source/JNA/waffle-spring-security3/src/test/java/waffle/spring/WindowsAuthenticationTokenTests.java v bf2569a86fe3f32cc6a65ceac20aa5fb3513cb9c

[all] due to another eclipse cleanup, static imports were removed.

While this may not have been intentional, it clears warnings for now.
Will address static imports later.
2015-07-12 21:21:24 Jeremy Landis <jeremylandis@hotmail.com> Source/JNA/waffle-spring-security3/src/main/java/waffle/spring/DelegatingNegotiateSecurityFilter.java v 78f6f01d1c97782330b6a42892aca7f2e02f1fed
Source/JNA/waffle-spring-security3/src/main/java/waffle/spring/NegotiateSecurityFilter.java v 78f6f01d1c97782330b6a42892aca7f2e02f1fed
Source/JNA/waffle-spring-security3/src/main/java/waffle/spring/NegotiateSecurityFilterEntryPoint.java v 78f6f01d1c97782330b6a42892aca7f2e02f1fed
Source/JNA/waffle-spring-security3/src/main/java/waffle/spring/WindowsAuthenticationProvider.java v 78f6f01d1c97782330b6a42892aca7f2e02f1fed
Source/JNA/waffle-spring-security3/src/main/java/waffle/spring/WindowsAuthenticationToken.java v 78f6f01d1c97782330b6a42892aca7f2e02f1fed
Source/JNA/waffle-spring-security3/src/test/java/waffle/spring/FqnGrantedAuthorityFactoryTests.java v 78f6f01d1c97782330b6a42892aca7f2e02f1fed
Source/JNA/waffle-spring-security3/src/test/java/waffle/spring/NegotiateSecurityFilterEntryPointTests.java v 78f6f01d1c97782330b6a42892aca7f2e02f1fed
Source/JNA/waffle-spring-security3/src/test/java/waffle/spring/NegotiateSecurityFilterTests.java v 78f6f01d1c97782330b6a42892aca7f2e02f1fed
Source/JNA/waffle-spring-security3/src/test/java/waffle/spring/WindowsAuthenticationProviderTests.java v 78f6f01d1c97782330b6a42892aca7f2e02f1fed
Source/JNA/waffle-spring-security3/src/test/java/waffle/spring/WindowsAuthenticationTokenTests.java v 78f6f01d1c97782330b6a42892aca7f2e02f1fed

[waffle-spring3] added fully qualified access
2015-07-12 21:16:42 Jeremy Landis <jeremylandis@hotmail.com> Source/JNA/waffle-spring-security3/src/main/java/waffle/spring/DelegatingNegotiateSecurityFilter.java v 08fd75dc297e6bee33264c71c87ea43639c93664
Source/JNA/waffle-spring-security3/src/main/java/waffle/spring/NegotiateSecurityFilter.java v 08fd75dc297e6bee33264c71c87ea43639c93664

[waffle-spring3] added missing this qualifiers.
2015-07-12 20:30:14 Jeremy Landis <jeremylandis@hotmail.com> Source/JNA/waffle-spring-security3/src/test/resources/springTestAuthBeans.xml v 108eac0aa2ab5908dd10c0f23104778d9eeb3d07
Source/JNA/waffle-spring-security3/src/test/resources/springTestFilterBeans.xml v 108eac0aa2ab5908dd10c0f23104778d9eeb3d07

spring - cleanup test resources.