index
:
cristal-kernel.git
2.3.2
2.3.3
2.4
idl-rewrite
ldap-refactor
ldap-refactor-saved
lookup
master
state
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
com
/
c2kernel
/
lookup
Age
Commit message (
Expand
)
Author
2014-06-30
Separated modifying Lookup methods into LookupManager, which is only
Andrew Branson
2014-06-23
Finished half-finished doc sentence.
Andrew Branson
2014-06-23
Combine various Lookup.search methods into a general search(Path,
Andrew Branson
2014-06-23
Separate PredefinedStepContainers for Agents and Items (and Server Item)
Andrew Branson
2014-06-17
Remove getChildren methods - all searches should be done by the lookup
Andrew Branson
2014-06-12
Refactored LDAP into its own module.
Andrew Branson
2014-06-06
Partial javadoc and scope tightening of the new interfaces.
Andrew Branson
2014-06-05
Make LDAPNextKeyManager independent of the LDAPLookup. The authenticator
Andrew Branson
2014-06-05
LDAP refactored behind interfaces. All functions of LDAP now hidden
Andrew Branson
2014-05-14
Refactored Proxy update notification server into its own class and
Andrew Branson
2014-05-08
Agent now extends Item, so they can have workflows. All traces of the
Andrew Branson
2014-04-09
Expanded server predefined steps to include server and agent maintenance
Andrew Branson
2014-04-04
When generating the next SystemKey in NextKeyManager, make sure that
Andrew Branson
2014-02-26
Properties extended as ObjectProperties, which can return any Object,
Andrew Branson
2014-01-23
Refactored Resource into a new ResourceLoader interface, which allows
Andrew Branson
2013-12-12
Properties preserve and respect the PropertyDescription 'isMutable'
Andrew Branson
2013-07-29
new lookup search method that uses a PropertyDescriptionList to find
Andrew Branson
2013-06-14
Escape DNs with hex codes instead - more compatible
Andrew Branson
2013-06-13
Escape DNs in Path, so special characters can be used in Path
Andrew Branson
2013-05-17
Add Role management support to module, instead of just creating one if
Andrew Branson
2013-01-24
LDAP search by property. Returns EntityPaths though.
Andrew Branson
2012-08-03
Logging and error message clean-up
Andrew Branson
2012-08-01
LDAP properties: Integer port and support for generating secure admin
Andrew Branson
2012-05-30
Remove old top DN settings for compatibility with latest jldap lib
Andrew Branson
2012-05-30
Initial Maven Conversion
Andrew Branson