vlc | branch: master | Thomas Guillem <[email protected]> | 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 _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
