summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* release: bump version to 1.17.2 (development)1.17.2-devLubomir Rintel2019-04-032-2/+2
* merge: branch lr/agent-hintsLubomir Rintel2019-04-031-16/+29
|\
| * secret-agent-simple: pass hints to the auth dialogLubomir Rintel2019-04-031-0/+9
| * secret-agent-simple: get rid of an extra variableLubomir Rintel2019-04-031-3/+1
| * secret-agent-simple: replace a char array with a GPtrArrayLubomir Rintel2019-04-031-13/+19
|/
* Revert "all: goodbye libnm-glib"Lubomir Rintel2019-04-03214-11/+74760
* shared: better implement compat version of explicit_bzero()Thomas Haller2019-04-021-6/+13
* Update connectivity value on device removalAntonio Larrosa2019-04-021-0/+10
* po: update Italian (it) translationMilo Casagrande2019-04-021-3677/+3681
* ifupdown: fix connection iteratorYupeng Chang2019-04-021-1/+1
* clients: only ask secrets for settings that require themBeniamino Galvani2019-04-026-0/+30
* cli: fix a crash on "nmcli d wifi hotspot"Lubomir Rintel2019-04-021-0/+1
* libnm-core: fix memory leak in setting testBeniamino Galvani2019-03-311-0/+1
* build: fix searching dlopen in configureBeniamino Galvani2019-03-311-2/+3
* libnm-core: make compiler happyfg/tmpFrancesco Giudici2019-03-291-1/+1
* libnm-core: drop unused variableFrancesco Giudici2019-03-281-1/+0
* ovs: don't traverse interface through disconnected when the ovsdb entry is re...Lubomir Rintel2019-03-281-8/+1
* ovs-interface: dissociate the link on disconnectionLubomir Rintel2019-03-281-0/+11
* settings: keep the added connection alive for a bit longerLubomir Rintel2019-03-281-1/+7
* libnm,core: merge branch 'th/routing-rule-pt2'Thomas Haller2019-03-2730-813/+4996
|\
| * core: add handling of IP routing rules to NMDeviceThomas Haller2019-03-276-7/+152
| * cli: add support for routing rules to nmcliThomas Haller2019-03-273-632/+997
| * ifcfg-rh: add support for routing rules as "ROUTING_RULE_#" keysThomas Haller2019-03-277-11/+345
| * libnm: add API to NMSettingIPConfig for routing rulesThomas Haller2019-03-276-3/+578
| * libnm: add NMIPRoutingRule APIThomas Haller2019-03-276-1/+2556
| * cli: support escaping for splitting for objlist propertiesThomas Haller2019-03-272-6/+39
| * libnm/keyfile: add parser_full() hook for reading non GObject based propertiesThomas Haller2019-03-271-21/+38
| * libnm/keyfile: add writer_full() hook for persisting non GObject based proper...Thomas Haller2019-03-271-27/+41
| * libnm/keyfile: return setting-info from _parse_info_find()Thomas Haller2019-03-271-35/+41
| * libnm/keyfile: make parsing route/address keys reusableThomas Haller2019-03-271-71/+110
| * libnm: add nm_utils_is_valid_iface_name_utf8safe() utilThomas Haller2019-03-272-0/+25
| * shared: add nm_utils_str_simpletokens_extract_next()Thomas Haller2019-03-272-0/+55
| * shared: add nm_ip_addr_is_null() helperThomas Haller2019-03-271-0/+10
| * platform: set fib_rule_hdr.table to RT_TABLE_UNSPEC for tables larger 255Thomas Haller2019-03-271-1/+1
| * platform: fix default routing rules added by kernel in NMPRulesManagerThomas Haller2019-03-271-0/+5
| * cli: fix accepting %NULL value for '+' modifierThomas Haller2019-03-271-1/+6
|/
* lldp: merge branch 'bg/lldp-enh-rh1652211'Beniamino Galvani2019-03-279-886/+2227
|\
| * libnm/lldp: cleanup asserting for valid NMLldpNeighbor agumentbg/lldp-enh-rh1652211Thomas Haller2019-03-271-12/+19
| * core/lldp: avoid default switch case in lldp_neighbor_to_variant()Thomas Haller2019-03-271-1/+1
| * core/lldp: fix checking for NM_MORE_ASSERTSThomas Haller2019-03-271-1/+1
| * libnm/lldp: fix leak and bug in nm_lldp_neighbor_dup()Thomas Haller2019-03-271-1/+7
| * lldp: support IEEE 802.3 TLVsBeniamino Galvani2019-03-274-14/+124
| * lldp: support multiple PPVIDsBeniamino Galvani2019-03-274-15/+54
| * lldp: support multiple vlansBeniamino Galvani2019-03-274-29/+53
| * lldp: add support for management address TLVBeniamino Galvani2019-03-274-7/+177
| * libnm: add nm_lldp_neighbor_get_attr_value()Beniamino Galvani2019-03-273-0/+24
| * libnm: make attribute name const in LLDP API functionsBeniamino Galvani2019-03-272-6/+6
| * lldp: rename enum valueBeniamino Galvani2019-03-271-7/+7
| * cli: add lldp output testsBeniamino Galvani2019-03-273-784/+1759
| * lldp: drop _access* macrosBeniamino Galvani2019-03-271-19/+5
|/