summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* device: ppp: check that connection has a PPPoE parentbg/pppoe-issue203Beniamino Galvani2019-07-031-0/+20
* 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
| * core: ensure normalized connection during add-and-activateThomas Haller2019-06-263-2/+4
| * settings: reorder checks in _delete_volatile_connection_do() to perform cheap...Thomas Haller2019-06-261-2/+2
| * settings: use NMCListElem instead of DeleteVolatileConnectionData for trackin...Thomas Haller2019-06-261-18/+6
| * settings: don't implement settings plugins as singletonsThomas Haller2019-06-264-13/+8
| * core: add flag to nm_shutdown_wait_obj_register_full() for freeing allcated m...Thomas Haller2019-06-262-16/+25
| * libnm: fix setting error for nm_connection_update_secrets()Thomas Haller2019-06-262-10/+23
| * libnm: workaround assertion failure for nmtst_connection_assert_unchanging() ...Thomas Haller2019-06-263-3/+21
| * shared: add nm_clear_error() and patch g_clear_error() to use this inlinable ...Thomas Haller2019-06-261-0/+24
| * shared/glib: unconditionally redefine g_object_ref()/g_object_ref_sink() as t...Thomas Haller2019-06-261-2/+10
| * shared: add nm_utils_file_stat() utilThomas Haller2019-06-262-0/+27
| * shared: add nm_utils_hashtable_same_keys() utilThomas Haller2019-06-262-0/+32
| * shared: allow nm_c_list_move_*() API also to move from one list to anotherThomas Haller2019-06-261-2/+26
| * CONTRIBUTING: update section about assertions in NetworkManagerThomas Haller2019-06-261-17/+32
|/
* device: set IPv6 token only when necessaryBeniamino Galvani2019-06-261-3/+11
* contrib/checkpatch: allow empty lines within continuationsLubomir Rintel2019-06-251-1/+1
* contrib/checkpatch: be a bit stricter about whitespaceLubomir Rintel2019-06-251-1/+1
* contrib/checkpatch: discourage g_assert*()Lubomir Rintel2019-06-251-0/+1
* core: avoid plain pointer values in logging outputThomas Haller2019-06-252-3/+3