summaryrefslogtreecommitdiff
path: root/libnm-glib/nm-remote-connection.c
Commit message (Expand)AuthorAgeFilesLines
* libnm*: fix library gettext usagedanw/i18nDan Winship2014-11-131-1/+1
* all: consistently include config.hDan Winship2014-11-131-0/+2
* libnm-glib: fix warning about redefining typedef RemoteCallThomas Haller2014-08-011-2/+2
* libnm-glib: document some propertiesDan Winship2014-07-251-0/+5
* libnm-util, libnm-glib: whitespace fixesDan Winship2014-07-151-9/+12
* libnm-util, libnm-glib: standardize copyright/license headersDan Winship2014-07-151-4/+2
* all: remove remaining GParamSpec name/blurb stringsDan Winship2014-06-191-18/+15
* libnm-glib: take reference in NMRemoteConnection before calling DBUSThomas Haller2014-02-211-80/+154
* libnm-glib: accept omitting callback in nm_remote_connection_*Thomas Haller2014-02-211-3/+0
* libnm-glib: zero 'secrets' to prevent crash getting secretsDan Williams2014-01-311-1/+1
* libnm-glib: fix leak in nm_remote_connection_get_secretsThomas Haller2014-01-301-0/+2
* libnm-glib: chain up the parent constructed() of NMRemoteConnectionJiří Klimeš2014-01-271-0/+2
* libnm-glib: fix crash by taking additional ref in nm-remote-connection/result_cbThomas Haller2013-11-181-0/+2
* libnm-glib: fix nm_remote_connection_delete() callbackDan Winship2013-09-091-0/+13
* libnm-glib: add support for new connection unsaved functionalityDan Williams2013-05-281-38/+263
* Use %NULL macro in doc stringsMartin Pitt2013-04-191-1/+1
* libnm-glib: use private connection before trying the system busDan Williams2013-04-081-2/+9
* libnm-glib: use helpers to create dbus proxiesDan Williams2013-04-081-6/+6
* libnm-glib: fix memory leak of GSimpleAsyncResult getting connection settingsDan Williams2013-04-011-0/+1
* all: remove redundant return-if-fail checksDan Winship2013-03-071-3/+0
* libnm-util, libnm-glib: fix NMConnection:path againDan Winship2013-02-141-3/+39
* libnm-util, libnm-glib: Make NMRemoteConnection instantiable by NMObjectDan Winship2013-02-141-5/+32
* libnm-glib: fix NMRemoteConnection GInitable implementationDan Winship2013-02-141-2/+1
* libnm-glib: fix GAsyncInitable implementationsDan Winship2012-07-171-0/+12
* libnm-glib: NULL out priv fields on dispose()Dan Winship2012-04-231-6/+5
* libnm-glib: fix to not depend on newer glibDan Winship2012-02-061-0/+1
* libnm-glib: asyncify NMRemoteSettingsDan Winship2012-02-031-64/+87
* libnm-glib: implement GInitable/GAsyncInitable in NMObjectDan Winship2012-02-031-11/+3
* libnm-glib: don't use client-side generated dbus-glib bindingsDan Winship2012-02-021-25/+50
* libnm-glib: fix allow-none introspection annotations (rh #747302)Dan Williams2011-10-261-1/+1
* libnm-glib: fix introspection annotations for callbacks and user_data (rh #74...Dan Williams2011-10-261-6/+9
* libnm-glib: fix introspection annotation for nm_remote_connection_delete()Dan Williams2011-03-171-1/+1
* libnm-glib: allow calling nm_remote_connection_delete() without a callbackRichard Hughes2011-03-161-3/+3
* libnm-glib: add signal documentation for NMRemoteConnectionGiovanni Campagna2011-02-211-0/+15
* libnm-glib: handle initially invisible connections correctlyDan Williams2011-02-121-1/+5
* libnm-glib: fix connection visibility handlingDan Williams2011-02-121-3/+30
* libnm-util: add 'flags' argument to nm_connection_to_hash() and nm_setting_to...Dan Williams2011-01-261-1/+1
* core: rename NMSysconfigConnection -> NMSettingsConnectionDan Williams2011-01-261-1/+1
* secrets: simplify GetSecrets call flowDan Williams2011-01-261-26/+6
* introspection: add GObject introspection support (bgo #637032)Giovanni Campagna2011-01-211-6/+5
* libnm-glib: handle visibility changes for updated connectionsDan Williams2010-12-231-23/+40
* NetworkMangerSettings -> NetworkManager.SettingsDaniel Gnoutcheff2010-08-071-16/+16
* DBus: merge NetworkManger{,SystemSettings}Daniel Gnoutcheff2010-08-071-2/+2
* remove nm-settings-connection-interfaceDaniel Gnoutcheff2010-08-061-50/+102
* Merged NM{Exported,Sysconfig}ConnectionDaniel Gnoutcheff2010-08-061-1/+1
* libnm-*: remove user settings supportDaniel Gnoutcheff2010-08-061-14/+4
* libnm-glib: ensure invalids secrets hash isn't used on error conditionDan Williams2010-07-211-1/+1
* libnm-glib: use max timeout for settings dbus callsDan Williams2010-04-251-1/+3
* libnm-glib: fix getting remote secretsDan Williams2009-09-161-1/+1
* libnm-glib: don't expose NMRemoteConnetions until they are validDan Williams2009-08-111-3/+21