Skip to content

Latest commit

 

History

History
127 lines (79 loc) · 6.72 KB

CHANGELOG.md

File metadata and controls

127 lines (79 loc) · 6.72 KB

Change Log

0.6.3 (2021-01-26)

Full Changelog

Closed issues:

  • Timeout issues with mailcatcher #18

Merged pull requests:

  • Fix an error showing the key not being set on the DES cypher #41 (Castone22)

v0.6.2 (2017-04-24)

Full Changelog

Merged pull requests:

v0.6.1 (2016-09-15)

Full Changelog

Merged pull requests:

  • Release 0.6.1 #32 (mwrock)
  • only test supported rubies and do not test twice #31 (mwrock)

v0.6.0 (2016-02-16)

Full Changelog

Closed issues:

  • support Extended Protection for Authentication (Channel Binding Tokens) #27
  • RubyNTLM is not documented #20

v0.5.3 (2016-01-22)

Full Changelog

0.5.3 (2016-01-22)

Full Changelog

Merged pull requests:

  • fix session.workstation when passing only domain #26 (mwrock)

0.5.2 (2015-07-20)

Full Changelog

Merged pull requests:

0.5.1 (2015-06-23)

Full Changelog

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)

Full Changelog

Closed issues:

  • require 'net/ntlm/version' in spec/lib/net/ntlm/version_spec.rb #12
  • License missing from gemspec #5

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)

Full Changelog

Closed issues:

  • The domain should always be capitalized otherwise domain authentication fails #7

Merged pull requests:

v0.3.4 (2013-08-08)

Full Changelog

v0.3.3 (2013-07-23)

Full Changelog

Merged pull requests:

v0.3.2 (2013-06-24)

Full Changelog

Closed issues:

  • Gem is locked at 1.9.2 #1

v0.3.1 (2013-03-29)

Full Changelog

Merged pull requests:

  • Fix gemspec for the proper ruby version and bump the version #2 (pmorton)

v0.3.0 (2013-03-25)

Full Changelog

v0.2.0 (2013-03-22)

* This Change Log was automatically generated by github_changelog_generator