emiel
6b5548ffd2
This commit is all about moving toward 'Hoe' as the project helper.
...
$ gem install hoe
To get there the following has been done:
* Adhere to hoe naming conventions.
* Migrate and update tests.
* Consolidate and update documentation.
* Prepare History.txt for release.
* And I probably forgot something...
2008-11-14 23:22:30 +00:00
blackhedd
da882af074
Added Net::LDAP::Filter.parse_ber and associated helper methods and tests.
2007-05-05 02:44:32 +00:00
blackhedd
f6c87c02fc
fixed mispelling: TimerTicks is now TimeTicks.
2006-12-21 15:09:29 +00:00
blackhedd
0d9206d602
added Net::BER::BerIdentifiedOid type and related tests
2006-12-19 18:27:57 +00:00
blackhedd
11fb69b0b1
fixed mishandling of community string in parser
2006-12-19 16:40:10 +00:00
blackhedd
eac464bcb9
added some SNMP app-specific types and cleaned up some BER-encoding problems
...
with integers.
2006-12-17 19:04:41 +00:00
blackhedd
5f197cc040
fixed the implementation of Bignum#to_ber.
2006-12-15 18:29:26 +00:00
blackhedd
3f14b54014
added some more test cases
2006-12-15 14:12:02 +00:00
blackhedd
a56d249a80
tests and change notes
2006-12-15 13:55:58 +00:00
blackhedd
da69de0fc2
rename
2006-12-15 11:23:18 +00:00
blackhedd
c49e1f0c94
SNMP GetRequest parsing
2006-12-15 11:22:41 +00:00
blackhedd
d809c24423
test development
2006-12-15 10:36:17 +00:00
blackhedd
0871f7bdfa
initial add of SNMP test module
2006-12-15 10:03:27 +00:00
blackhedd
7de0147b21
Added Net::LDAP::Filter.from_rfc2254
2006-05-15 20:03:56 +00:00
blackhedd
8b7b74ac16
Added test module for filters
2006-05-15 18:36:24 +00:00
blackhedd
6f2d527c24
Added a password-hash generator.
2006-04-24 21:58:14 +00:00
blackhedd
f8649bc54e
Changed LDAP#search to return T/F instead of numeric LDAP code,
...
and adjusted the tests accordingly.
2006-04-23 01:17:49 +00:00
blackhedd
030bb9c6d4
Fixed tests to handle the new error return from LDAP#bind.
2006-04-23 01:13:41 +00:00
blackhedd
4bc667ffb2
Implemented Net::LDAP::open
2006-04-18 21:11:33 +00:00
blackhedd
36526cd66a
Refactored the Net::LDAP methods to prepare for
...
the implementation of Net::LDAP::open
2006-04-18 20:55:55 +00:00
blackhedd
7a0da7c9bc
Added Dataset::to_ldif
2006-04-18 19:46:47 +00:00
blackhedd
e6d6a5261a
Started a Dataset implementation that will be
...
used to hold search-results and LDIFs.
2006-04-18 15:42:10 +00:00
blackhedd
dac184da91
removed dead code
2006-04-18 00:18:48 +00:00
blackhedd
497e2be4e7
Added unit tests for search-filters
2006-04-17 20:39:54 +00:00
blackhedd
ca38bfc803
additional unit tests and partial support for filters in the test server.
2006-04-17 17:57:33 +00:00
blackhedd
f8440cdf36
incorporated test data into the test LDAP server.
2006-04-17 03:44:55 +00:00
blackhedd
825594ade2
Removed superfluous requires. Now, all you have to
...
do is require net/ldap and you'll pick up all the needed
modules.
2006-04-17 00:42:47 +00:00
blackhedd
4c9532f432
Refactored ldap/pdu and ldap/filter scripts
2006-04-17 00:41:49 +00:00
blackhedd
fbacb5f8e0
started an attribute test
2006-04-16 11:10:17 +00:00
blackhedd
8920805bb2
Changed the includes to pick up the new net/xxx script locations.
2006-04-16 09:40:01 +00:00
blackhedd
9147cf1254
Started adding some LDAP-client test cases
2006-04-15 04:43:36 +00:00
blackhedd
eb3ab200f8
Ooops, I added my code in the top level.
...
Provisionally added this branch to keep from messing things up.
2006-04-14 23:23:35 +00:00