summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libnm/proxy: add proxy setting for non-slave connection during normalizationth/proxy-cleanupThomas Haller2016-10-053-9/+41
* libnm: cleanup error paths in _nm_connection_verify()Thomas Haller2016-10-041-16/+18
* proxy: cleanup handling of proxy-methodThomas Haller2016-10-046-17/+27
* core: merge branch 'bg/config-show-default-bgo772144'Beniamino Galvani2016-10-045-20/+40
|\
| * config: add default values to 'NM --print-config' outputBeniamino Galvani2016-10-041-1/+21
| * config: pass default auth-polkit value as string instead of booleanBeniamino Galvani2016-10-043-8/+8
| * config: don't set default plugins in nm-config keyfileBeniamino Galvani2016-10-043-11/+11
|/
* cli: properly set multiple addresses in questionnaire modeBeniamino Galvani2016-10-041-2/+4
* proxy: merge branch 'th/proxy'Thomas Haller2016-10-0444-75/+1922
|\
| * proxy: rename NMPacRunnerManager to NMPacrunnerManagerThomas Haller2016-10-045-66/+66
| * proxy: reorder parts in nm-proxy-config.c and nm-pacrunner-manager.cThomas Haller2016-10-043-35/+21
| * cli: support qualifying proxy.pac-script with "file://" or "js://"Thomas Haller2016-10-042-16/+61
| * proxy: reject huge pac_script values in verify()Thomas Haller2016-10-041-0/+9
| * proxy: change semantics of pac-scriptAtul Anand2016-10-049-19/+76
| * proxy: remove unnecessary APIsAtul Anand2016-10-0417-1172/+18
| * po: translate libnm-core/nm-setting-proxy.cThomas Haller2016-10-042-1/+1
| * proxy: refactor NMProxyConfig to keep internal variables as strvThomas Haller2016-10-044-77/+76
| * proxy: fix logging level for proxy related messages in nm-device.cThomas Haller2016-10-041-2/+2
| * proxy/trivial: rename nm_pac_runner_manager*() functionsThomas Haller2016-10-044-35/+35
| * proxy: embed private date in NMPacRunnerManager and NMProxyConfigThomas Haller2016-10-044-33/+59
| * proxy: don't let nm_pacrunner_manager_send() failThomas Haller2016-10-044-29/+23
| * TODO: Remove Proxies from the list of TODOAtul Anand2016-10-042-59/+1
| * nmcli: Add Proxy support to nmcliAtul Anand2016-10-044-2/+367
| * callouts: Fixes in Dispatcher to release Proxy env variablesAtul Anand2016-10-048-0/+148
| * src: Fixes to add Proxy FeatureAtul Anand2016-10-049-13/+502
| * src:(pacrunner-manager): Object for interaction with PacRunnerAtul Anand2016-10-046-1/+564
| * src:(proxy): A new Object NMProxyConfig with Proxy ParametersAtul Anand2016-10-044-0/+318
| * libnm: API for Proxy FeatureAtul Anand2016-10-0410-0/+1060
|/
* core: merge branch 'th/cleanup-core-bgo772158'Thomas Haller2016-10-04312-6334/+6183
|\
| * dhcp: refactor loading of DHCP pluginsThomas Haller2016-10-0410-326/+218
| * core: refactor private data in "src"Thomas Haller2016-10-04145-4575/+4506
| * core: forward-declare NMConfigDeviceStateData in nm-types.hThomas Haller2016-10-032-2/+3
| * core: rename "nm-activation-request.[hc]" for NMActRequestThomas Haller2016-10-0317-20/+20
| * dhcp: use NM_GOBJECT_PROPERTIES_DEFINE() for properties of NMDhcpClientThomas Haller2016-10-031-60/+52
| * core/trivial: move code aroundThomas Haller2016-10-033-136/+142
| * dhcp: make dispose() of NMDhcpDhclient/NMDhcpDhcpcd reentrantThomas Haller2016-10-032-4/+4
| * core: refactor private data for NMExportedObject and othersThomas Haller2016-10-0337-477/+483
| * shared: add nm_clear_g_free()Thomas Haller2016-10-032-1/+22
| * all: modify line separator comments to be 80 chars wideThomas Haller2016-10-03196-783/+783
|/
* core: search in /usr/local before system paths for the dnsmasq binaryAidan Delaney2016-10-011-2/+2
* build: enable JSON validation unless explicitly disabledLubomir Rintel2016-09-271-9/+7
* libnm-core/tests: disable the JSON validation check without janssonLubomir Rintel2016-09-271-0/+2
* libnm: fix typo g_size to gsizePellaeon Lin2016-09-271-1/+1
* build: don't add systemd path the include search pathThomas Haller2016-09-2711-24/+15
* systemd: merge branch systemd into masterThomas Haller2016-09-276-14/+17
|\
| * systemd: update code from upstreamThomas Haller2016-09-276-14/+17
* | po: fix adding libnm-core/nm-setting-team.c to po/POTFILES.inThomas Haller2016-09-271-0/+1
* | cli: reject team.config from files with '\0'Thomas Haller2016-09-272-0/+7
* | nmcli: merge branch 'th/nmcli-team-config-args-bgo771870'Thomas Haller2016-09-2711-38/+144
|\ \
| * | cli: support explicitly selecting team-config as file or json dataThomas Haller2016-09-272-24/+54