aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-tls-certificate.c
Commit message (Collapse)AuthorAgeFilesLines
* libempathy: Store certificate exceptions in gnome-keyring.Stef Walter2010-12-241-127/+0
| | | | Use libgcr to store certificate trust exceptions properly.
* Use tp_clear_boxed() to free the Rejection arrayCosimo Cecchi2010-09-141-1/+2
|
* Update Empathy to the new draft APICosimo Cecchi2010-09-131-3/+24
|
* Use TP_ARRAY_TYPE_UCHAR_ARRAY_LISTCosimo Cecchi2010-09-091-19/+5
|
* Make sure we allocate the right size for certificatesCosimo Cecchi2010-09-081-5/+6
|
* Use better names for saving the certificatesCosimo Cecchi2010-09-081-2/+16
|
* coding style fixesEMPATHY_2_31_91Guillaume Desmottes2010-08-301-2/+1
|
* Properly handle corner cases of _prepare_async() called twiceCosimo Cecchi2010-08-241-0/+26
| | | | | | - If it's called twice before the first call returned, emit an error. - If it's called twice on an already-prepared object, just successfully return.
* Don't leak certificate dataCosimo Cecchi2010-08-241-1/+2
|
* Make EmpathyTLSCertificate a TpProxy subclassCosimo Cecchi2010-08-241-147/+54
|
* Use _complete instead of _complete_in_idle()Cosimo Cecchi2010-08-191-2/+2
|
* Use the hash table directly as a parameter to reject ()Cosimo Cecchi2010-08-191-6/+1
| | | | Clients will have to fill it anyway
* Remove whitespaceCosimo Cecchi2010-08-191-3/+3
|
* Make _accept/_reject real async methodsCosimo Cecchi2010-08-191-9/+60
|
* Add a method to store the CA certificateCosimo Cecchi2010-08-131-0/+119
|
* Make sure to release all the referencesCosimo Cecchi2010-08-131-0/+4
|
* Add debug outputCosimo Cecchi2010-08-131-0/+2
|
* Update to the new tp-spec APICosimo Cecchi2010-08-131-25/+6
|
* Update for the new tp-spec APICosimo Cecchi2010-08-131-6/+64
|
* Add the proxy properties and methods.Cosimo Cecchi2010-08-131-0/+96
| | | | Mirror them on the GObject itself, for Empathy to use and consume them.
* Add the Authentication.TLSCertificate ifaceCosimo Cecchi2010-08-131-0/+5
|
* Add EmpathyTLSCertificate.Cosimo Cecchi2010-08-131-0/+292