summaryrefslogtreecommitdiff
path: root/libnm
Commit message (Expand)AuthorAgeFilesLines
* libnm,core: don't mix up enum typesLubomir Rintel2015-03-192-2/+2
* trivial: do an assignment before the conditional instead of in both branchesThomas Haller2015-03-161-3/+2
* libnm,nm-object: fix tracing of object removalLubomir Rintel2015-03-161-15/+18
* libnm: add function nm_setting_802_1x_check_cert_scheme()Thomas Haller2015-03-121-0/+1
* libnm: fix version script to add new API to proper linker sectionThomas Haller2015-02-261-1/+1
* libnm-core: add multicast-snooping property to bridge settingJiří Klimeš2015-02-261-0/+1
* test: initialize auto-destructed pointersLubomir Rintel2015-02-091-1/+1
* libnm/tests: enable valgrind for libnm testsThomas Haller2015-02-091-4/+5
* libnm/tests: fix memleaks in test code for valgrindThomas Haller2015-02-092-8/+8
* tests: enable valgrind tests for testsThomas Haller2015-02-091-0/+1
* libnm: fix memleak in _nm_dbus_bind_properties()Thomas Haller2015-02-091-0/+1
* Currently if we have two paired bluetooth devices,Dan Winship2015-01-271-0/+19
* libnm: drop libdbus-glib from pkg-config fileLubomir Rintel2015-01-221-1/+1
* libnm/libnm-util: add Wi-Fi 'powersave' propertyDan Williams2015-01-211-0/+1
* libnm: fix versioning on new APIs, bump sonameDan Winship2015-01-212-3/+7
* utils: add functions for converting string <-> numeric bonding modesJiří Klimeš2015-01-131-0/+2
* libnm: make NMDhcp6Config inherit from NMDhcpConfigLubomir Rintel2015-01-021-1/+1
* docs: misc small fixesDan Winship2014-12-183-7/+11
* libnm: remove __libnm_local section from version scriptDan Winship2014-12-151-6/+3
* tests: mute coverity INFINITE_LOOP errorJiří Klimeš2014-12-151-0/+2
* agent-manager: don't ever fail the secrets requests from GetSecrets()Lubomir Rintel2014-12-111-0/+1
* libnm/build: add versioning to linker scriptThomas Haller2014-12-051-4/+7
* libnm: add function nm_utils_file_search_in_paths()Thomas Haller2014-12-051-0/+1
* libnm: check pspec before accessing it in handle_property_changed()Jiří Klimeš2014-12-051-1/+1
* libnm: missing break on get_propertyJiří Klimeš2014-12-051-0/+1
* libnm: hide nm_utils_uuid_generate_from_string() from public APIThomas Haller2014-12-041-1/+0
* libnm-core: drop nm_utils_rsa_key_encrypt(), _encrypt_aes()Dan Winship2014-12-041-2/+0
* libnm: remove nm_utils_init() from the public APIDan Winship2014-12-044-20/+0
* libnm: drop nm_utils_deinit()Dan Winship2014-12-041-1/+0
* libnm: (trivial) correct an example in NMSecretAgentOldGetSecretsFunc docsJiří Klimeš2014-11-261-1/+1
* libnm: add missing (transfer) annotation for nm_device_vlan_get_parent()Jiří Klimeš2014-11-251-1/+1
* libnm: add :parent property for VLAN devicesJiří Klimeš2014-11-243-1/+37
* libnm: rename NMSecretAgent to NMSecretAgentOldDan Winship2014-11-217-367/+362
* libnm-core: add nm_utils_file_is_certificate() and _file_is_private_key()Dan Winship2014-11-211-0/+2
* cli,vpn: merge branch 'lr/nm-1-0-fixes'Lubomir Rintel2014-11-201-3/+6
|\
| * libnm: Don't expect VPN connections to attach to the deviceLubomir Rintel2014-11-191-3/+6
* | docs: fix build-from-tarball (again)Dan Winship2014-11-201-1/+1
|/
* trivial: fix a comment typo in generate-plugin-docs.plJiří Klimeš2014-11-191-1/+1
* cli, libnm: don't use D-Bus-specific documentation in nmcliDan Winship2014-11-192-2/+14
* libnm: Override parts of nm-setting-docs.xmlDan Winship2014-11-193-15/+43
* libnm: fix nm-setting-docs.xml property typesDan Winship2014-11-192-20/+24
* libnm, libnm-util: move settings doc generation to libnm-coreDan Winship2014-11-193-0/+433
* libnm: add some missing (transfer) annotationsDan Winship2014-11-151-1/+2
* libnm: Watch for AC removal in case of AddAndActivateConnection() as wellLubomir Rintel2014-11-141-0/+3
* libnm*: fix library gettext usageDan Winship2014-11-1319-19/+19
* all: consistently include config.hDan Winship2014-11-1338-16/+75
* libnm: Fix type mismatch in testLubomir Rintel2014-11-101-1/+1
* libnm-core: emit added/removed signals before property change notificationsDan Williams2014-11-072-11/+14
* libnm: make dispose() of NMClient reentrantThomas Haller2014-11-071-4/+8
* libnm: fix a crash after unreffing NMClientDan Winship2014-11-071-0/+2