summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ifcfg-rh: rework D-Bus handling of ifcfg-rh settings pluginth/ifcfg-simple-dbusThomas Haller2018-02-092-35/+78
* ifcfg-rh: minor cleanup for _dbus_setup()Thomas Haller2018-02-091-6/+11
* dhcp: use NM_DEFINE_GDBUS_INTERFACE_INFO() macros to define D-Bus registratio...Thomas Haller2018-02-091-33/+17
* dhcp: mark descriptor tables for D-Bus as static constThomas Haller2018-02-091-10/+10
* shared: add nm_steal_int() helperThomas Haller2018-02-091-0/+19
* shared: add macros to define GDBus registration infoThomas Haller2018-02-091-0/+35
* shared: add NM_UNCONST_PTR() and NM_UNCONST_PPTR()Thomas Haller2018-02-091-0/+22
* 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
| * platform: maintain proper order of addresses in platform cache during RTM_NEW...Thomas Haller2018-02-091-2/+20
| * platform: add nm_platform_refresh_all() APIThomas Haller2018-02-093-0/+26
| * ndisc: ensure proper lifetime of NMNDiscAddress in ndisc_set_router_config()Thomas Haller2018-02-092-5/+25
|/
* contrib/rpm: make "snapshot" for package version configurable via scriptThomas Haller2018-02-093-12/+22
* dns: on quit only update resolv.conf if dns=dnsmasqBeniamino Galvani2018-02-091-4/+6
* device: add const specifier to nm_ndisc_dad_failed() argumentThomas Haller2018-02-083-5/+5
* libnm-util: Fix a minor type problem with GValuePhilip Withnall2018-02-081-1/+1
* contrib/rpm: don't force fatal warnings with testsLubomir Rintel2018-02-081-5/+1
* contrib/rpm: build verboselyLubomir Rintel2018-02-081-0/+1
* all: fix -Wcast-function-type warningsLubomir Rintel2018-02-083-9/+9
* platform/nmp-object: make nmp_object_unref() return voidLubomir Rintel2018-02-081-2/+1
* shared/utils/dedup-multi: make nm_dedup_multi_obj_unref() return voidLubomir Rintel2018-02-082-4/+2
* libnm/vpn-plugin: avoid bad function pointer type castsLubomir Rintel2018-02-083-3/+27
* m4/trivial: add a bug link to a compiler warning checkLubomir Rintel2018-02-081-0/+1
* dns: fix compilation errorBeniamino Galvani2018-02-081-1/+1
* all: merge branch 'th/mixed'Thomas Haller2018-02-0762-2394/+290
|\
| * platform: allow omitting output arguments for nm_utils_lifetime_get()Thomas Haller2018-02-072-14/+16
| * platform: reorder printing address flags in nm_platform_addr_flags2str()Thomas Haller2018-02-071-1/+1
| * core/logging: with --debug also output glib messages in stderrThomas Haller2018-02-071-0/+3
| * core: avoid IFA_F_TEMPORARY alias for IFA_F_SECONDARYThomas Haller2018-02-072-5/+5
| * ndisc: adjust logging of timeouts for NDisc resultThomas Haller2018-02-071-7/+31
| * all: drop trailing spacesThomas Haller2018-02-0718-21/+21
| * all: replace non-leading tabs with spacesThomas Haller2018-02-0739-191/+191
| * dhcp/tests: don't use tab characters in string literalThomas Haller2018-02-071-14/+14
| * po: drop Changelog fileThomas Haller2018-02-071-2141/+8
|/
* device: merge branch 'th/device-activation-fix-rh1537160'Thomas Haller2018-02-074-94/+143
|\
| * device: gracefully handle unmanaged device during _device_activate()Thomas Haller2018-02-071-1/+12
| * device: don't return value from _device_activate()Thomas Haller2018-02-071-11/+10