aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-keyring.c
Commit message (Collapse)AuthorAgeFilesLines
* keyring: change display name for passwords to be more human-readableJonny Lamb2011-01-261-1/+2
| | | | | | | | | | | | | | Apparently people complained that when they opened seahorse to look at their passwords they were greeted by nice display names for keys for wireless networks saved by NetworkManager, and ugly keys for secret parameters saved by mission-control. Let's fix this now then and shut these people up. gnome-keyring finds passwords on the parameters set in the schema, so the display name really is only to show in seahorse. We can set anything we want here. Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* keyring: change schema to be incompatible with current MCJonny Lamb2011-01-261-9/+9
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* keyring: allow set and delete password to have NULL callbacksJonny Lamb2011-01-261-2/+0
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* keyring: add a delete_password functionJonny Lamb2011-01-261-0/+96
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* keyring: add set_password_{async,finish} functionsJonny Lamb2011-01-261-6/+80
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* keyring: add simple keyring helperJonny Lamb2011-01-261-0/+115
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>