summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* core: use binary-search for nm_manager_set_capability()th/caps-rh1375967Thomas Haller2016-09-232-30/+21
* core: add _nm_utils_array_find_binary_search()Thomas Haller2016-09-233-0/+92
* core: const arguments for _nm_utils_ptrarray_find_*() functionsThomas Haller2016-09-235-16/+13
* 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-223-1/+5
* manager: Add "Capabilities" propertyMarius Vollmer2016-09-225-1/+80
* 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
|/