aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-server-tls-handler.c
Commit message (Collapse)AuthorAgeFilesLines
* stop using generated ServerTLSConnection APIGuillaume Desmottes2013-10-211-2/+1
| | | | | | It's been generated in telepathy-glib since 0.19.0 https://bugzilla.gnome.org/show_bug.cgi?id=630896
* Add missing telepathy-glib-dbus.h includesXavier Claessens2013-10-031-0/+2
|
* Reorder header inclusions accordingly to the Telepathy coding styleEmanuele Aina2013-04-021-4/+3
| | | | | | | | | | | | Sort by: • "config.h" • API declarations, if any • public libraries • internal headers, alphabetically sorted (mostly) http://telepathy.freedesktop.org/wiki/Style#A.23includes https://bugzilla.gnome.org/show_bug.cgi?id=697076
* Use a flat namespace for internal includesEmanuele Aina2013-04-011-1/+1
| | | | | | | | Directly add the libempathy, libempathy-gtk and extensions directories to the include search path. This decouples header inclusions from their location and helps when reorganizing the source files layout. https://bugzilla.gnome.org/show_bug.cgi?id=696950
* auth-client: Don't unref properties before creating the certificateDebarshi Ray2012-11-061-2/+2
| | | | Fixes: https://bugzilla.gnome.org/687762
* server-tls-handler: fix the variant type when fetching ServerCertificateGuillaume Desmottes2012-09-251-1/+1
| | | | | | | g_variant_lookup() fails if we don't specificy that this string is secretly an object path. https://bugzilla.gnome.org/show_bug.cgi?id=684783
* use tp_channel_dup_immutable_properties()Guillaume Desmottes2012-09-111-18/+18
| | | | tp_channel_borrow_immutable_properties() has been deprecated.
* Use TpTpTLSCertificateGuillaume Desmottes2012-05-101-19/+12
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=674318
* add missing config.h includesGuillaume Desmottes2012-03-071-0/+2
|
* Revert "-Fix use of include <config.h> to make sure translations work"Guillaume Desmottes2011-04-041-4/+0
| | | | | | This reverts commit f0f99ffaa08240fbb72d7eed198368fd22fe4c47. Sorry, I didn't mean to push that...
* -Fix use of include <config.h> to make sure translations workKjartan Maraas2011-04-041-0/+4
|
* Use telepathy property constants in server EmpathyServerTLSHandlerStef Walter2011-03-221-4/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=645119
* Style changes from review for ReferenceIdentities codeStef Walter2011-03-181-5/+9
|
* Use ServerTLSConnection.ReferenceIdentities to check cert identity.Stef Walter2011-03-181-1/+40
| | | | | | | | The certificate identity can be checked against more than just one piece of information. Load and use all the reference identities to check the identity of the certificate. https://bugzilla.gnome.org/show_bug.cgi?id=645119
* Free priv->hostname in EmpathyServerTlsHandlerStef Walter2011-03-181-0/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=645115
* Use new certificate API in EmpathyServerTLSHandlerCosimo Cecchi2010-08-241-14/+29
|
* Remove whitespaceCosimo Cecchi2010-08-191-1/+1
|
* Use _borrow_immutable_properties instead of GetAll()Cosimo Cecchi2010-08-191-44/+21
| | | | This also simplifies the code somewhat
* Make sure to release all the referencesCosimo Cecchi2010-08-131-3/+7
|
* Add Hostname and Certificate propertiesCosimo Cecchi2010-08-131-0/+29
|
* Add EmpathyServerTLSHandler.Cosimo Cecchi2010-08-131-0/+265