summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libnm/tests: add restart method to the manager mock test support interfacelr/om2Lubomir Rintel2016-09-201-2/+7
* libnm/tests: add object manager mockLubomir Rintel2016-09-201-1/+52
* libnm/tests: turn all mock objects into ExportedObjsLubomir Rintel2016-09-201-32/+23
* libnm/tests: only init the exported obj when the interfaces are in placeLubomir Rintel2016-09-201-22/+27
* libnm/tests: correct vlan id type in vlan device mockLubomir Rintel2016-09-201-1/+1
* libnm/tests: notify of changing active-connections in manager mockLubomir Rintel2016-09-201-0/+1
* libnm/tests: emit standard properties changed signals from mock objectsLubomir Rintel2016-09-201-0/+5
* clients: fix check on secret request pathBeniamino Galvani2016-09-151-1/+1
* clients: merge branch 'bg/clients-agent-message-rh1351272'Beniamino Galvani2016-09-147-35/+61
|\
| * clients: fix matching of connection pathBeniamino Galvani2016-09-141-2/+10
| * clients: handle secret requests only for current connectionBeniamino Galvani2016-09-141-15/+19
| * clients: add secrets request message for wired and DSL connectionsBeniamino Galvani2016-09-141-9/+4
| * clients: don't show "(null)" prompt for secretsBeniamino Galvani2016-09-142-3/+6
| * clients: add define for NMSecretAgentSimple signal nameBeniamino Galvani2016-09-146-6/+22
|/
* libnm-core: drop extra IPs from shared connections during normalizationBeniamino Galvani2016-09-143-0/+78
* build: move detection of NM_GIT_SHA to separate "m4/git-sha-record.m4"Thomas Haller2016-09-142-3/+17
* tests/ifupdown: add missing source-stanza files reference from makefileFrancesco Giudici2016-09-131-1/+2
* device: cleanup _hw_addr_set()Thomas Haller2016-09-131-24/+15
* device: wait for MAC address change to complete before setting interface upThomas Haller2016-09-131-11/+16
* device: merge branch 'th/device-bring-up-bgo771284'Thomas Haller2016-09-127-106/+49
|\
| * device: drop virtual methods for bring_up(), take_down() and is_up()Thomas Haller2016-09-122-59/+22
| * device: drop NMDeviceMacvlan:bring_up() implementationThomas Haller2016-09-121-15/+0
| * device: drop NMDeviceVlan:bring_up() implementationThomas Haller2016-09-121-15/+0
| * device: drop NMDeviceWifi:bring_up() implementationThomas Haller2016-09-122-10/+5
| * device: implement get_enabled() for NMDeviceWifiThomas Haller2016-09-121-0/+7
| * core: use defines for signal namesThomas Haller2016-09-125-9/+17
|/
* ifcfg-rh: fill 'auth-alg' with the original value for WPA-PSKBeniamino Galvani2016-09-121-0/+6
* ifcfg-rh: add wifi protocols only if present in connection fileBeniamino Galvani2016-09-121-8/+0
* device: change default value for cloned-mac-address to "preserve" (bgo#770611)Thomas Haller2016-09-125-10/+17
* build: disable type checks in G_TYPE_CHECK_INSTANCE_CAST() macros (bgo#771120)Thomas Haller2016-09-121-4/+57
* libnm: merge branch 'bg/libnm-activation-stuck-rh1367752'Beniamino Galvani2016-09-092-5/+22
|\
| * cli: connections: fail the activation if the ac deactivatesBeniamino Galvani2016-09-091-0/+4
| * libnm: make waiting objects fail when an object initialization failsBeniamino Galvani2016-09-091-5/+18
|/
* device: merge branch 'th/device-ip-state-for-disabled-rh1371126'Thomas Haller2016-09-094-83/+124
|\
| * device: don't set ip4_state=IP_FAIL for ipv4.method=disabledThomas Haller2016-09-092-5/+4
| * device: add new result NM_ACT_STAGE_RETURN_IP_DONE for ip config activationThomas Haller2016-09-092-27/+30
| * device: only set use_tempaddr sysctl for non-assumed devicesThomas Haller2016-09-091-13/+16
| * device/trivial: rename NM_ACT_STAGE_RETURN_STOP to NM_ACT_STAGE_RETURN_IP_FAILThomas Haller2016-09-094-20/+20
| * device: remove unneeded activation-stage result NM_ACT_STAGE_RETURN_FINISHThomas Haller2016-09-092-21/+24
| * device: log changes to ip4_state and ip6_stateThomas Haller2016-09-091-30/+63
|/
* libnm-core: fix crash in nm_vpn_plugin_info_list_get_service_types()Thomas Haller2016-09-091-1/+1
* ifcfg-rh: remove dead code from write_ip4_setting()Thomas Haller2016-09-091-19/+5
* device: workaround driver issue with delayed change of MAC addressThomas Haller2016-09-082-26/+61
* dns/resolved: branch 'th/systemd-resolved-bgo762540'Thomas Haller2016-09-085-4/+507
|\
| * man: document dns=systemd-resolvedBeniamino Galvani2016-09-081-3/+7
| * dns/resolved: various fixesThomas Haller2016-09-082-18/+22
| * dns/resolved: adjust coding styleThomas Haller2016-09-082-50/+55
| * dns/resolved: add systemd-resolved backendSjoerd Simons2016-09-084-1/+491
|/
* dhcp: merge branch 'th/dhcp-helper-sync-notify-rh1372854'Thomas Haller2016-09-0824-270/+393
|\
| * dhcp: call synchronous Notify D-Bus method from nm-dhcp-helperThomas Haller2016-09-084-33/+153