Commit Graph

16 Commits

Author SHA1 Message Date
Thomas Guillem 9edef14aa2 keystore: change vlc_credential_get return type
No functional changes.

Refs #27027
2022-06-04 06:38:18 +00:00
Alexandre Janniaux f8852ce84b vlc_keystore: fix doxygen comments 2021-08-09 10:14:18 +00:00
Rémi Denis-Courmont e3270f2ae4 objects: merge vlc_object_t and vlc_common_members
This should fix historical aliasing issues.
2019-04-14 22:24:33 +03:00
Rémi Denis-Courmont 417ed9eb80 include: layer the plugin API documentation 2018-02-11 21:55:42 +02:00
Rémi Denis-Courmont c3dea95c4a Expand VLC_COMMON_MEMBERS
This is now a one-liner. Expansion helps readability/high-lighting.
2017-12-11 18:55:12 +02:00
Hugo Beauzée-Luyssen 66f337422e keystore: Remove trailing whitespace 2017-10-30 17:11:42 +01:00
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