summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-12-04core: avoid assertion when removing devicesHEADmasterBeniamino Galvani1-1/+6
2018-12-04core: avoid calling platform code with invalid ifindex (2)Thomas Haller1-0/+2
2018-12-03core: avoid calling platform code with invalid ifindexThomas Haller3-3/+4
2018-12-03device/shared: set ANDROID_METERED option 43 for shared connectionsThomas Haller5-3/+57
2018-12-03ppp: replace NMCmdLine API with plain GPtrArray in create_pppd_cmd_line()Thomas Haller1-146/+85
2018-12-03dnsmasq: refactor construction of command line options in create_dm_cmd_line()Thomas Haller1-105/+52
2018-12-03platform: don't consult cache before invoking netlink operationThomas Haller1-11/+1
2018-12-03platform: assert against valid ifindex and remove duplicate assertionsThomas Haller5-60/+14
2018-12-03platform/tests: improve nmtstp_link_delete() for deleting linksThomas Haller3-27/+32
2018-12-03platform: move assertion from nm_platform_link_get() to nm_platform_link_get_...Thomas Haller1-9/+6
2018-12-03platform: let nmp_cache_lookup_link_full() prefer visible linksThomas Haller1-4/+11
2018-12-03keyfile: add helper functions to record loaded UUID filesThomas Haller4-18/+365
2018-12-03keyfile: cleanup nm_keyfile_utils_ignore_filename()Thomas Haller1-1/+1
2018-12-03keyfile/tests: add tests for ignoring keyfile filenamesThomas Haller1-0/+2
2018-12-01all: make use of NM_MAKE_STRV() macroThomas Haller4-41/+50
2018-12-01config: use cleanup attribute for variables in init_sync()Thomas Haller1-11/+8
2018-12-01core: add checks on connection default propertiesBeniamino Galvani10-51/+131
2018-12-01build: check that the list of supported config options is up to dateBeniamino Galvani3-2/+14
2018-12-01config: warn about unknown keys in config filesBeniamino Galvani6-17/+241
2018-12-01config: use macros for config keysBeniamino Galvani4-48/+131
2018-12-01device: fix wrong connection default propertyBeniamino Galvani1-1/+1
2018-11-29all: say Wi-Fi instead of "wifi" or "WiFi"Lubomir Rintel22-33/+33
2018-11-29wifi/olpc-mesh: allow autoconnectLubomir Rintel1-1/+18
2018-11-29wifi/wext: fix double quotingLubomir Rintel1-1/+1
2018-11-29wifi: do not persist the mac address on AddAndActivateLubomir Rintel1-12/+0
2018-11-29dnsmasq/shared: fix setting DNS nameserver and search for shared dnsmasqThomas Haller1-0/+2
2018-11-29device: avoid taking down link to change MAC addressThomas Haller1-25/+51
2018-11-29platform: add nm_platform_link_get_ifi_flags() helperThomas Haller2-9/+30
2018-11-29dbus: register object manager object before requesting dbus nameSebastien Fabre1-12/+14
2018-11-29dhcp: disable systemd's dhcp_identifier_set_iaid()Thomas Haller1-12/+5
2018-11-29dhcp: always explicitly set IAID of internal DHCPv6 clientThomas Haller2-2/+12
2018-11-29core: add nm_utils_create_dhcp_iaid() utilThomas Haller3-15/+55
2018-11-29dhcp6-client: handle IAID with value zeroThomas Haller1-1/+4
2018-11-28shared: thread safe initialization of nm_utils_get_monotonic_timestamp*()Thomas Haller1-2/+2
2018-11-28platform/tests: fix assertion for unit test for address lifetimeThomas Haller1-2/+0
2018-11-27initrd: actually use the constructed filenameLubomir Rintel1-1/+1
2018-11-23team: make teamd log to syslogBeniamino Galvani1-2/+23
2018-11-23systemd: merge branch systemd into masterThomas Haller40-829/+1127
2018-11-23systemd: update code from upstream (2018-11-23)Thomas Haller38-822/+912
2018-11-22core: use nm_g_object_set_property() for setting properties from D-BusThomas Haller1-1/+5
2018-11-22lldp: fix parsing of vlan-name attributeBeniamino Galvani2-4/+5
2018-11-20keep-alive: check GetNameOwner lazy and only when we rely on the informationThomas Haller1-15/+38
2018-11-19dhcp: drop unused variableLubomir Rintel1-1/+0
2018-11-19keep-alive: avoid race with with D-Bus client disconnecting earlyBenjamin Berg1-2/+54
2018-11-19all: rename "bind" option for AddAndActivateConnection2 to "bind-activation"Thomas Haller1-2/+2
2018-11-18manager: prefer nm_streq over strcmp in impl_manager_add_and_activate_connect...Thomas Haller1-13/+11
2018-11-18manager: fix checking for bind-lifetime setting in add-and-activateThomas Haller1-6/+7
2018-11-18manager: allow add-and-activate option "bind" with non-volatile profilesThomas Haller1-5/+1
2018-11-17policy: don't check for valid error in active_connection_keep_alive_changed()Thomas Haller1-14/+12
2018-11-17keep-alive: minor cleanup of nm_keep_alive_set_dbus_client_watch()Thomas Haller1-20/+26