summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* device: set device's sys-iface-state only shortly before activating deviceth/manager-cleanupThomas Haller2018-04-181-3/+3
* manager: some refactoring of error paths to return earlyThomas Haller2018-04-181-25/+29
* manager: ensure valid specific_object path is passed to _new_active_connection()Thomas Haller2018-04-182-10/+10
* manager: merge VPN handling into _new_active_connection()Thomas Haller2018-04-181-58/+63
* manager: use cleanup attribute in impl_manager_add_and_activate_connection() ...Thomas Haller2018-04-181-30/+32
* manager: add is-vpn argument to _new_active_connection() and avoid searching ...Thomas Haller2018-04-181-13/+27
* manager: add _connection_is_vpn() helper to unify checks for VPN typeThomas Haller2018-04-181-4/+19
* manager/trivial: rename boolean variable "vpn" to "is_vpn"Thomas Haller2018-04-181-10/+10
* core: cleanup NMManager's validate_activation_request()Thomas Haller2018-04-181-35/+40
* core: cleanup code by using nm_auth_is_subject_in_acl_set_error()Thomas Haller2018-04-183-120/+57
* core: add nm_auth_is_subject_in_acl_set_error() helperThomas Haller2018-04-182-5/+32
* core: downgrade assertion to nm_assert()Thomas Haller2018-04-181-3/+3
* core: minor cleanup of handling specific-object in NMActiveConnectionThomas Haller2018-04-181-4/+3
* core: don't explicitly set D-Bus path properties to "/"Thomas Haller2018-04-183-7/+7
* core: use nm_utils_dbus_normalize_object_path() to cleanup D-Bus argumentThomas Haller2018-04-183-28/+11
* core: sort D-Bus paths in nm_dbus_utils_g_value_set_object_path_from_hash()Thomas Haller2018-04-181-0/+4
* libnm-core: improve documentation for autoconnect and autoconnect-slaves prop...Thomas Haller2018-04-182-3/+9
* shared: add nm_utils_dbus_normalize_object_path() helperThomas Haller2018-04-181-0/+12
* shared: add nm_utils_strv_sort() helperThomas Haller2018-04-182-0/+38
* shared: add NM_CAST_STRV_*() helper macrosThomas Haller2018-04-181-0/+35
* auth-manager: fix potential issue iterating modified CList in _dbus_new_proxy...Thomas Haller2018-04-181-2/+4
* auth-manager: fix processing calls in _dbus_new_proxy_cb()Beniamino Galvani2018-04-171-3/+3
* core: fix wrong assertion when disposing NMAuthManagerBeniamino Galvani2018-04-171-1/+1
* dhcp: don't enforce broadcast flagRichard Schütz2018-04-171-6/+0
* auth-manager: don't process idle calls when the proxy creation finishesBeniamino Galvani2018-04-171-4/+8
* cli/polkit: merge branch 'th/polkit-cleanup'Thomas Haller2018-04-169-275/+277
|\
| * cli: rework callbacks in NMPolkitListener to use one vtable structureThomas Haller2018-04-164-137/+146
| * clients: move code around in "nm-polkit-listener.c"Thomas Haller2018-04-161-77/+88
| * clients: cleanup includes for polkit sourcesThomas Haller2018-04-164-42/+21
| * auth-subject: minor cleanup of _new_unix_process()Thomas Haller2018-04-161-3/+3
| * shared: move nm_utils_get_start_time_for_pid() to shared/nm-utilsThomas Haller2018-04-165-80/+83
|/
* all: merge branch 'th/settings-flags-rh1460295'Thomas Haller2018-04-1613-81/+192
|\
| * settings: add NMSettingsConnectionFlags flagsThomas Haller2018-04-162-5/+28
| * all: add D-Bus property "Flags" for Settings.Connection interfaceThomas Haller2018-04-167-2/+96
| * settings: make NM_SETTINGS_CONNECTION_FLAGS property NM_SETTINGS_CONNECTION_F...Thomas Haller2018-04-164-26/+20
| * core/trivial: rename "NMSettingsConnectionFlags" to "NMSettingsConnectionIntF...Thomas Haller2018-04-167-66/+66
|/
* cli: merge branch 'bg/nmcli-overview-rh1434527'Beniamino Galvani2018-04-1315-173/+238
|\
| * clients: use nm_utils_strv_make_deep_copied() to deep copy const strv arrayThomas Haller2018-04-131-6/+2
| * nmcli: add overview option to skip default values in outputBeniamino Galvani2018-04-133-6/+24
| * clients: set @out_is_default in property gettersBeniamino Galvani2018-04-132-27/+117
| * clients: change nm_meta_abstract_info_get() to report defaultsBeniamino Galvani2018-04-139-1/+21
| * clients: meta: consolidate wep-key get functionsBeniamino Galvani2018-04-131-30/+13
| * clients: meta: use enum setter for secret flagsBeniamino Galvani2018-04-131-37/+1
| * clients: meta: define ipv6.ip6-privacy as an enum typeBeniamino Galvani2018-04-131-52/+12
| * clients: meta: add enum getter-only nicksBeniamino Galvani2018-04-132-2/+6
| * shared: use value infos in _nm_utils_enum_to_str_fullBeniamino Galvani2018-04-134-13/+43
|/
* auth-subject: fix potential memory corruption in nm_auth_subject_to_string()Thomas Haller2018-04-131-2/+2
* policy: fix potential leak of subject in auto_activate_device()Thomas Haller2018-04-131-3/+1
* settings: return empty connections list on D-Bus util connections are loadedThomas Haller2018-04-131-5/+8
* settings: fix clearing agent-manager in NMSettings' dispose()Thomas Haller2018-04-131-2/+2