summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* pacrunner: merge branch 'bg/pacrunner-domains-bgo780558'bg/pacrunner-domains-bgo780558-on-1-8Beniamino Galvani2017-04-114-134/+215
|\
| * pacrunner: remove failed and pending items from configuration listBeniamino Galvani2017-04-111-12/+13
| * device: fix removal of pacrunner configurationsBeniamino Galvani2017-04-112-4/+17
| * pacrunner: specify domains only for VPNsBeniamino Galvani2017-04-112-18/+21
| * pacrunner: don't log pacrunner-manager addressBeniamino Galvani2017-04-111-3/+3
| * pacrunner: rework processing of configuration entriesBeniamino Galvani2017-04-114-86/+156
| * pacrunner: remove @domains from private structBeniamino Galvani2017-04-111-26/+20
|/
* config: fix assertion in nm_config_device_state_write()Beniamino Galvani2017-04-081-1/+1
* device-bond: fix possible uninitialized variableDan Williams2017-04-071-1/+1
* auth-utils: fix possibly uninitialized variablesDan Williams2017-04-071-1/+1
* default-route-manager: fix possibly uninitialized variableDan Williams2017-04-071-1/+1
* core: only persist explicit managed state in device's state fileThomas Haller2017-04-073-11/+27
* build: fix broken line wraps in Makefile.amThomas Haller2017-04-071-2/+2
* build: add missing build dependency for ifupdownThomas Haller2017-04-071-8/+13
* release: bump version to 1.7.91 (1.8-rc2)1.8-rc2Lubomir Rintel2017-04-061-1/+1
* linux-platform: fix link_get_unmanaged() return valueLubomir Rintel2017-04-061-1/+4
* nmcli: merge branch 'fg/nmcli_options'Francesco Giudici2017-04-058-84/+190
|\
| * nmcli: fix 'nmcli con export' parameters checkFrancesco Giudici2017-04-051-5/+1
| * nmcli: allow cmd specific option parsing in next_arg() funcFrancesco Giudici2017-04-058-79/+189
|/
* nmcli: avoid calling twice "check_activated()" on "nmcli connection up"Francesco Giudici2017-04-051-10/+9
* systemd: merge branch systemd into masterThomas Haller2017-04-046-4/+11
|\
| * systemd: update code from upstream (2017-04-04)Thomas Haller2017-04-046-4/+11
* | device: emit IP_CONFIG_CHANGED signal when default route changesBeniamino Galvani2017-04-011-2/+10
* | default-route-manager: return whether the default route changedBeniamino Galvani2017-04-012-26/+29
* | device: update the address type in nm_device_hw_addr_set_cloned()Beniamino Galvani2017-03-301-1/+3
* | device: don't update disconnected devices routes after connectivity checkBeniamino Galvani2017-03-291-4/+6
* | nmcli: fix nmcli parsingFrancesco Giudici2017-03-294-73/+80
* | nmcli: fix nmcli connection editFrancesco Giudici2017-03-291-3/+3
* | build: declare build dependencies requiring "nm-core-enum-types.h"Thomas Haller2017-03-295-12/+124
* | build: declare build dependency for ifcfg-rh testsThomas Haller2017-03-291-0/+2
* | ifcfg-rh: also check BONDING_OPTS to determine the connection typeBeniamino Galvani2017-03-294-0/+41
* | libnm: fix showing UDEV properties for deviceThomas Haller2017-03-291-1/+1
* | release: bump version to 1.7.90 (1.8-rc1)1.8-rc1Lubomir Rintel2017-03-281-1/+1
* | NEWS: update for a release candidateLubomir Rintel2017-03-281-1/+8
* | merge: branch 'lr/cli-ask-rh1351263'Lubomir Rintel2017-03-287-119/+197
|\ \
| * | cli/connections: drop the redundant parsing of --show-secretslr/cli-ask-rh1351263Lubomir Rintel2017-03-281-12/+5
| * | cli: check for global options before each agumentLubomir Rintel2017-03-282-13/+26
| * | cli: add NmCli argument to next_arg()Lubomir Rintel2017-03-286-37/+37
| * | cli: use next_arg() on argument boundaryLubomir Rintel2017-03-286-72/+144
|/ /
* | merge: branch 'lr/device-conn'Lubomir Rintel2017-03-288-424/+441
|\ \
| * | device: penalize default route metrics for connectivity failureslr/device-connLubomir Rintel2017-03-282-30/+65
| * | core: make connectivity checking per-deviceLubomir Rintel2017-03-288-422/+404
|/ /
* | libnm: add NMSettingUserThomas Haller2017-03-289-1/+626
* | libnm: document to allow omitting argument to get-options functionsThomas Haller2017-03-282-2/+6
* | tests/general: allow error margin on comparing floatsLubomir Rintel2017-03-282-2/+2
* | tests/lldp: skip test if there's no Tun deviceLubomir Rintel2017-03-281-2/+12
* | cli: fix completion of setting names for --fields (2)Thomas Haller2017-03-281-3/+3
* | merge: branch 'fg/nmcli_parsing_rh1391170'Francesco Giudici2017-03-289-554/+667
|\ \
| * | nmcli: fix colorize_string() signature in order to return static char *fg/nmcli_parsing_rh1391170Francesco Giudici2017-03-281-38/+29
| * | nmcli: add -g[et-values] option as a '-m tab -t -f <arg>' shortcutFrancesco Giudici2017-03-283-16/+71