2
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 28, 2023 — May 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated JNA 3.2.7. More... almost 14 years ago
Found original copyright owner for the Base64 class (JCIFS). More... almost 14 years ago
Added more unit tests. Added missing copyright notices. More... almost 14 years ago
Added spring filter and authentication manager unit tests. Added MockWindowsSecurityContext, returned from MockWindowsAuthProvider. More... almost 14 years ago
Updated docs/what's new. More... almost 14 years ago
Missing file. More... almost 14 years ago
Added a working Spring authentication provider. Refactored filter not to need an authentication provider. More... almost 14 years ago
Updated what's new with info about the spring-security filter. More... almost 14 years ago
Added spring security filter documentation. Refactored filter providers to be declared as beans (support options). Moved demos from Tomcat\ one directory up. More... almost 14 years ago
Implement a Spring-Security authentication provider. http://waffle.codeplex.com/workitem/8944 Functioning filter-based provider. More... almost 14 years ago
Added test for HTTP method being a String object. More... almost 14 years ago
Changed method comparison to equals. More... almost 14 years ago
Support PUT. http://waffle.codeplex.com/workitem/8945 More... almost 14 years ago
Fixed build for Java 5. More... almost 14 years ago
Propagated version to jar. More... almost 14 years ago
Added configuration for each provider within NegotiateSecurityFilter. Added BasicSecurityFilterProvider/realm. Added NegotiateSecurityFilterProvider/protocols. More... almost 14 years ago
Downgrade Java class version to 1.5 http://waffle.codeplex.com/workitem/8754 More... almost 14 years ago
More unit tests, full class coverage. More... almost 14 years ago
Continue to get rid of statics. Added code coverage with Emma. More... almost 14 years ago
NegotiateSecurityFilter.doFilter(): getUserPrincipal() always returns null http://waffle.codeplex.com/workitem/8764 More... almost 14 years ago
I was confused. Bug http://waffle.codeplex.com/workitem/8764 is valid. Somehow this request needs to continue carrying a user principal as long as the connection is alive. More... almost 14 years ago
Added documentation to USER_INFO_1. More... almost 14 years ago
Bug: attempting to close a connection for NTLM continuation. http://waffle.codeplex.com/workitem/8768 Added groboutils with auth provider and security filter load tests. More... almost 14 years ago
Tomcat NegotiateFilter: add principal and role options via init-param. http://waffle.codeplex.com/workitem/8506 NegotiateSecurityFilter: add options for supported protocols, basic realm, etc. http://waffle.codeplex.com/workitem/8697 More... almost 14 years ago
Corrected implementation of detecting guest account. Added SimpleHttpResponse.sendError. More... almost 14 years ago
Downgraded java version required to 1.5. http://waffle.codeplex.com/workitem/8754 More... almost 14 years ago
Changed all setStatus to sendError, which also sends the error page as per servlet spec. Configure with <error-page> <error-code>401</error-code> <location>/401.html</location> </error-page> More... almost 14 years ago
Added allowGuestLogin options to filters and authenticators. Added IWindowsIdentity.IsGuest. Updated JNA to daily 3.2.6 build. More... almost 14 years ago
Fixed earlier introduced bug of parsing username into username and machine name for LookupAccount. Added more detail to SetUp of unit tests that create a local user. More... almost 14 years ago
Changed interface to allow more options for context request and target token representation. C# Unit Tests: create dummy user instead of using app.config http://waffle.codeplex.com/workitem/8702 More... almost 14 years ago