summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libnm-core: drop previously-deprecated NMSetting propertiesdanw/libnm-props-1Dan Winship2014-09-036-97/+80
* libnm-core: add dbus-only properties to NMSettingClassDan Winship2014-09-035-52/+285
* libnm-core: clean up nm_connection_replace_settings()'s semanticsDan Winship2014-09-037-62/+137
* libnm-core: clarify nm_setting_lookup_type*() failureDan Winship2014-09-031-3/+5
* libnm-core: reorganize _nm_setting_new_from_dbus()Dan Winship2014-09-031-24/+24
* libnm-core: rename NMConnection to/from_hash methodsDan Winship2014-09-0327-119/+119
* libnm-core: make the NMSetting hash methods privateDan Winship2014-09-036-31/+19
* libnm-core, libnm-util: remove some useless code in nm-settings.cDan Winship2014-09-032-40/+4
* ifcfg-rh: fix testcase to expect error reading iBFT configurationsDan Williams2014-09-031-1/+1
* all: remove a bunch of unnecessary dbus/dbus-glib includesDan Winship2014-09-0331-35/+0
* bluetooth: don't crash when switching off bluetoothJiří Klimeš2014-09-021-1/+3
* man: add/update bonding and team examples in nm-settings-ifcfg-rhJiří Klimeš2014-09-011-1/+24
* merge: add settings plugin for reading iBFT configuration (bgo #734009) (rh #...Dan Williams2014-08-2934-1230/+1664
|\
| * core: allow connection assumption on pre-configured software devicesDan Williams2014-08-291-2/+11
| * core: allow plugin/factory originated devices to assume connectionsDan Williams2014-08-291-1/+1
| * ifcfg-rh: more conversions to g_assert()Dan Williams2014-08-291-352/+51
| * ifcfg-rh: remove iBFT handling (use the ibft plugin instead) (bgo #734009) (r...Dan Williams2014-08-2915-1033/+79
| * ibft: add settings plugin for reading iBFT configuration (bgo #734009)Dan Williams2014-08-2925-1/+1682
| * ifcfg-rh: trivial: remove unused parameterDan Williams2014-08-291-2/+1
|/
* merge: apply static IPv6 configuration before starting SLAAC (rh #1101809)Dan Williams2014-08-295-41/+137
|\
| * core: complete IPv6 even if RA times out when there are manual/external addre...Dan Williams2014-08-291-8/+17
| * core: apply manual IPv6 configuration earlier when RA is also used (rh #1101809)Dan Williams2014-08-291-0/+4
| * core: sync IPv6 pre-commit hook with IPv4 behaviorDan Williams2014-08-292-5/+7
| * rdisc: add RA wait timeoutDan Williams2014-08-294-30/+111
|/
* contrib/rpm: add BuildRequires for perl YAML module in specJiří Klimeš2014-08-291-0/+1
* Merge code for documenting 'keyfile' and 'ifcfg-rh' plugins (bgo #683111)Jiří Klimeš2014-08-2923-96/+2321
|\
| * libnm-util: add ifcfg-rh specific description for propertiesjk/bgo683111-keyfile-ifcfg-rh-docsJiří Klimeš2014-08-2915-0/+1156
| * libnm-util: add keyfile specific description for propertiesJiří Klimeš2014-08-297-0/+151
| * man: generate nm-settings-ifcfg-rh(5) manual pageJiří Klimeš2014-08-292-2/+375
| * man: generate nm-settings-keyfile(5) manual pageJiří Klimeš2014-08-292-2/+321
| * libnm-util: generate-plugin-docs.pl script for extracting plugin docsJiří Klimeš2014-08-293-5/+231
| * trivial: only use spaces in nm-setting.xmlJiří Klimeš2014-08-281-89/+89
|/
* settings: fix a crash in emit_updated() accessing invalid pointerJiří Klimeš2014-08-281-0/+7
* nmtui: fix sensitivity of "Add" button in address lists (rh #1131434)Dan Winship2014-08-271-1/+2
* trivial: remove a stray prototypeDan Winship2014-08-271-2/+0
* gitignore: ignore /libgsystem/Thomas Haller2014-08-271-0/+2
* supplicant/ifnet: fix spelling of "private_key2_passwd" optionGeoffrey Thomas2014-08-272-3/+3
* libnm: ensure auto-registration only when not yet registeredThomas Haller2014-08-272-2/+4
* po: update Polish (pl) translation (bgo #735470)Piotr Drąg2014-08-271-498/+526
* trivial: reorganize .gitignoreDan Winship2014-08-261-104/+108
* trivial: remove nonexistent items from .gitignoreDan Winship2014-08-261-12/+0
* build: add configure option not to install udev rulesThomas Haller2014-08-262-8/+14
* glib-compat: fix compatibility wrapper for g_type_ensure()Thomas Haller2014-08-251-11/+12
* core: refactor nm_utils_complete_generic() not to use a dynamic format stringThomas Haller2014-08-2516-31/+39
* po: fix an error in a plural form of a Russian translation (bgo #735186)Jiří Klimeš2014-08-251-1/+1
* cli: simplify do_connections() now that we don't wait for "connection-read"Jiří Klimeš2014-08-221-129/+79
* cli: fix 'nmcli connection' so that it returns correct exit codeJiří Klimeš2014-08-221-12/+2
* libnm-core: fix compile warning about unused-resultDan Winship2014-08-221-1/+1
* Merge branch 'th/bgo696936_normalize_settings'Thomas Haller2014-08-2245-605/+1700
|\
| * libnm-util: properly disconnect "notify" signal for settings in NMConnectionThomas Haller2014-08-221-13/+19