summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cli: support qualifying proxy.pac-script with "file://" or "js://"th/proxyThomas Haller2016-09-272-16/+61
* proxy: reject huge pac_script values in verify()Thomas Haller2016-09-271-0/+9
* proxy: change semantics of pac-scriptAtul Anand2016-09-279-19/+76
* proxy: remove unnecessary APIsAtul Anand2016-09-2717-1172/+18
* po: translate libnm-core/nm-setting-proxy.cThomas Haller2016-09-272-1/+1
* proxy: refactor NMProxyConfig to keep internal variables as strvThomas Haller2016-09-274-77/+76
* proxy: fix logging level for proxy related messages in nm-device.cThomas Haller2016-09-271-2/+2
* proxy/trivial: rename nm_pac_runner_manager*() functionsThomas Haller2016-09-274-35/+35
* proxy: embed private date in NMPacRunnerManager and NMProxyConfigThomas Haller2016-09-274-33/+59
* proxy: don't let nm_pacrunner_manager_send() failThomas Haller2016-09-274-29/+23
* TODO: Remove Proxies from the list of TODOAtul Anand2016-09-272-59/+1
* nmcli: Add Proxy support to nmcliAtul Anand2016-09-274-2/+367
* callouts: Fixes in Dispatcher to release Proxy env variablesAtul Anand2016-09-278-0/+148
* src: Fixes to add Proxy FeatureAtul Anand2016-09-279-13/+502
* src:(pacrunner-manager): Object for interaction with PacRunnerAtul Anand2016-09-276-1/+564
* src:(proxy): A new Object NMProxyConfig with Proxy ParametersAtul Anand2016-09-274-0/+318
* libnm: API for Proxy FeatureAtul Anand2016-09-2710-0/+1060
* 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
| * libnm: reject too large team-config JSONThomas Haller2016-09-272-0/+20
| * libnm: expose nm_utils_is_json_object() utility functionThomas Haller2016-09-279-14/+70
|/
* device: consider a device with slaves configuredLubomir Rintel2016-09-261-3/+3
* policy: refactor auto_activate_device() to get rid of "out" cleanup labelThomas Haller2016-09-261-15/+24
* policy: fix owner-ship of specific_object in can_auto_connect()Thomas Haller2016-09-265-7/+15
* shared: add test for NM_SET_OUT()Thomas Haller2016-09-262-0/+36
* checkpoint: merge branch 'bg/checkpoint-improvements-bgo770315'Beniamino Galvani2016-09-2611-102/+189
|\
| * checkpoint: restore both applied and settings connectionsBeniamino Galvani2016-09-261-11/+21
| * checkpoint: make python example accept multiple devices and timeoutBeniamino Galvani2016-09-261-22/+34
| * checkpoint: consider all devices when an empty list is passedBeniamino Galvani2016-09-263-30/+11
| * checkpoint: use UUID instead of path to match connectionsBeniamino Galvani2016-09-261-5/+5
| * checkpoint: better handle unmanaged and unrealized devicesBeniamino Galvani2016-09-261-26/+45
| * core: allow passing an applied connection to nm_act_request_new()Beniamino Galvani2016-09-268-8/+50
| * manager: add nm_manager_get_device_paths()Beniamino Galvani2016-09-262-0/+23
|/
* device: initialize nm_plugin_missing via constructor propertyThomas Haller2016-09-265-33/+12
* core: merge branch 'th/device-state-bgo771890'Thomas Haller2016-09-266-25/+310
|\
| * config: store and load device runtime state to fileThomas Haller2016-09-265-4/+270
| * main: create /run/NetworkManager/devices runtime directoryThomas Haller2016-09-262-1/+20
| * config: use logging macrosThomas Haller2016-09-261-20/+20
|/
* build: fix breakage of enums-to-docbook.pl script for NMCapability enumThomas Haller2016-09-231-7/+7
* crypto: don't try to decrypt PKCS#8 key if no password is suppliedBeniamino Galvani2016-09-235-13/+7
* capabilities: add comment about capability rangeThomas Haller2016-09-232-1/+8
* capabilities: merge branch 'th/caps-rh1375967'Thomas Haller2016-09-2313-18/+192
|\
| * core: use binary-search for nm_manager_set_capability()Thomas Haller2016-09-232-30/+23
| * capabilities: fix destroying capabilities in dispose()Thomas Haller2016-09-231-3/+12
| * capabilities: fix number for NM_CAPABILITY_TEAMThomas Haller2016-09-231-1/+1
| * libnm: fix symbol versioningThomas Haller2016-09-231-1/+4
| * capabilities: fix data type to "u" / uint32Thomas Haller2016-09-232-5/+5
| * team: Add NM_CAPABILITY_TEAMMarius Vollmer2016-09-233-1/+5