[Android] libvlc: fix smb2/dsm conflicts

Thomas Guillem git at videolan.org
Mon Sep 23 17:21:31 CEST 2019


vlc-android | branch: master | Thomas Guillem <thomas at gllm.fr> | Thu Sep 12 16:16:07 2019 +0200| [4d589156111e539115a036078257a7e2f980d632] | committer: Geoffrey Métais

libvlc: fix smb2/dsm conflicts

The smb2 module is back to higher priority again. A lot of bugs has been fixed
since the first release, notably the signing security mode. This fixes
impossible login to smb2 servers, when dsm requested first a login and smb2 was
never tried.

There is also a new patch that prevent to request 2 dialogs from both smb2 and
dsm from the same input. If smb2 login failed, it is useless to request
credentials via the dsm plugin.

PS: if the module smb2 failed because it tried to connect to a smb1 server, it
will fail without requesting any credentials, therefore the dsm module will be
able to request them.

> https://code.videolan.org/videolan/vlc-android/commit/4d589156111e539115a036078257a7e2f980d632
---

 .../patches/vlc3/0001-access-add-smb2-module.patch | 31 +++++++------
 ...dsm-avoid-to-request-the-dialog-two-times.patch | 51 ++++++++++++++++++++++
 ...compat-Workaround-sendmsg-bug-on-android.patch} | 14 +++---
 ...4-libvlc-events-Add-callbacks-for-record.patch} | 10 ++---
 ...ork-tls-Handle-errors-from-older-kernels.patch} | 10 ++---
 ...put-file-Add-error-dialog-for-write-open.patch} | 10 ++---
 ...07-libvlc-media_player-Add-record-method.patch} | 10 ++---
 7 files changed, 95 insertions(+), 41 deletions(-)

Diff:   https://code.videolan.org/videolan/vlc-android/commit/4d589156111e539115a036078257a7e2f980d632


More information about the Android mailing list