summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* fix distcheckDan Winship2014-02-171-0/+5
|
* Update glib.mk, build installable testsDan Winship2013-07-131-1/+1
|
* build: disable TLS tests unless GNUTLS is enabledSaleem Abdulrasool2012-10-311-2/+1
| | | | | All of the TLS tests hard-depend on GNUTLS. If glib-networking is built without GNUTLS, then simply disable the TLS tests.
* gnutls: Add gnutls-pkcs11 TLS backendStef Walter2011-11-041-0/+4
| | | | | | | | | | | | | * 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
* proxy/gnome: Fix up multiple ignore_hosts bugs, and add a testDan Winship2011-09-221-0/+2
| | | | | | | | | | | | | | - 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
* gnutls: Implement GTlsDatabase and related objectsStef Walter2011-08-041-0/+2
| | | | | | | | | | | | | | 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
* Implement a GNOME proxy backend using GSettingsDan Winship2011-03-161-0/+4
| | | | | | | | | | Use the network proxy settings from gsettings-desktop-schemas and return proxies based on that. For Automatic proxy configuration, we use the D-Bus service provided by the libproxy plugin. https://bugzilla.gnome.org/show_bug.cgi?id=644211
* Run gio-querymodules after install/uninstallDan Winship2010-11-291-0/+10
|
* Add a GNUTLS-based GTlsBackendDan Winship2010-11-261-0/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=588189
* Adding internationalisation supportNicolas Dufresne2010-08-161-1/+1
|
* GIO Extension for libproxyNicolas Dufresne2010-08-121-0/+4
|
* Base build system for the new moduleNicolas Dufresne2010-08-121-0/+6