An open API service providing commit metadata for open source projects.

GitHub / ruby-ldap/ruby-net-ldap / commits

Pure Ruby LDAP library

SHA Message Author Date Stats
bbf351b6 merge Merge pull request #73 from sahglie/fix_filter_parser Michael Schaarschmidt <s****t@m****m> over 11 years ago
d1f70c9d merge Merge pull request #89 from sdalu/patch-1 Michael Schaarschmidt <s****t@m****m> over 11 years ago
a1c98d8c merge Merge pull request #97 from nerab/patch-1 Michael Schaarschmidt <s****t@m****m> over 11 years ago
5fd242ca merge Merge pull request #95 from swang304/starttls Michael Schaarschmidt <s****t@m****m> over 11 years ago
4379ce3f merge Merge pull request #98 from ecraft/master Michael Schaarschmidt <s****t@m****m> over 11 years ago
38716a2b Update respond_to? for Ruby 2.0 Nicholas E. Rabenau <n****b@g****t> over 11 years ago
1b7bba99 start_tls is now supported Christopher Warner <c****r@m****m>
Committed by: Jerry Cheung <j****h@w****m>
over 11 years ago
f6e843b2 merge Merge pull request #93 from f1sherman/patch-1 Michael Schaarschmidt <s****t@m****m> over 11 years ago
dc3de1e1 Fix net-ldap with start-tls. Sai Ke WANG <s****4@b****t> over 11 years ago
286ace6f handle base64 encoded dn attr Mattias Ohlsson <m****n@i****m> over 11 years ago
64c96ea0 Remove references to rubyforge Brian John <b****n@b****m> over 11 years ago
cd792ad9 Manually merged in changes from https://github.com/ruby-ldap/ruby-net-ldap/pu... Per Lundberg <p****g@e****m> over 11 years ago
01015aaf Adding Net::LDAP::Entry#first sdalu <s****u@s****m> over 11 years ago
d4a73558 fix url of github in gemspec file, push version to 0.6.1 #85 Michael Schaarschmidt <m****l@s****m> over 11 years ago
f765a75f push version to 0.6.0 Michael Schaarschmidt <m****t@i****e> over 11 years ago
e811ed86 merge Merge remote-tracking branch 'origin/master' Michael Schaarschmidt <m****t@i****e> over 11 years ago
c0a6e1ea merge Merge pull request #79 from delphij/master Michael Schaarschmidt <s****t@m****m> over 11 years ago
839c50fd Work around broken sync_close in OpenSSL::SSL::SSLSocket Shaun Mangelsdorf <s****f@g****m> over 11 years ago
0c439a94 Add raw_string helper in tests, to repair encoding issues Shaun Mangelsdorf <s****f@g****m> over 11 years ago
5d3da038 Time out test case when reading from a pipe blocks indefinitely Shaun Mangelsdorf <s****f@g****m> over 11 years ago
17607c6d indent file, and use multiple conditions in one line Kuldeep Aggarwal <k****r@y****n> over 11 years ago
51a7ea4f push version to 0.5.1 Michael Schaarschmidt <m****t@i****e> over 11 years ago
4f837ca6 update url parameter in gemspec file Michael Schaarschmidt <m****t@i****e> over 11 years ago
210585e4 update flexmock to 1.3, update some hoe attributes Michael Schaarschmidt <m****t@i****e> over 11 years ago
017223d1 Use 16 bytes secure random instead of a number from 0 to 999. This Xin Li <d****j@F****g> almost 12 years ago
2be5f173 colons are ':' valid filter characters sahglie <s****e@g****m> about 12 years ago
bc45065c FilterParser can parse filter string including special chars. Tatsuya Sato <t****o@m****m> over 12 years ago
bbef82f2 bumping version Rory O'Connell <r****y@m****t> over 12 years ago
40846cb7 Updating history with latest PR descriptions Rory O'Connell <r****y@m****t> over 12 years ago
1115cf93 Updating readme with ruby version, removing ancient setup instructions Rory O'Connell <r****y@m****t> over 12 years ago
567ae54e Updating travis with new ruby requirements Rory O'Connell <r****y@m****t> over 12 years ago
ba713927 Temporary fix for gemspec for people pointing to Git Rory O'Connell <r****y@m****t> over 12 years ago
37736e16 merge Merge pull request #67 from equinux/catch_converter_not_found_error Rory O'Connell <r****y@b****m> over 12 years ago
646cdce8 merge Merge pull request #66 from satoryu/fix_filter_parser Rory O'Connell <r****y@b****m> over 12 years ago
f39daedd merge Merge pull request #64 from lfu/sid Rory O'Connell <r****y@b****m> over 12 years ago
a808c891 merge Merge pull request #59 from satoryu/make_spec_green Rory O'Connell <r****y@b****m> over 12 years ago
e2290bb1 merge Merge pull request #57 from docwhat/one-version Rory O'Connell <r****y@b****m> over 12 years ago
12613fb7 merge Merge pull request #56 from cmdrclueless/search_referral_fix Rory O'Connell <r****y@b****m> over 12 years ago
9ade653b merge Merge pull request #55 from jzinn/master Rory O'Connell <r****y@b****m> over 12 years ago
716876e7 merge Merge pull request #54 from blairc/master Rory O'Connell <r****y@b****m> over 12 years ago
418bcc9c merge Merge pull request #49 from ngwilson/master Rory O'Connell <r****y@b****m> over 12 years ago
a8d0bbe8 Catch Encoding::ConverterNotFoundError
Signed-off-by: Jason Franklin <f****n@e****m>
Jason Franklin <f****n@e****m> over 12 years ago
4e882488 Fix: Fails to parser when given string includes multibyte chars. Tatsuya Sato <t****o@m****m> over 12 years ago
d5a6c039 Simplify an example for FilterParser Tatsuya Sato <t****o@m****m> over 12 years ago
e07b7ddd Add spec to reproduce FilterPraser.parse fails with multibyte char Tatsuya Sato <t****o@m****m> over 12 years ago
234daf90 Let Net::BER::BerIdentifiedString fall back if string cannot be encoded. Lucy Fu <l****u@r****m> over 12 years ago
fe95779f Change the value of source in Gemfile because deprecated Tatsuya Sato <t****o@m****m> over 12 years ago
3dedf73f merge Merge branch 'make_spec_green' of github.com:satoryu/ruby-net-ldap into make_... Tatsuya Sato <t****o@m****m> over 12 years ago
251735ba Add support version of ruby Tatsuya Sato <t****o@m****m> over 12 years ago
7438a2ab One LdapError-class => Specific errors for every exception. Denis Knauf <D****f@g****m> over 12 years ago
2e1d78d0 Update README.rdoc Tatsuya Sato <s****1@g****m> over 12 years ago
c1166278 Add status image to README Tatsuya Sato <t****o@m****m> over 12 years ago
8759acb7 Adopt Travis-CI Tatsuya Sato <t****o@m****m> over 12 years ago
b6c6dda7 Fix Invalid examples Tatsuya Sato <t****o@m****m> over 12 years ago
6dd88b26 Moved VERSION into a single file Christian Höltje <c****e@u****m> almost 13 years ago
3f37bbcf Fixes an error when following referrals Brian Weaver <B****r@R****m> almost 13 years ago
371b7f27 Unescape escaped filter characters in #to_ber Julian Zinn <j****n@e****m> almost 13 years ago
9b813472 Update net-ldap.gemspec blair christensen <b****n@g****m> almost 13 years ago
9ab84a06 Added usage documentation Niall Wilson <n****n@g****m> about 13 years ago
5193015b Replace tabs with spaces Niall Wilson <n****n@g****m> about 13 years ago
82620b67 Yet more indenting fixes Niall Wilson <n****n@g****m> about 13 years ago
7e29e225 More indent fixes Niall Wilson <n****n@g****m> about 13 years ago
c86eb1ac Indenting fixes Niall Wilson <n****n@g****m> about 13 years ago
e05aaa9e Slight format cleanup Niall Wilson <n****n@g****m> about 13 years ago
3e1b9761 Added alias dereferencing as described under Niall Wilson <n****n@g****m> about 13 years ago
8a182675 merge Merge pull request #46 from epeli/patch-1 Rory O'Connell <r****y@m****t> over 13 years ago
ccd7b6da merge Merge pull request #41 from justcfx2u/master Rory O'Connell <r****y@m****t> over 13 years ago
8acd4acc merge Merge pull request #39 from aspgems/master Rory O'Connell <r****y@m****t> over 13 years ago
8ddb2d7c merge Merge pull request #35 from MarkCDSys/master Rory O'Connell <r****y@m****t> over 13 years ago
9de9bc75 merge Merge pull request #34 from jessehub/master Rory O'Connell <r****y@m****t> over 13 years ago
b6d9fbeb merge Merge pull request #33 from DavidJLee/master Rory O'Connell <r****y@m****t> over 13 years ago
717132f2 Add result string 19 Constraint Violation Esa-Matti Suuronen <e****i@s****g> over 13 years ago
656039ce Gracefully fall back if string cannot be encoded. Harold A. Jones II <g****s@c****m> over 13 years ago
d6aa24eb Changed back return values in API methods to match what documentation says Francisco R. Santos <f****s@g****m> over 13 years ago
b63e5c49 Added common UTF-8 special characters to filter-values Markus Bucher <m****s@m****n> over 13 years ago
aa677d04 Added salted sha1 support to password generator. Successfully tested with Ope... Jesse Callaway <b****e@g****m> over 13 years ago
51597eae Correction for rename #32 Rory OConnell <r****y@m****t> almost 14 years ago
a102054b Version bump Rory OConnell <r****y@m****t> almost 14 years ago
4ab76455 merge Merge Rory OConnell <r****y@m****t> almost 14 years ago
9fa0b982 Added parens around args for rename. David J. Lee <d****d@l****j>
Committed by: David Lee <d****2@w****u>
almost 14 years ago
9a9d5f07 Added configuration option to force paged searches off David J. Lee <d****d@l****j>
Committed by: David Lee <d****2@w****u>
almost 14 years ago
c46c9377 Added a new filter type bineq that will create an equality filter and NOT force David J. Lee <d****d@l****j>
Committed by: David Lee <d****2@w****u>
almost 14 years ago
3345c58d Fixing broken release Rory OConnell <r****y@m****t> almost 14 years ago
373304d8 Fixing gemspec Rory OConnell <r****y@m****t> almost 14 years ago
cba57eb5 URL change Rory OConnell <r****y@m****t> almost 14 years ago
5467ecf6 Words Rory OConnell <r****y@m****t> almost 14 years ago
995ddaa4 Version bump Rory OConnell <r****y@m****t> almost 14 years ago
ad4493b1 Update net-ldap.gemspec MichaelBaker <m****r@g****m> almost 14 years ago
09e372ee Update net-ldap.gemspec MichaelBaker <m****r@g****m> almost 14 years ago
b13c71d2 merge Merge pull request #3 from partnerpedia/add_sort_control Christopher Dwan <r****d@g****m> almost 14 years ago
4c24b4ea Added encoding of sort controls if passed in as an option to the search Chris Dwan <c****n@p****m> almost 14 years ago
76a81cce merge Merge pull request #26 from ManageIQ/continuation-reference-processing Rory O'Connell <r****n@g****m> almost 14 years ago
8a106ca6 Added Continuation Reference Processing as defined in section 4.5.3 of RFC 22... Oleg Barenboim <o****m@g****m> almost 14 years ago
a1bf7907 merge Merge pull request #18 from doitian/issue/17_bererror_unsupported_object_type... Rory O'Connell <r****n@g****m> almost 14 years ago
b94bba97 merge Merge pull request #2 from partnerpedia/better_response_message Ivar Vasara <i****b@o****m> about 14 years ago
40f0e185 Add success and failure methods. Michael Baker <m****r@p****m> about 14 years ago
27630401 Return PDU instead of result code Michael Baker <m****r@p****m> about 14 years ago
63db8c83 Bring back the Net::LDAP namespace Michael Baker <m****r@p****m> about 14 years ago
528ef308 merge Merge pull request #1 from partnerpedia/add_delete_tree radixhound <r****d@g****m> about 14 years ago
58bd2129 remove Gemfile.lock Chris Dwan <c****n@p****m> about 14 years ago

← Back to repository