Thanks to visit codestin.com
Credit goes to github.com

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: v0.19.0
Choose a base ref
...
head repository: ruby-ldap/ruby-net-ldap
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 16 commits
  • 15 files changed
  • 5 contributors

Commits on Jan 3, 2024

  1. Rubocop autocorrect

    HarlemSquirrel committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    7f060e1 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2024

  1. #431, Add ostruct as a dependency to the gemspec

    This commit adds `ostruct` as an explicit dependency
    in the net-ldap gemspec.
    
    With the release of Ruby 3.3.5 and later versions,
    users of net-ldap may encounter warnings related
    to the use of `ostruct` if it is not declared as
    a dependency. By including `ostruct`, we aim to
    enhance clarity regarding the gem's requirements
    and prevent any runtime issues related to missing
    dependencies.
    Ivanov-Anton committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    7557c6f View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Update test.yml

    HarlemSquirrel committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    5eec272 View commit details
    Browse the repository at this point in the history
  2. Update docker-compose

    HarlemSquirrel committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    60f2bc3 View commit details
    Browse the repository at this point in the history
  3. Update test.yml

    HarlemSquirrel committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    16ebec4 View commit details
    Browse the repository at this point in the history
  4. Update test.yml

    HarlemSquirrel committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    8a737ce View commit details
    Browse the repository at this point in the history
  5. Update test.yml

    HarlemSquirrel committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    ed83108 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ca78b20 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    789b133 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #432 from Ivanov-Anton/#431-improvement

    #431, Add `ostruct` as a dependency to the gemspec
    HarlemSquirrel authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    450b543 View commit details
    Browse the repository at this point in the history
  9. Require Ruby >= 3.0 (#435)

    * Require Ruby >= 3.0.0
    
    * Update test.yml
    HarlemSquirrel authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    2605a02 View commit details
    Browse the repository at this point in the history
  10. Link to usage examples (#428)

    * Link to usage doc
    
    * Better link
    
    ---------
    
    Co-authored-by: Kevin McCormack <[email protected]>
    sebbASF and HarlemSquirrel authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    a515dad View commit details
    Browse the repository at this point in the history
  11. Add controls for modify and add operations (#426)

    * Allow controls for add and modify
    
    * Add tests for add and modify
    
    ---------
    
    Co-authored-by: Kevin McCormack <[email protected]>
    zeroSteiner and HarlemSquirrel authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    75c0bcb View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2024

  1. Add support for ldapwhoami (RFC4532) (now with tests) (#425)

    * Add support for ldapwhoami (RFC4532)
    
    * Do not break Net::LDAP#modify_password
    
    * Return the extended response data
    
    * Add test for connection.ldapwhoami
    
    * Fix processing password modify responses
    
    Per RFC4511 section 4.12, the responseValue field of an ExtendedResponse object is an optional string.
    Per RFC3062 section 2, the response to a passsword modify request is a sequence.
    This means the extended response must be parsed.
    
    ---------
    
    Co-authored-by: a7b81a9086 <>
    Co-authored-by: Kevin McCormack <[email protected]>
    zeroSteiner and HarlemSquirrel authored Nov 24, 2024
    Configuration menu
    Copy the full SHA
    a562790 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2025

  1. Update for ruby 3.4 (#439)

    * Update for ruby 3.4
    
    * Update gemfile
    
    * Update test workflow
    
    * Update ci
    HarlemSquirrel authored May 31, 2025
    Configuration menu
    Copy the full SHA
    16d7625 View commit details
    Browse the repository at this point in the history
  2. Add ruby 3.4 to CI (#438)

    * Add ruby 3.4 to CI
    
    * Add ruby 3.4 to docker-compose.yml
    
    ---------
    
    Co-authored-by: Kevin McCormack <[email protected]>
    hakeem0114 and HarlemSquirrel authored May 31, 2025
    Configuration menu
    Copy the full SHA
    990a666 View commit details
    Browse the repository at this point in the history
Loading