This website requires JavaScript.
6e53144090
supported comma in filter strings, suggested by Kouhei.
blackhedd
2007-08-26 09:28:37 +0000
c6307d2ce4
change notes
blackhedd
2007-08-11 01:27:09 +0000
089abcceb2
Applied patch from Kouhei Sutou
blackhedd
2007-08-11 01:26:06 +0000
e429d7034b
notes
blackhedd
2007-06-20 12:32:37 +0000
d0c877bcd5
Patch by Kouhei Sutou, enables support of \XX octal filter syntax
blackhedd
2007-06-20 12:31:37 +0000
3f7a4a254d
applied parentheses to quiet some -w warnings.
blackhedd
2007-05-18 21:50:22 +0000
64a8240ae0
Bugfix. Net::LDAP#bind was ignoring the inbound auth parameter. Thanks to Kouhei Sutou for spotting this and pointing it out.
blackhedd
2007-05-07 03:43:32 +0000
1b568e82df
notes on Filter#execute.
blackhedd
2007-05-06 20:28:24 +0000
2769d75b01
Added Net::LDAP::Filter.execute, which enables applications to perform arbitrary processing based on LDAP filters.
blackhedd
2007-05-06 20:27:28 +0000
9840657689
notes
blackhedd
2007-05-05 02:45:54 +0000
da882af074
Added Net::LDAP::Filter.parse_ber and associated helper methods and tests.
blackhedd
2007-05-05 02:44:32 +0000
bc1129fcf1
tweaked subschema query to comply with RFC 4512 pgh 4.4.
blackhedd
2007-05-02 18:25:34 +0000
8cfb4a13b6
more comment tweaks
blackhedd
2007-05-02 10:44:58 +0000
105fb102d5
let's get it right for a change
blackhedd
2007-05-02 10:21:39 +0000
acfa64d159
fixed grammar error in doc.
blackhedd
2007-05-02 10:17:46 +0000
18699c9ac2
comments and docs for Net::LDAP#Search_subschema_entry
blackhedd
2007-05-02 10:15:15 +0000
95d86ea6c3
added Net::LDAP#search_subschema_entry
blackhedd
2007-05-02 10:10:19 +0000
55c6d2efe9
fixed error in BER encoding.
blackhedd
2007-05-02 02:59:38 +0000
d483a345af
Added a patch by Kouhei Sutou which supports start_tls encryption.
blackhedd
2007-05-02 02:32:14 +0000
ae298d2865
added extended error reporting to Connection#modify
blackhedd
2007-03-20 18:56:23 +0000
033bc22ee4
added some additional comments
blackhedd
2007-03-20 18:30:52 +0000
789b36c9d7
extended our support for error messages returned from servers.
blackhedd
2007-03-20 18:28:34 +0000
17dcc52e05
changed Entry::to_ldif so it doesn't interpret blanks as binary characters.
blackhedd
2007-03-17 02:35:41 +0000
79f3ec6e0d
comments
blackhedd
2006-12-21 16:04:25 +0000
f6c87c02fc
fixed mispelling: TimerTicks is now TimeTicks.
blackhedd
2006-12-21 15:09:29 +0000
0d9206d602
added Net::BER::BerIdentifiedOid type and related tests
blackhedd
2006-12-19 18:27:57 +0000
2ef2176f14
fixed bug
blackhedd
2006-12-19 18:15:40 +0000
11fb69b0b1
fixed mishandling of community string in parser
blackhedd
2006-12-19 16:40:10 +0000
40b5554389
tweaked get-response parsing
blackhedd
2006-12-18 20:36:41 +0000
977f276191
fixed small bug, missing case in PDU parser
blackhedd
2006-12-18 20:16:32 +0000
765988a57b
supported parsing of get-response packets
blackhedd
2006-12-18 19:56:50 +0000
eac464bcb9
added some SNMP app-specific types and cleaned up some BER-encoding problems with integers.
blackhedd
2006-12-17 19:04:41 +0000
e550dc80ab
missed a case
blackhedd
2006-12-15 18:37:09 +0000
5f197cc040
fixed the implementation of Bignum#to_ber.
blackhedd
2006-12-15 18:29:26 +0000
0bf35f8d3e
additional packet formats supported
blackhedd
2006-12-15 16:15:06 +0000
3f14b54014
added some more test cases
blackhedd
2006-12-15 14:12:02 +0000
a56d249a80
tests and change notes
blackhedd
2006-12-15 13:55:58 +0000
19452a6206
development on snmp
blackhedd
2006-12-15 13:55:13 +0000
cf82f83ddf
added a #to_ber method to BerIdentifiedNull, which handles ASN.1 NULL objects.
blackhedd
2006-12-15 13:54:50 +0000
da69de0fc2
rename
blackhedd
2006-12-15 11:23:18 +0000
c49e1f0c94
SNMP GetRequest parsing
blackhedd
2006-12-15 11:22:41 +0000
79e59cf3aa
initial dev
blackhedd
2006-12-15 10:37:27 +0000
d809c24423
test development
blackhedd
2006-12-15 10:36:17 +0000
0871f7bdfa
initial add of SNMP test module
blackhedd
2006-12-15 10:03:27 +0000
6748040918
adjusted spelling
blackhedd
2006-12-15 10:01:37 +0000
1408a72c86
added a task for running the SNMP tests.
blackhedd
2006-12-15 10:00:51 +0000
f6cb105444
oops. Fixed private.
blackhedd
2006-12-08 16:10:37 +0000
db1894a5c0
Added Array#to_ber_oid.
blackhedd
2006-12-08 16:03:24 +0000
65b446c586
fixed Fixnum#to_ber when the value is zero
blackhedd
2006-12-08 15:53:02 +0000
11d8152d1b
re-implemented Fixnum#to_ber, which was wrongly implemented. The new version still doesn't fix representations of negative values.
blackhedd
2006-12-08 15:47:23 +0000
1d1a1a6f7d
DRY violated
blackhedd
2006-12-08 14:48:57 +0000
6860965651
supported translation of the X.690 OID representation. More useful for SNMP than for LDAP.
blackhedd
2006-12-08 10:40:17 +0000
8dfbf21302
supported univeral BER types 5 (NULL) and 6 (OID)
blackhedd
2006-12-08 08:39:13 +0000
7fe954f199
Supported some additional BER encodings.
blackhedd
2006-11-29 18:09:14 +0000
1314cd1f28
notes
blackhedd
2006-11-29 13:43:07 +0000
2ee2a551b1
Added syntax support for SearchFilter ANDs and ORs.
blackhedd
2006-11-29 13:42:21 +0000
4b110ff886
Added String#read_ber!
blackhedd
2006-11-27 23:09:18 +0000
4db9f2c7cc
Added a more-disciplined version of #read_ber.
blackhedd
2006-11-27 23:07:24 +0000
832334116a
Supported BindRequest, SearchRequest, and UnbindRequest
blackhedd
2006-11-27 22:59:03 +0000
fad144bcbc
Supported ASN NULL objects. Kindof trivial but nice for completeness.
blackhedd
2006-11-27 22:57:17 +0000
e001f0413e
Added syntax support for UnbindRequest bodies.
blackhedd
2006-11-27 22:56:13 +0000
c07c5af1b5
change note
blackhedd
2006-10-27 00:15:41 +0000
1748afac24
added blanks to the attribute filter in Filter#construct
blackhedd
2006-10-27 00:14:21 +0000
0bf59f7897
removed an extraneous LdapError value, noticed by Kouhei Sutou.
blackhedd
2006-10-27 00:10:26 +0000
239752408d
removed a duplicate entry
blackhedd
2006-10-27 00:04:47 +0000
7e32ba177c
improved the SASL authentication method, and added a simple accessor for MS/AD authentication via GSS-SPNEGO.
blackhedd
2006-09-30 23:02:12 +0000
de933da958
some change notes
blackhedd
2006-09-30 15:01:42 +0000
82e2cc3592
Fixed bug noticed by Matthias Tarasiewicz: from_single_ldif_string was returning DN attributes with a prepended nil element.
blackhedd
2006-09-30 14:59:13 +0000
14c3db9b83
provisionally implemented NTLM authentication.
blackhedd
2006-09-30 13:28:05 +0000
f3e87dd406
Added support for SASL data types and requests. Connection#bind_sasl is incomplete, don't use it yet.
blackhedd
2006-09-30 12:16:25 +0000
af27b55d89
Factored out BindResponse handling, to support SASL server creds.
blackhedd
2006-09-30 12:12:52 +0000
54d929dae5
removed a comment which is no longer true.
blackhedd
2006-09-29 12:44:28 +0000
e3a743d392
improved search size-limit support.
blackhedd
2006-09-07 20:43:59 +0000
580e4e749c
comments
blackhedd
2006-09-07 01:35:14 +0000
a49e0bf792
comments
blackhedd
2006-09-07 01:29:33 +0000
b23ef85b60
Added a size limit on searches.
blackhedd
2006-09-07 01:17:47 +0000
5c4de6a5c9
removed dead code
blackhedd
2006-09-02 17:12:52 +0000
21e243bf13
comment
blackhedd
2006-09-02 17:08:47 +0000
bc54a9c826
added a compiler for ASN/BER syntax, avoids interpreting it for every packet we parse.
blackhedd
2006-09-02 16:48:07 +0000
7fd1089115
comment
blackhedd
2006-09-02 14:48:42 +0000
3f43613480
notes
blackhedd
2006-09-02 14:46:12 +0000
8d8a2be5f8
noticed a possible parameter problem in paged-search, added comments.
blackhedd
2006-09-02 14:45:25 +0000
9ece3ff393
more optimizations
blackhedd
2006-09-02 14:11:31 +0000
6a371b988d
several performance optimizations
blackhedd
2006-09-02 13:49:12 +0000
58f5db9716
performance improvement in BERParser#read_ber, replaced a lot of calls to Symbol#===.
blackhedd
2006-09-02 04:43:35 +0000
91d5fff39c
bumped version to 0.1.0
blackhedd
2006-08-31 13:25:54 +0000
1eab2924f6
fixed line-folding bug in to_ldif
blackhedd
2006-08-31 13:23:25 +0000
da6b81dd39
change notes
blackhedd
2006-08-31 12:40:26 +0000
f83934584d
added Net::LDAP#search_root_dse.
blackhedd
2006-08-31 12:39:45 +0000
f2d761794f
tweaked the binary-attribute check. Now we look at the whole string instead of just the ends as ldapsearch does.
blackhedd
2006-08-31 01:48:33 +0000
1deab245d6
supported base64 encoding for binary attribute values
blackhedd
2006-08-29 00:24:29 +0000
f1e9861b50
change notes
blackhedd
2006-08-27 03:26:46 +0000
7660da0270
fixed a couple of "quiet" bugs, and added custom _dump and _load methods so that Net::LDAP::Entry objects can be marshalled. Thanks to an anonymous feature requester who only left the name "Jammy."
blackhedd
2006-08-27 03:25:44 +0000
6889456ba3
notes
blackhedd
2006-08-25 02:42:20 +0000
4a8f68bf9e
Patched Rakefile so it runs the tests. Thanks to Daniel Berger.
blackhedd
2006-08-25 02:41:13 +0000
4a46e19b8f
bumped version to 0.0.5
blackhedd
2006-08-18 19:42:34 +0000
4ca89a2b23
notes
blackhedd
2006-08-18 19:41:39 +0000
493b81bd69
added Net::LDAP::Entry#to_ldif
blackhedd
2006-08-18 19:41:03 +0000
fb4b2ba87d
change comment
blackhedd
2006-08-17 08:28:02 +0000
8d89bb6292
added parentheses to quiet warnings.
blackhedd
2006-08-16 23:57:59 +0000