1
- smb2
1
+ Fork: github.com/hirochachacha/go- smb2
2
2
====
3
3
4
- [ ![ Build Status] ( https://github.com/hirochachacha/go-smb2/actions/workflows/go.yml/badge.svg )] ( https://github.com/hirochachacha/go-smb2/actions/workflows/go.yml )
5
- [ ![ Go Reference] ( https://pkg.go.dev/badge/github.com/hirochachacha/go-smb2.svg )] ( https://pkg.go.dev/github.com/hirochachacha/go-smb2 )
4
+ Fork Updates
5
+ -------
6
+
7
+ * fix: skip ` STATUS_PENDING ` errors from signature verification;
8
+
9
+ * add ` use_message_encryption ` flag to negotiator;
10
+
11
+ * make Initiator interface public;
6
12
7
13
Description
8
14
-----------
@@ -12,12 +18,12 @@ SMB2/3 client implementation.
12
18
Installation
13
19
------------
14
20
15
- ` go get github.com/hirochachacha /go-smb2 `
21
+ ` go get github.com/oiweiwei /go-smb2.fork `
16
22
17
23
Documentation
18
24
-------------
19
25
20
- http://godoc.org/github.com/hirochachacha /go-smb2
26
+ http://godoc.org/github.com/oiweiwei /go-smb2.fork
21
27
22
28
Examples
23
29
--------
@@ -31,7 +37,7 @@ import (
31
37
" fmt"
32
38
" net"
33
39
34
- " github.com/hirochachacha /go-smb2"
40
+ " github.com/oiweiwei /go-smb2.fork "
35
41
)
36
42
37
43
func main () {
@@ -75,7 +81,7 @@ import (
75
81
" io/ioutil"
76
82
" net"
77
83
78
- " github.com/hirochachacha /go-smb2"
84
+ " github.com/oiweiwei /go-smb2.fork "
79
85
)
80
86
81
87
func main () {
@@ -141,7 +147,7 @@ import (
141
147
" net"
142
148
" os"
143
149
144
- " github.com/hirochachacha /go-smb2"
150
+ " github.com/oiweiwei /go-smb2.fork "
145
151
)
146
152
147
153
func main () {
@@ -198,7 +204,7 @@ import (
198
204
" net"
199
205
iofs " io/fs"
200
206
201
- " github.com/hirochachacha /go-smb2"
207
+ " github.com/oiweiwei /go-smb2.fork "
202
208
)
203
209
204
210
func main () {
0 commit comments