summaryrefslogtreecommitdiff
path: root/libnm
AgeCommit message (Expand)AuthorFilesLines
2018-11-29meson/libnm.pc: set vpnservicedir path relative to ${prefix}Soapux1-1/+1
2018-11-21libnm/doc: document NMActiveConnection::state-changed signalThomas Haller1-1/+6
2018-11-21libnm/remote-connection: fix "flags" property getterLubomir Rintel1-1/+1
2018-11-19all: rename "bind" option for AddAndActivateConnection2 to "bind-activation"Thomas Haller1-4/+2
2018-11-19libnm: drop "_async" suffix from nm_client_add_and_activate_connection_options()Thomas Haller3-20/+20
2018-11-18libnm: add missing NM_AVAILABLE_IN_1_16 macros for new APIThomas Haller1-0/+2
2018-11-17libnm: Add support to pass options to AddAndActivateConnectionBenjamin Berg5-8/+135
2018-11-12libnm: fix GObject Introspection annotations for functions returning a GPtrArrayCorentin Noël3-3/+3
2018-10-25libnm: fix endless loop in nm_vpn_service_plugin_read_vpn_details()Thomas Haller2-9/+10
2018-10-25libnm/tests: add test for nm_vpn_service_plugin_read_vpn_details()Thomas Haller1-0/+275
2018-10-25libnm: fix crash in activate_info_complete() when cancellingThomas Haller1-7/+5
2018-10-22service-plugin: add a warning here and thereLubomir Rintel1-2/+14
2018-10-22service-plugin: allow continuations in the auth-dialog protocolLubomir Rintel1-20/+40
2018-10-22test/meson: increase timeout for some testsThomas Haller1-4/+5
2018-10-19libnm: add mdns backported symbols from 1.10.14Beniamino Galvani2-0/+9
2018-09-24libnm: add support for per-device & per-AF connectivity statusLubomir Rintel3-0/+83
2018-09-21libnm: don't skip NMObject:path from documentation and introspectionThomas Haller1-1/+1
2018-09-17docs: misc. typos pt2luz.paz10-11/+11
2018-09-14autoptr: add missing autoptr cleanup functionsThomas Haller1-0/+4
2018-09-14libnm: drop API nm_connection_get_setting_{6lowpan,sriov,wpan}()Thomas Haller1-3/+0
2018-09-06libnm-core: add connection.llmnr propertyBeniamino Galvani1-0/+2
2018-09-04shared: add nm-secret-utils.h helperThomas Haller1-0/+1
2018-08-30all: use nm_utils_gbytes_equal_mem()Thomas Haller1-7/+3
2018-08-23vpn-service-plugin: cancel the connect timer on has_ipv4=has_ipv6=falseLubomir Rintel1-0/+4
2018-08-11all: add 'match' settingBeniamino Galvani2-0/+9
2018-08-10libnm, cli, ifcfg-rh: add NMSettingEthtool settingThomas Haller3-0/+7
2018-08-08all: add connection.multi-connect property for wildcard profilesThomas Haller1-0/+2
2018-08-06libnm: fix leak for NMDeviceWireGuard's public_keyThomas Haller1-0/+11
2018-08-06libnm: introduce NMDeviceWireGuardJavier Arteaga7-0/+276
2018-08-06core: introduce NMDeviceWireGuardJavier Arteaga1-0/+3
2018-08-03libnm/docs: don't document NM_SETTING_NAME propertyThomas Haller1-1/+1
2018-08-01all: avoid byte ordering issue for IP4Config's Nameservers/WinsServers on D-BusThomas Haller1-0/+2
2018-07-26libnm: add g_autoptr function for more typesLubomir Rintel1-0/+3
2018-07-24libnm: add nm_device_ovs_*_get_slaves()Lubomir Rintel1-0/+2
2018-07-17build: create "config-extra.h" header instead of passing directory variables ...Thomas Haller1-1/+1
2018-07-11libnm-core: add SR-IOV settingBeniamino Galvani2-0/+32
2018-07-11libnm: introduce NMTernary enumBeniamino Galvani1-0/+1
2018-07-11all: don't use gchar/gshort/gint/glong but C typesThomas Haller10-34/+34
2018-07-11generate-setting-docs.py: remove unreachable code in get_default_value()Thomas Haller1-2/+0
2018-07-11generate-setting-docs.py: remove unused propxml argument from get_prop_type()Thomas Haller1-3/+3
2018-07-10libnm: add accessors for ovs port/bridge slavesLubomir Rintel4-4/+174
2018-07-10all/trivial: grammar fixLubomir Rintel2-4/+4
2018-07-04libnm: add (allow-none) annotations to nm_device_reapply()Beniamino Galvani1-8/+11
2018-06-30libnm: fix missing symbols in libnm ABIThomas Haller1-0/+8
2018-06-30libnm: add missing symbols for 1.14 APIThomas Haller1-0/+2
2018-06-30libnm: fix symbol versioning for new symbols in 1.14 ABIThomas Haller1-4/+8
2018-06-28docs: provide soft descriptions for NM{Simple,Remote}ConnectionLubomir Rintel1-0/+8
2018-06-28meson: run the check-export.sh in test phaseLubomir Rintel1-3/+3
2018-06-28libnm/meson: make generate_setting_docs depend on the typelibLubomir Rintel1-2/+2
2018-06-28meson: generate-setting-docs.py environment correctlyLubomir Rintel1-2/+20