Skip to content
  1. Nov 30, 2016
  2. Nov 25, 2016
    • poma's avatar
      c-e: avoid setting "full" as default duplex value. · 037b61b7
      poma authored and Francesco Giudici's avatar Francesco Giudici committed
      NetworkManager 802-3 link properties have been implemented in:
      https://cgit.freedesktop.org/NetworkManager/NetworkManager/commit/?id=e0c50a97037
      'auto-negotiate' default value has been also changed to "false", as
      together with 'speed' = 0 and duplex unset (NULL) instructs
      NetworkManager to skip link configuration.
      Before the implementation, the 'auto-negotiate', 'speed' and 'duplex'
      802-3 properties were ignored, without regards of the value they were
      set. The duplex property in particular was silently set to "full" by c-e
      for each connection modified. This triggers NetworkManager to force a
      static link configuration with duplex mode and unspecified speed.
      
      [fgiudici@redhat.com: rewritten the commit message]
      037b61b7
  3. Nov 24, 2016
  4. Nov 22, 2016
  5. Nov 20, 2016
  6. Nov 18, 2016
    • Beniamino Galvani's avatar
      applet: fix crash when destroying AP objects · 93d5c134
      Beniamino Galvani authored
      Setting d->ap to NULL in _active_ap_set_weakref() causes the
      ActiveAPData to be destroyed in _active_ap_set() and the access to
      d->applet to be invalid.
      
      ==31046== Invalid read of size 8
      ==31046==    at 0x4227C0: _active_ap_set_weakref (applet-device-wifi.c:125)
      ==31046==    by 0x94F4F7E: weak_refs_notify (gobject.c:2636)
      ==31046==    by 0x7468E53: dispose (nm-object.c:1243)
      ==31046==    by 0x94F6095: g_object_unref (gobject.c:3146)
      ==31046==    by 0x995607A: g_ptr_array_foreach (garray.c:1502)
      ==31046==    by 0x995610F: ptr_array_free (garray.c:1088)
      ==31046==    by 0x745C0BD: clean_up_aps (nm-device-wifi.c:537)
      ==31046==  Address 0x1e1ab090 is 0 bytes inside a block of size 32 free'd
      ==31046==    at 0x4C2CD5A: free (vg_replace_malloc.c:530)
      ==31046==    by 0x9986F2D: g_free (gmem.c:189)
      ==31046==    by 0x999E40F: g_slice_free1 (gslice.c:1136)
      ==31046==    by 0x421734: _active_ap_set (applet-device-wifi.c:146)
      ==31046==    by 0x4227BF: _active_ap_set_weakref (applet-device-wifi.c:123)
      ==31046==    by 0x94F4F7E: weak_refs_notify (gobject.c:2636)
      ==31046==    by 0x7468E53: dispose (nm-object.c:1243)
      93d5c134
  7. Nov 17, 2016
  8. Nov 15, 2016
  9. Nov 13, 2016
  10. Nov 11, 2016
  11. Nov 07, 2016
  12. Oct 25, 2016
  13. Oct 23, 2016
  14. Oct 22, 2016
  15. Oct 19, 2016
    • Thomas Haller's avatar
      nm-c-e: let --create show the "Add" connection dialog · 6e5046d1
      Thomas Haller authored
      Previously, `nm-connection-editor --create` without explicit --type argument
      would directly create an ethernet connection. Now, open instead the list
      of connection types, as if the user clicks "Add" in the main menu.
      
      It also changes behavior for `nm-connection-editor --show`, which previously
      behaved like `nm-connection-editor --show --type 802-3-ethernet`.
      Now it behaves like `nm-connection-editor` without arguments.
      6e5046d1
    • Gábor Kelemen's avatar
      Update Hungarian translation · 64f69435
      Gábor Kelemen authored and Administrator's avatar Administrator committed
      64f69435
  16. Oct 15, 2016
  17. Oct 14, 2016