[vlc-commits] keystore: add a unique memory keystore

Thomas Guillem git at videolan.org
Fri Feb 26 10:59:16 CET 2016


vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Wed Feb 24 11:14:05 2016 +0100| [965f50759843ef9f3edba2bc854186f6a281cbdb] | committer: Thomas Guillem

keystore: add a unique memory keystore

This keystore is used to store credentials on memory if no others keystore is
found or if the user doesn't want to store them permanently. This keystore is
owned by libvlc and is shared with all vlc objects. It's released when the
libvlc instance is released.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=965f50759843ef9f3edba2bc854186f6a281cbdb
---

 include/vlc_keystore.h      |   13 +++++-
 modules/access/dsm/access.c |    2 +-
 modules/access/ftp.c        |    2 +-
 modules/access/http.c       |    2 +-
 modules/access/live555.cpp  |    2 +-
 modules/access/sftp.c       |    2 +-
 modules/access/smb.c        |    2 +-
 src/libvlc.c                |    4 ++
 src/libvlc.h                |    2 +
 src/libvlccore.sym          |    2 +
 src/misc/keystore.c         |  108 ++++++++++++++++++++++++++++++++++---------
 11 files changed, 111 insertions(+), 30 deletions(-)

Diff:   http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=965f50759843ef9f3edba2bc854186f6a281cbdb


More information about the vlc-commits mailing list