summaryrefslogtreecommitdiff
path: root/libempathy/empathy-server-tls-handler.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-21stop using generated ServerTLSConnection APIGuillaume Desmottes1-2/+1
2013-10-03Add missing telepathy-glib-dbus.h includesXavier Claessens1-0/+2
2013-04-01Reorder header inclusions accordingly to the Telepathy coding styleEmanuele Aina1-4/+3
2013-04-01Use a flat namespace for internal includesEmanuele Aina1-1/+1
2012-11-06auth-client: Don't unref properties before creating the certificateDebarshi Ray1-2/+2
2012-09-25server-tls-handler: fix the variant type when fetching ServerCertificateGuillaume Desmottes1-1/+1
2012-09-11use tp_channel_dup_immutable_properties()Guillaume Desmottes1-18/+18
2012-05-10Use TpTpTLSCertificateGuillaume Desmottes1-19/+12
2012-03-07add missing config.h includesGuillaume Desmottes1-0/+2
2011-04-04Revert "-Fix use of include <config.h> to make sure translations work"Guillaume Desmottes1-4/+0
2011-04-04-Fix use of include <config.h> to make sure translations workKjartan Maraas1-0/+4
2011-03-22Use telepathy property constants in server EmpathyServerTLSHandlerStef Walter1-4/+4
2011-03-18Style changes from review for ReferenceIdentities codeStef Walter1-5/+9
2011-03-18Use ServerTLSConnection.ReferenceIdentities to check cert identity.Stef Walter1-1/+40
2011-03-18Free priv->hostname in EmpathyServerTlsHandlerStef Walter1-0/+1
2010-08-24Use new certificate API in EmpathyServerTLSHandlerCosimo Cecchi1-14/+29
2010-08-18Remove whitespaceCosimo Cecchi1-1/+1
2010-08-18Use _borrow_immutable_properties instead of GetAll()Cosimo Cecchi1-44/+21
2010-08-13Make sure to release all the referencesCosimo Cecchi1-3/+7
2010-08-13Add Hostname and Certificate propertiesCosimo Cecchi1-0/+29
2010-08-13Add EmpathyServerTLSHandler.Cosimo Cecchi1-0/+265