platform/upstream/glib-networking.git
12 years ago2.31.6 2.31.6
Dan Winship [Tue, 20 Dec 2011 01:25:33 +0000 (20:25 -0500)]
2.31.6

12 years agognutls: update for g_byte_get_data() change in git master
Dan Winship [Thu, 15 Dec 2011 16:14:16 +0000 (11:14 -0500)]
gnutls: update for g_byte_get_data() change in git master

12 years agoUploaded Ukranian
Daniel Korostil [Sun, 11 Dec 2011 12:59:51 +0000 (14:59 +0200)]
Uploaded Ukranian

12 years agoUpdated Hebrew translation.
Yaron Shahrabani [Sat, 10 Dec 2011 09:54:39 +0000 (11:54 +0200)]
Updated Hebrew translation.

12 years agognutls: revert part of the gcrypt-removing patch
Dan Winship [Sun, 4 Dec 2011 11:59:51 +0000 (12:59 +0100)]
gnutls: revert part of the gcrypt-removing patch

I thought we could get rid of the "keep the module from being
unloaded" hack now, but it appears that we can't.

12 years agognutls: add server-side session cache support
Dan Winship [Sat, 3 Dec 2011 18:32:01 +0000 (19:32 +0100)]
gnutls: add server-side session cache support

https://bugzilla.gnome.org/show_bug.cgi?id=636574

12 years agognutls: reorganize some code to avoid needing forward declarations
Dan Winship [Sat, 3 Dec 2011 15:18:24 +0000 (16:18 +0100)]
gnutls: reorganize some code to avoid needing forward declarations

12 years agoRemove explicit gcrypt references
Dan Winship [Sat, 3 Dec 2011 11:41:23 +0000 (12:41 +0100)]
Remove explicit gcrypt references

gnutls 2.11 allows using nettle instead of gcrypt for crypto, and
gnutls 3.0 only supports nettle. But our gnutls code was making
explicit gcrypt calls to initialize gnutls thread-safety, which meant
we required gcrypt even if gnutls didn't.

Fortunately, gnutls 2.11 fixed this situation by initializing gcrypt
thread-safety by default (when using gcrypt), so we can just remove
all the explicit references to gcrypt from glib-networking (since we
already depend on gnutls 2.11 or later), and it all just works.

https://bugzilla.gnome.org/show_bug.cgi?id=657306

12 years agotls: set GSETTINGS_BACKEND to "memory" in tests
Dan Winship [Thu, 17 Nov 2011 23:57:44 +0000 (18:57 -0500)]
tls: set GSETTINGS_BACKEND to "memory" in tests

To avoid warning messages when testing against a minimal
alternate-prefix install.

12 years agoUpdated Norwegian bokmål translation
Kjartan Maraas [Thu, 1 Dec 2011 17:04:35 +0000 (18:04 +0100)]
Updated Norwegian bokmål translation

12 years agoUpdate Simplified Chinese translation.
Yinghua Wang [Sat, 26 Nov 2011 09:00:29 +0000 (09:00 +0000)]
Update Simplified Chinese translation.

12 years agoUpdated Slovenian translation
Matej Urbančič [Fri, 25 Nov 2011 20:23:27 +0000 (21:23 +0100)]
Updated Slovenian translation

12 years agoUpdated Swedish translation
Daniel Nylander [Fri, 25 Nov 2011 08:54:18 +0000 (09:54 +0100)]
Updated Swedish translation

12 years agoproxy/gnome: use GInetAddressMask
Dan Winship [Tue, 22 Nov 2011 15:11:41 +0000 (10:11 -0500)]
proxy/gnome: use GInetAddressMask

Replace the existing IP address mask matching code with
GInetAddressMask. Also, add a test for IP:port values in ignore_hosts,
which we weren't testing before.

12 years ago2.31.2 2.31.2
Dan Winship [Mon, 21 Nov 2011 23:06:14 +0000 (18:06 -0500)]
2.31.2

12 years agoUpdated Galician translations
Fran Diéguez [Mon, 21 Nov 2011 00:51:47 +0000 (01:51 +0100)]
Updated Galician translations

12 years agoUpdated Spanish translation
Jorge González [Sat, 19 Nov 2011 11:45:23 +0000 (12:45 +0100)]
Updated Spanish translation

12 years agognutls: make GTlsServerConnection error out if given a bad cert
Dan Winship [Sat, 19 Nov 2011 01:25:25 +0000 (20:25 -0500)]
gnutls: make GTlsServerConnection error out if given a bad cert

GTlsServerConnection needs a certificate that has a public key, so
make it fail g_initable_init() if it has a certificate without one.

12 years agognutls: Support unencrypted PKCS#8 keys
Dan Winship [Sat, 19 Nov 2011 00:48:13 +0000 (19:48 -0500)]
gnutls: Support unencrypted PKCS#8 keys

and test that in tls/tests/certificate

https://bugzilla.gnome.org/show_bug.cgi?id=664321

12 years agoUpdated Lithuanian translation
Algimantas Margevičius [Fri, 18 Nov 2011 20:45:54 +0000 (22:45 +0200)]
Updated Lithuanian translation

12 years ago[l10n]Updated Turkish translation
Muhammet Kara [Fri, 18 Nov 2011 14:34:15 +0000 (16:34 +0200)]
[l10n]Updated Turkish translation

12 years agopkcs11: clean up a few merge errors and bits of cruft
Dan Winship [Wed, 16 Nov 2011 14:39:31 +0000 (09:39 -0500)]
pkcs11: clean up a few merge errors and bits of cruft

12 years agoUpdated Galician translations
Fran Diéguez [Sun, 13 Nov 2011 21:20:17 +0000 (22:20 +0100)]
Updated Galician translations

12 years agoUpdated Norwegian bokmål translation
Kjartan Maraas [Sat, 12 Nov 2011 11:04:25 +0000 (12:04 +0100)]
Updated Norwegian bokmål translation

12 years agoconfigure: make the status show correctly when pkcs11 is disabled
Stef Walter [Mon, 7 Nov 2011 17:05:43 +0000 (18:05 +0100)]
configure: make the status show correctly when pkcs11 is disabled

12 years agognutls: Fix unresolved symbol when pkcs11 is disabled
Stef Walter [Mon, 7 Nov 2011 17:03:39 +0000 (18:03 +0100)]
gnutls: Fix unresolved symbol when pkcs11 is disabled

 * Error would occur: libgiognutls.so: undefined symbol: \
g_tls_backend_gnutls_pkcs11_register

12 years agoUpdated Spanish translation
Jorge González [Sun, 6 Nov 2011 12:44:49 +0000 (13:44 +0100)]
Updated Spanish translation

12 years agoUpdated Galician translations
Fran Diéguez [Sun, 6 Nov 2011 01:59:12 +0000 (02:59 +0100)]
Updated Galician translations

12 years ago[l10n] Updated German translation
Wolfgang Stöggl [Sat, 5 Nov 2011 10:11:50 +0000 (11:11 +0100)]
[l10n] Updated German translation

12 years agognutls: Add gnutls-pkcs11 TLS backend
Stef Walter [Fri, 4 Nov 2011 15:44:42 +0000 (16:44 +0100)]
gnutls: Add gnutls-pkcs11 TLS backend

 * Adds a new gio tls backend "gnutls-pkcs11" colocated in the same module
   as the normal "gnutls" backend
 * Adds an optional dependency on p11-kit, and gnutls 2.12.8, without which
   no PKCS#11 support is built.
 * p11-kit provides the configured locations of the PKCS#11 modules to use.
 * Uses GTlsInteraction for PIN prompting
 * Use GIO_USE_TLS=gnutls-pkcs11 environment variable to enable the
   gnutls-pkcs11 backend.

https://bugzilla.gnome.org/show_bug.cgi?id=656361

12 years agoUpdate glib dependency to 2.31.0
Stef Walter [Wed, 2 Nov 2011 16:53:01 +0000 (17:53 +0100)]
Update glib dependency to 2.31.0

 * For g_mutex_init and friends.

12 years ago2.31.0 2.31.0
Dan Winship [Tue, 25 Oct 2011 12:56:14 +0000 (08:56 -0400)]
2.31.0

12 years agoUpdate for glib 2.31 GMutex API changes
Dan Winship [Tue, 25 Oct 2011 13:08:43 +0000 (09:08 -0400)]
Update for glib 2.31 GMutex API changes

12 years agoconfigure: turn some warnings into errors
Dan Winship [Fri, 21 Oct 2011 19:21:49 +0000 (15:21 -0400)]
configure: turn some warnings into errors

Use -Werror=... to turn warnings into errors for warnings that occur
in completely well-defined situations (ie, won't change with gcc
versions or optimization levels) and that couldn't be triggered by
foreign #include files.

12 years agognutls: fix g_tls_file_database_new() with a NULL GError to not crash
Dan Winship [Thu, 20 Oct 2011 21:10:55 +0000 (17:10 -0400)]
gnutls: fix g_tls_file_database_new() with a NULL GError to not crash

12 years agognutls: set GTlsConnection:peer-certificate* even on error
Dan Winship [Thu, 20 Oct 2011 20:59:04 +0000 (16:59 -0400)]
gnutls: set GTlsConnection:peer-certificate* even on error

Previously we were only setting peer-certificate and
peer-certificate-errors when the connection was accepted. Fix that and
set them on failure too.

12 years agoproxy/gnome: Only build the test if we are building gnome proxy support
Kalev Lember [Tue, 18 Oct 2011 11:33:45 +0000 (14:33 +0300)]
proxy/gnome: Only build the test if we are building gnome proxy support

Fixes the build with mingw32.

https://bugzilla.gnome.org/show_bug.cgi?id=662085

12 years agoAdd missing comma to gnome-proxy AC_ARG_WITH
Alexandre Rostovtsev [Wed, 19 Oct 2011 14:31:17 +0000 (10:31 -0400)]
Add missing comma to gnome-proxy AC_ARG_WITH

This was causing "--without-gnome-proxy" to be treated as
"--with-gnome-proxy=check".

https://bugzilla.gnome.org/show_bug.cgi?id=662203

12 years agognutls: add some (#ifdeffed-out) debugging support
Dan Winship [Tue, 18 Oct 2011 17:53:13 +0000 (13:53 -0400)]
gnutls: add some (#ifdeffed-out) debugging support

12 years agognutls: Add another G_TLS_ERROR_NOT_TLS case
Dan Winship [Tue, 18 Oct 2011 17:51:59 +0000 (13:51 -0400)]
gnutls: Add another G_TLS_ERROR_NOT_TLS case

If we get a GNUTLS_E_DECRYPTION_FAILED during the handshake, assume
the peer is just dumb, and return G_TLS_ERROR_NOT_TLS so, eg, libsoup
can fall back to SSLv3.

https://bugzilla.gnome.org/show_bug.cgi?id=662104

12 years agognome-proxy: Fix use of uninitialized pointer
Nicolas Dufresne [Mon, 10 Oct 2011 22:17:46 +0000 (18:17 -0400)]
gnome-proxy: Fix use of uninitialized pointer

12 years agoFix up LGPL header comments
Dan Winship [Fri, 7 Oct 2011 13:20:37 +0000 (09:20 -0400)]
Fix up LGPL header comments

and remove legally-irrelevant "(C)"s from Copyright notices

https://bugzilla.gnome.org/show_bug.cgi?id=661147

12 years agoUpdated Telugu Translations done by Hari Krishna
krishnababu k [Fri, 7 Oct 2011 12:39:40 +0000 (18:09 +0530)]
Updated Telugu Translations done by Hari Krishna

12 years agoUpdated Telugu Transaltions done by Hari Krishna
krishnababu k [Fri, 7 Oct 2011 12:34:47 +0000 (18:04 +0530)]
Updated Telugu Transaltions done by Hari Krishna

12 years agoUpdated LINGUAS file with te locale
krishnababu k [Fri, 7 Oct 2011 12:32:39 +0000 (18:02 +0530)]
Updated LINGUAS file with te locale

12 years agognutls: fix old silly search-and-replace-os in comments
Dan Winship [Sat, 1 Oct 2011 23:34:45 +0000 (19:34 -0400)]
gnutls: fix old silly search-and-replace-os in comments

12 years agotls: split certificate and connection tests into separate programs
Dan Winship [Sat, 1 Oct 2011 12:55:48 +0000 (08:55 -0400)]
tls: split certificate and connection tests into separate programs

12 years agognutls: correctly handle self-signed anchor certificates
Dan Winship [Thu, 29 Sep 2011 18:49:38 +0000 (14:49 -0400)]
gnutls: correctly handle self-signed anchor certificates

If a self-signed certificate is an anchor of the database, then it
should verify according to g_tls_database_verify_chain(); we were
accidentally reporting G_TLS_CERTIFICATE_UNKNOWN_CA in this case.

https://bugzilla.gnome.org/show_bug.cgi?id=660508

12 years agognutls: use g_cclosure_marshal_generic, drop gnutls-marshal.list
Dan Winship [Wed, 28 Sep 2011 20:33:35 +0000 (16:33 -0400)]
gnutls: use g_cclosure_marshal_generic, drop gnutls-marshal.list

12 years agoconfigure.ac: modernize automake configuration a bit
Dan Winship [Wed, 28 Sep 2011 20:26:12 +0000 (16:26 -0400)]
configure.ac: modernize automake configuration a bit

12 years agoMove redundant Makefile.am bits into Makefile.decl
Dan Winship [Wed, 28 Sep 2011 20:21:35 +0000 (16:21 -0400)]
Move redundant Makefile.am bits into Makefile.decl

12 years agoAdd Thai translation.
Unticha Pramgoed [Sat, 24 Sep 2011 06:24:40 +0000 (13:24 +0700)]
Add Thai translation.

12 years agognutls: Update required version of gnutls to 2.11.0
Stef Walter [Fri, 19 Aug 2011 12:44:20 +0000 (14:44 +0200)]
gnutls: Update required version of gnutls to 2.11.0

 * This is required for PKCS#11 database stuff.
 * Get rid of deprecated function use
 * Compatible with gnutls 3.0.x

https://bugzilla.gnome.org/show_bug.cgi?id=656903

12 years agoproxy/gnome: Fix up multiple ignore_hosts bugs, and add a test
Dan Winship [Mon, 12 Sep 2011 18:41:20 +0000 (14:41 -0400)]
proxy/gnome: Fix up multiple ignore_hosts bugs, and add a test

- ignore_hosts names are treated as suffixes/patterns, not
  exact matches

- ignore_hosts names/IPs can specify ports

- IPv6 literals now work in ignore_hosts (they were supposed to work
  before, but there was a parsing bug).

- IP/length patterns now work in all cases

https://bugzilla.gnome.org/show_bug.cgi?id=655581

12 years agotls/tests: set GIO_EXTRA_MODULES from within the test program
Dan Winship [Thu, 22 Sep 2011 12:45:37 +0000 (08:45 -0400)]
tls/tests: set GIO_EXTRA_MODULES from within the test program

Set GIO_EXTRA_MODULES to point to the uninstalled module from within
the test program, rather than doing it via TEST_ENVIRONMENT in the
Makefile, so that you get the uninstalled module when you run the test
program by hand too.

12 years agognutls: fix g_tls_connection_gnutls_close_async to allow NULL cancellable
Dan Winship [Thu, 22 Sep 2011 12:44:16 +0000 (08:44 -0400)]
gnutls: fix g_tls_connection_gnutls_close_async to allow NULL cancellable

https://bugzilla.gnome.org/show_bug.cgi?id=659786

12 years agopost-branch version bump to 2.31.0
Dan Winship [Thu, 22 Sep 2011 12:27:52 +0000 (08:27 -0400)]
post-branch version bump to 2.31.0

12 years ago2.29.92 2.29.92
Dan Winship [Mon, 19 Sep 2011 21:55:59 +0000 (17:55 -0400)]
2.29.92

12 years agotls/tests/tls: add some GSocketClient TLS tests
Dan Winship [Sun, 18 Sep 2011 22:18:30 +0000 (18:18 -0400)]
tls/tests/tls: add some GSocketClient TLS tests

Test both successful and failed TLS connections via GSocketClient.

https://bugzilla.gnome.org/show_bug.cgi?id=656283

12 years agognutls: fix a few memory leaks
Dan Winship [Sat, 17 Sep 2011 16:22:25 +0000 (12:22 -0400)]
gnutls: fix a few memory leaks

12 years agoUpdated Japanese translation
Jiro Matsuzawa [Sat, 17 Sep 2011 02:34:29 +0000 (11:34 +0900)]
Updated Japanese translation

12 years agognutls: fix G_TLS_ERROR_EOF handling with gnutls 3.0
Dan Winship [Fri, 16 Sep 2011 15:29:29 +0000 (11:29 -0400)]
gnutls: fix G_TLS_ERROR_EOF handling with gnutls 3.0

gnutls 3.0 has a new error code for "peer closed connection without
sending a Close packet", so add some #ifdefs to do the right thing
with either 2.x or 3.x.

https://bugzilla.gnome.org/show_bug.cgi?id=659233

12 years agoUpdated Tamil Translations
I Felix [Tue, 13 Sep 2011 09:57:57 +0000 (15:27 +0530)]
Updated Tamil Translations

12 years agoUpdated linguas with ta
I Felix [Tue, 13 Sep 2011 09:57:54 +0000 (15:27 +0530)]
Updated linguas with ta

12 years agoUpdated Belarusian translation.
Ihar Hrachyshka [Sun, 4 Sep 2011 15:53:11 +0000 (18:53 +0300)]
Updated Belarusian translation.

12 years ago2.29.18 2.29.18
Dan Winship [Tue, 30 Aug 2011 16:55:23 +0000 (12:55 -0400)]
2.29.18

12 years agognutls: don't try to reuse a TLS session with a different SNI
Dan Winship [Sun, 28 Aug 2011 16:51:30 +0000 (12:51 -0400)]
gnutls: don't try to reuse a TLS session with a different SNI

Use the Server Name Indication as part of the session ID so that we
don't try to share sessions between different virtual hosts on the
same machine. This causes problems on some servers, which I think is a
server bug, but...

https://bugs.launchpad.net/bugs/823325 and the end of
https://bugzilla.gnome.org/show_bug.cgi?id=581342

12 years agotls: Clean up testing and coverage support
Stef Walter [Fri, 19 Aug 2011 12:53:36 +0000 (14:53 +0200)]
tls: Clean up testing and coverage support

 * Make 'make check' work properly with tests
 * Use a similar approach to glib to running gtester and hooking
   in the unit tests to 'make check'
 * Use GIO_EXTRA_MODULES to load the in-tree gnutls module.
 * Add coverage support similar to glib

https://bugzilla.gnome.org/show_bug.cgi?id=656906

12 years agognutls: Make the GTlsDatabase implementations cancellable
Stef Walter [Sat, 13 Aug 2011 12:39:21 +0000 (14:39 +0200)]
gnutls: Make the GTlsDatabase implementations cancellable

* Actually respect the cancellable paramater where possible
   in GTlsDatabaseGnutls and GTlsFileDatabaseGnutls

https://bugzilla.gnome.org/show_bug.cgi?id=656454

12 years agotls/tests: add a rehandshaking test
Dan Winship [Thu, 25 Aug 2011 22:55:38 +0000 (18:55 -0400)]
tls/tests: add a rehandshaking test

12 years agognutls: fix server-side rehandshake request
Dan Winship [Thu, 25 Aug 2011 22:54:45 +0000 (18:54 -0400)]
gnutls: fix server-side rehandshake request

When doing an async rehandshake request, we would accidentally send a
second rehandshake request halfway through the rehandshake, causing
the client to abort.

12 years agognutls: handle rehandshake request correctly
Dan Winship [Thu, 25 Aug 2011 22:53:42 +0000 (18:53 -0400)]
gnutls: handle rehandshake request correctly

Based on a patch from Igor Makarov

https://bugzilla.gnome.org/show_bug.cgi?id=653645

12 years agotls/tests: fix up leak checking
Dan Winship [Thu, 25 Aug 2011 22:11:41 +0000 (18:11 -0400)]
tls/tests: fix up leak checking

You can't use !G_IS_FOO(object) to test that an object has been
destroyed, since (a) it may not work if the memory hasn't been
cleared, and (b) it might crash if it has. Instead, use weak pointers
to test that the object has been destroyed when we expect it to be.

12 years agoconfigure: bump up required glib version
Dan Winship [Thu, 25 Aug 2011 22:01:26 +0000 (18:01 -0400)]
configure: bump up required glib version

https://bugzilla.gnome.org/show_bug.cgi?id=656687

12 years agoproxy: Use child schemas to get the proxy settings
Christian Persch [Mon, 21 Mar 2011 18:26:24 +0000 (19:26 +0100)]
proxy: Use child schemas to get the proxy settings

Instead of constructing the schemas directly, use g_settings_get_child().

Bug #645436.

12 years agoadded Persian translation
Arash Mousavi [Tue, 23 Aug 2011 20:57:23 +0000 (01:27 +0430)]
added Persian translation

12 years ago2.29.15 2.29.15
Dan Winship [Tue, 16 Aug 2011 01:00:29 +0000 (21:00 -0400)]
2.29.15

12 years agognutls: add %COMPAT to the gnutls priority strings
Dan Winship [Sun, 7 Aug 2011 16:29:42 +0000 (12:29 -0400)]
gnutls: add %COMPAT to the gnutls priority strings

%COMPAT enables certain compatibility behavior. In particular, it
disables padding of records, which other TLS libraries don't do even
though it's good for security, because some broken servers can't cope
with it.

Part of
https://bugzilla.gnome.org/show_bug.cgi?id=581342

12 years agognutls: fix a crash with a NULL GError
Dan Winship [Sun, 7 Aug 2011 15:52:42 +0000 (11:52 -0400)]
gnutls: fix a crash with a NULL GError

GTlsClientConnectionGnutls's g_tls_connection_handshake()
implementation would crash if you passed NULL for the GError**
argument.

12 years agognutls: override minimum key length
Dan Winship [Sat, 6 Aug 2011 00:04:03 +0000 (20:04 -0400)]
gnutls: override minimum key length

By default, gnutls requires server keys to be a reasonable size and
will return an error rather than connecting to a server with an
insecurely small key. But other TLS libraries don't do this, and some
web servers (especially embedded ones) use small keys. So bump down
the limit.

https://bugzilla.gnome.org/show_bug.cgi?id=652284

12 years agognutls: Implement GTlsDatabase and related objects
Stef Walter [Thu, 4 Aug 2011 07:08:28 +0000 (09:08 +0200)]
gnutls: Implement GTlsDatabase and related objects

The database is an abstract object implemented by the various TLS
backends, which is used by GTlsConnection to lookup certificates
and keys, as well as verify certificate chains.

Here we implement a file based database to lookup anchor certificates
for use with GnuTLS.

Also hookup the various bits for GTlsInteraction, but don't actually
use that yet.

https://bugzilla.gnome.org/show_bug.cgi?id=636572

12 years ago2.29.9 2.29.9
Dan Winship [Tue, 5 Jul 2011 01:19:10 +0000 (21:19 -0400)]
2.29.9

12 years agoAdded Finnish translation
Tommi Vainikainen [Thu, 30 Jun 2011 10:47:07 +0000 (13:47 +0300)]
Added Finnish translation

12 years agoconfigure: change AM_MAINTAINER_MODE to be enabled by default
Dan Winship [Wed, 29 Jun 2011 15:27:36 +0000 (11:27 -0400)]
configure: change AM_MAINTAINER_MODE to be enabled by default

12 years agoAdded Lithuanian translation.
Aurimas Černius [Wed, 29 Jun 2011 10:48:47 +0000 (13:48 +0300)]
Added Lithuanian translation.

12 years agoUpdated Belarusian translation.
Ihar Hrachyshka [Mon, 27 Jun 2011 22:28:47 +0000 (01:28 +0300)]
Updated Belarusian translation.

12 years agoAdded Belarusian translation.
Ihar Hrachyshka [Sat, 25 Jun 2011 17:25:55 +0000 (20:25 +0300)]
Added Belarusian translation.

12 years ago[l10n]Added Catalan (Valencian) translation
Gil Forcada [Sun, 29 May 2011 12:06:05 +0000 (14:06 +0200)]
[l10n]Added Catalan (Valencian) translation

13 years agoCOPYING: update to a version with the correct mailing address
Dan Winship [Tue, 24 May 2011 15:16:32 +0000 (11:16 -0400)]
COPYING: update to a version with the correct mailing address

https://bugzilla.gnome.org/show_bug.cgi?id=650908

13 years agognome-proxy: use lock to protect settings
David Zeuthen [Wed, 18 May 2011 14:40:37 +0000 (10:40 -0400)]
gnome-proxy: use lock to protect settings

Since it's fine for multiple threads to be calling into our module at
the same time, we need to protect shared data, like the settings, with
a lock. The problem was identified in bug 650439. This patch fixes the
problem.

https://bugzilla.gnome.org/show_bug.cgi?id=650439

Signed-off-by: David Zeuthen <davidz@redhat.com>
13 years agognome-proxy: optimize D-Bus proxy for remote PACRunner object
David Zeuthen [Wed, 18 May 2011 14:26:18 +0000 (10:26 -0400)]
gnome-proxy: optimize D-Bus proxy for remote PACRunner object

The remote object is known to not have any properties or emit any
signals so do less work when creating the local proxy.

Signed-off-by: David Zeuthen <davidz@redhat.com>
13 years agoAdd Esperanto translation
Kristjan SCHMIDT [Sun, 15 May 2011 13:57:02 +0000 (15:57 +0200)]
Add Esperanto translation

13 years agoAdd Esperanto translation
Kristjan SCHMIDT [Sun, 15 May 2011 13:55:58 +0000 (15:55 +0200)]
Add Esperanto translation

13 years agoNEWS: fix typo
Dan Winship [Tue, 26 Apr 2011 18:17:41 +0000 (14:17 -0400)]
NEWS: fix typo

13 years agoOnly set GTLS errors when errors have occurred
Sjoerd Simons [Tue, 26 Apr 2011 17:30:11 +0000 (18:30 +0100)]
Only set GTLS errors when errors have occurred

https://bugzilla.gnome.org/show_bug.cgi?id=648687

13 years agoPost-branch release bump to 2.29.3 (to match glib)
Dan Winship [Mon, 25 Apr 2011 21:12:08 +0000 (17:12 -0400)]
Post-branch release bump to 2.29.3 (to match glib)

13 years ago2.28.6 2.28.6
Dan Winship [Mon, 25 Apr 2011 20:59:58 +0000 (16:59 -0400)]
2.28.6

13 years agognutls: rearrange some code to avoid a warning
Dan Winship [Sat, 9 Apr 2011 13:42:23 +0000 (09:42 -0400)]
gnutls: rearrange some code to avoid a warning

13 years agognutls: fix leaks
Dan Winship [Mon, 4 Apr 2011 15:09:15 +0000 (11:09 -0400)]
gnutls: fix leaks

GTlsConnections were never being freed, due to circular refs.
Additionally, certificates seen during handshaking, and a
GSocketAddress used in the session cache code were being leaked.

13 years agoUnref GCancellables if they were reffed by the object.
Mike Ruprecht [Fri, 1 Apr 2011 21:40:18 +0000 (16:40 -0500)]
Unref GCancellables if they were reffed by the object.