summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-12-04Reference to NextKeyManager in module description removedHEADmasterAndrew Branson
2014-10-143.0 releaseAndrew Branson
2014-10-07Repackage to org.cristaliseAndrew Branson
2014-10-03Rolled back the renaming of existing exceptions.Andrew Branson
2014-10-03Adapt to new ExceptionsAndrew Branson
2014-09-22Removed ItemPath.fromUUIDStringAndrew Branson
2014-09-19Switch from UUID.fromString to ItemPath.fromUUIDStringAndrew Branson
2014-09-18Support hierarchical roles. Fixes #199Andrew Branson
2014-09-09Merge remote-tracking branch 'origin/master'Andrew Branson
2014-09-09Support new ItemPath based Item id. NextKeyManager removed.Andrew Branson
2014-07-24set protected the new memeber "ldapProps" ogattaz
2014-07-24Merge branch 'master' of ssh://dev.cccs.uwe.ac.uk:22/var/git/cristal-ldapogattaz
2014-07-24LDAP properties enhancements :ogattaz
add protections during the instanciation add methods to return validity informations about the contained data
2014-07-24Don't depend on gateway properties in the constructor of LDAPLookup, asAndrew Branson
it may be instantiated before the Gateway is initialized.
2014-07-24Move cluster storage implementation into lookup.ldap package, leaveAndrew Branson
stubs in the old persistency package for backwards compatibility.
2014-07-23OpenLDAP schema and sample conf from kernelAndrew Branson
2014-07-22protects the method getAuthObject() against the null pointer exceptionogattaz
2014-07-22Added NextKeyManager.close methodAndrew Branson
Made all members protected to allow extension
2014-07-22Move init code to open() in case instantiation is done outside theAndrew Branson
Gateway and the props aren't ready yet
2014-07-04Search didn't work for non-mutable properties. Need to change how theAndrew Branson
flag is stored - starting the query with a wildcard would be very bad for performance.
2014-06-30Implements new LookupManager interfaceAndrew Branson
2014-06-23Combine various Lookup.search methods into a general search(Path,Andrew Branson
Property...)
2014-06-12Initial migration out of cristal-kernelAndrew Branson