rubyntlm 0.6.2 → 0.6.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 1faff36beeb295ca5d6326a6140686242c3c2447
4
- data.tar.gz: 23a28cbdddae6dc194754d2a069c6b0cdfbeee05
2
+ SHA256:
3
+ metadata.gz: 9ef7e8c4a2e91abd9fac8aff17da320fc011a25b0a74b14e8f121332daa33ee6
4
+ data.tar.gz: 9158fdcca0c6121fbfc27731bae0865398aee7a410e0be463872cfe764924b61
5
5
  SHA512:
6
- metadata.gz: 33144b0784c9d24f9be05709cef524ed451a45c7c9a54afcafe26aa1a8a9a7bdbfffe6d4252508bc8c924c96c2812c84d2f833204f7ee1a50de234c38b36bb10
7
- data.tar.gz: 661166a477bf794791376cd7f52aa881f78c0ce6f8bef732ba85f09a703df055a6869305f13e432803e9f5736c3a44d67588240b5f606d7797e4a73d925bee6a
6
+ metadata.gz: f3150588419fc1a400aacc52cbbdd61df58212e77cead9cc7b90b71af31d9a9d0cae90285e9d555bb1a953b4085af47ddc82c350b89b2ce31475e70f6c909a49
7
+ data.tar.gz: 20f50357f7ae738617386d1504dfae5d759ecceb2f7adc501e1458be80d22ea2864dc1b216d4853cda568271e81134fcda182f520477f8fd8613386e168ceefc
data/.gitignore CHANGED
@@ -1,3 +1,4 @@
1
+ .bundle
1
2
  .yardoc
2
3
  /doc
3
4
  Gemfile.lock
@@ -1,9 +1,9 @@
1
1
  language: ruby
2
2
  rvm:
3
3
  - 2.1.9
4
- - 2.2.0
5
- - 2.3.1
6
- - 2.4.0
4
+ - 2.6.6
5
+ - 2.7.1
6
+ - 3.0.0
7
7
  before_install:
8
8
  - gem update bundler
9
9
 
@@ -1,10 +1,22 @@
1
1
  # Change Log
2
2
 
3
- ## [0.6.2](https://github.com/WinRb/rubyntlm/tree/0.6.2) (2017-04-06)
4
- [Full Changelog](https://github.com/WinRb/rubyntlm/compare/v0.6.1...0.6.2)
3
+ ## [0.6.3](https://github.com/WinRb/rubyntlm/tree/0.6.3) (2021-01-26)
4
+ [Full Changelog](https://github.com/WinRb/rubyntlm/compare/v0.6.2...0.6.3)
5
+
6
+ **Closed issues:**
7
+
8
+ - Timeout issues with mailcatcher [\#18](https://github.com/WinRb/rubyntlm/issues/18)
9
+
10
+ **Merged pull requests:**
11
+
12
+ - Fix an error showing the key not being set on the DES cypher [\#41](https://github.com/WinRb/rubyntlm/pull/41) ([Castone22](https://github.com/Castone22))
13
+
14
+ ## [v0.6.2](https://github.com/WinRb/rubyntlm/tree/v0.6.2) (2017-04-24)
15
+ [Full Changelog](https://github.com/WinRb/rubyntlm/compare/v0.6.1...v0.6.2)
5
16
 
6
17
  **Merged pull requests:**
7
18
 
19
+ - preps 0.6.2 release and adds a changelog generator [\#35](https://github.com/WinRb/rubyntlm/pull/35) ([mwrock](https://github.com/mwrock))
8
20
  - Support Ruby 2.4 [\#34](https://github.com/WinRb/rubyntlm/pull/34) ([fwininger](https://github.com/fwininger))
9
21
  - ignore pkg directory in git [\#33](https://github.com/WinRb/rubyntlm/pull/33) ([mwrock](https://github.com/mwrock))
10
22
 
@@ -15,25 +27,20 @@
15
27
 
16
28
  - Release 0.6.1 [\#32](https://github.com/WinRb/rubyntlm/pull/32) ([mwrock](https://github.com/mwrock))
17
29
  - only test supported rubies and do not test twice [\#31](https://github.com/WinRb/rubyntlm/pull/31) ([mwrock](https://github.com/mwrock))
18
- - Protect against mutating frozen strings [\#30](https://github.com/WinRb/rubyntlm/pull/30) ([mwrock](https://github.com/mwrock))
19
30
 
20
31
  ## [v0.6.0](https://github.com/WinRb/rubyntlm/tree/v0.6.0) (2016-02-16)
21
- [Full Changelog](https://github.com/WinRb/rubyntlm/compare/0.5.3...v0.6.0)
32
+ [Full Changelog](https://github.com/WinRb/rubyntlm/compare/v0.5.3...v0.6.0)
22
33
 
23
34
  **Closed issues:**
24
35
 
25
36
  - support Extended Protection for Authentication \(Channel Binding Tokens\) [\#27](https://github.com/WinRb/rubyntlm/issues/27)
26
37
  - RubyNTLM is not documented [\#20](https://github.com/WinRb/rubyntlm/issues/20)
27
38
 
28
- **Merged pull requests:**
29
-
30
- - Support Extended Protection for Authentication \(Channel binding\) [\#28](https://github.com/WinRb/rubyntlm/pull/28) ([mwrock](https://github.com/mwrock))
39
+ ## [v0.5.3](https://github.com/WinRb/rubyntlm/tree/v0.5.3) (2016-01-22)
40
+ [Full Changelog](https://github.com/WinRb/rubyntlm/compare/0.5.3...v0.5.3)
31
41
 
32
42
  ## [0.5.3](https://github.com/WinRb/rubyntlm/tree/0.5.3) (2016-01-22)
33
- [Full Changelog](https://github.com/WinRb/rubyntlm/compare/v0.5.3...0.5.3)
34
-
35
- ## [v0.5.3](https://github.com/WinRb/rubyntlm/tree/v0.5.3) (2016-01-22)
36
- [Full Changelog](https://github.com/WinRb/rubyntlm/compare/0.5.2...v0.5.3)
43
+ [Full Changelog](https://github.com/WinRb/rubyntlm/compare/0.5.2...0.5.3)
37
44
 
38
45
  **Merged pull requests:**
39
46
 
@@ -44,7 +51,7 @@
44
51
 
45
52
  **Merged pull requests:**
46
53
 
47
- - Add Pass the Hash capability to the NTLM client [\#24](https://github.com/WinRb/rubyntlm/pull/24) ([dmaloney-r7](https://github.com/dmaloney-r7))
54
+ - Add Pass the Hash capability to the NTLM client [\#24](https://github.com/WinRb/rubyntlm/pull/24) ([thelightcosine](https://github.com/thelightcosine))
48
55
 
49
56
  ## [0.5.1](https://github.com/WinRb/rubyntlm/tree/0.5.1) (2015-06-23)
50
57
  [Full Changelog](https://github.com/WinRb/rubyntlm/compare/0.5.0...0.5.1)
@@ -64,6 +71,8 @@
64
71
 
65
72
  **Merged pull requests:**
66
73
 
74
+ - Protect against mutating frozen strings [\#30](https://github.com/WinRb/rubyntlm/pull/30) ([mwrock](https://github.com/mwrock))
75
+ - Support Extended Protection for Authentication \(Channel binding\) [\#28](https://github.com/WinRb/rubyntlm/pull/28) ([mwrock](https://github.com/mwrock))
67
76
  - Encode client and domain in oem/unicode in `Client\#authenticate!` [\#19](https://github.com/WinRb/rubyntlm/pull/19) ([jlee-r7](https://github.com/jlee-r7))
68
77
  - require version to fix specs [\#17](https://github.com/WinRb/rubyntlm/pull/17) ([sneal](https://github.com/sneal))
69
78
  - Initial go at an NTLM Client that will do session signing/sealing [\#16](https://github.com/WinRb/rubyntlm/pull/16) ([zenchild](https://github.com/zenchild))
@@ -83,7 +92,7 @@
83
92
 
84
93
  - Add licensing information and clean up attributions to provide licensing... [\#9](https://github.com/WinRb/rubyntlm/pull/9) ([pmorton](https://github.com/pmorton))
85
94
  - Upcase the domain [\#8](https://github.com/WinRb/rubyntlm/pull/8) ([pmorton](https://github.com/pmorton))
86
- - Refactor/refactor classes [\#6](https://github.com/WinRb/rubyntlm/pull/6) ([dmaloney-r7](https://github.com/dmaloney-r7))
95
+ - Refactor/refactor classes [\#6](https://github.com/WinRb/rubyntlm/pull/6) ([thelightcosine](https://github.com/thelightcosine))
87
96
 
88
97
  ## [v0.3.4](https://github.com/WinRb/rubyntlm/tree/v0.3.4) (2013-08-08)
89
98
  [Full Changelog](https://github.com/WinRb/rubyntlm/compare/v0.3.3...v0.3.4)
@@ -93,7 +102,7 @@
93
102
 
94
103
  **Merged pull requests:**
95
104
 
96
- - Typo in NTLM namespace calls [\#4](https://github.com/WinRb/rubyntlm/pull/4) ([dmaloney-r7](https://github.com/dmaloney-r7))
105
+ - Typo in NTLM namespace calls [\#4](https://github.com/WinRb/rubyntlm/pull/4) ([thelightcosine](https://github.com/thelightcosine))
97
106
 
98
107
  ## [v0.3.2](https://github.com/WinRb/rubyntlm/tree/v0.3.2) (2013-06-24)
99
108
  [Full Changelog](https://github.com/WinRb/rubyntlm/compare/v0.3.1...v0.3.2)
@@ -123,11 +123,11 @@ module Net
123
123
  end
124
124
 
125
125
  def apply_des(plain, keys)
126
- dec = OpenSSL::Cipher.new("des-cbc")
126
+ dec = OpenSSL::Cipher.new("des-cbc").encrypt
127
127
  dec.padding = 0
128
128
  keys.map {|k|
129
129
  dec.key = k
130
- dec.encrypt.update(plain) + dec.final
130
+ dec.update(plain) + dec.final
131
131
  }
132
132
  end
133
133
 
@@ -4,7 +4,7 @@ module Net
4
4
  module VERSION
5
5
  MAJOR = 0
6
6
  MINOR = 6
7
- TINY = 2
7
+ TINY = 3
8
8
  STRING = [MAJOR, MINOR, TINY].join('.')
9
9
  end
10
10
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubyntlm
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.2
4
+ version: 0.6.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kohei Kajimoto
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2017-04-24 00:00:00.000000000 Z
12
+ date: 2021-01-27 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: github_changelog_generator
@@ -168,8 +168,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
168
168
  - !ruby/object:Gem::Version
169
169
  version: '0'
170
170
  requirements: []
171
- rubyforge_project:
172
- rubygems_version: 2.6.11
171
+ rubygems_version: 3.1.4
173
172
  signing_key:
174
173
  specification_version: 4
175
174
  summary: Ruby/NTLM library.