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 +5 -5
- data/.gitignore +1 -0
- data/.travis.yml +3 -3
- data/CHANGELOG.md +23 -14
- data/lib/net/ntlm.rb +2 -2
- data/lib/net/ntlm/version.rb +1 -1
- metadata +3 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 9ef7e8c4a2e91abd9fac8aff17da320fc011a25b0a74b14e8f121332daa33ee6
|
4
|
+
data.tar.gz: 9158fdcca0c6121fbfc27731bae0865398aee7a410e0be463872cfe764924b61
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f3150588419fc1a400aacc52cbbdd61df58212e77cead9cc7b90b71af31d9a9d0cae90285e9d555bb1a953b4085af47ddc82c350b89b2ce31475e70f6c909a49
|
7
|
+
data.tar.gz: 20f50357f7ae738617386d1504dfae5d759ecceb2f7adc501e1458be80d22ea2864dc1b216d4853cda568271e81134fcda182f520477f8fd8613386e168ceefc
|
data/.gitignore
CHANGED
data/.travis.yml
CHANGED
data/CHANGELOG.md
CHANGED
@@ -1,10 +1,22 @@
|
|
1
1
|
# Change Log
|
2
2
|
|
3
|
-
## [0.6.
|
4
|
-
[Full Changelog](https://github.com/WinRb/rubyntlm/compare/v0.6.
|
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/
|
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
|
-
|
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/
|
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) ([
|
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) ([
|
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) ([
|
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)
|
data/lib/net/ntlm.rb
CHANGED
@@ -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.
|
130
|
+
dec.update(plain) + dec.final
|
131
131
|
}
|
132
132
|
end
|
133
133
|
|
data/lib/net/ntlm/version.rb
CHANGED
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.
|
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:
|
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
|
-
|
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.
|