Implement SMB AFP_AfpInfo read/write via xattr (Phase 2.8 complete)
Test / test (push) Has been cancelled
Test / build (push) Has been cancelled

This commit is contained in:
Warren
2026-06-22 15:16:59 +08:00
parent 25991c71b2
commit 1c8c47d5fa
6 changed files with 251 additions and 4 deletions
+1
View File
@@ -25,6 +25,7 @@ aes = "0.8"
cmac = "0.7"
rc4 = "0.2"
ctr = "0.9" # AES-CTR for SMB3 encryption (simplified approach)
xattr = "1.0" # Extended attributes support (AFP_AfpInfo)
[features]
default = ["localfs"]