48 Commits (1d962838768e6e7de30b901b520a87e1d69dd402)

Author SHA1 Message Date
Luke Taylor 775a6c3939 [maven-release-plugin] prepare for next development iteration 18 years ago
Luke Taylor 87d50aecce [maven-release-plugin] prepare release spring-security-parent-2.0.3 18 years ago
Luke Taylor ff785a829f [maven-release-plugin] prepare for next development iteration 18 years ago
Luke Taylor db1d8604a6 [maven-release-plugin] prepare release spring-security-parent-2.0.2 18 years ago
Luke Taylor a599ef5398 [maven-release-plugin] prepare for next development iteration 18 years ago
Luke Taylor 3e808335a4 [maven-release-plugin] prepare release spring-security-parent-2.0.1 18 years ago
Ben Alex b5dc523041 [maven-release-plugin] prepare for next development iteration 18 years ago
Ben Alex 0c42670431 [maven-release-plugin] prepare release spring-security-parent-2.0.0 18 years ago
Luke Taylor 21e83e8364 [maven-release-plugin] prepare for next development iteration 18 years ago
Luke Taylor 91ed7dceb6 [maven-release-plugin] prepare release release_2_0_0_RC1 18 years ago
Ben Alex 6ab301981c Update dependency versions and POM structure. 18 years ago
Luke Taylor b54e3978dc SEC-729: Organization of pom dependencies, particularly for servlet-api and jstl. Some other adjustments, removal of unrequired deps etc 18 years ago
Ben Alex 119cc9ff04 Remove notice.txt due to mvn eclipse:eclipse issues with import from parent directory. 18 years ago
Luke Taylor 5743763599 SEC-625: Remove references to FilterToBeanProxy 18 years ago
Luke Taylor 42a80931c1 SEC-671: Changed AuthenticationDetailsSource to take an object as argument instead of an HttpServletRequest and renamed AuthenticationDetailsSourceImpl to WebAuthenticationDetailsSource. Also removed some preauth dependencies on commons lang 18 years ago
Luke Taylor ff16c413dd [maven-release-plugin] prepare for next development iteration 18 years ago
Luke Taylor b8916ffaba [maven-release-plugin] prepare release release_2_0_M2 18 years ago
Luke Taylor bd9138d78a Import cleaning. 18 years ago
Luke Taylor e852cf53a8 SEC-644: Fix broken NtlmProcessingFilter and add AuthenticationDetailsSource to it. 18 years ago
Luke Taylor 5e3a0ef379 SEC-632: Added user-filter element to namespace to allow a user to add their filters. Filters which aren't in the org.security.springframework package will now be skipped. Also renamed FilterChainOrderUtils and members for future use in ordering (e.g. using "after", "before" as attributes in user-filter). 18 years ago
Luke Taylor 10ec13e4e2 [maven-release-plugin] prepare for next development iteration 18 years ago
Luke Taylor 2c5090da90 [maven-release-plugin] prepare release release_2_0_M1 18 years ago
Luke Taylor 09242ec66d [maven-release-plugin] rollback the release of release_2_0_M1 18 years ago
Luke Taylor 42dcccd1b7 [maven-release-plugin] prepare release release_2_0_M1 18 years ago
Luke Taylor aafbb5bb67 [maven-release-plugin] rollback the release of release_2_0_M1 18 years ago
Luke Taylor 425508d70d [maven-release-plugin] prepare release release_2_0_M1 18 years ago
Luke Taylor 0b1e17f69a [maven-release-plugin] rollback the release of release_2_0_M1 18 years ago
Luke Taylor 07aa0c6880 [maven-release-plugin] prepare release release_2_0_M1 18 years ago
Luke Taylor 82cfa722be Upgrade Spring-LDAP to 1.2.1 version. 18 years ago
Ben Alex c079d125aa Make case consistent with other MVN modules. 18 years ago
Luke Taylor 292320bd33 SEC-607: Changed NtlmUsernamePasswordAuthenticationToken to make authenticated=true the default state when an instance is created. NtlmAwareLdapAuthenticator now rejects tokens with authenticated=false (e.g. if the token has been passed remotely). 18 years ago
Luke Taylor 4f3a1739aa Changed Ntlm filter to use SpringSecurityFilter base class. 18 years ago
Luke Taylor 31b65dde52 Javadoc typo. 18 years ago
Luke Taylor a9396afcd0 Corrected version of Spring-ldap in ntlm module (again). 18 years ago
Luke Taylor a23e7e43d3 Corrected version of Spring-ldap in ntlm module. 18 years ago
Luke Taylor 9e2f372bad SEC-607: Deprecated InitialDirContextFactory and replaced it with SpringSecurityContextSource. 18 years ago
Luke Taylor 3f2b9cd6fb SEC-562: More changes of Acegi name in comments, docs etc. 18 years ago
Luke Taylor 9a88d7737a SEC-562: Correct class names in web.xml files. 18 years ago
Luke Taylor c150e25c15 SEC-8: Replaced Integer.valueOf(int) calls with new Intgeger(int) for JDK 1.4 compatibility. 19 years ago
Luke Taylor 18c8ba4ac2 SEC-562: Changing constants and key names. 19 years ago
Luke Taylor 56847d0af6 SEC-562: Tidying up module names in pom files. 19 years ago
Luke Taylor 9e17d95501 SEC-562: Repackaging portlet module which was missed. 19 years ago
Luke Taylor 79195fadf1 SEC-562: Tidied up some packaging errors in ntlm module. 19 years ago
Luke Taylor 2c276a0f55 SEC-562: Experimental repackaging of ntlm package to make sure intellij move retains svn history. 19 years ago
Luke Taylor 3c9008ea06 SEC-8: Renamed NtlmAwareLdapAuthenticatorImpl to NtlmAwareLdapAuthenticator as there is no longer a corresponding interface. 19 years ago
Luke Taylor 3afa96d7cc SEC-8: Tidied up Ntlm contribution. NtlmAwareLdapAuthenticatorImpl was catching BadCredentialsExceptions which wouldn't be thrown since it doesn't actually do a bind. Changed to NameNotFoundException. Changed "bindWithoutDn" method name to "loadUser" which more clearly describes what it does. 19 years ago
Luke Taylor 0b152a6df2 SEC-8: Removed custom interface and provider as the specialized authenticator should be sufficient. 19 years ago
Luke Taylor 8762ffabbe SEC-8: Imported contributed NTLM code. Some changes because of current state of LDAP code. 19 years ago