[vlc-devel] [PATCH v4 0/4] libdsm SMB/CIFS access browsing

Julien 'Lta' BALLET elthariel at gmail.com
Wed Jul 2 14:58:36 CEST 2014


From: Julien 'Lta' BALLET <contact at lta.io>

This last patch series fixes a few minor bug, and makes it a lot more
work friendly (as requested by Remi)

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           | 550 +++++++++++++++++++++++++++++++++
 modules/access/bdsm/browser.c          | 191 ++++++++++++
 modules/access/bdsm/common.h           |  57 ++++
 modules/access/bdsm/sd.c               | 111 +++++++
 modules/services_discovery/Makefile.am |   2 +
 7 files changed, 923 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