summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup! platform: fix the order of addition of primary and secondary IPv4 addr...bg/ipv4-order-rh1394500Beniamino Galvani2016-11-181-6/+28
* fixup! platform: fix the order of addition of primary and secondary IPv4 addr...Thomas Haller2016-11-181-24/+41
* platform: fix the order of addition of primary and secondary IPv4 addressesBeniamino Galvani2016-11-141-9/+111
* ip6-config: sort addresses only when reading the property valueBeniamino Galvani2016-11-182-4/+7
* ip6-config: add nm_ip6_config_set_privacy()Beniamino Galvani2016-11-184-10/+31
* ip6-config: cache addresses variantsBeniamino Galvani2016-11-181-21/+38
* ip4-config: sort addresses only when reading the property valueBeniamino Galvani2016-11-183-35/+6
* ip4-config: cache addresses variantsBeniamino Galvani2016-11-181-18/+37
* ip4-config: don't change order of addresses in the same subnetBeniamino Galvani2016-11-181-4/+11
* libnm/client: do not autostart the serviceLubomir Rintel2016-11-161-2/+2
* wifi: notify the AccessPoint change after an AP is removedLubomir Rintel2016-11-161-1/+2
* examples/python: fix "import gi" in exampleThomas Haller2016-11-161-0/+2
* po: update German (de) translation (bgo #774461)Mario Blättermann2016-11-151-1263/+1441
* libnm: fixup accidental proxy removalLubomir Rintel2016-11-141-0/+2
* valgrind: two more gdbus suppressionsLubomir Rintel2016-11-141-0/+33
* valgrind: suppression for a lazy GTask type initializationLubomir Rintel2016-11-141-0/+20
* libnm: avoid leaking the interface proxiesLubomir Rintel2016-11-147-17/+38
* libnm/client: unref all the objects on disposeLubomir Rintel2016-11-141-0/+8
* libnm/tests: increase timeout in nm-client testLubomir Rintel2016-11-141-1/+1
* valgrind: adjust one gdbus suppressionLubomir Rintel2016-11-141-1/+1
* libnm: initialize @device_type of device objectsBeniamino Galvani2016-11-141-6/+32
* man: clarify dns=default setting in NetworkManager.conf manualThomas Haller2016-11-141-7/+11
* libnm/trivial: move hexstr<>bin conversion functionsThomas Haller2016-11-131-101/+101
* device: drop factory-no-default global arraysThomas Haller2016-11-133-33/+20
* systemd: merge branch systemd into masterThomas Haller2016-11-1319-45/+72
|\
| * systemd: update code from upstreamThomas Haller2016-11-1317-44/+71
* | ndisc/lndp: fix unregistration of receive handlerBeniamino Galvani2016-11-121-2/+2
* | libnm/nm-object: gracefully skip unknown objectsLubomir Rintel2016-11-111-10/+7
* | libnm/manager: don't fail the object if we can't get the permissionsLubomir Rintel2016-11-111-4/+9
* | auth-utils: don't fail the auth chain if we can't get a single permissionsLubomir Rintel2016-11-111-10/+5
* | merge: branch 'lr/async-client'Lubomir Rintel2016-11-1110-262/+361
|\ \
| * | cli/general: defer printing the permissions until we know themlr/async-clientLubomir Rintel2016-11-111-1/+65
| * | libnm/nm-manager: don't block the object creation on permissionsLubomir Rintel2016-11-111-5/+8
| * | cli: use nmc_do_cmd to get the client and check if the daemon is runningLubomir Rintel2016-11-117-142/+54
| * | cli: make it possible to call sub-commands with client obtained asynchronouslyLubomir Rintel2016-11-117-115/+215
| * | cli: get rid of client-global connections listLubomir Rintel2016-11-116-47/+67
| * | cli/trivial: fix some whitespace errorsLubomir Rintel2016-11-111-10/+10
|/ /
* | device: properly handle MTU for devices with @iface != @ip_ifaceBeniamino Galvani2016-11-111-10/+43
* | man: use <filename> to mark file namesLubomir Rintel2016-11-112-19/+24
* | man: link to some online resourcesLubomir Rintel2016-11-111-0/+9
* | man: get rid of the extra capitalization in docbook sourceLubomir Rintel2016-11-111-2/+2
* | ifcfg-rh: improve handling of empty strings in svUnescape()Thomas Haller2016-11-114-22/+58
* | ifcfg-rh: accept 802.1x connection with empty EAP-TLS identityBeniamino Galvani2016-11-111-7/+3
* | merge: nm-import-openvpn script improvementsJiří Klimeš2016-11-101-33/+109
|\ \
| * | nm-import-openvpn: sort the options alphabeticallyJiří Klimeš2016-11-101-14/+14
| * | nm-import-openvpn: remove old code for 'dev' optionJiří Klimeš2016-11-101-9/+0
| * | nm-import-openvpn: parse quoted string as a single wordJiří Klimeš2016-11-101-4/+21
| * | nm-import-openvpn: import 'verify-x509-name' optionJiří Klimeš2016-11-101-0/+11
| * | nm-import-openvpn: improve importing 'comp-lzo' optionJiří Klimeš2016-11-101-1/+11
| * | nm-import-openvpn: improve parsing and checking 'route' optionJiří Klimeš2016-11-101-7/+49