summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* config: strip trailing/leading white spaces from config values (rh #1229861)jk/strip-cfg-values-rh1229861-nm-1-0Jiří Klimeš2015-06-151-6/+20
* cli: TAB-completion for enum-style property values (rh #1034126)Jiří Klimeš2015-06-151-45/+170
* cli: add missing nmc_property_802_1X_allowed_eap() functionJiří Klimeš2015-06-151-2/+5
* cli: change function for allowed values to return array of stringsJiří Klimeš2015-06-153-39/+28
* cli: add @brackets parameter to nmc_util_strv_for_displayJiří Klimeš2015-06-153-5/+7
* cli: print valid-values hint in property menu for empty "set" commandJiří Klimeš2015-06-151-2/+9
* cli: do not stall in 'nmcli connection delete/down' (rh #1168657)Jiří Klimeš2015-06-152-88/+99
* ifnet/tests: fix GCC 5 warning about possible misuse of logical notBeniamino Galvani2015-06-101-1/+1
* device: don't assume by default IPv6LL-only connectionsBeniamino Galvani2015-06-104-0/+41
* device: allow reloading of the ignore-carrier flagThomas Haller2015-06-101-1/+29
* config: make ignore-carrier option reloadableThomas Haller2015-06-105-17/+19
* core: merge branch 'th/spec-match-bgo743411'Beniamino Galvani2015-06-1010-135/+431
|\
| * man: explain the format for device specifier in manual page NetworkManager.confThomas Haller2015-06-101-21/+89
| * core: unify parsing of device specs using nm_match_spec_split()Thomas Haller2015-06-103-51/+31
| * core: add nm_match_spec_split() functionThomas Haller2015-06-103-9/+85
| * core: support "except:" spec to negate matchThomas Haller2015-06-106-53/+120
| * core: remove nm_match_spec_string()Thomas Haller2015-06-103-16/+5
| * core: rework matching of nm_match_spec()Thomas Haller2015-06-102-21/+53
| * core/test: add test for nm_match_spec()Thomas Haller2015-06-101-0/+84
|/
* manager: don't attempt to activate ipv6.method=shared connectionsLubomir Rintel2015-06-091-0/+10
* cli: don't look up a device for activation request unless we have toLubomir Rintel2015-06-091-2/+3
* manager: remove a connection from device if we're activating it on another de...Lubomir Rintel2015-06-093-30/+48
* manager: pick an available device if none was specified upon connection activ...Lubomir Rintel2015-06-091-1/+24
* manager: reuse a device connection is active on if none was given upon activa...Lubomir Rintel2015-06-091-1/+15
* core: don't assume the loopback interface is called "lo"Lubomir Rintel2015-06-041-1/+1
* platform-linux: allow netlink messages from non-privileged user namespacesLubomir Rintel2015-06-041-3/+2
* libnm: fix take ownership of floating argument in NMSecretAgentOld:get_secret...Thomas Haller2015-06-031-0/+1
* merge: increase 'max_replies_per_connection' limit in D-Bus configurationJiří Klimeš2015-05-292-0/+11
|\
| * libnm-glib: print a bold warning about reaching a D-Bus limitJiří Klimeš2015-05-291-0/+9
| * dbus: increase 'max_replies_per_connection' limit in D-Bus configurationJiří Klimeš2015-05-291-0/+2
|/
* Partially revert "dhcp: gracefully recover from failed DHCP BOUND state trans...Dan Williams2015-05-261-2/+2
* libnm-glib: do not access NULL GError variable (rh #1224819)Jiří Klimeš2015-05-261-4/+6
* vpn: don't fail if no system secrets existDan Williams2015-05-201-1/+1
* systemd: fix build with toolchains not exporting CLOCK_BOOTTIMEDan Williams2015-05-191-0/+9
* connectivity: use default on missing connectivity.interval configThomas Haller2015-05-193-4/+13
* config: return internal field directly in nm_config_data_get_connectivity_int...Thomas Haller2015-05-191-1/+1
* config: minor fix in read_entire_config()Thomas Haller2015-05-191-2/+1
* dns: don't override DHCP-supplied search order with domainBeniamino Galvani2015-05-171-24/+30
* core: merge branch 'th/reduce-info-logging-rh1212196'Thomas Haller2015-05-1317-73/+68
|\
| * device/logging: downgrade log level of "Activation: Stage x of 5" messagesThomas Haller2015-05-131-39/+27
| * core/logging: reduce info logging messages for devicesThomas Haller2015-05-132-6/+10
| * device/logging: log connection UUID when activating connectionThomas Haller2015-05-131-2/+3
| * core/logging: adjust log line about loading setting pluginsThomas Haller2015-05-131-1/+1
| * core/logging: downgrade some <info> loggings to <debug>Thomas Haller2015-05-132-2/+2
| * device: expose nm_device_has_capability() functionThomas Haller2015-05-132-9/+11
| * device: use NMDeviceCapabilities enum for device capabilitiesThomas Haller2015-05-1313-14/+14
|/
* merge branch 'backport' into nm-1-0Thomas Haller2015-05-139-54/+133
|\
| * platform/test: include call location in signal assertionsThomas Haller2015-05-132-21/+29
| * platform/test: make asserting signals more flexibleThomas Haller2015-05-134-29/+37
| * test: fix wrong use of memcmp() in nmtst_platform_ip4_routes_equal()Thomas Haller2015-05-131-6/+0