Skip to content

Commit

Permalink
Merge branch 'master' of github.com:RoryO/ruby-net-ldap
Browse files Browse the repository at this point in the history
  • Loading branch information
Austin Ziegler committed Mar 22, 2011
2 parents 1e85e83 + 001608e commit cb1966a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions History.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
prevent those operators from having problems with the private new.
* Added Filter.present and Filter.present? aliases for the method
previously only known as Filter.pres.
* Added Filter.escape to escape strings for use in filters, based on
rfc4515.
* Added Filter.equals, Filter.begins, Filter.ends and Filter.contains,
which automatically escape input for use in a filter string.
* Cleaned up Net::LDAP::Filter::FilterParser to handle branches better.
Fixed some of the regular expressions to be more canonically defined.
* Correctly handles single-branch branches.
Expand Down
1 change: 0 additions & 1 deletion lib/net/ldap/filter.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# -*- ruby encoding: utf-8 -*-
# -*- ruby encoding: utf-8 -*-

##
# Class Net::LDAP::Filter is used to constrain LDAP searches. An object of
Expand Down

0 comments on commit cb1966a

Please sign in to comment.