Commit fe5569c
committed
Deps: Bump smb2 to 0.11.3 (srvsvc fragment reassembly)
- `smb2 0.11.3` reassembles a `NetShareEnum` srvsvc reply split across multiple DCE/RPC fragments and follows `STATUS_BUFFER_OVERFLOW`, so older Samba / NAS servers with many shares or long comments now enumerate over the pure-Rust path instead of triggering the CLI fallback.
- Adds `smb-consumer-50shares` to the `core` SMB container set (`start.sh`) and the integration check's wait-list, so the new end-to-end share-enumeration test has its fixture up.
- The matching validation test lands with `smb_client.rs` in the follow-up security commit (same file as the fallback rewrite).1 parent a787551 commit fe5569c
4 files changed
Lines changed: 5 additions & 4 deletions
File tree
- apps/desktop
- src-tauri
- test/smb-servers
- scripts/check/checks
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
193 | | - | |
| 193 | + | |
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
56 | 57 | | |
57 | 58 | | |
58 | 59 | | |
| |||
0 commit comments