summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libnm/keyfile: refactor cert_parser() by merge helper functionsth/keyfile-cert-parserThomas Haller2018-02-211-158/+118
* libnm/keyfile: refactor error paths for cert_parser()Thomas Haller2018-02-211-64/+80
* libnm/keyfile/trivial: rename local variables in preparation of refactoringThomas Haller2018-02-211-38/+38
* ovs: don't consume error in method callbackBeniamino Galvani2018-02-211-6/+2
* platform/netlink: merge branch 'th/netlink' (#67)Thomas Haller2018-02-2112-375/+1881
|\
| * platform: refactor completing netlink responses in event_handler_read_netlink()Thomas Haller2018-02-211-52/+74
| * platform: cleanup error handling in event_handler_recvmsgs()Thomas Haller2018-02-213-59/+36
| * netlink: various cleanups and use cleanup attributeThomas Haller2018-02-211-27/+28
| * netlink: use slice allocator for "struct nl_msg"Thomas Haller2018-02-211-61/+38
| * netlink: use glib allocator functions for nlmsg_alloc*()Thomas Haller2018-02-214-98/+33
| * netlink: simplify netlink callback handlingThomas Haller2018-02-213-274/+92
| * wifi: drop unused netlink callback instanceThomas Haller2018-02-211-10/+2
| * netlink: drop redundant nl_recvmsgs_report() functionThomas Haller2018-02-213-21/+8
| * netlink: drop unused callback typesThomas Haller2018-02-212-82/+17
| * netlink: remove unused callback hooksThomas Haller2018-02-211-53/+9
| * netlink: refactor error numbers from netlinkThomas Haller2018-02-214-80/+120
| * netlink: drop workaround for libnl3 bug in nl_recv()Thomas Haller2018-02-211-16/+0
| * netlink: drop libnl3 dependencyThomas Haller2018-02-2112-60/+1934
| * netlink: move nl_nlmsghdr_to_str() to netlink headerThomas Haller2018-02-213-103/+111
|/
* iface-helper: fix non-reentrant call to platform for failed IPv6 DADThomas Haller2018-02-213-26/+100
* ovs: add error code for callbacks to indicate NM is quittingBeniamino Galvani2018-02-212-15/+17
* dhcp: merge branch 'fg/dhcp_lease-rh1503587'Francesco Giudici2018-02-201-28/+65
|\
| * device: enable DHCPv6 retries on lease renewal failureFrancesco Giudici2018-02-201-1/+3
| * device: never stop trying renewing the leaseFrancesco Giudici2018-02-201-4/+32
| * device: always consider both ip families when deciding to failFrancesco Giudici2018-02-201-23/+30
|/
* core/connection: don't emit Updated on Connection.GetSecretsLubomir Rintel2018-02-201-11/+3
* 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