Austin Ziegler
2a63ae72b9
Merge branch 'filter_escaping' of https://github.com/Jamstah/ruby-net-ldap into Jamstah-filter_escaping
2011-03-17 22:37:44 -04:00
Austin Ziegler
7ae8e28550
Merge branch 'filter_single_clauses' of https://github.com/Jamstah/ruby-net-ldap into jamstah-filter_single_clauses
2011-03-17 22:33:16 -04:00
Austin Ziegler
393b57405d
Formatting changes to the DN class.
2011-03-17 22:25:22 -04:00
Jamstah
2b3e2774fb
Spec for a DN class which escapes values and can parse a DN.
2011-01-11 16:27:14 +00:00
Jamstah
ab196040b4
Add breaking tests.
2011-01-11 14:23:15 +00:00
Jamstah
f3204bde6d
Accept filters with only one clause to an & or |
2011-01-06 14:06:31 +00:00
Kaspar Schiess
36904e208a
+ Rewrote tests as specs. Ruby1.9 compatible escape code.
2010-12-30 13:44:17 +01:00
Kaspar Schiess
cd866c0109
+ Patch from Sean Cashin that fixes filter behaviour
...
Filters would not accept apostrophes, now they do.
Thanks Sean Cashin (http://github.com/scashin133 )!
2010-10-08 16:47:24 +02:00
Kaspar Schiess
a3824392bf
+ Adds a specification for the new ldap extensible filter
...
I am not sure about this, since I haven't been able to find
documentation about what this does. This should work, though.
Cleanup of comments and exceptions, adds specification for
Filter.ex and a parser method.
2010-03-22 15:17:26 +01:00
Kaspar Schiess
cfd9dbc922
+ Spec for Net::LDAP::Entry
...
Pretty much rewrote the code. It now also responds to respond_to?
correctly. Most of that symbol manipulation is now in just one place.
2010-03-18 10:08:59 +01:00