aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-tls-dialog.c
Commit message (Collapse)AuthorAgeFilesLines
* Revert "libempathy-gtk: In TLS Dialog allow remembering of any exception."Guillaume Desmottes2011-03-091-6/+15
| | | | | | | This reverts commit d6dccee01a1554244d31d7bdc79f23212a7a3f4f. The certificate management refactoring have not been backported to 2.34 so we can't backport this fix either.
* libempathy-gtk: In TLS Dialog allow remembering of any exception.Stef Walter2011-03-091-15/+6
| | | | | | | | Previously we couldn't do this because we had nowhere to store these exceptions. But now this is possible because we're storing them as trust assertions. https://bugzilla.gnome.org/show_bug.cgi?id=639417
* tls-dialog: destroy the dialog if the certificate is invalidated (#643186)Guillaume Desmottes2011-02-241-0/+13
| | | | There is no point to keep it around.
* tls-dialog: fix typo in a string (#629134)Guillaume Desmottes2010-09-091-1/+1
|
* Bug 628064 — Miscellaneous string fixesPhilip Withnall2010-08-271-2/+2
|
* Use the hostname properties in the dialogCosimo Cecchi2010-08-191-3/+28
|
* Add a details hash table to the dialog propertiesCosimo Cecchi2010-08-191-1/+28
|
* Add the checkbox only if the reason is SelfSignedCosimo Cecchi2010-08-131-5/+14
| | | | Also, add a comment to explain why.
* Add a 'remember' checkbox and property to the dialogCosimo Cecchi2010-08-131-2/+33
|
* Add EmpathyTLSDialogCosimo Cecchi2010-08-131-0/+275