summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup! core: drop nm_platform_link_get_address_as_bytes()bg/nettoolsBeniamino Galvani2019-07-041-4/+3
* dhcp: pass broadcast address to clientsBeniamino Galvani2019-07-047-17/+73
* core: drop nm_platform_link_get_address_as_bytes()Beniamino Galvani2019-07-044-17/+27
* dhcp: nettools: improve error messagesBeniamino Galvani2019-07-041-5/+5
* dhcp: nettools: decrease initial delayBeniamino Galvani2019-07-041-2/+2
* dhcp: nettools: support the FQDN optionBeniamino Galvani2019-07-041-8/+45
* shared: add nm_sd_dns_name_to_wire_format()Beniamino Galvani2019-07-042-0/+14
* systemd: add dns-domain utils to systemd static libraryBeniamino Galvani2019-07-045-6/+7
* dhcp: nettools: relicense as LGPLBeniamino Galvani2019-07-041-4/+5
* n-dhcp4: avoid {net,linux}/if.h clashes on old distrosTom Gundersen2019-07-044-7/+8
* shared/n-dhcp4: avoid c_min() macro to work with old GCCTom Gundersen2019-07-042-4/+13
* dhcp: add nettools dhcp4 clientTom Gundersen2019-07-0410-6/+1429
* dhcp: support notifying the client of the result of DADTom Gundersen2019-07-043-2/+50
* device: ppp: check that connection has a PPPoE parentBeniamino Galvani2019-07-031-0/+20
* release: bump version to 1.19.5-dev1.19.5-devLubomir Rintel2019-07-032-2/+2
* merge: branch 'lr/bootif'Lubomir Rintel2019-07-033-15/+36
|\
| * initrd/tests: add some more variations of possible BOOTIF= variableslr/bootifLubomir Rintel2019-07-031-3/+11
| * initrd: skip ethernet hwtype in BOOTIFLubomir Rintel2019-07-031-0/+10
| * core/wired: include the invalide MAC address in error messagesLubomir Rintel2019-07-021-12/+15
* | cli: complete *-slave types (bond-slave, bridge-slave, team-slave)Dan Williams2019-07-021-1/+8
* | all: merge branch 'th/various-settings-cleanup-4'Thomas Haller2019-07-026-79/+140
|\ \ | |/ |/|
| * core: create virtual device on settings changes in idle handlerThomas Haller2019-07-021-2/+49
| * ifcfg-rh: refactor code re-reading profile from disk after writeThomas Haller2019-07-021-60/+33
| * device: fix crash releasing destroyed slaveThomas Haller2019-07-023-17/+46
| * shared: add nm_c_list_elem_free_steal() utilThomas Haller2019-07-021-0/+12
|/
* merge: branch 'lr/initrd-fixes'Lubomir Rintel2019-07-023-13/+63
|\
| * initrd/tests: ensure that nameserver= setting affects the correct connectionLubomir Rintel2019-07-021-2/+6
| * initrd: don't create a default connection if there's already oneLubomir Rintel2019-07-021-2/+26
| * initrd/tests: ensure we accept a prefix in place of an IPv4 maskLubomir Rintel2019-07-021-3/+23
| * initrd: allow specifying the net mask in form of a prefixLubomir Rintel2019-07-021-3/+5
| * initrd: remove an accidental backspaceLubomir Rintel2019-07-022-2/+2
| * initrd: fix error reporting on bad netmaskLubomir Rintel2019-07-021-1/+1
|/
* po: update Chinese Taiwan (zh_TW) translationHsiu-Ming Chang2019-06-291-1417/+1420
* settings,libnm: merge branch 'th/settings-seen-bssid-and-timestamps'Thomas Haller2019-06-2827-157/+382
|\
| * settings: use nm_connection_to_dbus_full() to avoid cloning the connection du...Thomas Haller2019-06-281-40/+33
| * libnm: implement serialization options (inject timestamp/seen-bssids) for nm_...Thomas Haller2019-06-283-1/+69
| * libnm: add nm_connection_to_dbus_full() with options argumentThomas Haller2019-06-2820-46/+100
| * settings: cleanup handling of seen-bssids list in NMSettingsConnectionThomas Haller2019-06-283-36/+48
| * libnm: track wifi.seen-bssids in a GPtrArray instead of a GSListThomas Haller2019-06-281-41/+71
| * shared: add nm_utils_strv_dup() utilThomas Haller2019-06-282-0/+58
| * shared: add nm_c_list_free_all() macroThomas Haller2019-06-281-0/+10
|/
* clients: fix printing hexadecimal enum valuesBeniamino Galvani2019-06-271-2/+2
* dhcp: systemd: relicense as LGPLBeniamino Galvani2019-06-271-4/+5
* core: add and use nm_keep_alive_destroy()Thomas Haller2019-06-273-2/+23
* settings: merge branch 'th/various-settings-cleanup-3'Thomas Haller2019-06-2627-196/+365
|\
| * tools: export more symbols from NetworkManager binary to pluginsth/various-settings-cleanup-3Thomas Haller2019-06-261-1/+1
| * ifcfg-rh: add allow_filename_cb() argument to write-ifcfg-rh functionThomas Haller2019-06-265-21/+40
| * ifcfg-rh: cleanup utils_detect_ifcfg_path()Thomas Haller2019-06-261-10/+15
| * settings: cache agent and system secrets in a GVariant onlyThomas Haller2019-06-261-76/+61
| * manager: don't consider by-user change flag for creating unrealized deviceThomas Haller2019-06-261-3/+8