summaryrefslogtreecommitdiff
path: root/src
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
* 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-103-0/+27
* 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: 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
* 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
* dbus: increase 'max_replies_per_connection' limit in D-Bus configurationJiří Klimeš2015-05-291-0/+2
* 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
* 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
* 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
* platform: fix nm_platform_link_cmp() to consider ifindexThomas Haller2015-05-131-0/+1
* platform: fix memleak in link_delete()Thomas Haller2015-05-131-1/+1
* platform/test: refactor detection of root-testThomas Haller2015-05-133-6/+13
* config: fix memleak of keyfile in finalize() of NMConfigDataThomas Haller2015-05-131-0/+2
* trivial: remove a tautological compareLubomir Rintel2015-05-111-1/+1
* device: make sure NMDevice doesn't vanish halfway through applying configurationLubomir Rintel2015-05-111-0/+3
* dns: fix falling back in the resolv.conf methodsJan Alexander Steffens (heftig)2015-05-061-1/+4
* dns-manager: fail dns config if netconfig exits with non-zero statusThomas Haller2015-05-051-0/+7
* dns-manager: use nm_utils_kill_child_sync() to wait for netconfig to exitThomas Haller2015-05-051-19/+10
* utils: preserve errno in nm_utils_kill_child_sync()Thomas Haller2015-05-051-1/+4
* config: fix filename order for config-descriptionThomas Haller2015-05-051-9/+16
* dns-manager: react to dns management mode changesLubomir Rintel2015-05-051-7/+41
* config: move dns mode configuration to NMConfigDataLubomir Rintel2015-05-055-13/+24
* config: use flags argument in config-changed signal instead of a hash tablelr/nm-1-0-rh1066697_reload_configThomas Haller2015-05-055-42/+66
* config: make NMConfig implement GInitableThomas Haller2015-05-051-17/+36
* config: move no-auto-default to NMConfigDataThomas Haller2015-05-057-46/+137
* config: refactor merging no_auto_defaultThomas Haller2015-05-051-16/+13