1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-28 23:09:59 +02:00
Commit Graph

10 Commits

Author SHA1 Message Date
Thomas Guillem
6c79a28627 keystore: improve documentation 2017-01-25 09:24:05 +01:00
Thomas Guillem
e6903a193d vlc_credential: fix domain/username switch for smb
Fixes #17858
2017-01-09 17:59:15 +01:00
Thomas Guillem
b1c9947162 vlc_credential: fix store behavior 2016-02-29 11:39:12 +01:00
Thomas Guillem
9ed9d07184 vlc_credential: fix smb_split_domain 2016-02-26 10:57:34 +01:00
Thomas Guillem
965f507598 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.
2016-02-26 10:57:34 +01:00
Thomas Guillem
784669294e keystore: fix doxygen
move file inside group
2016-02-04 15:05:00 +01:00
Thomas Guillem
64ae53f4ee keystore: factor vlc_keystore_release_entry 2016-01-12 11:55:07 +01:00
Thomas Guillem
fefa2c56a4 credential: store returns true if creds come from the keystore 2016-01-12 09:56:35 +01:00
Thomas Guillem
8d49d1cd23 add vlc_credential API 2016-01-07 20:08:50 +01:00
Thomas Guillem
f3c02b5419 add vlc_keystore API 2016-01-07 20:08:50 +01:00