summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* CONTRIBUTING: reword "novel contributions" to "new contributions"Thomas Haller2019-06-241-1/+1
* settings/ibft: merge branch 'th/drop-ibft-settings-plugin'Thomas Haller2019-06-2035-1597/+16
|\
| * settings: drop ibft settings pluginth/drop-ibft-settings-pluginThomas Haller2019-06-2035-1597/+16
|/
* shared/tests: add test for nm_utils_bin2hexstr_full()Thomas Haller2019-06-191-0/+82
* shared: fix nm_utils_bin2hexstr_full() for buffers of length zeroThomas Haller2019-06-191-4/+9
* connectivity: merge branch 'bg/concheck-issue181'Beniamino Galvani2019-06-183-27/+105
|\
| * Revert "Coerce connectivity "LIMITED" to "NONE" when device is disconnected"Thomas Haller2019-06-181-8/+0
| * connectivity: make platform argument to nm_connectivity_check_start() optionalThomas Haller2019-06-181-12/+15
| * connectivity: simplify passing result to idle handlerThomas Haller2019-06-181-13/+12
| * connectivity: remove unused error varialbe in _idle_cb()Thomas Haller2019-06-181-10/+2
| * device: don't start connectivity check on unconfigured devicesBeniamino Galvani2019-06-183-1/+93
|/
* build/autotools: generate "config-extra.h" via makefile "config-extra.h.mk"Lubomir Rintel2019-06-172-28/+37
* build/autotools: depend "config-extra.h" on "config.h"Thomas Haller2019-06-171-1/+1
* Revert "build: only update config-extra.h if it changes"Thomas Haller2019-06-171-19/+19
* settings: merge branch 'th/various-settings-cleanup-2'Thomas Haller2019-06-1713-239/+346
|\
| * keyfile: rework selecting path name in nms_keyfile_writer_connection() and ad...Thomas Haller2019-06-174-57/+62
| * settings: avoid cloning the connection to maintain agent-owned secretsThomas Haller2019-06-172-15/+8
| * libnm: add NM_CONNECTION_SERIALIZE_WITH_SECRETS_AGENT_OWNED serialization flagThomas Haller2019-06-174-11/+35
| * settings: add _nm_connection_clear_secrets_by_secret_flags() function to simp...Thomas Haller2019-06-174-60/+64
| * settings: pass const strv plugins array to load_plugins()Thomas Haller2019-06-171-6/+5
| * settings: avoid emiting notify::unmanaged-specs for NMSettings if there are n...Thomas Haller2019-06-171-9/+18
| * settings: track keyfile plugin explicitly in NMSettingsThomas Haller2019-06-171-11/+14
| * libnm: cleanup _nm_connection_ensure_normalized() and split nm_connection_nor...Thomas Haller2019-06-172-76/+125
| * shared: add nm_utils_g_slist_strlist_cmp() utilThomas Haller2019-06-172-0/+21
|/
* core: merge branch 'th/reapply-route-table'Thomas Haller2019-06-179-103/+160
|\
| * device: support reapplying route-tableThomas Haller2019-06-177-84/+107
| * device: use nm_platform_sysctl_ip_conf_get_rp_filter_ipv4() for warning about...Thomas Haller2019-06-171-19/+8