File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 12
12
previously only known as Filter.pres.
13
13
* Cleaned up Net::LDAP::Filter::FilterParser to handle branches better.
14
14
Fixed some of the regular expressions to be more canonically defined.
15
+ * Correctly handles single-branch branches.
15
16
* Cleaned up the string representation of Filter objects.
16
17
* Added experimental support for RFC4515 extensible matching (e.g.,
17
18
"(cn:caseExactMatch:=Fred Flintstone)"); provided by "nowhereman".
19
+ * Net::LDAP::DN class representing an automatically escaping/unescaping
20
+ distinguished name for LDAP queries.
18
21
* Minor Enhancements:
19
22
* SSL capabilities will be enabled or disabled based on whether we can load
20
23
OpenSSL successfully or not.
23
26
related to BER-encoding values. This will make extracting Net::BER from
24
27
Net::LDAP easier in the future.
25
28
* Added some unit tests for the BER core extensions.
29
+ * Paging controls are only sent where they are supported.
26
30
* Documentation Changes:
27
31
* Core class extension methods under Net::BER.
28
32
* Extensive changes to Net::BER documentation.
You can’t perform that action at this time.
0 commit comments