summaryrefslogtreecommitdiff
path: root/libnm-util/nm-setting-vpn.c
Commit message (Expand)AuthorAgeFilesLines
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-191-1/+1
* all: drop includes to <glib/gi18n.h> for "nm-default.h"Dan Winship2015-08-051-1/+0
* libnm, libnm-util: move settings doc generation to libnm-coreDan Winship2014-11-191-18/+0
* libnm*: fix library gettext usageDan Winship2014-11-131-1/+1
* all: consistently include config.hDan Winship2014-11-131-0/+2
* libnm/libnm-util: add VPN 'persistent' propertyDan Williams2014-11-061-0/+40
* libnm-util: don't assert in nm_setting_get_secret_flags() and avoid assertion...Thomas Haller2014-10-121-4/+6
* libnm-util: add keyfile specific description for propertiesJiří Klimeš2014-08-291-0/+18
* libnm-util, libnm-glib: whitespace fixesDan Winship2014-07-151-8/+8
* libnm-util, libnm-glib: standardize copyright/license headersDan Winship2014-07-151-5/+2
* libnm-util: remove NMSetting* GParamSpec docsDan Winship2014-06-191-33/+15
* libnm-util: various NMSetting* property doc fixes/improvementsDan Winship2014-06-191-6/+6
* libnm-util: raise CHANGED signal in nm_connection_update_secrets only on changeThomas Haller2014-01-151-15/+23
* libnm-util: raise CHANGED signal in nm_connection_clear_secrets only on changeThomas Haller2014-01-151-2/+4
* libnm-util: refactor NMSetting name and register_settingsThomas Haller2013-12-121-1/+0
* libnm-util: remove usage of NM_SETTING_PARAM_SERIALIZEDan Williams2013-12-021-4/+4
* core: cleanup freeing of glib collections of pointersThomas Haller2013-10-221-2/+1
* libnm-util: prefix errors with 'setting.property' instead of 'property' onlyJiří Klimeš2013-06-131-3/+3
* libnm-util: implement connection changed signalDan Williams2013-05-281-3/+25
* libnm-util: make nm_setting_vpn_remove_*() return gboolean instead of voidJiří Klimeš2013-04-031-6/+12
* libnm-util: make property verification errors more descriptiveJiří Klimeš2013-03-131-13/+18
* all: remove redundant return-if-fail checksDan Winship2013-03-071-2/+0
* libnm-util: clean up setting registrationDan Williams2012-10-291-1/+6
* Use glib-mkenums to generate enum typesDan Winship2012-02-151-23/+0
* docs: update some VPN docs in libnm-utilDan Williams2012-02-011-0/+4
* libnm-util: add functions to get number of data items and secretsJiří Klimeš2012-01-051-0/+28
* trivial: fix spelling in a annotationJiří Klimeš2012-01-051-2/+2
* settings: preserve agent secrets the right wayDan Williams2011-08-161-0/+25
* docs: update VPN setting 'user-name' property documentationDan Williams2011-08-121-13/+17
* docs: trivial doc fixDan Williams2011-07-191-0/+1
* docs: document the VPN settingDan Williams2011-07-191-0/+97
* libnm-util: add new compare flags for ignoring various types of secretsDan Williams2011-06-071-0/+63
* libnm-util: remove some left-over debugging codeDan Williams2011-05-261-1/+0
* libnm-util: make VPN secret and data iterators change-safeDan Williams2011-05-201-6/+41
* libnm-util: fix possible crash passing in NULL secret flagsDan Williams2011-05-181-1/+2
* libnm-util: fix some documentation issuesDan Williams2011-03-101-2/+2
* libnm-util: warn if trying to set NULL VPN secretsDan Williams2011-02-121-1/+11
* libnm-util: make sure NULL secrets don't slip in via g_object_set()Dan Williams2011-02-121-0/+2
* libnm-util: assume VPN connections need secretsDan Williams2011-02-091-0/+8
* libnm-util: fix VPN update_one_secret()Dan Williams2011-02-081-12/+69
* libnm-util: NM_SETTING_SECRET_FLAG_SYSTEM_OWNED -> NM_SETTING_SECRET_FLAG_NONEDan Williams2011-02-061-1/+1
* libnm-util: handle get_secret_flags/set_secret_flags for WirelessSecurity set...Dan Williams2011-01-311-0/+2
* libnm-util: add generic functions for getting/setting secret flagsDan Williams2011-01-311-70/+52
* libnm-util: fix handling of secrets flagsDan Williams2011-01-311-2/+3
* libnm-util: add secret flags for each secret describing how the secret is storedDan Williams2011-01-291-0/+71
* introspection: add GObject introspection support (bgo #637032)Giovanni Campagna2011-01-211-2/+18
* libnm-util: ensure empty VPN secrets are not used (rh #587784)Dan Williams2010-06-281-2/+12
* doc: document vpn setting propertiesDan Williams2009-11-111-4/+43
* libnm-util: don't allow blank or NULL VPN items or secrets (rh #532084)Dan Williams2009-11-021-0/+8
* 2008-11-20 Dan Williams <dcbw@redhat.com>Dan Williams2008-11-201-6/+12