summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-06-09cli: fix output of iface in overview output (rh#1460219)Thomas Haller1-4/+4
2017-06-09cli: minor refactoring of if-condition in device_overviewThomas Haller1-3/+3
2017-06-09cli: fix output of iface in overview outputThomas Haller1-1/+1
2017-06-09device: apply route metric penality only when the default route existsBeniamino Galvani1-3/+6
2017-06-08core: merge branch 'th/assume-master-rh1452062'Thomas Haller6-191/+397
2017-06-08device: suppress logging and return error reason from nm_device_generate_conn...Thomas Haller3-28/+37
2017-06-08manager: cleanup logging message during recheck_assume_connection()/get_exist...Thomas Haller1-28/+24
2017-06-08device: remove logging for emitting RECHECK_ASSUME signalThomas Haller1-3/+2
2017-06-08manager: add more logging to recheck_assume_connection()Thomas Haller1-4/+9
2017-06-08manager: add "rfkill" prefix to related logging messagesThomas Haller1-11/+11
2017-06-08manager: add logging macro _NMLOG3() for logging connection messagesThomas Haller2-14/+54
2017-06-08manager: add logging macro _NMLOG2() for logging device messagesThomas Haller3-45/+63
2017-06-08logging: add LOG3 macrosThomas Haller1-0/+31
2017-06-08device: expose nm_device_state_to_str() function for NMDeviceStateThomas Haller2-14/+17
2017-06-08device: rework device's _NMLOG() logging macroThomas Haller1-6/+16
2017-06-08manager: fix preserving assume state during activationThomas Haller3-50/+144
2017-06-08core: allow assuming connections on "nm-owned" software devicesThomas Haller1-3/+0
2017-06-08device: only set nm-owned from statefile during initial setupThomas Haller3-11/+15
2017-06-08core: merge branch 'bg/nm-owned-persist-rh1376199'Beniamino Galvani5-14/+58
2017-06-08manager: restore the previous persistent nm-owned state of devicesBeniamino Galvani2-1/+17
2017-06-08config: allow persisting the device nm-owned stateBeniamino Galvani3-5/+33
2017-06-08device: rename priv->is_nm_owned to priv->nm_ownedBeniamino Galvani3-9/+9
2017-06-08device: check connectivity on the IP interfaceBeniamino Galvani1-1/+1
2017-06-08bond: check for NULL bond mode value in update_connection()Beniamino Galvani1-1/+1
2017-06-06libnm-core: fix typo in 802.1x doc commentBeniamino Galvani1-1/+1
2017-06-05device: mark device as sys-iface-state=external when assuming connectionThomas Haller1-2/+4
2017-06-05bond: merge branch 'bg/bond-option-normalize-rh1457909'Beniamino Galvani4-2/+106
2017-06-05bond: add only supported options to the generated connectionBeniamino Galvani1-2/+8
2017-06-05libnm-core: remove unsupported bond options during normalizationBeniamino Galvani3-0/+98
2017-06-05build: add a missing test artifact to distLubomir Rintel1-0/+1
2017-06-02settings: refactor nm_settings_connection_read_and_fill_timestamp()Thomas Haller1-18/+20
2017-06-02tests: work around coverity false-positivesThomas Haller1-9/+10
2017-06-02supplicant: work-around coverify false-positive for check_return: g_async_ini...Thomas Haller1-3/+5
2017-06-02supplicant/tests: work-around coverify false-positive in testThomas Haller1-1/+1
2017-06-02connectivity: fix scheduling periodic connectivity checksThomas Haller1-14/+15
2017-06-02connectivity: fix typo in error messageFrancesco Giudici1-1/+1
2017-05-30libnm: fix rejecting NMSettingVlan with id >= 4095Thomas Haller1-0/+1
2017-05-30tui: use nm_streq0() in nmt_connect_connection_list_get_connection()Thomas Haller1-9/+7
2017-05-30nmtui connect: avoid segfault when iface is not foundArnaud Lefebvre1-3/+7
2017-05-30ifcfg-rh: merge branch 'th/ifcfg-netmask-legacy-rh1445414' (partial backport)Thomas Haller8-166/+285
2017-05-30ifcfg-rh: fix preserving NETMASK key in write_ip4_setting()Thomas Haller2-15/+18
2017-05-30ifcfg-rh/tests: add test for reading NETMASK propertyThomas Haller5-0/+90
2017-05-30build: sort filenames in Makefile.am alphabeticallyThomas Haller1-150/+151
2017-05-30ifcfg-rh: add svFindFirstKeyWithPrefix() functionThomas Haller2-0/+24
2017-05-30ifcfg-rh: fix writing NETMASK in write_ip4_setting()Thomas Haller1-1/+2
2017-05-29po: fix line ending in Japan translationLubomir Rintel1-1/+1
2017-05-29po: import Japanese translationLubomir Rintel1-632/+618
2017-05-26device: when setting back a device to managed, update internal sys stateFrancesco Giudici2-2/+9
2017-05-26device: add the internal interface state to the state change log messageFrancesco Giudici1-10/+5
2017-05-24core: add configuration flag to choose slaves activation orderBeniamino Galvani7-20/+52