Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] add URL support to constructor, some smarter TLS defaults #280

Open
wants to merge 13 commits into
base: master
Choose a base branch
from

Commits on Aug 25, 2016

  1. first pass at URI support

    Tom Maher committed Aug 25, 2016
    Configuration menu
    Copy the full SHA
    005b15f View commit details
    Browse the repository at this point in the history
  2. fix doc syntax

    Tom Maher committed Aug 25, 2016
    Configuration menu
    Copy the full SHA
    b72c4a8 View commit details
    Browse the repository at this point in the history
  3. URI may contain a base DN

    Tom Maher committed Aug 25, 2016
    Configuration menu
    Copy the full SHA
    4898d81 View commit details
    Browse the repository at this point in the history
  4. RFC 4516 doesn't allow username/pw in the URL

    Tom Maher committed Aug 25, 2016
    Configuration menu
    Copy the full SHA
    5fbe3ed View commit details
    Browse the repository at this point in the history
  5. URI support: check for supported protocols

    Tom Maher committed Aug 25, 2016
    Configuration menu
    Copy the full SHA
    48610ae View commit details
    Browse the repository at this point in the history
  6. clarifying comment on use of URI.parse()

    Tom Maher committed Aug 25, 2016
    Configuration menu
    Copy the full SHA
    389fcc3 View commit details
    Browse the repository at this point in the history
  7. typo

    Tom Maher committed Aug 25, 2016
    Configuration menu
    Copy the full SHA
    5484c5c View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2016

  1. move encryption param mangling to helper function

    Tom Maher committed Aug 26, 2016
    Configuration menu
    Copy the full SHA
    a72d7bf View commit details
    Browse the repository at this point in the history
  2. only check for bad protocols if we got a uri string

    Tom Maher committed Aug 26, 2016
    Configuration menu
    Copy the full SHA
    6c9ce50 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7c61cef View commit details
    Browse the repository at this point in the history
  4. let net/ldap be too long

    Tom Maher committed Aug 26, 2016
    Configuration menu
    Copy the full SHA
    a4ffa7a View commit details
    Browse the repository at this point in the history
  5. add :default for tls_options

    Tom Maher committed Aug 26, 2016
    Configuration menu
    Copy the full SHA
    d3887ad View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ebcf83e View commit details
    Browse the repository at this point in the history