AlexSSD7 / linsk

📂 Access Linux-native file systems (including LVM and LUKS) on Windows and macOS with help of a lightweight Alpine Linux VM. x86/ARM supported.
GNU General Public License v3.0
303 stars 13 forks source link

Adding support for URL and password of the SMB Network share #4

Closed dosssman closed 1 year ago

dosssman commented 1 year ago

Attempt at addressing #3

  1. Added support for --share-password flag.

    By default, "sharePWD" will be an empty string. In that case, it will be overriden with the default random generated password. Otherwise, it will use the string specified as --shared-password.

    • [x] Implement
    • [x] :hourglass: Test on Windows again
  2. :hourglass: [WIP] Adding support for something like --share-name to have a fixed SMB Share name on Windows at least.

    • [ ] :hourglass: Implement
    • [ ] :hourglass: Test on Windows again
  3. Run tests

    
    # make lint-deps
    # make security-check-deps

make lint make security-check

AlexSSD7 commented 1 year ago

@dosssman I recommend checking this out before implementing anything: https://github.com/AlexSSD7/linsk/issues/3#issuecomment-1709742951