summaryrefslogtreecommitdiff
path: root/libnm-util
AgeCommit message (Expand)AuthorFilesLines
2014-11-06vpn: allow plugins to indicate 'can-persist' capabilityDan Williams1-0/+5
2014-11-06libnm/libnm-util: add VPN 'persistent' propertyDan Williams2-0/+42
2014-10-29build: fix -Wstrict-prototypes warningsThomas Haller1-3/+3
2014-10-12libnm-util: add _nm_setting_get_property() functionThomas Haller2-0/+23
2014-10-12libnm: add function _nm_setting_get_setting_priority()Thomas Haller2-2/+14
2014-10-12libnm-util: let nm_setting_diff() be symetric not to return properties that a...Thomas Haller2-11/+72
2014-10-12libnm-util: don't assert in nm_setting_get_secret_flags() and avoid assertion...Thomas Haller2-10/+32
2014-10-03libnm-core: make NMSettingSerial:parity an enumDan Winship1-0/+10
2014-10-02libnm: add bonding option "lacp_rate" to NMSettingBondThomas Haller2-0/+17
2014-09-04libnm-core, libnm-util: remove some useless code in nm-settings.cDan Winship1-20/+2
2014-09-03libnm-util: generate-plugin-docs.pl-related fixesDan Winship2-6/+6
2014-08-29libnm-util: add ifcfg-rh specific description for propertiesJiří Klimeš15-0/+1156
2014-08-29libnm-util: add keyfile specific description for propertiesJiří Klimeš7-0/+151
2014-08-29libnm-util: generate-plugin-docs.pl script for extracting plugin docsJiří Klimeš2-3/+206
2014-08-22libnm-util: properly disconnect "notify" signal for settings in NMConnectionThomas Haller1-13/+19
2014-08-22libnm-core: fix NMSettingConnection:verify() not to modify interface-nameThomas Haller1-1/+1
2014-08-22libnm-core: add normalize of MTU for NMSettingInfinibandThomas Haller1-0/+1
2014-08-20trivial: don't shadow rand(3)Dan Williams1-5/+5
2014-08-19libnm-core: fix crash in NMSettingAdsl:verify()Thomas Haller1-6/+8
2014-08-12build: fix generate-setting-docs.py to work with python3Thomas Haller1-3/+5
2014-08-08libnm-util: don't warn about unrecognized propertiesDan Winship1-2/+4
2014-08-07libnm-core, libnm-util: convert test-crypto, test-setting-8021x.c to gtestutilsDan Winship3-130/+173
2014-08-04libnm-util/test: fix tests not to write a core fileThomas Haller1-1/+23
2014-08-04libnm-util/tests: fix build for older glib with unknown G_SPAWN_DEFAULTThomas Haller1-1/+1
2014-08-01libnm-util/test: fix build for clang due to deprecated warningThomas Haller1-0/+2
2014-08-01libnm, libnm-utils: error out if mixed libnm/libnm-util symbols are detectedDan Winship4-1/+93
2014-08-01libnm-util: remove NM_UTIL_PRIVATE_CALL, NMSettingIP4Config:address-labelsDan Winship5-322/+17
2014-08-01libnm-util, core: fix warning about signed integer overflow (-Wstrict-overflow)Thomas Haller1-1/+1
2014-08-01libnm-util: fix warning converting between enum types in nm-setting-8021x.cThomas Haller1-2/+7
2014-07-31build: clean nm-version.hDan Williams1-1/+1
2014-07-23libnm-util: fix enum member names in a gtk-doc commentDan Winship1-7/+7
2014-07-23libnm-util: fix gtk-doc syntax in nm-version.h to avoid a warningDan Winship1-1/+1
2014-07-23platform: assert against the maximum length of link_get_address()Thomas Haller1-3/+2
2014-07-22include: add NM_DEVICE_CAP_IS_SOFTWARE capabilityJiří Klimeš1-2/+4
2014-07-15libnm-util: fix leak in _nm_connection_verify()Thomas Haller1-1/+1
2014-07-15build: more srcdir!=builddir fixesDan Winship2-4/+4
2014-07-15libnm-util: NetworkManager.h/NetworkManagerVPN.h doc fixupsDan Winship2-123/+159
2014-07-15libnm-util, libnm-glib: whitespace fixesDan Winship43-350/+490
2014-07-15libnm-util, libnm-glib: standardize copyright/license headersDan Winship72-280/+118
2014-07-15libnm-util, libnm-glib: tweak (element-type) annotations in docsDan Winship1-4/+4
2014-07-15libnm-util: move NetworkManager.h, etc, from include/ to hereDan Winship4-4/+967
2014-07-11libnm-util: fix build with --with-crypto=gnutlsDan Winship1-3/+3
2014-07-07trivial: add a missing word to documentationDan Winship1-1/+1
2014-07-04build: call generate-setting-docs.py directly instead of through straceThomas Haller1-1/+1
2014-07-02libnm-util: merge nm-util-private and nm-utils-privateDan Williams7-118/+85
2014-07-01docs: fix multi-line Since notationDan Williams1-1/+2
2014-06-30libnm-util: normalize IP settings in connectionThomas Haller3-31/+97
2014-06-30libnm-util: validate master/slave-type property in NMSettingConnection::verify()Thomas Haller1-4/+32
2014-06-30libnm-util: normalize virtual_iface_name in NMSettingsThomas Haller10-96/+316
2014-06-30libnm-util: add function nm_connection_normalizeThomas Haller6-22/+195