summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* connectivity: fix wrong memory accessbg/asan-exec-bgo793332Beniamino Galvani2018-02-131-2/+5
* rpm: update sanitizer build flagsBeniamino Galvani2018-02-131-2/+4
* rpm: add requirements for sanitizer buildsBeniamino Galvani2018-02-131-0/+6
* libnm-core: don't use RTLD_DEEPBIND when building with asanBeniamino Galvani2018-02-132-1/+9
* build: allow building with address sanitizer only for executablesBeniamino Galvani2018-02-133-41/+128
* platform/test: drop the /sys/devices danceLubomir Rintel2018-02-121-36/+1
* platform/netns: don't try to overlay ro /sys with a rw oneLubomir Rintel2018-02-121-1/+5
* ppp/plugin: use g_strlcpy()Lubomir Rintel2018-02-121-15/+4
* platform/tests: (trivial) fix a typoLubomir Rintel2018-02-121-1/+1
* platform/tests: disable tests touching sysctl when they're not writableLubomir Rintel2018-02-121-0/+17
* connectivity: fix portal detection when using HTTP 204 based checksAleksander Morgado2018-02-121-5/+9
* ifcfg: merge branch 'th/ifcfg-simple-dbus'Thomas Haller2018-02-125-76/+184
|\
| * ifcfg-rh: rework D-Bus handling of ifcfg-rh settings pluginThomas Haller2018-02-122-35/+78
| * ifcfg-rh: minor cleanup for _dbus_setup()Thomas Haller2018-02-121-6/+11
| * dhcp: use NM_DEFINE_GDBUS_INTERFACE_INFO() macros to define D-Bus registratio...Thomas Haller2018-02-121-33/+17
| * dhcp: mark descriptor tables for D-Bus as static constThomas Haller2018-02-121-10/+10
| * shared: add nm_steal_int() helperThomas Haller2018-02-121-0/+19
| * shared: add macros to define GDBus registration infoThomas Haller2018-02-121-0/+35
| * shared: add NM_UNCONST_PTR() and NM_UNCONST_PPTR()Thomas Haller2018-02-121-0/+22
|/
* contrib: add -h option to NM-logThomas Haller2018-02-121-3/+20
* team: merge 'fg/team-clean-tx-hash-on-set-rh1541922'Francesco Giudici2018-02-122-23/+33
|\
| * nmcli: team: do strict checking on runner-tx-hashesfg/team-clean-tx-hash-on-set-rh1541922Francesco Giudici2018-02-121-14/+19
| * client: fix nmc_string_is_valid ambiguous detectionFrancesco Giudici2018-02-121-9/+11
| * nmcli: team: clear runner-tx-hash before adding new hashesFrancesco Giudici2018-02-121-0/+3
|/
* build/meson: fix printing DHCP build statusThomas Haller2018-02-111-1/+1
* ovs/trivial: fix indentationThomas Haller2018-02-091-21/+20
* wifi/iwd: merge branch 'az/more-iwd-fixes-pr62'Thomas Haller2018-02-092-40/+141
|\
| * wifi/iwd: make NMIwdManager:dispose() reentrantThomas Haller2018-02-091-2/+4
| * iwd: avoid duplicate nm_device_iwd_set_dbus_object callAndrew Zaborowski2018-02-091-0/+3
| * iwd: recreate GDbusObjectManagerClient on reconnectAndrew Zaborowski2018-02-091-21/+27
| * iwd: keep reference to NMManager, disconnect signalsAndrew Zaborowski2018-02-091-14/+11
| * iwd: initialize priv->can_connect when DBus interface appearsAndrew Zaborowski2018-02-091-1/+6
| * iwd: simple periodic scanningAndrew Zaborowski2018-02-091-5/+93
|/
* connectivity: cleanup conditions in curl_check_connectivity()Thomas Haller2018-02-091-15/+16
* connectivity: allow 204 (no content) as connectivity testAleksander Morgado2018-02-091-3/+14
* platform: fix handling secondary addresses during nm_platform_ip4_address_sync()Thomas Haller2018-02-091-1/+2
* core: distinguish between IFA_F_SECONDARY and IFA_F_TEMPORARYThomas Haller2018-02-094-14/+14
* core: merge branch 'th/ip6-temp-addr-sync-rh1542609'Thomas Haller2018-02-0910-167/+348
|\
| * device: fix IPv6 DAD to re-check whether address really failed DADThomas Haller2018-02-092-3/+27
| * ndisc/trivial: rename name for internal signal enum to match signal nameThomas Haller2018-02-091-3/+3
| * device: don't check addr-source for addresses that failed IPv6 DADThomas Haller2018-02-091-3/+0
| * device: ignore temporary addresses for IPv6 DADThomas Haller2018-02-091-1/+2
| * device: don't clone NMPlatformIP6Address for dad6_failed_addrsThomas Haller2018-02-091-5/+5
| * device: use g_slist_prepend() to track dad6_failed_addrsThomas Haller2018-02-091-2/+2
| * platform: rework nm_platform_ip6_address_sync() to fix address orderThomas Haller2018-02-093-81/+91
| * platform: clear temporary addresses early during nm_platform_ip6_address_sync()Thomas Haller2018-02-091-16/+29
| * platform: modifiy @known_addresses list in nm_platform_ip6_address_sync()Thomas Haller2018-02-092-7/+20
| * platform: refactor initial cleanup of know-addresses list in nm_platform_ip4_...Thomas Haller2018-02-091-33/+56
| * core: return remaining lifetime from nm_utils_lifetime_get()Thomas Haller2018-02-094-40/+41
| * platform: fix object order in platform cache during dumpThomas Haller2018-02-091-2/+37