summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* platform: refactor completing netlink responses in event_handler_read_netlink()th/netlinkThomas Haller2018-02-191-52/+74
* platform: cleanup error handling in event_handler_recvmsgs()Thomas Haller2018-02-193-59/+36
* netlink: various cleanups and use cleanup attributeThomas Haller2018-02-191-27/+28
* netlink: use slice allocator for "struct nl_msg"Thomas Haller2018-02-191-61/+38
* netlink: use glib allocator functions for nlmsg_alloc*()Thomas Haller2018-02-194-98/+33
* netlink: simplify netlink callback handlingThomas Haller2018-02-193-274/+92
* wifi: drop unused netlink callback instanceThomas Haller2018-02-191-10/+2
* netlink: drop redundant nl_recvmsgs_report() functionThomas Haller2018-02-193-21/+8
* netlink: drop unused callback typesThomas Haller2018-02-192-82/+17
* netlink: remove unused callback hooksThomas Haller2018-02-191-53/+9
* netlink: refactor error numbers from netlinkThomas Haller2018-02-194-80/+120
* netlink: drop workaround for libnl3 bug in nl_recv()Thomas Haller2018-02-191-16/+0
* netlink: drop libnl3 dependencyThomas Haller2018-02-1912-60/+1934
* netlink: move nl_nlmsghdr_to_str() to netlink headerThomas Haller2018-02-193-103/+111
* iface-helper: fix non-reentrant call to platform for failed IPv6 DADThomas Haller2018-02-193-26/+102
* man: update NetworkManager.conf man page to account for stub-resolv.conf (#68)Adrián Laviós Gomis2018-02-181-0/+1
* build: disable -Wgnu-variable-sized-type-not-at-end for systemd codeLubomir Rintel2018-02-162-0/+4
* m4: parametrize flags variableLubomir Rintel2018-02-162-21/+24
* cli: accept string values for secret flagsBeniamino Galvani2018-02-161-11/+16
* build: fix glib dependency to require at least 2.40Thomas Haller2018-02-165-32/+5
* dhcp: merge branch 'th/dhcp-client-id-bgo790660'Thomas Haller2018-02-1521-227/+359
|\
| * dhcp: add support for special ipv4.dhcp-client-id types "mac", "perm-mac", an...Thomas Haller2018-02-154-9/+87
| * device: make ipv4.dhcp-client-id configurable via a global defaultThomas Haller2018-02-154-1/+15
| * dhcp: inject client-id in GBytes format from NMDevice to nm_dhcp_manager_star...Thomas Haller2018-02-156-25/+38
| * dhcp: refactor type of NMDhcpClient duid to be GBytesThomas Haller2018-02-1511-72/+87
| * dhcp: refactor type of NMDhcpClient hwaddr to be GBytesThomas Haller2018-02-158-71/+59
| * platform: cleanup nm_platform_link_get_address() to return-earlyThomas Haller2018-02-151-16/+12
| * dhcp: initialize use_fqdn and info_only paramters in constructorThomas Haller2018-02-153-21/+39
| * dhcp: cache info-only parameter in NMDhcpClientThomas Haller2018-02-156-13/+18
| * dhcp: chain up parent stop() for NMDhcpSystem clientThomas Haller2018-02-153-2/+2
| * dhcp: fix memleak parsing dhclient file with multiple dhcp-client-identifier ...Thomas Haller2018-02-152-1/+6
|/
* build: merge branch 'bg/asan-exec-bgo793332'Beniamino Galvani2018-02-156-46/+152
|\
| * connectivity: fix wrong memory accessBeniamino Galvani2018-02-151-2/+5
| * rpm: update sanitizer build flagsBeniamino Galvani2018-02-151-2/+4
| * rpm: add requirements for sanitizer buildsBeniamino Galvani2018-02-151-0/+6
| * libnm-core: don't use RTLD_DEEPBIND when building with asanBeniamino Galvani2018-02-152-1/+9
| * build: allow building with address sanitizer only for executablesBeniamino Galvani2018-02-153-41/+128
|/
* systemd: merge branch systemd into masterThomas Haller2018-02-1558-527/+1538
|\
| * systemd: update code from upstream (2018-02-14)Thomas Haller2018-02-1450-520/+1507
* | settings: preserve agent-owned secrets on connection updateBeniamino Galvani2018-02-141-0/+14
* | cli: fix connections completionBeniamino Galvani2018-02-131-10/+11
* | cli: fix completion of help sub-commandBeniamino Galvani2018-02-131-3/+2
* | cli/polkit-agent: drop an extra newlineLubomir Rintel2018-02-131-1/+0
* | cli/connections: avoid using synchronous get_secrets()Lubomir Rintel2018-02-131-12/+40
* | 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