- Update available NegotiateFlags during authentication
- Fix NTLMv2 hash when username contains non-ASCII characters by @cdelafuente-r7 in #56
- Fix applying DES-CBC when using OpenSSL 3 by @paulvt in #51
- Add dependency to
base64
gem by @yahonda in #62 - Avoid usage of legacy algorithms on libssl-3.0+ by @larskanis in #53
- Add anonymous authentication support by @zeroSteiner in #45
- Update minimum supported ruby to 2.6. Add support for ruby 3.2 and 3.3
0.6.3 (2021-01-26)
Closed issues:
- Timeout issues with mailcatcher #18
Merged pull requests:
v0.6.2 (2017-04-24)
Merged pull requests:
- preps 0.6.2 release and adds a changelog generator #35 (mwrock)
- Support Ruby 2.4 #34 (fwininger)
- ignore pkg directory in git #33 (mwrock)
v0.6.1 (2016-09-15)
Merged pull requests:
v0.6.0 (2016-02-16)
Closed issues:
- support Extended Protection for Authentication (Channel Binding Tokens) #27
- RubyNTLM is not documented #20
v0.5.3 (2016-01-22)
0.5.3 (2016-01-22)
Merged pull requests:
0.5.2 (2015-07-20)
Merged pull requests:
- Add Pass the Hash capability to the NTLM client #24 (thelightcosine)
0.5.1 (2015-06-23)
Merged pull requests:
- fix NTLM1 auth - NTLM::lm_response(pwd, chal) and NTLM::ntlm_response… #23 (marek-veber)
- Make the session key available to clients #21 (jlee-r7)
0.5.0 (2015-02-22)
Closed issues:
Merged pull requests:
- Protect against mutating frozen strings #30 (mwrock)
- Support Extended Protection for Authentication (Channel binding) #28 (mwrock)
- Encode client and domain in oem/unicode in
Client\#authenticate!
#19 (jlee-r7) - require version to fix specs #17 (sneal)
- Initial go at an NTLM Client that will do session signing/sealing #16 (zenchild)
- Verify passwords in Type3 messages #15 (jlee-r7)
- RSpect should => expect modernization #14 (zenchild)
- update http example with EncodeUtil class #11 (stensonb)
- update readme with how to use and the correct namespacing for using the gem #10 (stensonb)
v0.4.0 (2013-09-12)
Closed issues:
- The domain should always be capitalized otherwise domain authentication fails #7
Merged pull requests:
- Add licensing information and clean up attributions to provide licensing... #9 (pmorton)
- Upcase the domain #8 (pmorton)
- Refactor/refactor classes #6 (thelightcosine)
v0.3.4 (2013-08-08)
v0.3.3 (2013-07-23)
Merged pull requests:
- Typo in NTLM namespace calls #4 (thelightcosine)
v0.3.2 (2013-06-24)
Closed issues:
- Gem is locked at 1.9.2 #1
v0.3.1 (2013-03-29)
Merged pull requests:
v0.3.0 (2013-03-25)
v0.2.0 (2013-03-22)
* This Change Log was automatically generated by github_changelog_generator