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