Skip to content

Commit cb1966a

Browse files
author
Austin Ziegler
committed
Merge branch 'master' of github.com:RoryO/ruby-net-ldap
2 parents 1e85e83 + 001608e commit cb1966a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

History.rdoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
prevent those operators from having problems with the private new.
1111
* Added Filter.present and Filter.present? aliases for the method
1212
previously only known as Filter.pres.
13+
* Added Filter.escape to escape strings for use in filters, based on
14+
rfc4515.
15+
* Added Filter.equals, Filter.begins, Filter.ends and Filter.contains,
16+
which automatically escape input for use in a filter string.
1317
* Cleaned up Net::LDAP::Filter::FilterParser to handle branches better.
1418
Fixed some of the regular expressions to be more canonically defined.
1519
* Correctly handles single-branch branches.

lib/net/ldap/filter.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# -*- ruby encoding: utf-8 -*-
2-
# -*- ruby encoding: utf-8 -*-
32

43
##
54
# Class Net::LDAP::Filter is used to constrain LDAP searches. An object of

0 commit comments

Comments
 (0)