0
I Use This!
Inactive

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 16 hours ago.
Apr 30, 2023 — Apr 30, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
working on optimistic adaption More... over 18 years ago
encountering many problems with adaptive schema checking More... over 18 years ago
added propose_ operations to scldapentry which compute an operation, and check the schema, but do not commit it More... over 18 years ago
method apply_proposed_changes, which is the engine of the application compiles More... over 18 years ago
moving forward with adaptive schema checking. This code will not compile, I am just saving intermediate work More... over 18 years ago
unify the exceptions for a single value violation and an objectclass violation, call it a schema violation More... over 18 years ago
check that the entry obeys SINGLE-VALUE assertions in the schema More... over 18 years ago
theres that logic again. Doh! More... over 18 years ago
fixed a silly flaw in the substring matching rules More... over 18 years ago
a subset of the substring matching rules are implemented More... over 18 years ago
finished implementing and testing primatives More... over 18 years ago
implementing primatives needed by substring matching rules More... over 18 years ago
implementing substring matching More... over 18 years ago
updated some comments More... over 18 years ago
improved performance of whitespace handling functions More... over 18 years ago
improving performance of whitespace collapsing More... over 18 years ago
adding a primative comparison function with is 3 times faster than the one in ocaml More... over 18 years ago
make oidmap lookups use caseIgnoreCompare More... over 18 years ago
temporarially disabled pcre More... over 18 years ago
changed matching rules to use Lcstring for case insensitive comparisons More... over 18 years ago
made lcstring compare insensitivly, but preserve case, did it without using String.lowercase More... over 18 years ago
included both imperative and functional implementations of the schema checker (one type remains commented out while the other is active) for testing purposes More... over 18 years ago
more small fixes to the filter lexer More... over 18 years ago
fixed a few minor issues with the filter lexer More... over 18 years ago
changed version number in the changelog, this will be version 2.2 More... over 18 years ago
reworked the filter parser to accept uid=uid=... filters. I like its new structure better in general. More... over 18 years ago
functional update compiles More... over 18 years ago
implementing functional attribute updates to get rid of the necessity of storing state More... over 18 years ago
do not enforce syntax restrictions for matching rules More... over 18 years ago
fall back to a binary compare if all efforts to find a better matching rule fail More... over 18 years ago