summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* device: modify handling master devicedcbw/devices-for-all-8Thomas Haller2015-11-251-27/+71
* device/trivial: rename master related function of nm-deviceThomas Haller2015-11-251-11/+11
* device/trivial: rename fields to have unique namesThomas Haller2015-11-251-16/+16
* core: allow multiple devices with the same interface nameDan Williams2015-11-255-122/+191
* libnm/libnm-glib: add NMClient.get_all_devices() method and AllDevices propertyDan Williams2015-11-2511-41/+387
* test: some refactoring of test-networkmanager-service.pyThomas Haller2015-11-251-46/+43
* api/manager: add GetAllDevices() method and AllDevices propertyDan Williams2015-11-254-13/+104
* core: ensure platform links are compatible with the NMDeviceDan Williams2015-11-2519-28/+121
* core: create devices first and realize them laterDan Williams2015-11-2512-232/+299
* core: add class function for device unrealizationDan Williams2015-11-256-9/+188
* libnm-glib/libnm: add support for "real" NMDevice propertyDan Williams2015-11-256-0/+89
* core: add "real" NMDevice propertyDan Williams2015-11-254-6/+74
* device: let NM_DEVICE_MASTER be equal to nm_device_get_master()Thomas Haller2015-11-251-1/+1
* utils: construct paths array directly in nm_utils_g_value_set_object_path_arr...Thomas Haller2015-11-251-7/+8
* utils: add @filter_func argument to nm_utils_g_value_set_object_path_array()Dan Williams2015-11-256-7/+27
* device: split new_device_added() out of component_added()Thomas Haller2015-11-254-32/+55
* libnm-glib: queue added/removed signals and suppress uninitialized notificationsLubomir Rintel2015-11-251-50/+181
* nm-device: don't try to re-add LL address if the devices is torn downLubomir Rintel2015-11-251-2/+4
* core: don't handle SIGUSR1 and SIGUSR2 signals for pre 2.36.0 glibThomas Haller2015-11-251-2/+5
* nm-glib: add nm_glib_check_version() utilThomas Haller2015-11-251-0/+11
* dhcp-helper: call g_type_init() to support pre 2.36.0 glibGlenn Washburn2015-11-251-0/+2
* systemd: add an initializerLubomir Rintel2015-11-241-1/+1
* build: add a missing file into distLubomir Rintel2015-11-241-1/+2
* po: remove special characters from translationsLubomir Rintel2015-11-2426-442/+50
* cli: make a prompt a translatable string in do_connection_clone()Jiří Klimeš2015-11-241-1/+1
* device: use nm_utils_find_helper() to find out ping/ping6 binary (bgo #758566)Jiří Klimeš2015-11-241-2/+2
* ifcfg-rh: remove unused selinux.h include from "plugin.c"Thomas Haller2015-11-241-4/+0
* tests: merge branch 'th/test-run-valgrind'Thomas Haller2015-11-243-21/+184
|\
| * nmtst/valgrind: allow calling 'run-test-valgrind.sh' script directlyThomas Haller2015-11-242-10/+85
| * nmtst: support -p and -s arguments from gtestutils via $NMTST_DEBUGThomas Haller2015-11-241-1/+49
| * nmtst: pass -m=quick when specifying quick test in $NMTST_DEBUGThomas Haller2015-11-241-1/+38
| * nmtst: detect whether the test runs as tap testThomas Haller2015-11-241-0/+3
| * nmtst: initialize g_test_init() after parsing NMTST_DEBUGThomas Haller2015-11-241-11/+11
|/
* merge: branch 'bg/dhcp-send-fqdn-rh1255507'Beniamino Galvani2015-11-2320-41/+260
|\
| * dhcp4: send FQDN option when ipv4.dhcp-fqdn is setBeniamino Galvani2015-11-2312-31/+122
| * cli: add ipv4.dhcp-fqdn propertyBeniamino Galvani2015-11-231-4/+15
| * ifcfg-rh: support the DHCP_FQDN variableBeniamino Galvani2015-11-233-2/+25
| * libnm-core: add a 'dhcp-fqdn' property to NMSettingIP4ConfigBeniamino Galvani2015-11-235-1/+78
| * dhcp-manager: strip hostname sent by dhcpcdBeniamino Galvani2015-11-231-2/+9
| * dhcp-manager: strip hostname sent by internal DHCP clientBeniamino Galvani2015-11-231-1/+11
|/
* systemd: merge branch 'systemd' into masterBeniamino Galvani2015-11-2387-7918/+6466
|\
| * systemd: update code from upstreamBeniamino Galvani2015-11-2385-7962/+6363
* | dhcp: pass IPv6 link-local address to DHCP clientBeniamino Galvani2015-11-238-3/+28
* | main: add argument --print-config to NetworkManagerThomas Haller2015-11-226-11/+65
* | default-route: fix deleting default-route when disconnecting device (bgo #757...Thomas Haller2015-11-201-4/+11
* | default-route: introduce _LOG2*() logging macros to log entry-messagesThomas Haller2015-11-201-35/+57
* | platform: use explict "bool" type instead of "guint8" in NMPObjectsThomas Haller2015-11-201-2/+2
* | platform: minor code cleanup in _new_from_nl_link()Thomas Haller2015-11-201-10/+10
* | core: verify secrets when adding connection via D-Bus (bgo #757843)Jiří Klimeš2015-11-201-3/+9
* | libnm: add nm_setting_verify_secrets() and nm_connection_verify_secrets()Jiří Klimeš2015-11-2010-1/+182