summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* nmcli: remove redundant checkfg/nmcli_parsing_part_I_rh1391170Francesco Giudici2017-03-221-1/+1
* nmcli: always print "--" for empty or unset values in normal/pretty outputFrancesco Giudici2017-03-222-5/+9
* nmcli: output just the raw value of vlan.flags when in terse modeFrancesco Giudici2017-03-221-2/+5
* nmcli: don't substitute empty strings with "--" in terse modeFrancesco Giudici2017-03-221-5/+10
* nmcli: output property values in "parsable" mode when the "--terse" option is...Francesco Giudici2017-03-221-336/+466
* contrib/rpm: enable libpsl on Fedora onlyLubomir Rintel2017-03-221-0/+7
* udev: merge branch 'th/gudev-bgo780308'Thomas Haller2017-03-2224-447/+806
|\
| * udev: add and use nm_udev_utils_property_decode() functionThomas Haller2017-03-224-69/+58
| * libnm/udev: cache and reuse udev instance for NMDeviceThomas Haller2017-03-223-20/+41
| * udev: only create monitor in NMUdevClient when neededThomas Haller2017-03-221-26/+25
| * udev: drop libgudev in favor of libudevThomas Haller2017-03-2222-377/+727
|/
* merge: branch 'lr/rp-filter'Lubomir Rintel2017-03-223-0/+127
|\
| * device: apply a loose IPv4 rp_filter when it would interfere with multihominglr/rp-filterLubomir Rintel2017-03-221-0/+49
| * device: add convenience routines for IPv4 sysctlsLubomir Rintel2017-03-221-0/+32
| * route-manager: emit a signal when IPv4 routes changeLubomir Rintel2017-03-222-0/+18
| * route-manager: add routine to query route shadowing for a linkLubomir Rintel2017-03-222-0/+28
|/
* ppp: only request IPV6CP when IPv6 is enabled in the connectionDan Williams2017-03-221-4/+12
* merge: branch 'lr/fg/libcurl_bgo752642'Lubomir Rintel2017-03-226-152/+341
|\
| * connectivity: switch connectivity checking to libcurllr/fg/libcurl_bgo752642Francesco Giudici2017-03-225-134/+303
| * dns-manager: turn DOMAIN_IS_VALID into a functionLubomir Rintel2017-03-221-15/+24
| * dns-manager: use libpsl directlyLubomir Rintel2017-03-225-11/+22
|/
* core,libnm-core: use same route attribute names of iproute2Beniamino Galvani2017-03-2210-47/+47
* Merge branch 'bg/wext-refresh-ifname-bgo779788'Beniamino Galvani2017-03-219-163/+234
|\
| * wifi-utils: nl80211: use logging macrosBeniamino Galvani2017-03-211-25/+35
| * wifi-utils: wext: use logging macrosBeniamino Galvani2017-03-211-80/+89
| * shared: increase max number of args for _NM_UTILS_MACRO_RESTBeniamino Galvani2017-03-211-2/+4
| * wifi-utils: fix use of errnoBeniamino Galvani2017-03-211-1/+3
| * wifi-utils: don't cache interface nameBeniamino Galvani2017-03-218-95/+143
|/
* libnm: fix emission of NMActiveConnection::state notify signalBeniamino Galvani2017-03-211-0/+1
* po: make update-poThomas Haller2017-03-212-520/+380
* po: update Polish (pl) translation (bgo #780277)Piotr Drąg2017-03-211-249/+400
* po: update Ukrainian (uk) translation (bgo#780201)Yuri Chornoivan2017-03-211-504/+843
* po: import Zanata translationsThomas Haller2017-03-2166-79098/+90693
* manager: ensure proper disposal of unrealized devicesBeniamino Galvani2017-03-211-0/+5
* libnm/nm-vpn-connection: un-deprecate the NMVpnStateReason use in a headerThomas Haller2017-03-201-0/+2
* libnm: fix memleak of GUdevDevice in get_bus_name()Thomas Haller2017-03-202-0/+2
* doc: fix generate-setting-docs.py for supporting Python 3 sorted() styleThomas Haller2017-03-201-7/+4
* device: add spec "driver:" to match devicesThomas Haller2017-03-177-2/+93
* all: fix typos in documentation and commentsYuri Chornoivan2017-03-179-17/+17
* libnm: revert coercing NMVpnConnectionStateReason to NMActiveConnectionStateR...Thomas Haller2017-03-173-12/+14
* trivial/whitespace: remove non-leading tabsThomas Haller2017-03-171-12/+12
* libnm: fix chaining up NMActiveConnection::constructed()Thomas Haller2017-03-171-0/+2
* merge: branch 'lr/active-connection-state-changed'Lubomir Rintel2017-03-1721-262/+408
|\
| * vpn-connection: use NMActiveConnectionStateReasonlr/active-connection-state-changedLubomir Rintel2017-03-176-45/+45
| * libnm-core: drop NMVpnConnectionStateReasonLubomir Rintel2017-03-174-13/+35
| * vpn-connection: drop reason_to_stringLubomir Rintel2017-03-171-19/+0
| * fixup! libnm/active-connection: track reason for state changesLubomir Rintel2017-03-172-1/+13
| * cli/connections: decide about activation success and failure in single placeLubomir Rintel2017-03-171-159/+118
| * libnm/active-connection: track reason for state changesLubomir Rintel2017-03-175-16/+86
| * active-connection: emit a StateChanged signal on state changesLubomir Rintel2017-03-179-11/+113