summaryrefslogtreecommitdiff
path: root/libnm
Commit message (Expand)AuthorAgeFilesLines
* libnm: move fixup_desc_string() to nm-libnm-utils.cth/sanitize-non-utf8-rh1443114-pt2Thomas Haller2017-05-194-139/+174
* libnm: add testable libnm/nm-libnm-utils.c fileThomas Haller2017-05-193-0/+87
* libnm: ignore phrases in fixup device description only when delimited by spaceThomas Haller2017-05-191-1/+5
* libnm: fix device description in fixup_desc_string()Thomas Haller2017-05-191-1/+1
* libnm: UTF-8 sanitize strings from UDev in NMDeviceThomas Haller2017-05-191-121/+152
* all/trivial: fix few comment typosFrancesco Giudici2017-05-151-1/+1
* setting-wireless: add wps-method propertyLubomir Rintel2017-05-151-0/+2
* libnm: fix type for "notify_id" source id in "nm-object.c"Thomas Haller2017-05-111-1/+1
* libnm: remove unused code reload_results and reload_error from "nm-object.c"Thomas Haller2017-05-111-24/+0
* libnm: use CList instead of GSList for pending in "nm-object.c"Thomas Haller2017-05-111-13/+18
* libnm: use CList instead of GSList for notify_items in "nm-object.c"Thomas Haller2017-05-111-16/+26
* libnm: use CList instead of GSList for pending_activations in "nm-manager.c"Thomas Haller2017-05-111-14/+16
* libnm-core: add pmf property to wireless-security settingBeniamino Galvani2017-04-281-0/+6
* libnm: fix memory leak in DNS managerBeniamino Galvani2017-04-201-1/+1
* cli: embed gtk-doc directly in property-info structureThomas Haller2017-03-301-6/+14
* libnm: fix showing UDEV properties for deviceThomas Haller2017-03-291-1/+1
* libnm: add NMSettingUserThomas Haller2017-03-282-0/+8
* libnm: handle errors gracefully in nm_access_point_connection_valid()Thomas Haller2017-03-241-10/+17
* udev: add and use nm_udev_utils_property_decode() functionThomas Haller2017-03-221-41/+2
* libnm/udev: cache and reuse udev instance for NMDeviceThomas Haller2017-03-223-20/+41
* udev: drop libgudev in favor of libudevThomas Haller2017-03-221-44/+32
* libnm: fix emission of NMActiveConnection::state notify signalBeniamino Galvani2017-03-211-0/+1
* libnm/nm-vpn-connection: un-deprecate the NMVpnStateReason use in a headerThomas Haller2017-03-201-0/+2
* libnm: fix memleak of GUdevDevice in get_bus_name()Thomas Haller2017-03-201-0/+1
* doc: fix generate-setting-docs.py for supporting Python 3 sorted() styleThomas Haller2017-03-201-7/+4
* libnm: revert coercing NMVpnConnectionStateReason to NMActiveConnectionStateR...Thomas Haller2017-03-172-10/+13
* libnm: fix chaining up NMActiveConnection::constructed()Thomas Haller2017-03-171-0/+2
* vpn-connection: use NMActiveConnectionStateReasonlr/active-connection-state-changedLubomir Rintel2017-03-171-1/+1
* libnm-core: drop NMVpnConnectionStateReasonLubomir Rintel2017-03-172-0/+9
* fixup! libnm/active-connection: track reason for state changesLubomir Rintel2017-03-172-1/+13
* libnm/active-connection: track reason for state changesLubomir Rintel2017-03-174-15/+85
* active-connection: emit a StateChanged signal on state changesLubomir Rintel2017-03-171-0/+1
* libnm/generate-setting-docs.py: include description attributeLubomir Rintel2017-03-171-3/+6
* doc: sort "connection" settings first in nm-settings manualLubomir Rintel2017-03-171-1/+9
* all: use nm_clear_g_cancellable()Thomas Haller2017-03-132-9/+2
* include: use double-quotes to include our own headersThomas Haller2017-03-0942-122/+122
* all/trivial: unify construct-only property commentsThomas Haller2017-03-083-5/+5
* libnm: add assertion to NMObject that a dbus-object is setThomas Haller2017-03-081-0/+2
* libnm: chain up NMRemoteConnection::constructed() functionThomas Haller2017-03-071-0/+2
* libnm-core: define known route attribute names and validation functionBeniamino Galvani2017-03-061-0/+2
* libnm-core: add attribute parsing/format helpersBeniamino Galvani2017-03-061-0/+2
* libnm/manager: make sure the devices and acs won't notify manager after the m...Lubomir Rintel2017-02-281-4/+4
* cli: support dummy connectionsBeniamino Galvani2017-02-221-1/+1
* core: add support for dummy devicesBeniamino Galvani2017-02-227-0/+146
* libnm-core: add dummy connection settingBeniamino Galvani2017-02-222-0/+4
* libnm-core: add auth-timeout property to the 802.1x settingBeniamino Galvani2017-02-211-0/+1
* libnm-core/8021x: add phase1-auth-flags configuration itemsLeorize2017-02-201-0/+2
* libnm-core: add mtu property to cdma settingBeniamino Galvani2017-02-201-0/+1
* libnm-core: add mtu property to gsm settingBeniamino Galvani2017-02-201-0/+1
* libnm: disconnect signal from D-Bus proxies on disposeBeniamino Galvani2017-02-182-1/+17