Christian Visintin
bca261b7b2
chore(deps): bump aes, cbc, md-5, rand and vergen-git2
...
Migrate to the new RustCrypto cipher 0.5 traits (aes 0.9, cbc 0.2),
rand 0.10 and vergen-git2 10, whose APIs changed:
- vergen-git2: builders renamed (BuildBuilder -> Build, etc.) and the
all_* constructors no longer return a Result
- aes/cbc: BlockDecryptMut -> BlockModeDecrypt and
decrypt_padded_vec_mut -> decrypt_padded_vec
- rand: sample API moved
2026-06-08 20:17:02 +02:00
veeso
86660a0cc9
fix: SMB support for MacOS with vendored build of libsmbclient.
...
closes #334
2025-09-20 18:07:26 +02:00
veeso
e45c3d5b4e
fix: gg rust 1.82 for introducing a nice breaking change in config which was not mentioned in changelog
2024-10-21 11:09:50 +02:00
veeso
69f821baef
fix: cfg unix forbidden in rust .82
2024-10-21 10:32:50 +02:00
Christian Visintin
e5d50698d2
fix: vergen ( #296 )
2024-10-07 17:49:52 +02:00
Christian Visintin
9de171fb83
added cfg smb-windows to be able to disable SMB on windows ( #210 )
...
* added cfg smb-windows to be able to disable SMB on windows
* lint
2023-08-20 10:24:34 +02:00
Christian Visintin
a071f3d420
feat: smb is now an optional feature ( #200 )
2023-07-06 11:02:53 +02:00
Christian Visintin
b7369162d2
SMB support ( #184 )
...
* feat: smb client
* fix: smb connection
* fix: smbclient deps
* feat: SMB mentions to user manual
* feat: changelog
* dlib macos
* fix: removed smb support from macos :(
* fix: restored libsmbclient build
* fix: strange lint message
* fix: macos build smb
* fix: macos build smb
* fix: macos tests
* fix: macos lint
* feat: SMB windows support
* fix: windows tests
2023-05-13 15:00:16 +02:00