summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* platform: don't assume that netlink message is as big as at compile timelr/platformLubomir Rintel2016-03-301-7/+9
* buiLubomir Rintel2016-03-301-1/+1
* contrib/rpm: allow building of a git archiveLubomir Rintel2016-03-302-4/+8
* contrib/rpm: allow building w/o prebuilt documentationLubomir Rintel2016-03-301-11/+2
* manager: make some error reporting a bit more specificLubomir Rintel2016-03-301-21/+22
* po: update Polish (pl) translation (bgo #764317)Piotr Drąg2016-03-291-516/+562
* merge: branch 'bg/bond-options-rh1299103'Beniamino Galvani2016-03-2910-77/+473
|\
| * libnm-core: add test cases for NMSettingBondBeniamino Galvani2016-03-293-0/+200
| * libnm-core: implement option matching for NMSettingBondBeniamino Galvani2016-03-291-4/+62
| * bond: add some missing optionsBeniamino Galvani2016-03-294-25/+86
| * bond: fix re-assuming of connectionsBeniamino Galvani2016-03-293-33/+67
| * cli: allow setting multiple IPs in bond 'arp_ip_target' optionBeniamino Galvani2016-03-291-1/+30
| * libnm,libnm-core: add coverage supportBeniamino Galvani2016-03-292-2/+14
| * libnm-core: fix check in verification of NMSettingBondBeniamino Galvani2016-03-291-12/+14
|/
* release: bump version to 1.1.92 (1.2-beta3)1.2-beta3Lubomir Rintel2016-03-291-1/+1
* release: update NEWSLubomir Rintel2016-03-291-2/+11
* core: downgrade warning logging message when creating virtual deviceThomas Haller2016-03-291-1/+5
* libnm: don't check if the agent is still registered when unregisteringLubomir Rintel2016-03-291-8/+0
* cli/trivial: fix TABs for indentionThomas Haller2016-03-291-12/+12
* nmcli: fix slave_type settingLubomir Rintel2016-03-291-18/+8
* device: drop external changes on ReapplyLubomir Rintel2016-03-291-0/+2
* cli: make the *-slave type option parsing out of the common pathLubomir Rintel2016-03-292-161/+152
* policy: merge branch 'th/policy-cleanup'Thomas Haller2016-03-292-295/+335
|\
| * policy: use slice allocator for ActivateDataThomas Haller2016-03-291-2/+3
| * policy: use slice allocator for PendingSecondaryDataThomas Haller2016-03-291-3/+2
| * policy/trival: rename "policy" argument to "self"Thomas Haller2016-03-291-198/+199
| * policy: remove initialized guard from nm_policy_new()Thomas Haller2016-03-291-11/+5
| * policy: initialize object during GObject constructionThomas Haller2016-03-292-25/+71
| * policy: refactor object properties to notify by property enumThomas Haller2016-03-291-35/+30
| * policy/trivial: move codeThomas Haller2016-03-291-55/+59
|/
* all: merge branch 'th/invalid-connections-bgo760907'Thomas Haller2016-03-2942-414/+969
|\
| * libnm-glib: allow non-verifiable NMRemoteConnection in libnm-glibThomas Haller2016-03-292-43/+20
| * libnm-glib: don't fail creating connection in NMVPNPluginThomas Haller2016-03-291-28/+4
| * libnm-glib: don't fail creating connection in NMSecretAgentThomas Haller2016-03-291-15/+7
| * libnm-util: add non-failing versions of nm_connection_new_from_hash() and rep...Thomas Haller2016-03-293-9/+49
| * libnm-util: refactor hash_to_connection()Thomas Haller2016-03-291-14/+11
| * libnm-util: don't print any warnings during nm_setting_new_from_hash()Thomas Haller2016-03-291-15/+3
| * libnm-util: use "nm-shared-utils.h"Thomas Haller2016-03-291-0/+2
| * libnm: add code comments to hint that NMConnection might not validateThomas Haller2016-03-292-0/+18
| * core: be strict about connection argument in D-Bus methodsThomas Haller2016-03-292-2/+4
| * core: be strict when parsing connection in AddAndActivateConnectionThomas Haller2016-03-291-1/+1
| * core: be strict about connection argument for Reapply() D-Bus methodThomas Haller2016-03-261-1/+4
| * libnm: be more accepting for invalid connections from NetworkManagerThomas Haller2016-03-262-10/+5
| * libnm: accept invalid connections in NMVpnServicePluginThomas Haller2016-03-262-6/+6
| * libnm: accept invalid connections in NMSecretAgentOldThomas Haller2016-03-261-1/+2
| * libnm: don't normalize connection for nm_device_get_applied_connection()Thomas Haller2016-03-261-2/+2
| * libnm-core/tests: refactor call to nm_simple_connection_new_from_dbus()Thomas Haller2016-03-261-21/+27
| * libnm-core: add _nm_simple_connection_new_from_dbus() functionThomas Haller2016-03-265-10/+56
| * libnm-core: allow strict and relaxed error behavior for _nm_setting_new_from_...Thomas Haller2016-03-2610-74/+285
| * shared: add nm_g_object_set_property()Thomas Haller2016-03-263-0/+100