summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-09-13wifi: fix leaking fake AP in NMDeviceWifi's act_stage1_prepare()nm-1-8Thomas Haller1-0/+1
2018-09-10dhcp: fix leak in dhclient's dhclient_start()Thomas Haller1-2/+6
2018-09-04libnm/keyfile: fix double free in keyfile's get_bytes()Thomas Haller1-1/+1
2018-08-30libnm-core: support private keys encrypted with AES-{192,256}-CBCBeniamino Galvani9-21/+106
2018-08-26wifi: don't use :1 bitfield for gboolean typeThomas Haller1-1/+1
2018-07-04libnm: add (allow-none) annotations to nm_device_reapply()Beniamino Galvani1-8/+11
2018-06-16release: bump version to 1.8.9 (development)Thomas Haller2-2/+3
2018-06-16release: bump version to 1.8.8Thomas Haller2-2/+2
2018-06-16release: update NEWSThomas Haller1-0/+10
2018-06-16ifnet: avoid compiler warning about casting function pointersThomas Haller1-3/+10
2018-06-16libnm/vpn-plugin: avoid bad function pointer type castsLubomir Rintel3-3/+27
2018-06-16session-monitor: fix a -Wcast-function-type warningLubomir Rintel1-1/+4
2018-06-16all: fix -Wcast-function-type warningsLubomir Rintel3-9/+9
2018-06-16ppp/plugin: use g_strlcpy()Lubomir Rintel1-15/+4
2018-06-16ppp-manager: fix build with GCC 8Lubomir Rintel1-1/+1
2018-06-15device: fix crash during reapplyThomas Haller1-1/+1
2018-05-05manager: trust the state file more when assuming connectionsBeniamino Galvani1-18/+32
2018-03-08Add calls to g_simple_async_result_set_check_cancellableBenjamin Berg14-0/+84
2018-01-24nmcli: fix signal handlingLubomir Rintel1-8/+10
2018-01-24nmcli/agent: fix handling of polkit agent failureLubomir Rintel1-1/+7
2018-01-24shared/utils: don't warn of unknown warning disables with clangLubomir Rintel1-0/+1
2018-01-17libnm: fix empty statements that were supposed to return NULLPavel Šimerda1-3/+3
2018-01-15release: bump version to 1.8.7 (development)Lubomir Rintel1-1/+1
2018-01-15release: bump version to 1.8.6Lubomir Rintel3-4/+5
2018-01-15release: update NEWSLubomir Rintel1-0/+21
2018-01-11secret-agent: construct the dbus proxy for async agent with the correct bus nameLubomir Rintel1-2/+2
2018-01-08platform/tests: relax checking for signals in test-address-linuxFrancesco Giudici1-1/+1
2017-12-13devices/test: give more time to dad checking in test-arpingFrancesco Giudici1-1/+1
2017-12-13tests: increase timeout for arping testThomas Haller1-1/+1
2017-12-12platform/tests: relax checking for signals in test-link-linuxThomas Haller1-1/+1
2017-12-06all: merge fixing pointers casts for g_object_ref()Thomas Haller7-11/+18
2017-12-06shared: propagate type for g_object_ref()Thomas Haller2-0/+6
2017-12-06all: use cast macros instead of C castThomas Haller5-13/+14
2017-12-06tree-wide: cast after g_object_ref() for proposed GLib patchColin Walters3-5/+5
2017-11-29cli: exit from main loop after 'quit' editor commandBeniamino Galvani1-0/+2
2017-11-21settings: preserve agent-owned secrets on connection addBeniamino Galvani1-19/+32
2017-11-20keyfile: fix escaping ascii control characters in nm_keyfile_key_encode()Thomas Haller2-1/+6
2017-11-02contrib/fedora: Add mockbuild.shMurilo Opsfelder Araujo2-0/+24
2017-11-02contrib/fedora: Update required packagesMurilo Opsfelder Araujo1-0/+2
2017-11-02contrib/rpm: explicitly set default dhcp configurationThomas Haller1-0/+1
2017-11-02systemd: let "NetworkManager-wait-online.service" require "NetworkManager.ser...Thomas Haller1-1/+1
2017-11-02contrib/rpm: enable "NetworkManager-wait-online.service" on package upgradeThomas Haller1-0/+10
2017-11-02libnm/client: proxy *_enabled and metered properties to the right objectLubomir Rintel1-4/+4
2017-10-20manager: fix evaluation of manager stateBeniamino Galvani1-1/+1
2017-10-19core: don't close input fd in nm_utils_fd_get_contents()Beniamino Galvani1-1/+8
2017-10-12bus-manager: don't leak connectionsBeniamino Galvani1-3/+13
2017-10-09platform: treat dsa devices as regular wired ethernetLubomir Rintel1-0/+4
2017-10-04device: fix frozen notify signals on unrealize error pathBeniamino Galvani1-1/+1
2017-10-04libnm,keyfile: merge branch 'th/libnm-keyfile-route-metric'Thomas Haller3-45/+57
2017-10-04keyfile: fix reading/writing route metric zeroThomas Haller3-14/+19