-
Notifications
You must be signed in to change notification settings - Fork 252
Comparing changes
Open a pull request
base repository: ruby-ldap/ruby-net-ldap
base: v0.19.0
head repository: ruby-ldap/ruby-net-ldap
compare: master
- 16 commits
- 15 files changed
- 5 contributors
Commits on Jan 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7f060e1 - Browse repository at this point
Copy the full SHA 7f060e1View commit details
Commits on Oct 26, 2024
-
#431, Add
ostruct
as a dependency to the gemspecThis 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.
Configuration menu - View commit details
-
Copy full SHA for 7557c6f - Browse repository at this point
Copy the full SHA 7557c6fView commit details
Commits on Oct 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5eec272 - Browse repository at this point
Copy the full SHA 5eec272View commit details -
Configuration menu - View commit details
-
Copy full SHA for 60f2bc3 - Browse repository at this point
Copy the full SHA 60f2bc3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 16ebec4 - Browse repository at this point
Copy the full SHA 16ebec4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a737ce - Browse repository at this point
Copy the full SHA 8a737ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for ed83108 - Browse repository at this point
Copy the full SHA ed83108View commit details -
Merge pull request #433 from HarlemSquirrel/test-docker-compose
Update test.yml
Configuration menu - View commit details
-
Copy full SHA for ca78b20 - Browse repository at this point
Copy the full SHA ca78b20View commit details -
Configuration menu - View commit details
-
Copy full SHA for 789b133 - Browse repository at this point
Copy the full SHA 789b133View commit details -
Merge pull request #432 from Ivanov-Anton/#431-improvement
#431, Add `ostruct` as a dependency to the gemspec
Configuration menu - View commit details
-
Copy full SHA for 450b543 - Browse repository at this point
Copy the full SHA 450b543View commit details -
* Require Ruby >= 3.0.0 * Update test.yml
Configuration menu - View commit details
-
Copy full SHA for 2605a02 - Browse repository at this point
Copy the full SHA 2605a02View commit details -
* Link to usage doc * Better link --------- Co-authored-by: Kevin McCormack <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a515dad - Browse repository at this point
Copy the full SHA a515dadView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 75c0bcb - Browse repository at this point
Copy the full SHA 75c0bcbView commit details
Commits on Nov 24, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for a562790 - Browse repository at this point
Copy the full SHA a562790View commit details
Commits on May 31, 2025
-
* Update for ruby 3.4 * Update gemfile * Update test workflow * Update ci
Configuration menu - View commit details
-
Copy full SHA for 16d7625 - Browse repository at this point
Copy the full SHA 16d7625View commit details -
* Add ruby 3.4 to CI * Add ruby 3.4 to docker-compose.yml --------- Co-authored-by: Kevin McCormack <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 990a666 - Browse repository at this point
Copy the full SHA 990a666View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.19.0...master