Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ruby-ldap/ruby-net-ldap
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: smortex/ruby-net-ldap
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 4 commits
  • 3 files changed
  • 2 contributors

Commits on May 14, 2013

  1. Configuration menu
    Copy the full SHA
    1c1af09 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2013

  1. Add spec to reproduce FilterPraser.parse fails with multibyte char

    Tatsuya Sato authored and smortex committed Jun 3, 2013
    Configuration menu
    Copy the full SHA
    3bba2c2 View commit details
    Browse the repository at this point in the history
  2. Simplify an example for FilterParser

    Tatsuya Sato authored and smortex committed Jun 3, 2013
    Configuration menu
    Copy the full SHA
    bf5355b View commit details
    Browse the repository at this point in the history
  3. Fix: Fails to parser when given string includes multibyte chars.

    Net::LDAP::Filter::FilterParser fails to parse when a given string
    includes multibyte chars such as Japanese characters.
    But this should support it according to RFC-2254.
    
    This commit is to fix this failure.
    Tatsuya Sato authored and smortex committed Jun 3, 2013
    Configuration menu
    Copy the full SHA
    92e9de1 View commit details
    Browse the repository at this point in the history
Loading