| Commit message (Expand) | Author | Age | Files | Lines |
* | libnm: make NMDhcp6Config inherit from NMDhcpConfig | Lubomir Rintel | 2015-01-02 | 1 | -1/+1 |
* | docs: misc small fixes | Dan Winship | 2014-12-18 | 3 | -7/+11 |
* | libnm: remove __libnm_local section from version script | Dan Winship | 2014-12-15 | 1 | -6/+3 |
* | tests: mute coverity INFINITE_LOOP error | Jiří Klimeš | 2014-12-15 | 1 | -0/+2 |
* | agent-manager: don't ever fail the secrets requests from GetSecrets() | Lubomir Rintel | 2014-12-11 | 1 | -0/+1 |
* | libnm/build: add versioning to linker script | Thomas Haller | 2014-12-05 | 1 | -4/+7 |
* | libnm: add function nm_utils_file_search_in_paths() | Thomas Haller | 2014-12-05 | 1 | -0/+1 |
* | libnm: check pspec before accessing it in handle_property_changed() | Jiří Klimeš | 2014-12-05 | 1 | -1/+1 |
* | libnm: missing break on get_property | Jiří Klimeš | 2014-12-05 | 1 | -0/+1 |
* | libnm: hide nm_utils_uuid_generate_from_string() from public API | Thomas Haller | 2014-12-04 | 1 | -1/+0 |
* | libnm-core: drop nm_utils_rsa_key_encrypt(), _encrypt_aes() | Dan Winship | 2014-12-04 | 1 | -2/+0 |
* | libnm: remove nm_utils_init() from the public API | Dan Winship | 2014-12-04 | 4 | -20/+0 |
* | libnm: drop nm_utils_deinit() | Dan Winship | 2014-12-04 | 1 | -1/+0 |
* | libnm: (trivial) correct an example in NMSecretAgentOldGetSecretsFunc docs | Jiří Klimeš | 2014-11-26 | 1 | -1/+1 |
* | libnm: add missing (transfer) annotation for nm_device_vlan_get_parent() | Jiří Klimeš | 2014-11-25 | 1 | -1/+1 |
* | libnm: add :parent property for VLAN devices | Jiří Klimeš | 2014-11-24 | 3 | -1/+37 |
* | libnm: rename NMSecretAgent to NMSecretAgentOld | Dan Winship | 2014-11-21 | 7 | -367/+362 |
* | libnm-core: add nm_utils_file_is_certificate() and _file_is_private_key() | Dan Winship | 2014-11-21 | 1 | -0/+2 |
* | cli,vpn: merge branch 'lr/nm-1-0-fixes' | Lubomir Rintel | 2014-11-20 | 1 | -3/+6 |
|\ |
|
| * | libnm: Don't expect VPN connections to attach to the device | Lubomir Rintel | 2014-11-19 | 1 | -3/+6 |
* | | docs: fix build-from-tarball (again) | Dan Winship | 2014-11-20 | 1 | -1/+1 |
|/ |
|
* | trivial: fix a comment typo in generate-plugin-docs.pl | Jiří Klimeš | 2014-11-19 | 1 | -1/+1 |
* | cli, libnm: don't use D-Bus-specific documentation in nmcli | Dan Winship | 2014-11-19 | 2 | -2/+14 |
* | libnm: Override parts of nm-setting-docs.xml | Dan Winship | 2014-11-19 | 3 | -15/+43 |
* | libnm: fix nm-setting-docs.xml property types | Dan Winship | 2014-11-19 | 2 | -20/+24 |
* | libnm, libnm-util: move settings doc generation to libnm-core | Dan Winship | 2014-11-19 | 3 | -0/+433 |
* | libnm: add some missing (transfer) annotations | Dan Winship | 2014-11-15 | 1 | -1/+2 |
* | libnm: Watch for AC removal in case of AddAndActivateConnection() as well | Lubomir Rintel | 2014-11-14 | 1 | -0/+3 |
* | libnm*: fix library gettext usage | Dan Winship | 2014-11-13 | 19 | -19/+19 |
* | all: consistently include config.h | Dan Winship | 2014-11-13 | 38 | -16/+75 |
* | libnm: Fix type mismatch in test | Lubomir Rintel | 2014-11-10 | 1 | -1/+1 |
* | libnm-core: emit added/removed signals before property change notifications | Dan Williams | 2014-11-07 | 2 | -11/+14 |
* | libnm: make dispose() of NMClient reentrant | Thomas Haller | 2014-11-07 | 1 | -4/+8 |
* | libnm: fix a crash after unreffing NMClient | Dan Winship | 2014-11-07 | 1 | -0/+2 |
* | libnm,core: enhance nm_utils_hexstr2bin() | Dan Williams | 2014-11-07 | 2 | -2/+14 |
* | libnm, docs: docs fixes | Dan Winship | 2014-11-07 | 4 | -32/+49 |
* | libnm: add NMSettingIPConfig:route-metric | Thomas Haller | 2014-11-07 | 1 | -0/+1 |
* | libnm: Complete activation when ActiveConnection abruptly disappears | Lubomir Rintel | 2014-11-07 | 1 | -0/+22 |
* | libnm: Drop a wrong assert | Lubomir Rintel | 2014-11-07 | 1 | -2/+0 |
* | libnm: rename NMVpnPluginUiInterface, add to NetworkManager.h | Dan Winship | 2014-11-07 | 8 | -463/+372 |
* | libnm: create NMDhcpConfig as parent of NMDhcp4Config and NMDhcp6Config | Dan Winship | 2014-11-07 | 14 | -381/+342 |
* | libnm: create NMIPConfig as parent of NMIP4Config and NMIP6Config | Dan Winship | 2014-11-07 | 14 | -898/+634 |
* | libnm-core, libnm, core: add AddressData and RouteData properties | Dan Winship | 2014-11-07 | 2 | -8/+84 |
* | libnm-core: add NMSettingIPConfig:gateway, drop NMIPAddress:gateway | Dan Winship | 2014-11-07 | 3 | -4/+3 |
* | libnm-core: extract NMSettingIPConfig superclass out of IP4, IP6 classes | Dan Winship | 2014-11-07 | 1 | -61/+32 |
* | libnm-core: add NMIPAddress/NMIPRoute attributes, use for labels | Dan Winship | 2014-11-07 | 1 | -0/+6 |
* | libnm-core, all: merge IPv4 and IPv6 address/route types | Dan Winship | 2014-11-07 | 4 | -72/+56 |
* | trivial: make _nm_object_reload_properties() private to nm-object.c | Dan Williams | 2014-11-06 | 2 | -3/+1 |
* | libnm: queue added/removed signals and suppress uninitialized notifications | Dan Williams | 2014-11-06 | 2 | -50/+279 |
* | trivial: re-arrange NMObject class methods | Dan Williams | 2014-11-06 | 1 | -363/+370 |