summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* keyfile: don't hack certain properties to be skipped in readerth/keyfile-reader-improvementsThomas Haller2018-04-181-24/+38
* keyfile: no special handling to set parser_no_check_key for certain settingsThomas Haller2018-04-181-13/+37
* keyfile: drop unused set_default_for_missing_key()Thomas Haller2018-04-181-9/+0
* keyfile: rework handling of checking for whether a key exists in readerThomas Haller2018-04-181-34/+21
* keyfile: various cleanup of error paths in keyfile handlingThomas Haller2018-04-181-57/+41
* keyfile: don't special case skipping connection.read-only property in writerThomas Haller2018-04-181-7/+6
* keyfile: rework handling not skipping default-values in writerThomas Haller2018-04-181-30/+28
* libnm/keyfile: replace dummy writer implementation with flag to skip writingThomas Haller2018-04-181-45/+32
* libnm/keyfile: merge parser/writer vtables for keyfile propertiesThomas Haller2018-04-181-291/+354
* shared: move cmp functions to nm-shared-utils.cThomas Haller2018-04-183-48/+56
* libnm/keyfile: merge keyfile sources (pt2, merge nm-keyfile-writer.c)Thomas Haller2018-04-185-869/+839
* libnm/keyfile: merge keyfile sources (pt1, rename nm-keyfile-reader.c)Thomas Haller2018-04-184-3/+3
* keyfile: drop unused handling of non-existing "address-lables"Thomas Haller2018-04-181-12/+0
* keyfile/trivial: fix indentionThomas Haller2018-04-181-6/+6
* keyfile: avoid cloning the array while parsing DNS entriesThomas Haller2018-04-183-19/+26
* keyfile: merge IPv4 and IPv6 version of DNS parserThomas Haller2018-04-181-43/+8
* keyfile: fix memleak parsing dns valuesThomas Haller2018-04-181-6/+4
* keyfile: optimize parsing of addresses/routes in keyfile readerThomas Haller2018-04-182-34/+169
* keyfile/tests: extend test for parsing routes/addressesThomas Haller2018-04-182-6/+17
* keyfile: minor cleanup parsing IP addresses/routesThomas Haller2018-04-181-20/+10
* keyfile: fix freeing connection in error path of nm_keyfile_read()Thomas Haller2018-04-181-1/+1
* keyfile/tests: add test reading VPN profileThomas Haller2018-04-181-0/+28
* core: merge branch 'th/manager-cleanup'Thomas Haller2018-04-1815-334/+420
|\
| * 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