[vlc-devel] [PATCH v3 0/4] SMB/CIFS browsing and access
Julien 'Lta' BALLET
elthariel at gmail.com
Mon Jun 30 16:09:25 CEST 2014
From: Julien 'Lta' BALLET <contact at lta.io>
Hi,
Here's an updated version of the SMB/CIFS access/browser patch with
a few typo removed and omissions filled.
Bestest regards,
Lta.
Julien 'Lta' BALLET (4):
Add liBDSM to configure.ac
Add a liBDSM based SMB/CIFS access module
Add pf_readdir support to liBDSM access module
Add a liBDSM based service discovery module to find CIFS speaking host
on LAN
configure.ac | 4 +
modules/access/Makefile.am | 8 +
modules/access/bdsm/access.c | 549 +++++++++++++++++++++++++++++++++
modules/access/bdsm/browser.c | 193 ++++++++++++
modules/access/bdsm/common.h | 57 ++++
modules/access/bdsm/sd.c | 111 +++++++
modules/services_discovery/Makefile.am | 2 +
7 files changed, 924 insertions(+)
create mode 100644 modules/access/bdsm/access.c
create mode 100644 modules/access/bdsm/browser.c
create mode 100644 modules/access/bdsm/common.h
create mode 100644 modules/access/bdsm/sd.c
--
2.0.0
More information about the vlc-devel
mailing list