| Commit message (Expand) | Author | Age | Files | Lines |
* | [maven-release-plugin] prepare for next development iteration | Olivier Lamy | 2013-05-06 | 7 | -7/+7 |
* | [maven-release-plugin] prepare release redback-2.1 | Olivier Lamy | 2013-05-06 | 7 | -7/+7 |
* | move LdapConnection to an interface | Olivier Lamy | 2013-05-01 | 1 | -4/+5 |
* | rename to default to have an interface | Olivier Lamy | 2013-05-01 | 1 | -5/+5 |
* | use a more traditionnal naming convention with #default | Olivier Lamy | 2013-03-04 | 3 | -2/+4 |
* | as we can chain various user managers with Archiva | Olivier Lamy | 2013-02-23 | 4 | -2/+71 |
* | use getUsername rather than getPrincipal | Olivier Lamy | 2013-01-15 | 7 | -30/+28 |
* | [MRM-1736] map roles to ldap groups | Olivier Lamy | 2013-01-08 | 1 | -0/+1 |
* | implements Serializable for that: noted an issue with tomcat | Olivier Lamy | 2013-01-06 | 1 | -0/+4 |
* | move user concerns to a specific package | Olivier Lamy | 2013-01-03 | 2 | -5/+2 |
* | for security reasons prevent displaying messages such "Password is Invalid fo... | Olivier Lamy | 2012-12-18 | 5 | -26/+104 |
* | missed to add a class | Olivier Lamy | 2012-12-13 | 1 | -0/+32 |
* | expose intialize method for Authenticator to make it reloadable | Olivier Lamy | 2012-12-13 | 5 | -3/+12 |
* | add new constants | Olivier Lamy | 2012-12-13 | 1 | -0/+10 |
* | revert bad idea sub classes do not need to know parent class implementation d... | Olivier Lamy | 2012-12-13 | 1 | -2/+2 |
* | move this field to protected for sub class access too | Olivier Lamy | 2012-12-13 | 1 | -1/+1 |
* | make this logger protected for sub classes access | Olivier Lamy | 2012-12-13 | 1 | -1/+1 |
* | UserManagerException is now a checked Exception | Olivier Lamy | 2012-12-10 | 2 | -6/+16 |
* | more natural place for this module | Olivier Lamy | 2012-12-06 | 6 | -0/+560 |
* | use a more classic name for this bean userConfiguration#default | Olivier Lamy | 2012-12-06 | 2 | -4/+4 |
* | moving configuration keys to a constant class | Olivier Lamy | 2012-12-05 | 1 | -3/+4 |
* | take of having all authenticator exceptions returned | Olivier Lamy | 2012-12-04 | 4 | -8/+27 |
* | not use a RuntimeException when fail to connect to ldap exception is not know... | Olivier Lamy | 2012-12-04 | 1 | -17/+12 |
* | extract an interface to be able to override the impl in archiva | Olivier Lamy | 2012-11-27 | 1 | -2/+2 |
* | rename UserConfiguration to DefaultUserConfiguration to be able to extract an... | Olivier Lamy | 2012-11-27 | 2 | -3/+3 |
* | reduce logs | Olivier Lamy | 2012-11-22 | 1 | -3/+5 |
* | remove this ugly Object getPrincipal | Olivier Lamy | 2012-11-22 | 1 | -1/+1 |
* | add serialVersionUID for AuthenticationResult class | Olivier Lamy | 2012-11-22 | 1 | -0/+3 |
* | do not use harcoded userManager impl | Olivier Lamy | 2012-11-22 | 1 | -2/+2 |
* | storing User in AuthenticationResult to avoid searching it again | Olivier Lamy | 2012-11-21 | 2 | -4/+33 |
* | remove FIXME as it has been fixed! | Olivier Lamy | 2012-11-21 | 1 | -3/+0 |
* | use real type here to have more readable code | Olivier Lamy | 2012-11-21 | 1 | -4/+4 |
* | cleanup properties file | Olivier Lamy | 2012-11-21 | 1 | -2/+0 |
* | [maven-release-plugin] prepare for next development iteration | Olivier Lamy | 2012-09-26 | 6 | -6/+6 |
* | [maven-release-plugin] prepare release redback-2.0 | Olivier Lamy | 2012-09-26 | 6 | -6/+6 |
* | remove $Id$ | Olivier Lamy | 2012-08-09 | 6 | -6/+1 |
* | StringBuilder rather than StringBuffer | Olivier Lamy | 2012-08-08 | 4 | -4/+4 |
* | [MRM-1651] Improve OSGi statement introducing version range | Jean-Baptiste Onofre | 2012-08-07 | 4 | -0/+55 |
* | add missing slf4j binding to prevent using noop | Olivier Lamy | 2012-08-01 | 1 | -0/+6 |
* | [MRM-1651] Add OSGi support to redback-authentication-open | Jean-Baptiste Onofre | 2012-07-31 | 1 | -0/+15 |
* | [MRM-1651] Add OSGi support in redback-authentication-memory | Jean-Baptiste Onofre | 2012-07-31 | 1 | -0/+15 |
* | [MRM-1651] Simplify the OSGi statements | Jean-Baptiste Onofre | 2012-07-31 | 2 | -14/+0 |
* | [MRM-1651] Add OSGi support to redback-authentication-ldap | Jean-Baptiste Onofre | 2012-07-31 | 1 | -1/+18 |
* | [MRM-1651] Add OSGi support in redback-authentication-api | Jean-Baptiste Onofre | 2012-07-31 | 1 | -0/+21 |
* | remove @version $Id$ | Olivier Lamy | 2012-07-05 | 8 | -8/+8 |
* | repackage spring-registry-commons to o.a.a namespace | Olivier Lamy | 2012-04-12 | 1 | -1/+1 |
* | no more need of the ROLE field | Olivier Lamy | 2012-04-09 | 1 | -2/+0 |
* | spring-apacheds component move to apache namespace | Olivier Lamy | 2012-04-09 | 2 | -2/+2 |
* | use spring-apacheds component from apache namespace | Olivier Lamy | 2012-04-09 | 1 | -1/+1 |
* | package move to o.a.a.r module redback-policy | Olivier Lamy | 2012-04-07 | 5 | -18/+9 |