summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | core/trivial: add FIXME comments about clean shutdown at exitThomas Haller2018-04-242-4/+18
* | settings: pass in authentication subject to nm_settings_add_connection_dbus()Thomas Haller2018-04-243-17/+22
* | manager: track pending authorizations for activating connectionsThomas Haller2018-04-241-39/+185
* | core: fix cancelling of authorization request for active connectionThomas Haller2018-04-241-14/+27
* | core: fix unreachable assertion in nm_active_connection_set_state()Thomas Haller2018-04-241-4/+4
* | manager: use nm_utils_user_data_pack() instead of explicit AddAndActivateInfo...Thomas Haller2018-04-241-18/+3
* | core: rework passing user-data to nm_active_connection_authorize()Thomas Haller2018-04-243-48/+28
* | core: fix bus initialization orderBeniamino Galvani2018-04-233-21/+36
* | core: fix misspellings of 'acquire'Beniamino Galvani2018-04-232-3/+3
* | core: sort DHCP options that are exported on D-BusThomas Haller2018-04-232-24/+10
* | core: add nm_utils_strdict_to_variant() helperThomas Haller2018-04-232-0/+28
* | systemd: merge branch systemd into masterThomas Haller2018-04-2396-1375/+314
|\ \ | |/
| * systemd: update code from upstream (2018-04-23)Thomas Haller2018-04-2396-1375/+312
* | test-common: drop unused variablesLubomir Rintel2018-04-231-3/+0
* | auth-manager: drop an unused variableLubomir Rintel2018-04-231-1/+0
* | acd-manager: drop an unused variableLubomir Rintel2018-04-231-1/+0
* | ifcfg-rh: fix parse of tc qdiscs and filtersBeniamino Galvani2018-04-211-6/+14
* | ifcfg-rh: add tests for tc configBeniamino Galvani2018-04-213-0/+155
* | manager: fix assertions when activating VPNsBeniamino Galvani2018-04-201-7/+11
* | manager: fix activating VPN connectionsBeniamino Galvani2018-04-201-1/+1
* | device/connectivity: fix periodic checks that take a long time to completeThomas Haller2018-04-201-9/+41
* | device/connectivity: fix periodic connectivity checks to always reschedule th...Thomas Haller2018-04-201-6/+18
* | device/connectivity: fix handling of completed periodic checks in concheck_cb()Thomas Haller2018-04-201-6/+38
* | device/connectivity: fix timeout handling when resetting the periodic intervalThomas Haller2018-04-201-9/+20
* | device/connectivity: improve logging about cancelled connectivity checkThomas Haller2018-04-201-2/+2
* | all: add support for thunderbolt networkingChristian Kellner2018-04-191-0/+23
* | manager: fix auth-subject cleanupBeniamino Galvani2018-04-191-1/+1
* | manager: trust the state file more when assuming connectionsBeniamino Galvani2018-04-191-19/+34
* | keyfile: avoid cloning the array while parsing DNS entriesThomas Haller2018-04-192-1/+2
* | keyfile/tests: extend test for parsing routes/addressesThomas Haller2018-04-192-6/+17
* | core: unexport dbus-objects on disposeBeniamino Galvani2018-04-191-9/+3
* | core: rename 'arping' to 'acd'Beniamino Galvani2018-04-188-168/+168
* | ifcfg-rh: persist ipv4.dad-timeout without roundingBeniamino Galvani2018-04-188-8/+27
* | arping: print IP address conflictsBeniamino Galvani2018-04-181-0/+14
* | arping: slightly simplify loggingBeniamino Galvani2018-04-184-14/+6
* | arping: use n-acdBeniamino Galvani2018-04-184-182/+214
* | build: meson: link NM against n-acdBeniamino Galvani2018-04-181-1/+2
* | shared: drop duplicate c-list.h headerBeniamino Galvani2018-04-1816-16/+16
* | all: replace "it's" with "its" where neededBeniamino Galvani2018-04-1815-18/+18
* | 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