summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* device: enable DHCPv6 retries on lease renewal failurefg/dhcp_lease-rh1503587Francesco Giudici2018-02-191-1/+3
* device: never stop trying renewing the leaseFrancesco Giudici2018-02-191-4/+32
* device: always consider both ip families when deciding to failFrancesco Giudici2018-02-191-23/+30
* 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
* | 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