Commit graph

27 commits

Author SHA1 Message Date
Rory OConnell
4ab764558f Merge 2012-02-28 20:48:31 -08:00
Oleg Barenboim
8a106ca64f Added Continuation Reference Processing as defined in section 4.5.3 of RFC 2251 (http://www.ietf.org/rfc/rfc2251.txt) 2011-12-28 15:29:40 -05:00
Michael Baker
40f0e1857e Add success and failure methods. 2011-11-30 20:03:02 +00:00
Michael Baker
2763040162 Return PDU instead of result code 2011-11-29 22:24:34 +00:00
Austin Ziegler
fedd290adf Adding utf-8 encoding headers to all lib files. 2011-03-17 21:51:52 -04:00
Austin Ziegler
f46c68dce3 Merge branch 'master' of github.com:RoryO/ruby-net-ldap 2010-09-25 00:06:31 -04:00
Derek Harmel
4159643c3d Fixes for mysterious 'constant not missing' errors 2010-09-07 01:15:28 +08:00
Austin Ziegler
59dac76d47 Cleaning up Net::LDAP documentation. 2010-04-19 01:54:25 -04:00
Austin Ziegler
6eaf87dc56 Cleaning up Net::LDAP::PDU (including object rename. 2010-03-27 15:33:32 -04:00
Austin Ziegler
31946c35c7 Rationalizing startup. 2010-03-13 00:20:07 -05:00
emiel
ec47390431 Correct indentation and format. 2009-02-27 22:43:21 +00:00
emiel
2835ecd82d Fix warning: instance variable @ldap_controls not initialized 2009-02-27 22:39:17 +00:00
blackhedd
b828ff52cf Changed error classes to inherit from StandardError instead of Exception.
This should make them easier to use with irb.
2007-09-04 12:07:35 +00:00
blackhedd
d483a345af Added a patch by Kouhei Sutou which supports start_tls encryption. 2007-05-02 02:32:14 +00:00
blackhedd
789b36c9d7 extended our support for error messages returned from servers. 2007-03-20 18:28:34 +00:00
blackhedd
832334116a Supported BindRequest, SearchRequest, and UnbindRequest 2006-11-27 22:59:03 +00:00
blackhedd
14c3db9b83 provisionally implemented NTLM authentication. 2006-09-30 13:28:05 +00:00
blackhedd
af27b55d89 Factored out BindResponse handling, to support SASL server creds. 2006-09-30 12:12:52 +00:00
blackhedd
5c4de6a5c9 removed dead code 2006-09-02 17:12:52 +00:00
blackhedd
f3e05db9d3 added support for search-result referrals. 2006-05-31 15:55:16 +00:00
blackhedd
c30a198a29 Provisionally removed an obsolete way of returning search
results. The code is commented out so we can bring it back
if the removal causes regressions.
2006-05-04 11:58:10 +00:00
blackhedd
b67a91edca implemented RFC 2696. 2006-05-02 09:26:55 +00:00
blackhedd
91631f845d Supported RFC 2251 "controls" 2006-05-02 07:44:33 +00:00
blackhedd
5eaacf1ac3 supported LDAP delete 2006-04-30 16:31:08 +00:00
blackhedd
90616a3ca9 lost superfluous default methods 2006-04-26 02:57:34 +00:00
blackhedd
7be5474f06 Significant mods to LDAP#search 2006-04-25 14:03:11 +00:00
blackhedd
4c9532f432 Refactored ldap/pdu and ldap/filter scripts 2006-04-17 00:41:49 +00:00
Renamed from lib/net/ldappdu.rb (Browse further)